/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F0F0F0;
}
p {
	color:#333;
	line-height:17px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
a {
	color:#A86743;
	text-decoration:none;
	outline:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color: #7D8C14;
	font-size: 24px;
	text-shadow: 1px 1px 1px #ccc;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
h2 {
	font-size: 17px;
	color:#A86743;
	margin-top: 14px;
	margin-bottom: 14px;
}
li {
	color:#333;
	list-style-type: square;
	line-height: 18px;
}
#header {
	background-color: #231F20;
	clear: both;
	height: 130px;
	width: 100%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #8A8D09;
	background-image: url(../images/bgHeader.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headerBox {
	height: 130px;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#headerBox .banner {
	position:absolute;
	right:0px;
}
#headerBox .logo {
	position:absolute;
	left:0px;
	bottom:30px;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	position:relative;
	min-height:730px;
	overflow:visible;
	clear:both;
	background-image: url(../images/bgWrapper.png);
	background-repeat: repeat-y;
}
#left {
	width: 225px;
	position: relative;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow:visible;
	padding-left:20px;
}
#leftnav {
	padding-bottom: 20px;
	padding-left:8px;
	padding-top:20px;
	background-image: url(../images/bgLeftNav.jpg);
	background-repeat: no-repeat;
	background-position: -1px 13px;
}
#left p {
	font-size: 12px;
	margin-top:10px;
}
#highlight {
	width: 188px;
	height:262px;
	background-image: url(../images/bgBuildingFiles.jpg);
	background-repeat: no-repeat;
	margin-left:5px;
}
#highlight img {
	padding:50px 9px 0px 9px;
}
#leftVideo {
	position: absolute;
	top: 560px;
	width:188px;
	height:66px;
}
#leftPDF {
	position: absolute;
	top: 635px;
	width:188px;
	height:66px;
}
#middle {
	margin: 0px 10px 0px 250px;
	padding:10px 20px 25px 0px;
	background-color:#FFF;
}
.sample {
	padding: 1px 15px 10px 15px;
	background-image: url(../images/clouds.jpg);
	border: 1px solid #999;
}
.sample h2 {
	color:#333;
	font-size: 20px;
}
#buildingFiles h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.services {
	margin-top: 35px;
	min-height:200px;
	position: relative;
}
.services .backtoTop {
	position: absolute;
	top: 7px;
	right: 0px;
	width: 20px;
	height:10px;
}
.services p, .services h3 {
	padding:0px;
	margin-left:200px;
}
.services ul {
	padding:0px;
	margin-left:230px;
}
.services h2 {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	padding-bottom:3px;
	margin:14px 0px 14px 0px;
}
.seperator {
	width:100%;
	height:2px;
	background-color:#8A8D09;
	margin-bottom: 15px;
	margin-top: 10px;
}
.map {
	float: right;
}

#form1 .textField {
	overflow: auto;
	width: 250px;
}

#footer {
	clear: both;
	height: 50px;
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #8A8D09;
	background-image: url(../images/bgFooter.png);
	background-repeat: repeat-x;
}
#footer p {
	color:#FFF;
	margin-top:15px;
	float:left;
}
#footer a {
	color:#8A8D09;
}
#footer .design {
	color:#666;
	float:right;
	font-size:11px;
}
#footer .design a {
	color:#666;
	font-weight:normal;
	font-size:11px;
}
#footerBox {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
}
.affiliate-description {
	font-size:11px;
	color: #AFAFAF;
}