@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}
a img {
	border:none;
}
body {
	background-image:url(../images/page-background.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
div#wrapper {
	width:980px;
	margin:auto;
	margin-top:12px;
	margin-bottom:12px;
}
div#header {
	background-image:url(../images/header-background.png);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	width:100%;
}
div#header img {
	padding:6px;
	padding-left:12px;
	float:left;
}
div#header #head-info {
	float:right;
	font-size:12px;
	color:#6188BD;
	font-size:14px;
	padding-top:10px;
	text-align:right;
	padding-right:15px;
}
div#main {
	background-color:#FFFFFF;
	padding:5px;
	float:left;
	margin-bottom:7px;
}
div#callout {
	margin-bottom:5px;
	float:left;
}
div#nav {
	width:198px;
	float:left;
	margin-right:15px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#a3b297;
	margin-bottom:28px;
}
div#nav div#cap {
	background-color: #FFFFFF;
	background-image:url(../images/sidebar-top.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:37px;
	border-bottom:5px solid #FFFFFF;
}
div#nav ul {
	list-style-type:none;
	margin-top:18px;
	margin-bottom:18px;
	margin-left:6px;
	margin-right:6px;
}
div#nav li {
	padding-bottom:9px;
	padding-top:7px;
	background-image:url(../images/nav-border.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-left:8px;
}
div#nav li.parent {
	background:none;
}
div#nav ul ul {
	margin-top:5px;
	margin-bottom:0px;
}
div#nav li li {
	font-size:11px;
	font-weight:normal;
	padding-bottom:6px;
	padding-top:4px;
}
div#nav li a {
	color:#FFFFFF;
	text-decoration:none;
}
div#nav a#mail {
	font-size:12px;
}
div#nav a p {
	background-image:url(../images/mailicon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:28px;
	padding-top:5px;
	color:#FFFFFF;
	margin-left:10px;
	height:24px;
	margin-bottom:10px;
}
div#content {
	margin-bottom:28px;
	width:757px;
	float:right;
}
div#content .home-box {
	border:1px solid #A2B296;
	padding:10px;
	margin:10px;
}
div#content .home-box img {
	padding:10px;
}
div#content .home-box ul {
	margin-left:10px;
}
div#content .home-box .box-header-blue {
	font-size:14px;
	padding:0px;
	margin:0px;
	font-weight:bold;
	color:#5A843B;
	text-transform:uppercase;
}
div#content .center-box-header {
	text-align:center;
	font-size:16px;
	background-color:#7f886e;
	color:#FFFFFF;
	padding:5px;
}
div#content .center-box-content {
	padding:10px;
}
div#content .center-box-content h3 {
	font-size:12px;
}
div#content .right-box-header {
	background-image:url(../images/right-header-bkgnd.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin-left:15px;
	padding:5px;
	border:1px solid #d5d5d5;
	font-size:16px;
	font-weight:bold;
	color:#4d5d3c;
	width:202px;
}
div#content .right-box-content {
	margin-left:15px;
	padding:5px;
	border:1px solid #d5d5d5;
	border-top:none;
	width:202px;
	background-color:#f4f6f5;
	margin-bottom:15px;
}
div#content .right-box-content li {
	list-style-image:url(../images/green-check.png);
}
div#content .right-box-content img {
	float:right;
	margin-left:10px;
}
div#content .right-box-content p {
	text-align:justify;
}
div#content .right-box-content h3 {
	font-size:12px;
}
div#content fieldset {
	border:none;
}
div#content #EmailForm input {
	width:300px;
	font-size:14px;
}
div#content #EmailForm textarea {
	width:350px;
	height:250px;
}
div#content #EmailForm label {
	font-size:12px;
	font-weight:bold;
	color:#5a5758;
}
div#content input#cfContact {
	width:auto;
}
div#content h1 {
	color:#88b640;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	text-transform:uppercase;
}
div#content h2 {
	font-size:14px;
	color:#8cc04c;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d5d2;
	border-top-color:#d0d5d2;
	border-top-style:solid;
	border-top-width: 1px;
}
div#content ul, div#content ol {
	margin-left:25px;
	font-size:12px;
	color:#5a5758;
	padding-top:10px;
	padding-bottom:10px;
}
div#content p {
	color:#5a5758;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}
div#footer {
	background-image:url(../images/footer-background.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:36px;
	float:left;
	width:100%;
	margin-bottom:12px;
}
div#footer p {
	text-align:center;
	color:#FFFFFF;
	padding-top:9px;
	font-size:12px;
}