@import url("../css/global.css");

html, body {
	background: #80939D url(../gfx/home_bg_main.gif) repeat-x 0 0;
}

#innercontentwrap2 {
	padding: 0 38px 0 0;
}
#innercontentwrap {
	background: url(../gfx/home_foot_contentarea.gif) no-repeat 0 100%;
}
#contentarea {
	background: url(../gfx/home_mid_contentarea.gif) repeat-y 0 0;
}

/* Subheader
--------------------------------------------------------------------------------------------------- */
#subheader {
	height: 317px;
	width: 991px;
	position: relative;
	background: url(../gfx/home_subhead_bg.jpg) no-repeat 0 0;
}
#subheader li {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 38px;
	width: 953px;
	text-indent: -999em;	
}
#subheader li a {
	display: block;
	width: 953px;
}

#subheader li.residential {
	top: 18px;
	height: 83px;
	background: url(../gfx/subhead/btn_residential.jpg) no-repeat 0 0;
}
#subheader li.residential a {
	height: 83px;
	background: url(../gfx/subhead/btn_residential.jpg) no-repeat 0 0;
}
#subheader li.residential a:hover {
	background-position: 0 -83px;
}

#subheader li.commercial {
	top: 108px;
	height: 82px;
	background: url(../gfx/subhead/btn_commercial.jpg) no-repeat 0 0;
}
#subheader li.commercial a {
	height: 82px;
	background: url(../gfx/subhead/btn_commercial.jpg) no-repeat 0 0;
}
#subheader li.commercial a:hover {
	background-position: 0 -82px;
}

#subheader li.rec {
	top: 196px;
	height: 81px;
	background: url(../gfx/subhead/btn_rec.jpg) no-repeat 0 0;
}
#subheader li.rec a {
	height: 81px;
	background: url(../gfx/subhead/btn_rec.jpg) no-repeat 0 0;
}
#subheader li.rec a:hover {
	background-position: 0 -81px;
}

/* Typography + Content Layout
--------------------------------------------------------------------------------------------------- */
#primary {
	width: 956px;
	float: left;
	padding: 42px 0 45px 0;
	margin: 0;
}
#primary h1.main {
	display: block;
	float: left;
	width: 513px;
	height: 34px;
	background: url(../gfx/hd/whoweare_bar.gif) no-repeat 100% 6px;
	text-indent: -999em;
}
.message {
	float: right;
	width: 415px;
}
#primary p {
	font-size: 13px;
	margin: 0 0 15px;
}
