@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
	background-image: url(../_assets/page-top-bkg.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #777;
}
p {
	line-height: 1.5;
	margin: .75em 0 0 0;
}
h1, h2, h3, h4, h5 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 1.1em;
	margin: 1em 0 .5em;
}
h4 {
	font-size: 1.2em;	
}
h5 {
	font-size: 1em;	
}
.bordered {
	border: 1px solid #677861;
	padding: 0 1em 1em;
	width: 60%;
	margin: 2em 0 0 20%;
	background-color: #eee;
}
.border {
	border: 1px solid #667861;	
}
.centered {
	text-align:center
}
.fltright {
	float: right;
	margin: 0 0 2em 2em;
}
#sidebar hr {
	margin: 1em 0;
	border: 0;
	color: #677861;
	background-color: #677861;
	height: 1px;
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}	
#wrap {
	position: absolute;
	width: 810px;
	left: 50%;
	margin-left: -405px;
	margin-top: 29px;
	height: auto;
}
#header {
	height: 84px;
	background-image: url(../_assets/logo.png);
	background-repeat: no-repeat;
	background-position: 5px 0;
}
#header #hplink{
	height: 77px;
	width: 200px;
	position:absolute;
	top: 7px;
	left: 5px;
}
#headernav {
	width: auto;
	float: right;
	height: auto;
}
#contentphotos {
	position: absolute;
	top: 101px;
	left: 35px;
	height: 100px;
	width: auto;
	white-space: nowrap;
}
#contentwrap {
	border: 5px solid #fff;
	background-color: #fff;
}
#content {
	float: right;
	position: relative;
	padding: 117px 30px 20px 30px;
	width: 540px;
}
#content td {
	vertical-align: top;	
	padding: 6px;
}
#content ul.extratop {
	margin-top: 1em;	
}
#content li {
	line-height: 1.5;
	padding: 0 0 0 8px;
	margin-left: 8px;
	background-image: url(../_assets/bullet-drk.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
#content a {
	color: #666;	
}
#content a:hover {
	color: #ac2828;	
}
#contentphotos {
	width: 600px;
	margin: -12px -30px 20px -30px;
}
#sidebar {
	width: 200px;
	float: left;
}
#sidebartopmenu {
	padding: 105px 0 0 0;
	height: 107px;
	background-color: #506d7f;
}
#sidebartopmenu ul {
	list-style-type: none;
	margin: 0 10px 0;
	
}
#sidebartopmenu li {
	display: block;
	border-bottom: 1px solid #fff;
	height: 25px;
}
#sidebartopmenu li.last {
	border-bottom: none;
}
#sidebartopmenu li a {
	text-decoration: none;
	color: #fff;
	font-size: .85em;
	line-height: 25px;
}
#sidebartopmenu li a:hover {
	color: #000;	
}
#sidebartopmenu img {
	border-bottom: 5px solid #fff;	
}
#sidebarbotmenu {
	height: auto;
	background-color: #677861;
}
#sidebarbotmenu ul {
	margin: 0 10px 12px 10px;
	padding: 10px 0 12px;
}
#sidebarbotmenu ul ul {
	margin: 0 10px 0 10px;	
	padding: 0 0 0 0;
}
#sidebarbotmenu li {	
	list-style-type:none;
	padding: 0 0 0 8px;
	background-image: url(../_assets/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	color: #fff;
}
#sidebarbotmenu a {
	color: #fff;
	text-decoration: none;
	font-size: .85em;
	line-height: 18px;
}
#sidebarbotmenu a:hover {
	text-decoration: underline;	
}
#sidebarbotmenu ul ul li a {
	background-image: url(../_assets/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#sidebarfooter {
	background-color: #fff;
	height: auto;
	padding: 0;
}
#sidebarfooter p {
	color: #677861;
	font-size: .75em;
}
#growing {
	height: auto;
	width: 800px;
	background-image: url(../_assets/growing.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 20px 0 8px 0;
	float: right;
	height: 20px;
}
.contact {
	font-size: .7em;
	color: #777;
	line-height: 1.4;
}
#contentnav {
	position: absolute;
	top: 302px;
	left: 5px;
	width: 800px;
	height: 30px;
	background-color: #506d7f;
}
#contentnav .menu {
	float: left;
	width: 200px;
	height: 30px;
	text-align: center;
}
#contentnav .menu a {
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	font-size: .85em;
}
#contentnav .one {
	background-color: #506d7f;	
}
#contentnav .two {
	background-color: #677861;	
}
#contentnav .three {
	background-color: #726479;	
}
#contentnav .four {
	background-color: #80653e;	
}
#hpfooter, #footer {
	height: 40px;	
	border-top: 3px solid #dee1dc;
}
#footer {
	margin: 0 28px 0 230px;	
}
#hpfooter .wedc, #footer .wedc {
	
	padding: 12px 12px 20px 0;
	width: 394px;
	float: left;
}
#footer .wedc {
	border-right: none;
}
#hpfooter .sde {
	float: right;
	width: auto;
	padding: 18px 0 0 0;
}
