/*****************
 BODY FONT
*****************/

body, table {
	font-family:  verdana, georgia, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 16px;
}


/**********************
 BODY FONT HACK FOR IE
**********************/

* html body, * html table  {
	font-family:  verdana, georgia, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: medium;
}

/**********************
LAYOUT
**********************/

body {
	margin: 20px 0 0 0;
	padding: 0px;
	background-image: url(images/bodyback.gif);
	background-position: top center;
	background-repeat: repeat-x;	
}

br.breaker { clear: both; }

h1 { font-size: 1.6em; display: block; font-weight: normal;margin-top: 15px; margin-bottom: 15px; margin-top: 5px; color: #0A6E38;}
h2 { font-size: 1.2em; color: #369; display: block; font-weight: normal; margin: 0; color: #0A6E38;}
h3 { font-size: 1.1em; color: #333; display: block; font-weight: bold; margin: 0; }

a{
	text-decoration: none;
	color: #2261DF;
}
a:hover{
	text-decoration: underline;
}
p{
	margin-top: 10px;
	margin-bottom: 15px;
}
img{
	border: none;
}
#wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
	#allcontent{
		border: 1px solid #D3D1D4;
		float: left;
		width: 800px;
	}
		#header{
			height: 30px;
			color: #0A6E39;
			font-style: italic;
			text-align: right;
			padding-right: 11px;
			padding-top: 78px;
			background-image: url(images/logo.jpg);
			background-position: 0px 0px;
			background-repeat: no-repeat;
			font-size: 0.8em;
		}
		#mainnav{
			float: left;
			background-color: #0A6E38;
			width: 770px;
			padding-left: 30px;
		}
			#mainnav ul{
				padding: 0px;
				margin: 0px;
			}
				#mainnav li{
					float: left;
					margin: 0px;
					border-left: 2px solid #fff;
					list-style-type: none;
					font-size: 0.75em;
					padding-top: 5px;
					padding-bottom: 5px;	
				}
					#mainnav a{
						color: #fff;
						padding-left: 11px;
						padding-right: 11px;
						padding-top: 5px;
						padding-bottom: 5px;
						margin: 0px;
					}
					#mainnav a:hover{
						background-color: #AF77D6;
					}
					
		#leftcontent{
			width: 168px;
			float: left;
			background-image: url(images/bottom_logo.jpg);
			background-position: center 0px;
			background-repeat: no-repeat;
			color: #808080;
			font-size: 0.8em;
			font-style: italic;
			padding-top: 60px;
			padding-left: 20px;
		}
			#leftquote{
				float: left;
				width: 39px;
				
			}
			#rightquote{
				float: left;
				width: 39px;
			}
			#quote{
				float: left;
				width: 125px;
				margin-bottom: 10px;
			}
				
			#quoteinfo{
				float: left;
				text-align: right;
				font-size: 0.7em;
				width: 80px;
			}
				#quoteinfo p{
					margin: 0px;
					padding: 0px;
				}
			#moretest a{
				float: left;
				color: #0B6F39;
				font-size: 0.9em;
				text-align: right;
				width: 135px;
				font-style: normal;
				
			}
		#maincontent{
			float: left;
			width: 612px;
			color: #000;
			background-image: url(images/background-main.gif);
			background-position: right bottom;
			background-repeat: no-repeat;
			color: #716F6F;
		}
			#maincontenttext{
				font-size: 0.8em;
				width: 426px;
			}
			.mainimage{
				margin-top: 15px;
				margin-bottom: 0px;
			}
			.person{
				float: left;
				width: 121px;
			}
			.description h2{
				font-weight: bold;
				font-size: 1.1em;
			}
			.description{
				float: left;
				width: 288px;
				margin-left: 15px;
				text-align: justify;
			}
		#footer{
			float: left;
			font-size: 0.8em;
			color: #0A6E39;
			margin-top: 60px;
			font-size: 0.7em;
			padding-left: 188px;
			padding-bottom: 10px;
			
		}
			#footer p{
				margin: 0px;
				padding: 0px;
			}
			#footer ul{
				margin: 0px;
				padding: 0px;
			}
				#footer li{
					display :inline;
					border-right: 1px solid #0A6E39;
					padding-right: 8px;
					padding-left: 4px;
					margin: 0px;
				}
					#footer a{
						color: #0A6E39;
						text-decoration: underline;
					}
					#footer a:hover{
						text-decoration: none;
					}
				#footer .firstlistitem{
					padding-left: 0px;
				}
				#footer .lastlistitem{
					border: none;
				}
/**********************
CONTACT US
**********************/

label{
	width: 190px;
	float: left;
	margin-bottom: 3px;
	clear: both;
}
input{
	border: 1px solid #7F9DB9;
	margin-bottom: 3px;
}
textarea{
	margin-bottom: 3px;
}