body {
	padding: 23px 0;
	margin: 0;
	color: #1f1f1f;
	background: url("../img/bg.gif") #eaf9ea repeat-x top center;
	font-family: Arial,  Serif;
	font-size: 80%;
	text-align: center;
	line-height: 150%;
}
a {
	font-weight: bold;
	color: #2f701e;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
img {
	border: 0;	
}
.wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.red {
	color: #a40a0a;
}
/* Header section */
.header {
	height: 174px;
	background: url("../img/header_bg.gif") no-repeat;
}
.header .logo {
	display: block;
	padding: 23px 40px 23px 40px;
}
.header ul {
	padding: 0; 
	margin: 0;
	height: 30px;
	background: url("../img/nav_bg.gif") repeat-x;
	list-style-type: none;
}
.header ul li {
	position: relative;
	float: left;
	height: 30px;
}
.header ul li a {
	float: left;
	display: block;
	height: 20px;
	padding: 5px 20px;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
}
.header ul li:hover, .header ul li a.active {
	background: url("../img/nav_hover.gif") repeat-x;
}
.header ul li a:hover, .header ul li a.active {
	background: url("../img/nav_hover.gif") repeat-x;
}
.header ul li .nav_home:hover {
	background: url("../img/navhome_hover.gif") repeat-x;
}
.header ul li.seperator {
	width: 4px;
	background: url("../img/nav_splitter.gif") no-repeat top left;
}

.header ul li:hover ul {
	display: block;
}
.header ul li ul {
	display: none;
	position: absolute;
	width: 210px;
	margin: 29px 0 0 0;
	left: 0;
	padding: 0;
	list-style-type: none;
	font-size: 75%;
}
.header ul li ul li {
	width: 210px;
	margin-left: 0;
}
.header ul li ul li a {
	float: left;
	display: block;
	width: 190px;
	padding: 5px 10px;
	border: 0;
	color: #fff;
	background-color: #2aa916;
}
.header ul li ul li a:hover {
	background: #2f701e;
	border: 0;
}

/* Main */
.main {
	background: url("../img/main_bg.gif") repeat-y top center;
}
.main_top {
	height: 9px;
	background: url("../img/main_top.gif") no-repeat;
}
.main .container {
	padding: 20px 30px;
}
.main h2 {
	margin: 0;
	padding: 5px 0 10px 0;
	color: #2f701e;
	font-size: 200%;
	font-weight: bold;
}
.main h3 {
	margin: 0;
	padding: 5px 0 20px 0;
	color: #71a271;
	font-size: 150%;
	font-weight: bold;
}
.main .img_right {
	float: right;
	margin: 0 0 10px 20px;
}
.main_bottom {
	clear: both;
	height: 8px;
	background: url("../img/main_bottom.gif") no-repeat top center;
}
.section {
	float: left;
	width: 266px;
	height: 148px;
	padding: 6px;
	background: url("../img/section_bg.gif") no-repeat;
	font-size: 90%;
}
.section h3 {
	margin: 0;
	padding: 10px 0 0 80px;
	font-size: 130%;
	color: #2f701e;
}
.section p {
	padding: 5px 0 0 80px;
}
.section a {
	display: block;
	width: 108px;
	height: 32px;
	margin: 5px 0 0 150px;
	background: url("../img/moreinfo_button.gif") no-repeat bottom left;
	text-indent: -9999px;
}
.section a:hover {
	background: url("../img/moreinfo_button.gif") no-repeat top left;
}
.section div {
	height: 148px;
}
.section1 {
	margin: 10px 22px 0 11px;
}
.section2 {
	margin: 10px 23px 0 0;
}
.section3 {
	margin: 10px 0 0 0;
}
.section4 {
	margin: 0 22px 0 11px;
}
.section5 {
	margin: 0 23px 0 0;
}
.section6 {
	margin: 0 0 0 0;
}
.section7 {
	margin: 0 22px 0 11px;
}
.section8 {
	margin: 0 23px 0 0;
}
.section9 {
	margin: 0 0 0 0;
}
.section1 div {
	background: url("../img/section1_bg.gif") no-repeat;
}
.section2 div {
	background: url("../img/section2_bg.gif") no-repeat;
}
.section3 div {
	background: url("../img/section3_bg.gif") no-repeat;
}
.section4 div {
	background: url("../img/section4_bg.gif") no-repeat;
}
.section5 div {
	background: url("../img/section5_bg.gif") no-repeat;
}
.section6 div {
	background: url("../img/section6_bg.gif") no-repeat;
}
.section7 div {
	background: url("../img/section7_bg.gif") no-repeat;
}
.section8 div {
	background: url("../img/section8_bg.gif") no-repeat;
}
.section9 div {
	background: url("../img/section9_bg.gif") no-repeat;
}

/* Footer */
.footer {
	clear: both;
	padding: 0 20px;
	font-size: 85%;
}
.footer p {
	float: right;
}
.footer ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer ul li {
	float: left;
	margin-right: 1em;
}

/* Contact form */
.standard_form{
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
}
.float_form {
	clear: none !Important;
	width: 380px;
}
.float_form .msg_fail, .msg_success{
	cleaR: none;
}
.standard_form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.standard_form .label {
	clear: both;
	float: left;
	display: block;	
	width: 204px;
	margin-top: 0.2em;
}
.standard_form .input_wrapper {
	width: 636px;
	float: left;
	margin-bottom: 1em;
}
.float_form .input_wrapper {
	width: 380px;
}
.standard_form .input {
	float: left;
	width: 200px;
	margin-bottom: 0;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-family: Arial, Sans-Serif;
	font-size: 100%;
}
.float_form .input {
	width: 180px;
}
.standard_form .input_wrapper .small_label {
	float: left;
	width: 205px;
	margin: 0.3em 0 1em 0;
}
.float_form .input_wrapper  .small_label {
	width: 185px;
}
.standard_form .checkbox {
	display: inline;
	float: left;
	height: 13px;
	width: 13px;
	margin: 5px 0 0 0;
	padding: 0;
}
.standard_form .checkbox_label {
	float: left;
	width: 180px;
	margin: 5px 0 0 5px;
}
.standard_form .checkbox_label_50 {
	float: left;
	width: 155px;
	margin: 5px 5px 0 5px;
}
.standard_form .buttons {
	text-align: right;
}
.standard_form .error {	
	background-color: #FFDDDD !important;
	border: 1px solid #B00000 !important;
}
.standard_form .small_notice {
	clear: left;
	font-weight: bold;
	margin-bottom: 1em;
}
/* Info/Error msgs for forms */
.msg_info {
	clear: both;
	margin-bottom: 1em;
	padding: 5px;
	color: #000;
	background-color: #DDFFF7;
	border: 1px solid #4C91CE;
	text-align: left;
	font-size: 85%;
}
.msg_info a {
	color: #4C91CE;
	text-decoration: none;
	border-bottom: 1px dotted #4C91CE;
}
.msg_fail {
	clear: both;
	margin-bottom: 1em;
	padding: 5px;
	color: #000;
	background-color: #FFDDDD;
	border: 1px solid #B00000;
	text-align: left;
	font-size: 85%;
}
.flash {
	float: left;
	margin-top: -1px;
}
.flash_text {
	margin-left: 2em;
}
.flash_text a {
	color: #dd0000;
}
.flash_text ul {
	margin: 0.5em;
	padding: 0 1em;
}