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

html {
	text-align:center;
}
body {
	text-align: left;
	margin: 2% auto;
	background-color: #2C2F28;
}
div#centered {
	position: absolute;
	/*horizontally center div*/
	left:50%;
	/*margin-left is centered_div width divided by 2*/
	margin-left:-436px;
	width: 839px;
	border: solid #FFF 12px;
	background: #FFF;
}
div#branding {
	width: 839px;
	height: 94px;
	background-color: #1E140A;
	position: relative;
}
div#nav {
	width: 816px;
	height: 36px;
	background-color: #3C3227;
	position: relative;
	margin-bottom: 7px;
	padding-left: 23px;
}
div#section {
	background-color: #903A2C;
	position: relative;
	float: left;
	height: 160px;
	width: 216px;
}
div#sectionImg {
	width: 616px;
	height: 160px;
	background-color: #999;
	float: right;
}
div#subNav {
	width: 216px;
	background-color: #677380;
	float: left;
	margin-top: 4px;
}
div#subNavImg {
	width: 216px;
	background-color: #FFF;
	float: left;
	padding-top: 4px;
}
div#content {
	width: 545px;
	background-color: #FFF;
	float: right;
	margin-right: 47px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
div#home {
	width: 839px;
	background-color: #000;
	height: 413px;
}
div#footer {
	width: 800px;
	clear: both;
	padding-top: 50px;
	margin-left: 27px;
}
div#clear {
	width: 598px;
	clear: both;
}
.section {
 padding:left:50px position: absolute;
	top: 120px;
	position: relative;
	left: 30px;
	color: #FFFFFF;
	font-size: 18px;
	overflow: hidden;
}
.section-twoline {
 padding:left:50px position: absolute;
	top: 95px;
	position: relative;
	left: 30px;
	color: #FFFFFF;
	font-size: 18px;
	overflow: hidden;
}
#branding img {
	position: relative;
	left: 30px;
}
#nav img {
	margin-right: 1px;
}
div#footerHome {
	width: 800px;
	clear: both;
	padding-top: 8px;
	margin-left: 27px;
}
div#preload {
	display: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#centeredHome {
	position: absolute;
	/*horizontally center div*/
	left:50%;
	/*margin-left is centered_div width divided by 2*/
	margin-left:-436px;
	width: 839px;
	border: solid #FFF 16px;
	background: #FFF;
}
div#col1 {
	width:165px;
	position:relative;
	float: left;
	margin-right: 20px;
}
div#col2 {
	width:165px;
	position:relative;
	float: left;
	margin-right: 20px;
}
div#col3 {
	width:165px;
	position:relative;
	float: left;
}
.hidden {
	background-color: #FFFFFF;
}
div#subNavHidden {
	width: 216px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 4px;
}
div#column1 {
	width:216px;
	position:relative;
	float: left;
}
div#thumb {
	width:165px;
	position:relative;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}
div#col4 {
	width:200px;
	position:relative;
	float: left;
	margin-right: 20px;
}
div#col5 {
	width:200px;
	position:relative;
	float: left;
	margin-right: 20px;
}
.leed-logo {
	position:relative;
	float: right;
 padding: 0 0 10px 10px;
}
