body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;padding:0;
}
table{
	border-collapse:collapse;border-spacing:0;
}fieldset,img{
	border:0;
}address,caption,cite,code,dfn,th,var{
	font-style:normal;font-weight:normal;
}ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
q:before,q:after{
	content:'';
}

/* END RESET */



.left { float: left; }
.right { float: right; }
clearfix { clear: both; }

.gold { color: #9e8410; }

body {
	margin: 0;
	padding: 0;
	background: #fcfae5;
}
body,td,th {
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
p, ul, ol, H1, table { margin: 0 0 15px 0; }
a img { border: none; }
a { color: #3d7800; text-decoration: none; }
a:hover { color: #65a701; text-decoration: underline; }

form { padding: 0; margin: 0; }
form td { padding: 4px 0; text-align: left; }
#wrapper {
	width: 800px;
	margin: 30px auto 0;
	position: relative;
	text-align: left;
}
#main_banner {
	position: relative;
	background: white;
	border: 1px solid #74b10b;
	text-align: center;
	background: #ffffff url(/images/leaf-small.jpg) no-repeat center center;
	height: 159px;
}
body#home #main_banner { height: 374px; background: #ffffff url(/images/leaf-big.jpg) no-repeat center center; }
#logo {
	position: absolute;
	top: 10px;
	left: 546px;
}
#content {
	padding: 30px 10px;
	overflow: auto;
}
#footer {
	margin: 10px auto;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.col_large {
	width: 63%;
}
.col_small {
	width: 27%;
	padding-left: 25px;
	border-left: 1px dotted #bad888;
}

/* HEADERS */

H1 {
	color: #3D7800;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
H2 { font-size: 14px; font-weight: bold; margin-bottom: 5px; }

#content ul {
	list-style: url(/images/bullet-mint.png) outside;
	padding-left: 45px;
	margin-bottom: 15px;
}

/* FORM STYLES */

/* FORM STYLES */

label	 
	{ float:left; width:150px; display:block; clear:left; text-align:left;  }
textarea, input, label {
	margin-top:5px;
}
textarea, input { 
	padding: 3px;
	color: #333333;
	background: #fff;
	border: 1px solid #999;
	width: 300px;
	font: 11px/17px Georgia, "Times New Roman", Times, serif;
	color: #555;
}
.FormButton {
	color: #ffffff;
	font-weight: bold;
	border: 2px solid #87a9dc;
	background: #25569f;
	padding: 3px 5px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

/* NAVBAR */

body#home #navbar { font-size: 23px; border-bottom: none; }
#navbar {
	padding: 20px 0;
	margin: 0;
	text-align: center;
	font: italic normal 20px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #bad888;
}
#navbar a {  color: #3d7800; text-decoration: none; margin-right: 50px; }
#navbar a:hover { color: #65a701; text-decoration: none; }
body#home #navbar a#homelink { display: none; }
a#lastlink { margin-right: 0; }

#services {
	color: #65a701;
	text-align: center;
	padding: 10px 0 25px;
}
#contact_info {
	font-size: 13px;
	font-weight: bold;
	color: #3d7800;
	text-align: center;
	padding: 0 0 30px;
}

/* LEFT NAV */

#navcontainer { width: 100%; font-size: 12px; text-align: left; margin: 15px 0; }
#navcontainer ul {
	margin: 0 28px;
	padding: 0;
	list-style-type: none;
}
#navcontainer li a {
	display: block;
	background: none;
	text-decoration: none;
	color: #00406e;
	padding: 8px 0;
	margin: 0;
	border-bottom: 1px solid #95a5b5;
	width: 100%;
}
#navcontainer li a:hover {
	text-decoration: none;
	color: #3074bb;
}
