@charset "utf-8";
body {
	font: 13px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #e1f4dd url(../img/bg.jpg) top center repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #303030;
}
.oneColFixCtrHdr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #fff url(../img/headerBG.jpg) top left repeat-y;
	height: 50px;
	padding: 0 25px;
	text-align: right;
}
.oneColFixCtrHdr #header h1  {
	margin: 0 0 0 580px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px 37px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../img/header_Call.jpg) left center no-repeat;
	font-size: 18px;
	color: #5c7043;
}
.telephone {
	color: #030303;
}
.oneColFixCtrHdr #banner {
	background: #fff url(../img/bannerBG2.jpg) top center no-repeat;
	height: 260px;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #nav {
	width: 232px;
	height: 325px;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #nav ul {
	padding: 5px 5px 2px 5px;
	margin: 0;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
}
.oneColFixCtrHdr #nav ul li{
	padding: 10px 0 10px 25px;
	background: url(../img/nav_off.jpg) left center no-repeat;
}
#nav ul li.selected {
	color: #5c7043;
	background: url(../img/nav_on.jpg) left center no-repeat;
}
.oneColFixCtrHdr #nav ul li a{
	text-decoration: none;
	color: #030303;
}
.oneColFixCtrHdr #nav ul li a:hover{
	color: #5c7043;
}
.oneColFixCtrHdr #subhead {
	background: #fff url(../img/subheadBG.jpg) top left repeat-y;
	height: 75px;
	padding: 0;
	overflow: hidden;
}
.subhead {
	background: url(../img/logo.jpg) left top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	display: block;
	margin-left: 285px;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 63px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent h1  {
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin: 0;
	font-size: 28px;
	color: #5c7043;
}
.oneColFixCtrHdr #mainContent h2  {
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin: 0;
	font-size: 18px;
	color: #5c7043;
}
.oneColFixCtrHdr #mainContent h3  {
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin: 0;
	font-size: 14px;
	color: #5c7043;
}
.oneColFixCtrHdr #mainContent blockquote  {
	background: url(../img/border.jpg) left top repeat-y;
	margin: 0 10px;
	padding: 0 10px;
	font-size: 12px;
	color: #5c7043;
}
.oneColFixCtrHdr #mainContent ul  {
	list-style: circle;
}
.oneColFixCtrHdr #mainContent a {
	font-weight: bold;
	color: #5c7043; 
	text-decoration: none;
	padding: 0;
}
.oneColFixCtrHdr #mainContent a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #footer {
	padding: 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e2e2e2;
	text-align: right;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #a4a4a4;
}
.oneColFixCtrHdr #footer a {
	font-weight: bold;
	color: #a4a4a4; 
	text-decoration: none;
	padding: 0;
}
.oneColFixCtrHdr #footer a:hover {
	color: #5c7043;
}
.oneColFixCtrHdr #clear {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	clear: both;
	width: 900px;
	height: 0;
}

.imgR {
	padding: 0;
	margin: 0 0 10px 10px;
	float: right;
	border: solid 1px #5c7043;
}
.imgL {
	padding: 0;
	margin: 0 10px 10px 0;
	float: left;
	border: solid 1px #5c7043;
}
.img {
	padding: 0;
	margin: 0 0 10px 0;
	border: solid 1px #5c7043;
}
.cta {
	padding: 0;
	margin: 15px 0 0 0;
	float: right;
	border: solid 1px #5c7043;
}