@charset "UTF-8";

/* CSS Document */
body {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	background: #353535;
	overflow: auto;
	position: absolute;
	min-height: 100%;
	width: 100%;
	}
	
h1, h2, h3, h4, .heading {
	/*font-family: Baskerville, "Baskerville Old Face", "Times New Roman", Times, serif;*/
	font-weight: normal;
	color: #234518;
	}
	
h1, .heading {
	font-size: 26px;
	line-height: 40px;
	}
	
h2 {
	font-size: 16px;
	line-height: 20px;
	}
	
h2 span {
	font-size: 14px;
	vertical-align: middle;
	}
	
h3 {
	font-size: 14px;
	line-height: 18px;
	}
	
.heading {
	margin: 0;
	}
	
p {
	margin: 10px auto;
	}
	
p.leading, .leading p {
	font-size: 16px;
	line-height: 22px;
	color: #666;
	}
	
a {
	text-decoration: none;
	color: #81a376;
	}
	
a:hover {
	text-decoration: underline;
	}
	
img {
	float: right;
	margin: 0 0 8px 8px;
	}	
	
strong {
    font-weight: bold;
    }

#pageWrapper {
	display: block;
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	background: #fff;
	}
	
#pageHeader {
	width: 980px;
	height: 109px;
	background: transparent url(../images/headerBgGrey.png) no-repeat 0 0;
	padding-top: 5px;
	position: absolute;
	z-index: 999;
	top: 0;
	}
	
#pageTitle {
	width: 345px;
	height: 66px;
	margin-left: 170px;
	overflow: hidden;
	}
	
/*.homePage*/ #pageTitle {
	text-indent: -900em;
	}
	
#pageTitle p a {
	display: block;
	text-indent: -900em;
	}
	
#pageBody {
	clear: both;
	overflow: hidden;
	padding: 0 15px 0 0;
	background: #fff;
	}
	
.homePage #pageBody {
	padding: 12px 15px 0 15px;
	}
	
#content {
	float: left;
	overflow: hidden;
	width: 745px;
	}
	
.landingPage #content {
	width: 600px;
	}
	
.homePage #content {
/*	width: 450px;*/
	width: 655px;
	}
	
#content h1, #content h2, #content h3 {
	margin-top: 25px;
	}
	
#content ul {
	list-style: disc;
	padding: 0 0 0 20px;
	}
	
#content li {
	margin: 0.5em 0;
	list-style: disc;
	}
	
#callouts {
	float: right;
	position: relative;
	/*top: 30px;*/
	margin-bottom: 40px;
	}

.contentPage #callouts {
    /*top: 30px;*/
    }

.callout {
	font-size: 12px;
	line-height: 16px;
	border-left: solid 1px #acb9a8;
/*	padding: 0px 0 5px 15px;*/
	padding: 0px 0 5px 30px;
	margin: 0 0 0 15px;
	width: 215px;
	overflow: hidden;
	/*min-height: 230px;*/
	}
	
.homePage .callout {
	float: left;
	
	clear: left;
	}

.callout h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 8px auto;
	}
	
.callout p {
	margin-bottom: 8px;
	}
	
.callout img {
	padding: 0px 0px 8px 8px;
	}
	
#footerKeywords {
text-align: center;
width: 900px;
margin: 40px auto 0px auto;
border-top: 1px solid #F0F0F0;
}

#footerKeywords h1 {
font-size: 100%;
margin-bottom: 0px;
padding-bottom: 0px;
}

#footerKeywords ul {
clear: both;
margin: 0px;
padding: 0px;
}

#footerKeywords ul li {
display: inline;
color: #C0C0C0;
}
	
#pageFooter {
	font-size: 9px;
	line-height: 11px;
	color: #999;
	text-align: center;
	width: 670px;
	margin: 10px auto 20px auto;
	overflow: hidden;
	}
	
#pageFooter p, #pageFooter ul, #pageFooter li {
	float: left;
	margin: 0;
	}
	
#pageFooter ul {
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #999;
	list-style: none;
	}
	
#pageFooter li {
	padding-left: 5px;
	margin-left: 5px;
	border-left: solid 1px #999;
	list-style: none;
	}
	
#pageFooter a {
	color: #999;
	}
	
a.moreLink {
	display: block;
	width: 115px;
	height: 25px;
	background: transparent url(../images/moreInfoLinkBg.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -900em;
	}
	
a.moreLink:hover {
	background: transparent url(../images/moreInfoLinkBgAlt.jpg) no-repeat 0 0;
	}
	
#contentMenu {
	float: left;
	width: 184px;
	overflow: hidden;
	margin-right: 30px;
	font-size: 11px;
	}
	
#contentMenu li {
	border-bottom: solid 1px #acb9a8;
	padding: 4px 0;
	}
	
#contentMenu a {
	padding: 2px 8px 2px 12px;
	display: block;
	color: #666;
	}
	
#contentMenu a.selected, #contentMenu a.selected:hover {
	border-left: 5px solid #234518;
	padding-left: 7px;
	text-decoration: none;
	}
	
#contentMenu a:hover {
	border-left: 5px solid #acb9a8;
	padding-left: 7px;
	text-decoration: none;
	}
	
#breadcrumbs {
	font-size: 10px;
	color: #666;
	padding-top: 6px;
	}
	
#breadcrumbs a {
	color: #666;
	}
	
	
#thumbnails {
	clear: left;
	width: 213px;
	padding-top: 4px;
	}
	
#thumbnails .galleryThumbnail img {
	float: left;
	margin: 3px 1px 0 0;
	padding: 0;
	width: 68px;
	height: 50px;
	overflow: hidden;
	border:1px solid #666666;
	}
	
#thumbnails p {
	clear: left;
	}

#mainImage img {
	float: left;
	padding: 0;
	width: 210px;
	border:1px solid #666666;
	margin: 0;
	}
	
.gallery {
	padding-top: 10px;
	}
	
.gallery p {
	clear: left;
	width: 210px;
	text-align: center;
	padding-top: 6px;
	}
	
#content img {
	border: 1px solid #666;
	padding: 1px;
	}
	

#frmContact .formrow {
	display: block;
	padding: 4px 0;
	clear: left;
	vertical-align: top;
	}
	
#frmContact .formrow label {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	}
	
#frmContact .formrow input, #frmContact .formrow textarea {
	border: 1px solid #ccc;
	width: 200px;
	}
	
#frmContact .formrow textarea {
	width: 300px;
	height: 200px;
	}
	
#frmContact .buttonrow {
	padding-left: 70px;
}



