html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	background: url(../images/background.gif);
	background-color: #629a36;
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
img { border: none;}
#container {
	top: 0px;
	width: 800px;
	height: 100%;
	min-height: 100%;
	margin: auto;
	margin-top: 0px;
	position: relative;
	bottom: 0px;
	background: url(../images/top_dec.jpg) no-repeat top center;
}
html>body #container {
	height: auto;
}
#nav1 {
	position: absolute;
	top: 332px;
	left: 40px;
	width: 120px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 10;
	font-weight: bold;
}
#nav1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav1 li {
	height: 17px;
	padding-bottom: 12px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
#nav1 li:hover, #nav1 li.current { color: #7bc143; text-decoration:none; }
#nav1 a { color: #ffffff; text-decoration: none; }
#nav1 a:hover, #nav1 li.current a { color: #7bc143; text-decoration: none;}

#nav2 {
	position: absolute;
	top: 332px;
	left: 165px;
	width: 100px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 10;
	font-weight: bold;
}
#nav2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav2 li {
	height: 17px;
	padding-bottom: 12px;
	float: left;
	padding-botom: 0px;
}
#nav2 li:hover, #nav2 li.current { color: #7bc143; text-decoration:none; }
#nav2 a { color: #ffffff; text-decoration: none; }
#nav2 a:hover, #nav2 li.current a { color: #7bc143; text-decoration: none;}
#home_buttons {
	position: absolute;
	top: 464px;
	left: 27px;
	width: 800px;
}
#content { 
	padding: 464px 30px 50px 30px;
	color: #000000;
}
#content a {
	text-decoration: none;
	color: #990000;
}
#content a:hover {
	text-decoration: none;
	color: #000000;
}
.h1, h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
.red { color:#990000; font-weight: bold; }
.red2 { color:#990000; font-weight: bold; font-size: 12px; font-style: normal; }
.fineprint { font-size: 10px; font-style: italic; }
.white_text { color:#FFFFFF; }
.black_text { color:#000000; }
.white {
	background-color: #FFFFFF;
	padding: 10px;
	font: 12px Arial;
	color: #629a36;
}
#contact_info {
	position: absolute; 
	top: 17px;
	left: 10px;
	color: #FFFFFF;
	font-size: 14px;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 30px;
	width: 741px;
	height: 50px;
	color: #7bc143;
	font-size: 10px;
	background-color: #000000;
}
#footer_text {
	padding: 10px 10px 10px 10px;
	font: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
}
#footer a, #footer a:visited {
	color: #7bc143;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}
.fm-logo {
	float: right;
	margin-left: 10px;
	margin-top: 2px;
}
