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



body {
	margin: 0;
	padding: 0;
	background:url(../_img/body_bg.jpg) repeat-x;
}
#container {
	margin: 0 auto;
	width: 960px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	27px;
	font-weight: bold;
	color: #f27824;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #f27824;
	font-weight: bold;
}
h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f06d1d;
	font-weight: 900;
}
p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #272727;
}
p.side {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #272727;
	text-indent: 0;
}
p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin:0;
	text-indent: 0;
}
a, a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
#imagerotator {
	float: right;
	width: 680px;
	height: 235px;
	margin: 15px 10px 0 0;
}
/* Header */

#header {
	height: 136px;
}
.logo {
	float: left;
	padding-top: 20px;
}
.nahb {
	float:left;
	margin: 45px 0 0 300px;
}
#info {
	float: right;
	padding-top: 25px;
	text-align: right;
}
/* Leaderboard */

#leaderboard {
	height: 266px;
	background:url(../_img/leader_bg.jpg) repeat-x;
}
.leader_img {
	padding: 15px 0 0 5px;
}
#placeholder {
	width: 687px;
	height: 236px;
	padding: 15px 0 0 5px;
}
/* Menu */

#menu {
	background: url(../_img/menu_bg.jpg) no-repeat;
	float: left;
	clear: left;
	height: 236px;
	width: 250px;
	margin: 15px 0 0 15px;
}
#menu ul {
	background:url(../_img/menu_bg.jpg) no-repeat;
	width: 250px;
	height: 236px;
	margin:0;
	padding:0;
}
#menu span {
	display: none;
}
#menu li, #menu li a {
	height:47px;
	display:block;
}
#menu ul li {
	float: left;
	list-style:none;
}
.home {
	width: 250px;
}
.home a:hover {
	background:url(../_img/menu_bg.jpg) -250px 0px no-repeat;
}
.about {
	width: 250px;
}
.about a:hover {
	background:url(../_img/menu_bg.jpg) -250px -47px no-repeat;
}
.photo {
	width: 250px;
}
.photo a:hover {
	background:url(../_img/menu_bg.jpg) -250px -94px no-repeat;
}
.building {
	width: 250px;
}
.building a:hover {
	background:url(../_img/menu_bg.jpg) -250px -141px no-repeat;
}
.testimonials {
	width: 250px;
}
.testimonials a:hover {
	background:url(../_img/menu_bg.jpg) -250px -188px no-repeat;
}
/* Content */

#mainContent {
	background: url(../_img/content_bg.jpg) repeat-y;
	background-position: 96% 0;
	width: 960px;
	min-height: 350px;
	margin:0;
	overflow: hidden;
}
#left_col {
	float: left;
	width: 558px;
	margin-left: 50px;
}
#right_col {
	float: right;
	width: 17.69em;
	margin-right: 1.65em;
	background: #fdcdaf url(../_img/right_col_top.jpg) repeat-x top;
	height: 100%;
	padding-top: 20px;
	vertical-align:bottom;
}
.box {
	clear: both;
	padding: 15px 20px;
}
.sidepic {
	padding-right: 10px;
}
#left_col ul li {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #272727;
}
.gallery {
	margin-right: 20px;
	margin-bottom: 30px;
}
img.gallery {
	border: 3px solid #CCC;
}
img.gallery:hover {
	border: 3px solid #F27824;
}
/* Footer */



#mainFooter {
	position:relative;
	clear: both;
	background: #f27924 url(../_img/footer_bg.jpg) repeat-x;
	min-height: 97px;
	bottom: 0;
	width: 100%;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer ul li {
	display: inline;
}
#footer li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid;
	padding-right: 5px;
}
#footer li.last a {
	border: none;
}
#footer li a:hover {
	text-decoration: underline;
}

ol li {
	margin:0 0 20px 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #272727;

}