﻿html {
	height:100%;
	width:100%;
}
img {border:none;}
.reset {clear:both;}
h1, h2, h3, h4, h5, h6 {color:#004384;}
h1 {font-size:14px;}
h2 {
	margin-top:0;
	font-size:22px;
	font-weight:normal;
}
h3 {font-size:12px;}
strong {font-size:15px;}
body {
	color:#000;
	font-family:arial;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:#006aa6 url('../img/body_bg.png') repeat-x;
	text-align:center;
	font-size:11px;
}
#page {
	margin:0 auto;
	text-align:left;
	width:990px;
}
#header {
	height:110px;
	display:block;
}
.logo {
	margin:35px 0 0 10px;
	float:left;
}
.right_headerbox {
	width:700px;
	height:110px;
	float:right;
}
.pools {
	margin:35px 0 0 0;
	float:right;
	width:268px;
	height:15px;
}

#navigation {
	float:right;
	height:33px;
	width:562px;
	position:relative;
	top:27px;
}
#navigation ul {
	display:inline;
	list-style-type:none;
	position:relative;
	top:-14px;
}
#navigation li {float:left;}
.nav_home a {
	display:block;
	height:33px;
	width:68px;
	background:url('../img/navigation.png') no-repeat;
}
.nav_home a:hover {background-position:0 -33px;}
.nav_pools a {
	display:block;
	height:33px;
	width:83px;
	background:url('../img/navigation.png') no-repeat;
	background-position:-68px 0;
}
.nav_pools a:hover {background-position:-68px -33px;}
.nav_why a {
	display:block;
	height:33px;
	width:166px;
	background:url('../img/navigation.png') no-repeat;
	background-position:-151px 0;
}
.nav_why a:hover {background-position:-151px -33px;}
.nav_about a {
	display:block;
	height:33px;
	width:64px;
	background:url('../img/navigation.png') no-repeat;
	background-position:-317px 0;
}
.nav_about a:hover {background-position:-317px -33px;}
.nav_contact a {
	display:block;
	height:33px;
	width:87px;
	background:url('../img/navigation.png') no-repeat;
	background-position:-381px 0;
}
.nav_contact a:hover {background-position:-381px -33px;}
.nav_builders a {
	display:block;
	height:33px;
	width:94px;
	background:url('../img/navigation.png') no-repeat;
	background-position:-468px 0;
}
.nav_builders a:hover {background-position:-468px -33px;}

#content {
	text-align:left;	
}

#footer {
	color:#66a5c9;
	text-align:center;
	margin:0 auto;
	padding:0;
	width: 990px;
}
#footer ul {
	width:961px;
	height:30px;
	border-top:1px solid #66a5c9;
	list-style-type:none;
	margin:0 auto;
	padding:8px 4px;
	color:#66a5c9;
}
#footer ul li {
	float:left;
	margin:0 18px;
	text-transform:uppercase;
}
.footer_first {
	margin:0 82px 0 0 !important;
	margin:0 50px 0 0 !important;
	text-transform:none !important;
}
.footer_first a {text-decoration:none;}
.footer_first a:hover {text-decoration:underline;}
.footer_last {
	margin:0 !important;
	float:right !important;
	text-transform:none !important;
}
.footer_last a {text-decoration:none;}
.footer_last a:hover {text-decoration:underline;}

a {color:#66a5c9;}
a:hover {text-decoration:none;}


/* HOME PAGE */

#flash {
	width:990px;
	height:415px;
	margin:34px auto 14px auto;
	text-align:center;
}
#home_images {
	width:932px;	
	height:99px;
	margin:0 auto;
	text-align:left;
}
#home_images img {
	vertical-align:top;
}
.home_page {
	background:url('../img/home_bg.png') no-repeat center bottom;
	padding-bottom:13px;
	margin-bottom:22px;
	text-align:center;
}
.normal_page {
	padding-bottom:13px;
	margin-bottom:22px;
	text-align:center;
}
.page_header {
	width:987px;
	height:171px;
	margin-bottom:25px;
	background:url('../img/other_page_bg.png') no-repeat center bottom;
	text-align:center;
}
.page_header img {padding-top:50px;}


#leftSideBar {
	float:left;
	width:185px;
	text-align:center;
	text-transform:uppercase;
}
#leftSideBar img {margin-bottom:10px;}
#leftSideBar h3 {margin:8px 0;}
#leftSideBar h3 a {color:#004384;}
.padding_box {padding:15px;}
.leftLinks {
	background:url('../img/side_nav_box.png') no-repeat;
	width:185px;
	height:199px;
	text-align:left;
}
.leftLinks ul {
	list-style-type:none;
	list-style-position:inside;
}
.leftLinks ul li {
	display:block;
}
.no_subnav {margin-top:0px !important;}
#content_area {
	float:left;
	width:375px;
	margin:0 0 0 45px;
}
.textlarger {font-size:12px;}
#rightSideBar {
	float:right;
	width:328px;
	min-height:300px;
	margin:0 32px 25px 0;
	font-size:12px;
}
#left_contact {
	color:#447095;
	text-align:left !important;
	margin-left:7px;
}
#left_contact a {color:#447095;}

input {
	background:#FFF;
	border:1px solid #AAA;
	color:#004384;
	height:18px;
	padding:0;
	margin:0;
}

input[type="submit"] {
	border:1px solid #AAA;
	color:#004384;
	height:20px;
	font-weight:bold;
	font-family:arial;
	font-variant:small-caps;
	background:#FFF;
	padding:0;
	margin:0;
}
input[type="submit"]:hover {background:#EEE;color:#000;}
input[type="text"] {
	border:1px solid #AAA;
	color:#004384;
	float:left;
	width:150px;
	height:18px;
	padding:0;
	margin:0;
}
input[type="text"]:hover {background:#EEE;}
input[type="password"] {
	border:1px solid #AAA;
	color:#004384;
	float:left;
	width:150px;
	height:18px;
	padding:0;
	margin:0;
}
input[type="password"]:hover {background:#EEE;}
.go {float:right;}
.password {float:left;}

/* --- HWP Brochure --- */
.brochure{
	position:relative;
	left:900px;
	top:-180px;
	width:164px;
	height:210px;
	z-index:1000;
}
.brochureView{
	position:relative;
	left:715px;
	top:-225px;
	width:204px;
	height:21px;
}
.addThis {
	position: relative;
	float: right; 
	right:30px; 
	top:-22px; 
	margin-bottom: -22px;
}
.fbFan {
	position: relative;
	float: right; 
	right:165px; 
	top:-22px; 
	margin-bottom: -22px;
}