@charset "utf-8";

/*

Orange 			-	 ff9933
Soft Green 	-	 669966
Dark Green 	-	 336633
Text Green	-	 003300
Gray Text	 	-	 333333

*/

html, body {
	background-color:#ccc5bf;
	font-family: "Arial Narrow", "Helvetica Neue LT Std", sans-serif;
}

body {
	font-size:.80em;
}


div#wrapper {
	background-color:#FFFFFF;
	margin:auto;
	margin-top:10px;
	width:770px;
	border:2px solid #336633;
	padding:5px;
}

div#inner_wrapper {
	margin:5px;
}

div#footer {
	background-color:#669966;
	color:#FFFFFF;
	text-align:right;
	padding:3px;
	padding-right:10px;
	clear:both;
}

div#footer a {
	text-decoration:none;
	color:#FFFFFF;
}

div#contact_menu {
	background-color:#ff9933;
	height:30px;
	text-align:right;
}

div#contact_menu ul {
	padding:0;
	margin:0;
	margin-top:7px;
	margin-right:15px;
	float:right;
}

div#contact_menu ul li {
	list-style:none;
	float:left;
	margin-left:20px;
}

div#contact_menu a {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: 0px solid #008440;
}

div#contact_menu a:hover {
	border-bottom: 1px solid #008440;
}


div#menu {
	margin-bottom:5px;
}

div#menu div#menu_border {
	clear:both;
	background-image:url(/images/menu_bottom.gif);
	background-repeat:repeat-x;
	margin-right:5px;
	width:548px;
	float:right;
	
}

div#menu div#logo {
	width:209px;
	height:57px;
	float:left;
	margin-top:4px;
	margin-left:1px;
}

div#menu div#top {
	margin-top:5px;
	padding-bottom:2px;
	border-bottom:2px dotted #336633;
	width:548px;
	float:left;
	color: #336633;
	font-size:1em;
	margin-left:8px;
}

div#menu div#top a {
	color: #336633;
}

div#menu div#top a.quote {
	margin-left:5px;
}

div#menu div#bottom {
	
}

div#menu div#bottom ul {
	padding:0;
	margin:0;
	margin-top:11px;
	float:right;
}

div#menu div#bottom ul li {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	height:20px;
}

div#menu div#bottom ul li a {
	font-size:1.1em;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
div #promos {
	clear:both;
}

img.clover {
	vertical-align:text-top;
}