*{
margin: 0;
padding: 0;
border: 0;
}

img{
margin: 0;
padding: 0;
border: 0;
}

body{
font-size: 8.5pt;
line-height: 14pt;
color: #363636;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #4fa800;
}



#container{
position: absolute;
top: 0px;
left: 50%;
margin-left: -397px;
width: 794px;

}

/* ----------------------------------------------Page Content---------------------*/

#header{
float:left;
width: 794px;
padding-top: 10px;
background-color: #4fa800;
}

#content{
float:left;
width: 794px;
background-image:url(images/panel_strip.jpg);
background-repeat:repeat-y;
}

#contentDots{
float:left;
width: 794px;
background-image:url(images/panel_dots.jpg);
background-repeat:no-repeat;
background-position: bottom left;
}

#contentLeft{
float: left;
width:486px;
padding-top: 33px;
padding-left: 70px;
}

#contentRight{
float: right;
width:192px;
margin-top: 15px;
padding-right: 8px;
}

#footer{
float:left;
width: 794px;
height: 154px;
background-image:url(images/panel_bottom.jpg);
background-repeat:no-repeat;
background-position: top left;
}

.footerText{
color: white;
font-size: 7pt;
line-height: 12pt;
}

.newsletter_button{
float: left;
background-color: #d9fcbc;
width: 70px;
height: 19px;
}
/* ----------------------------------------------General Styles---------------------*/

.largeGreenText{
font-weight: bold;
font-size: 10pt;
line-height: 18pt;
color: #264409;
}

.address{
font-size: 7.5pt;
line-height: 14pt;
color: white;
}

.boldItalicText{
font-weight: bold;
font-size: 8.5pt;
line-height: 16pt;
font-style: italic;
}


/* ----------------------------------------------Navigation---------------------*/
a.navbutton {
	font-weight: normal;
	font-size: 6.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 6px;
	border-left: 2px solid #83c24d;
	border-bottom: 5px solid #83c24d;
	text-align: center;
}
a.navbutton { 
	background-color: #264409; 
	color: white;
	text-decoration: none;
	}
a.navbutton:hover { 
	background-color: #fa6d05; 
	color: white;
	text-decoration: none;
	}
	
	
.navbuttonOn {
	font-weight: normal;
	font-size: 6.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 6px;
	border-left: 2px solid #83c24d;
	border-bottom: 5px solid #83c24d;
	text-align: center;
	background-color: #fa6d05; 
	color: white;
	text-decoration: none;
}

	
	
	
	
/*--------------------------------CONTACT FORM----------------------------*/

#contact_form{
}

#contact_form td{
vertical-align: top;
padding: 0px 0px 0px 0px;
background-color: none;
}

#contact_form input{
background-color:  #ffffff;
padding: 3px 3px 3px 3px;
border: 1px solid #84b08c;
}

#contact_form textarea{
background-color:  #ffffff;
padding: 3px 3px 3px 3px;
border: 1px solid #84b08c;
}

#contact_form checkbox{
background-color:  #ffffff;
padding: 3px 3px 3px 3px;
border: none;
}

#contact_form button{
width:70px;
height: 19px;
background-color: #f5fdee;

}


/* ----------------------------------------------Links--------------------*/

A{
color: #fa6d05;
text-decoration: underline;
}
A:HOVER{
color: #fa6d05;
text-decoration: none;
}

A.footerText{
text-decoration: none;
}
A.footerText:HOVER{
text-decoration: underline;
}





