@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS Reset */

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333333;
	background: #5088c6 url(/i/clouds.jpg) no-repeat top center;
	line-height:16px;
}

blockquote {
width:95%;
margin-left:20px;
}

ul {
	list-style:disc;
	margin-left:15px;
	padding-left:15px;
	margin-bottom:16px;
}

ol {
	list-style-type:decimal;
	margin-left:15px;
	padding-left:15px;
	margin-bottom:16px;
}

ol.commentlist {
padding-left:0px;
margin-left:0px;
}

.ddfmwrap label {
font-size:10px;
font-weight:bold;
display:block;
padding-left:0px;
margin-left:0px;
}

input[type="radio"] {
float:left; 
margin-right:1em;
}

input.radio {
float:left;
margin-right:1em;
}

.fmradio input {
float:left;
margin-right:1em;
clear:both;
}

.errorlist {
color:red;
}

.commentlist {
	list-style-type:none;
}

.commentlist li {
	padding:5px;
}

.alt {
	background-color:#dadada;
}

a {
	text-decoration:underline;
	color: #00703c;
}

a:link {
	text-decoration:underline;
	color: #00703c;
}

a:visited {
	color: #00703c;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#00703c;
}

h1 {
	font-size: 24px;
	color:#00703c;
	margin: 5px 0 10px 0;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
z-index:50;
}

h2 {
	font-size: 20px;
	color:#d17820;
	margin: 5px 0 15px 0;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
z-index:50;
}

h3 {
	font-size: 16px;
	color:#00703c;
	margin: 5px 0 10px 0;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h4 {
font-size:14px;
color:#d17820;
margin:5px 0 10px 0;
text-transform:uppercase;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#credit {
	width:900px;
	margin:0 auto;
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
}

#container {
	width: 900px;
	border:4px solid #006633;
	margin: 0 auto;
	background-color:#FFFFFF;
	margin-top:15px;
	z-index:100;
}

#header {
	height:136px;
	padding:7px 0 0px 0;
background-color: #FFFFFF;
}

#logo {
	background-image:url(/i/logo.gif);
	background-repeat:no-repeat;
	height:136px;
	width:586px;
	float:left;
}

#header-space {
	width: 260px;
	margin-left:14px;
	float:right;
	padding:20px 20px 20px 0;
}

#email {
	width: 240px;
	text-align:center;
	float: left;
	margin-left: 15px;
}

#email img {float:left; padding-right:5px;}

.email-signup {
	width: 					172px;
	height: 				16px;
	border: 				1px solid #CCCCCC;
	vertical-align: 		middle;
	float:left;
	color:#CCCCCC;
	font-size:10px;
}

.email-signup-button {
	height: 				21px;
	width: 					35px;
	vertical-align: 		middle;
}

#main-content {
	width:580px;
	padding:20px 0 20px 20px;
	float:left;
}

#main-content-wide {
	width:860px;
	padding:20px 0 20px 20px;
	float:left;
}

#main-content p {
	margin-bottom:12px;
}

#main-content h3 {
	margin: 10px 0 10px 0;
}

#home-content {
	width:370px;
	padding:20px 0 20px 20px;
	float:left;
}

#home-content p {
	margin-bottom:12px;
}

#home-content h3 {
	margin: 10px 0 10px 0;
}

.date {
	font-size:10px;
	color:#666666;
	margin-top:-10px;
}

#right-content {
	width: 260px;
	float:left;
	padding:20px;
}

#right-content .box {
	width:240px;
	background-image:url(/i/right-content-bg.jpg);
	background-repeat:repeat-x;
	padding:10px;
	margin-bottom:15px;
	line-height:12px;
}

#right-content .box h3 {
	color:#FFFFFF;
}

#footer {
	z-index:100;
	margin:0 auto;
	width: 900px;
	text-align:center;
	color:#FFFFFF;

}

#credit a, #credit a:link, #credit a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#grass-holder {
	height:58px;
	margin:0 auto;
	width:900px;
}

#grass {
	background: #5088c6 url(/i/grass.jpg) no-repeat bottom center;
	height:58px;
	width:900px;

	z-index:-100;
}

* html #grass { /*\*/ height:0px; width:0;}

#nav {
	height:65px;
	background:#FFFFFF url(/i/nav_bg_grass.jpg) no-repeat top;
	color:#FFFFFF;
	padding:47px 0 0 15px;
	margin-bottom:-47px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
z-index:100;
}

*html #nav {
padding-top:47px;
}

#nav a:link {
	color:					#FFFFFF;
}

#nav a:visited {
	color:					#FFFFFF;
}

#nav a:hover {
	color:#79b37f;
}

#nav_root, #nav_root ul {
	padding:				0;
	margin:					0;
	list-style:				none;
	line-height:22px;
z-index:100;
}

*html #nav_root, #nav_root ul {
line-height:16px;
}

#nav_root a {
	display:				block;
	text-decoration:		none;
}

#nav_root li {
	float:					left;
	margin-right:			50px;
z-index:100;
}

#nav_root li ul {
	margin:					0px 0 3px 0px;
	position: 				absolute;
	width: 					160px;
	left: 					-999em;
	border-left:			1px solid #00703c;
	border-right:			1px solid #00703c;
	background-color:		#FFFFFF;
}

#nav_root li ul li {
	display:				block;
	line-height:			16px;
	font-size:				11px;
	float:					none;
	padding-bottom:			5px;
	padding-top:			3px;
	padding-left:			10px;
	padding-right:			10px;
	font-weight:			bold;
	border-bottom:			1px solid #00703c;
	margin-right:0px;
}

#nav_root li ul li a:link {
	color:					#00703c;
	text-transform:none;
}

#nav_root li ul li a:visited {
	color:					#00703c;
	text-transform:none;
}

#nav_root li ul li a:hover {
	text-decoration:		underline;
	text-transform:none;
}

#nav_root li:hover ul, #nav_root li.sfhover ul {
	left: 					auto;
}

#nav_root li:hover, #nav_root li.sfhover {
    position: 				static;
}



.read-more {
padding-bottom:10px;
border-bottom: 1px dotted #666666;
font-size:90%;
}

#bottom {
height:100px;
width:900px;
background-image: url(/i/footer_bg.gif);
background-repeat:none;
margin:0 auto;
}

#home-right {
float:left; 
padding:20px 0 20px 0; 
width:190px;
}

#home-right ul {
margin:0;
padding:0;
}

#home-right li {
list-style-type:none;
margin-bottom:7px;
}