@charset "utf-8";
body, html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #4f4835;
}
.border {
	border-color:#4f4835;
	border-style:solid;
	border-width:medium;
}
a {
 color:#445d1c;
 text-decoration:none;
 font-weight:bold;
}
a:hover {
 text-decoration:underline;
}
#container {
	position:relative;
	width:100%; 
	background: #fff;
	margin: 0 auto; 
}
#flashContentHome {
	width:800px;
	height:620px;
	margin-top:-20px;
	vertical-align:top;
	text-align:center;	
}
#header { 
	background: #fff;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	 text-align:center;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainNavWrap {
	width:100%;
	height:50px;
	padding-top:10px;
	background:#4f4835;
	text-align:center;	
}
#navWrap {
	width:100%;
	height:40px;
	background:#c8d60d;
	text-align:center;	
}
#mainNav {
	position: relative;	
	width:1024px;
	height:40px;
	
	text-align:center;
	/*margin-left:180px;
	margin-top:-50px;*/
}
#nav {
	position: relative;	
	width:860px;
	height:40px;
	/*padding-left:210px;*/
	margin-left:190px;
	text-align:center;
}
#callOut {
	position: absolute;		
	top:-55px;
	/*margin:20px;*/
	width:204px;
	height:83px;
	z-index:1;
}
#couponBox {
	width: 300px;
	height: 100px;
	border-color: #000;
	border-style: dashed;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding:30px;
	margin:10px;
}
#mainContentWrap {
	position:relative;
	width:1024px;
	height:auto;
	background: #fff;
}
#mainContent {
	position:relative;
	width:824px;
	height:auto;
	background: #cbeaff;
	vertical-align:top;
	/*margin:10px;*/
	padding: 10px;
	padding-left:20px;
	padding-right:20px;	
	font-size:14px;
	color:#4f4835;
	text-align:left;
}
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	height:auto;
	text-align:center;
	font-size:12px;
} 
/*#footer p {
	margin: 0;
	padding: 10px 0; 
}*/
.small-footer {
	font-size:10px;
}
