/* RESET STYLES */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
blockquote, a, img, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul { list-style: none;}


/* BASIC STYLES */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
p {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-bottom:1em
}
a:link, a:visited {color:#1259A8;}
a:hover {color:#F60;}
a:active {color:#C00;}

p.clearall {clear:both;}

/* WRAPPER */
#wrapper {
	margin:10px auto 0;
	width:980px;
}

/* HEADER */
#header {
	width:980px;
	height:120px;
	background:url(../images/bg_header_sub.jpg) no-repeat;
	margin:0 auto;
	border-bottom:5px solid #05254C;
}
	body#home #header {
		height:378px;
		background:url(../images/bg_header.jpg) no-repeat;
	}

#header h1#logo, #header h2#tagline {
	text-indent:-5000px;
	width:1px;
	height:1px;
	margin-top:-2px;
}

/* CONTENT SECTION */
#content-section {
	width:980px;
	margin:0 auto;
	border-bottom:5px solid #05254C;
}


/* MAIN NAV */
#col-nav {
	width:980px;
	height:46px;
	display:block;
	clear:both;
	margin:0 auto 50px;
	text-align:center;
}
ul#nav {display:block;}
ul#nav li {display:inline;}
ul#nav li a {
	display:block;
	float:left;
	height:46px;
	text-indent:-5000px;
}

ul#nav li#nav-home a {width:123px; background-image:url(../images/nav_home.jpg);}
ul#nav li#nav-new a {width:176px; background-image:url(../images/nav_new.jpg);}
ul#nav li#nav-prod a {width:212px; background-image:url(../images/nav_prod.jpg);}
ul#nav li#nav-about a {width:156px; background-image:url(../images/nav_about.jpg);}
ul#nav li#nav-real a {width:156px; background-image:url(../images/nav_real.jpg);}
ul#nav li#nav-warr a {width:156px; background-image:url(../images/nav_warr.jpg);}

ul#nav li#nav-home a:hover,
body#home ul#nav li#nav-home a {background-image:url(../images/nav_home_on.jpg);}
ul#nav li#nav-new a:hover,
body#newhomes ul#nav li#nav-new a {background-image:url(../images/nav_new_on.jpg);}
ul#nav li#nav-prod a:hover,
body#products ul#nav li#nav-prod a {background-image:url(../images/nav_prod_on.jpg);}
ul#nav li#nav-about a:hover,
body#about ul#nav li#nav-about a {background-image:url(../images/nav_about_on.jpg);}
ul#nav li#nav-real a:hover,
body#realtors ul#nav li#nav-real a {background-image:url(../images/nav_real_on.jpg);}
ul#nav li#nav-warr a:hover,
body#warranty ul#nav li#nav-warr a {background-image:url(../images/nav_warr_on.jpg);}

/* CONTENT */
#content-section {clear:both;}

#col-main {
	width:660px;
	margin:0;
	float:right;
}
#col-main h3, #col-main p {margin:0 auto 1em;}

div.sub50hdr {
	width:320px;
	background:url(../images/bg_sub50hdr.jpg) no-repeat top;
	margin-top:10px;
}
div.sub50hdr p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	line-height:1.4em;
}
div.sub50hdr img {
	display:block;
	float:left;
	margin:0 1em 1em 12px;
}
div#sub50left p, div#sub50right p {
	margin:0 12px 1em;
}
div#sub50left {float:left;}
div#sub50right {float:right;}

div.sub50hdr h4 {
	text-indent:-5000px;
	height:14px;
	margin:16px auto 1em 9px;
}
div.sub50hdr h4#outofstate {background:url(../images/h4_outofstate.png) no-repeat;}
div.sub50hdr h4#remodeling {background:url(../images/h4_remodeling.png) no-repeat;}
div.sub50hdr h4#availablehomes {background:url(../images/h4_available.png) no-repeat;}

div.sub50ftr {
	width:320px;
	height:16px;
	background:url(../images/bg_sub50ftr.jpg) no-repeat top;
}


/* SIDEBAR */
#sidebar {
	float:left;
	width:280px;
}
#sidebar #president {
	background:url(../images/bg_sidebar.jpg) no-repeat top;
	margin:0 0 -1em;
	padding-top:16px;
	padding-bottom:1px;
}
#sidebar #president img {
	display:block;
	float:left;
	margin:0 1em 0 0;
}
#sidebar #president p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.4em;
	margin:0 10px 1em;
}
#sidebar #president-btm {
	display:block;
	margin:0 0 20px;
	width:280px;
	height:16px;
	background-image:url(../images/bg_sidebar_btm.jpg);
}
#sidebar h4 {
	text-indent:-5000px;
	display:block;
	width:280px;
	height:110px;
	margin:0 0 20px;
	background:url(../images/callnow.png) no-repeat;
}
#sidebar h4 a {
	display:block;
	width:280px;
	height:110px;
}

/* CONTACT FORM */
/*form#fm_contact {
	display:block;
	margin:20px 0 20px 40px;
	padding:10px;
	border:dashed 1px #AB353F;
	width:42em;
}
label {
	display:block;
	width:6em;
	float:left;
	clear:left;
	font-size:1.6em;
	margin-top:0.3em;
}
input {
	float:left;
	clear:right;
	width:20em;
}
textarea {
	float:left;
	clear:right;
	width:25em;
	height:8em;
}
input#btn-submit {
	clear:left;
	width:10em;
	margin-top: 1em;
}
*/


/* FOOTER */
#footer {
	width:980px;
	margin:0 auto;
	text-align:center;
}
#footer img#logo2 {
	display:block;
	float:left;
	margin:10px 20px 10px 0;
}
#footer p {
	display:block;
	float:left;
	margin-top:10px;
	padding-top:15px;
}
