
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* layout rules specific to main page */

/* left side of main page content area */
body#ctl00_home div#homesearch {
	width: 514px;
	float: left;
	margin: 0 5px 0 0;
}

/* main grey "new home search" box */
body#ctl00_home div#intro {
	position: relative; /* this allows absolute positioning of 'start button' link */
	background: transparent url(     "../images/homesearch_intro.gif" ) no-repeat bottom left;
	height: 14.5em; /* note: this keeps the lower edges all nicely lined up: 	(#intro height) + (#searchtypes height) =  	(#whatsnew height) + (#whatsnew margin-bottom) + (#signup height) */
}

body#ctl00_home div#intro h2 {
	width: 514px;
	height: 56px;
	background: transparent url(     "../images/homesearch_intro_h2_search.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 10px 0;
}
body#ctl00_home div.fr div#intro h2 {
	background: transparent url(     "../images/homesearch_intro_h2_search_fr.gif" ) no-repeat;
}

body#ctl00_home div#intro p {
	margin: -7px 25px 0px 173px;
	font-size: 95%;
}

/* bg image doubled up below to avoid IE6 flicker */
body#ctl00_home div#intro p#start {
	margin: 0;
	height: 121px;
	width: 137px;
	position: absolute;
	top: 27px;
	left: 26px;
	background: transparent url(     "../images/homesearch_start.gif" ) no-repeat;
	text-indent: -9999px; /* hide text link for image replacement */
}
body#ctl00_home div.fr div#intro p#start {
	background: transparent url(     "../images/homesearch_start_fr.gif" ) no-repeat;
}
body#ctl00_home div#intro p#start a {
	display: block;
	height: 121px;
	width: 137px;
	background: transparent url(     "../images/homesearch_start.gif" ) no-repeat;
	text-indent: -9999px; /* hide text link for image replacement */
	text-decoration: none;
}
body#ctl00_home div.fr div#intro p#start a {
	background: transparent url(     "../images/homesearch_start_fr.gif" ) no-repeat;
}
body#ctl00_home div#intro p#start a:hover {
	background-position: 0px -121px;
}

/* main green "new home search types" box */
body#ctl00_home div#searchtypes {
	background: transparent url(     "../images/homesearch_searchtypes.gif" ) no-repeat bottom left;
	height: 12em; /* note: this keeps the lower edges all nicely lined up: 	(#intro height) + (#searchtypes height) =  	(#whatsnew height) + (#whatsnew margin-bottom) + (#signup height) */
}

body#ctl00_home div#searchtypes div {
	display: block;
	float: left;
	display: inline; /* silly hack to trick IE into not doubling leftmargin */
	padding-top: 20px;
	color: #fff;
	font-size: 95%;
}
body#ctl00_home div#searchtypes div#region {
	width: 150px;
	margin: 0 5px 0 15px;
}
body#ctl00_home div#searchtypes div#type {
	width: 155px;
	margin: 0 5px 0 10px;
}
body#ctl00_home div#searchtypes div#price {
	width: 155px;
	margin: 0 5px 0 10px;
}

body#ctl00_home div#searchtypes div h3 {
	height: 16px;
	background-repeat: no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	font-size: 1px; /* ensure hidden text doesn't enforce any line-height */
	margin: 0 0 0 10px;
}
body#ctl00_home div#searchtypes div#region h3 {
	width: 65px;
	background-image: url(     "../images/searchtypes_h3_byregion.gif" );
}
body#ctl00_home div.fr div#searchtypes div#region h3 {
	width: 80px;
	background-image: url(     "../images/searchtypes_h3_byregion_fr.gif" );
}
body#ctl00_home div#searchtypes div#type h3 {
	width: 94px;
	background-image: url(     "../images/searchtypes_h3_bytype.gif" );
}
body#ctl00_home div.fr div#searchtypes div#type h3 {
	width: 129px;
	background-image: url(     "../images/searchtypes_h3_bytype_fr.gif" );
}
body#ctl00_home div#searchtypes div#price h3 {
	width: 102px;
	background-image: url(     "../images/searchtypes_h3_byprice.gif" );
}
body#ctl00_home div.fr div#searchtypes div#price h3 {
	width: 133px;
	background-image: url(     "../images/searchtypes_h3_byprice_fr.gif" );
}

body#ctl00_home div#searchtypes div p {
	margin: 10px 10px 0px 10px;
}
body#ctl00_home div#searchtypes div#region p {
	margin: 10px 5px 0px 10px;
	padding-right: 5px;
}
body#ctl00_home div#searchtypes div#type p {
	margin: 10px 5px 0px 10px;
	padding-right: 13px;
}
body#ctl00_home div#searchtypes div#price p {
	margin: 10px 10px 0px 10px;
	padding-right: 13px;
}

body#ctl00_home div#searchtypes a.begin {
	display: block;
	float: right;
	height: 22px;
	width: 22px;
	background: transparent url(     "../images/arrowbutton_green.gif" ) no-repeat bottom right;
	text-indent: -9999px; /* hide text link for image replacement */
	margin-top: -10px;
	text-decoration: none;
}

/* "what's new" feature on right side of main page */
body#ctl00_home div#whatsnew {
	float: left;
	background: transparent url(     "../images/whatsnew.gif" ) no-repeat bottom;
	width: 247px;
	height: auto !important;
	height: 17em;
	margin: 0 0 1em 0; /* note: this keeps the lower edges all nicely lined up: 	(#intro height) + (#searchtypes height) =  	(#whatsnew height) + (#whatsnew margin-bottom) + (#signup height) */
	min-height: 17em;
}

body#ctl00_home div#whatsnew h2 {
	width: 247px;
	height: 126px;
	background: transparent url(     "../images/inthenews_h2.jpg" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_home div.fr div#whatsnew h2 {
	background: transparent url(     "../images/inthenews_h2_fr.jpg" ) no-repeat;
}

body#ctl00_home div#whatsnew p {
	min-height: 71px;
	margin: -5px 15px auto 15px;
	padding-top: 7px;
	padding-right: 75px;
	font-size: 95%;
	margin-bottom: 10px;
	padding-right: 10px; /*background: transparent url("../images/logo_gohba.gif" ) no-repeat top right;*/
}
body#ctl00_home div.fr div#whatsnew p {
	margin: -16px 15px auto 12px;
	padding-top: 7px;
	padding-right: 70px;
	margin-bottom: 10px;
	padding-right: 5px; /*background: transparent url("../images/logo_gohba.gif" ) no-repeat center right;*/
}

body#ctl00_home div#whatsnew p img {
	display: inline;
	float: right;
	margin: 5px 0 5px 2px;
}
body#ctl00_home div.fr div#whatsnew p img {
	display: inline;
	float: right;
	margin: 3px -10px 5px 2px;
}

/* "sign up" feature on right side of main page */
body#ctl00_home div#signup {
	float: left;
	width: 247px;
	background: transparent url( "../images/signup.gif" ) no-repeat bottom;
	height: 8.5em; /* note: this keeps the lower edges all nicely lined up: 	(#intro height) + (#searchtypes height) =  	(#whatsnew height) + (#whatsnew margin-bottom) + (#signup height) */
}

body#ctl00_home div#signup h2 {
	width: 247px;
	height: 40px;
	background: transparent url( "../images/signup_h2.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_home div.fr div#signup h2 {
	background: transparent url( "../images/signup_h2_fr.gif" ) no-repeat;
}

body#ctl00_home div#signup p {
	margin: 0px 20px auto 27px;
	font-size: 95%;
}
body#ctl00_home div.fr div#signup p {
	margin: 0px 20px auto 22px;
	font-size: 95%;
}



/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for sidebars */

div#sidebar {
	float: right;
	width: 176px;
	margin: -20px 20px 40px 60px;
	font-size: 0.9em; /* silly hack to avoid IE's double float margin bug */
	display: inline;
}

div#newsletter {
	background: transparent url(     "../images/newsletter.gif" ) no-repeat bottom;
	padding-bottom: 10px;
}

div#newsletter h4 {
	width: 176px;
	height: 44px;
	background: transparent url(     "../images/newsletter_h4.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
div#newsletter p {
	margin: 0 20px 10px 20px;
}

div#partners {
	background: transparent url(     "../images/newsletter.gif" ) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div#partners h4 {
	width: 176px;
	height: 44px;
	background: transparent url(     "../images/partners_h4.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
div.fr div#partners h4 {
	background: transparent url(     "../images/partners_h4_fr.gif" ) no-repeat;
}
div#partners p {
	margin: 10px 20px 20px 20px;
}

div#loginform {
	background: transparent url(     "../images/loginform.gif" ) no-repeat bottom;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

div#loginform h4 {
	width: 176px;
	height: 44px;
	background: transparent url(     "../images/memberlogin_h4.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
div.fr div#loginform h4 {
	background: transparent url(     "../images/memberlogin_h4_fr.gif" ) no-repeat;
}
div#loginform p {
	margin: 0 10px 10px 10px;
}

div#loginform p#signin {
	margin-left: 90px;
}
div#loginform p#signin input {
	display: block;
	width: 76px;
	height: 22px;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
	text-decoration: none;
}
div.fr div#loginform p#signin input {
	width: 88px;
	margin-left: -12px;
}

p#startsearch a {
	display: block;
	width: 171px;
	height: 121px;
	background: transparent url(     "../images/startsearch_button.jpg" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 20px 2px;
	text-decoration: none;
}
div.fr p#startsearch a {
	background: transparent url(     "../images/startsearch_button_fr.jpg" ) no-repeat;
}

p#startsearch a:hover {
	background: transparent url(     "../images/startsearch_button_lit.jpg" ) no-repeat;
	text-decoration: none;
}
div.fr p#startsearch a:hover {
	background: transparent url(     "../images/startsearch_button_lit_fr.jpg" ) no-repeat;
	text-decoration: none;
}

p#signup a {
	display: block;
	width: 171px;
	height: 121px;
	background: transparent url(     "../images/signup_button.jpg" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 30px 2px;
	text-decoration: none;
}
div.fr p#signup a {
	background: transparent url(     "../images/signup_button_fr.jpg" ) no-repeat;
}
p#signup a:hover {
	background: transparent url(     "../images/signup_button_lit.jpg" ) no-repeat;
	text-decoration: none;
}
div.fr p#signup a:hover {
	background: transparent url(     "../images/signup_button_lit_fr.jpg" ) no-repeat;
}


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for "member log in" page */

body#ctl00_loginpage div#panel {
	padding-bottom: 40px;
}

/* main graphical page header */
body#ctl00_loginpage div#panel h2 {
	width: 772px;
	height: 41px;
	background: transparent url(     "../images/h2_login.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_loginpage div.fr div#panel h2 {
	background: transparent url(     "../images/h2_login_fr.gif" ) no-repeat;
}


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for sitemap page */

body#ctl00_sitemappage div#panel {
	padding-bottom: 40px;
}

/* main graphical page header */
body#ctl00_sitemappage div#panel h2 {
	width: 772px;
	height: 41px;
	background: transparent url(     "../images/h2_sitemap.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_sitemappage div.fr div#panel h2 {
	background: transparent url(     "../images/h2_sitemap_fr.gif" ) no-repeat;
}


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for the "contact us" page */

body#ctl00_contactpage div#panel {
	padding-bottom: 40px;
}

/* main graphical page header */
body#ctl00_contactpage div#panel h2 {
	width: 772px;
	height: 41px;
	background: transparent url(     "../images/h2_contact.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_contactpage div.fr div#panel h2 {
	background: transparent url(     "../images/h2_contact_fr.gif" ) no-repeat;
}


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for search page */

div#panel-search {
	background-image: url(     "../images/browseby_panel_bg_top.jpg" );
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* main graphical page title */
body#ctl00_searchpage div#panel h2 {
	width: 772px;
	height: 41px;
	background: transparent url(     "../images/h2_newhomesearch.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_searchpage div.fr div#panel h2 {
	background: transparent url(     "../images/h2_newhomesearch_fr.gif" ) no-repeat;
}

div#searchform {
	position: relative;
	margin-left: 45px;
	padding-top: 180px;
}

div#searchform select {
	width: 190px;
}

div#byarea {
	position: absolute;
	height: 70px; /*width: 223px;*/
	top: 0px;
	left: 0px;
	background: transparent url(     "../images/separator.gif" ) no-repeat top right;
}

div#byarea label {
	display: block;
	height: 26px;
	width: 100px;
	text-indent: -9999px; /* hide text for image replacement */
	background: #fff url(     "../images/label_byarea.gif" ) no-repeat;
	background-color: transparent;
}
div.fr div#byarea label {
	background: #fff url(     "../images/label_byarea_fr.gif" ) no-repeat;
}

div#bytype {
	position: absolute;
	height: 70px;
	width: 223px;
	top: 0px;
	left: 233px;
	background: transparent url(     "../images/separator.gif" ) no-repeat top right;
}
div#bytype label {
	display: block;
	height: 26px;
	width: 176px;
	text-indent: -9999px; /* hide text for image replacement */
	background: #fff url(     "../images/label_bytype.gif" ) no-repeat;
	background-color: transparent;
}
div.fr div#bytype label {
	background: #fff url(     "../images/label_bytype_fr.gif" ) no-repeat;
}

div#byprice {
	position: absolute;
	height: 70px;
	width: 250px;
	top: 0px;
	left: 466px;
}
div#byprice label {
	display: block;
	height: 26px;
	width: 185px;
	text-indent: -9999px; /* hide text for image replacement */
	background: #fff url(     "../images/label_byprice.gif" ) no-repeat;
	background-color: transparent;
}
div.fr div#byprice label {
	background: #fff url(     "../images/label_byprice_fr.gif" ) no-repeat;
}

div#searchform div.group {
	position: absolute;
	height: 90px; /*width: 700px;*/
	top: 80px;
	left: 0px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

div#bybuilder {
	position: absolute;
	height: 70px;
	width: 360px;
	top: 15px;
	left: 0px;
	background: transparent url(     "../images/separator.gif" ) no-repeat top right;
}
div#bybuilder label {
	display: block;
	height: 26px;
	width: 185px;
	text-indent: -9999px; /* hide text for image replacement */
	background: #fff url(     "../images/label_bybuilder.gif" ) no-repeat;
	background-color: transparent;
}
div.fr div#bybuilder label {
	background: #fff url(     "../images/label_bybuilder_fr.gif" ) no-repeat;
}
div#bybuilder select {
	width: 280px;
}

div#bydevelopment {
	position: absolute;
	height: 70px;
	width: 300px;
	top: 15px;
	left: 400px;
}
div#bydevelopment label {
	display: block;
	height: 26px;
	width: 185px;
	text-indent: -9999px; /* hide text for image replacement */
	background: #fff url(     "../images/label_bydevelopment.gif" ) no-repeat;
	background-color: transparent;
}
div.fr div#bydevelopment label {
	background: #fff url(     "../images/label_bydevelopment_fr.gif" ) no-repeat;
}
div#bydevelopment select {
	width: 280px;
}

div#bynumber {
	margin-top: 10px;
}
div#bynumber label {
	display: block;
	float: left;
	background: transparent url(     "../images/hash.gif" ) no-repeat top right;
	margin-top: 3px;
	padding-right: 20px;
	width: 125px;
	vertical-align: top;
}

div.fr div#bynumber label {
	width: 75px;
}

div#advancedsearch {
	margin-right: 40px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede; /*display: none;*/
}
div#advancedsearch h3 {
	margin-top: 0px;
	height: 19px;
	background: transparent url(     "../images/advanced_search_hdr.gif" ) no-repeat;
	text-indent: -999px; /* hide button text for image replacement */
}
div.fr div#advancedsearch h3 {
	background: transparent url(     "../images/advanced_search_hdr_fr.gif" ) no-repeat;
}
div#advancedsearch table {
	width: 100%;
}
div#advancedsearch td {
	padding-right: 10px;
	padding-bottom: 5px;
}
div#advancedsearch label {
	font-weight: bold;
}
div#advancedsearch .large {
	width: 300px;
}
div#advancedsearch .medium {
	width: 200px;
}

input#submit, input#ctl00_CPH1_btnSearch {
	position: relative;
	width: 113px;
	height: 36px;
	bottom: 40px;
	left: 560px;
	border: 0;
	background: transparent url(     "../images/button_search.gif" ) no-repeat;
	cursor: pointer;
	padding-left: -999px; /* hide button text for image replacement */
}
div.fr input#ctl00_CPH1_btnSearch, div.fr input#submit {
	width: 131px;
	left: 590px;
	background: transparent url(     "../images/button_search_fr.gif" ) no-repeat;
}

a#viewmap {
	position: relative;
	top: 4px;
}

div#map {
	position: relative;
	height: auto;
	width: 728px;
	padding: 10px 0px 30px 44px;
	background-image: url(     "../images/browseby_panel_bg.jpg" );
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* "clearfix" hack to force panel to stretch to height of floats within */
div#map:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#map {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div#map {
	height: 1%;
}
div#map {
	display: block;
}
/* End hide from IE-mac */

div#map h3.graphic {
	height: 35px;
	width: 680px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E3E3E3;
	background-image: url(     "../images/browseby_hdr.gif" );
	background-position: bottom left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div.fr div#map h3.graphic {
	height: 35px;
	width: 680px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E3E3E3;
	background-image: url(     "../images/browseby_hdr_fr.gif" );
	background-position: bottom left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#map div.column {
	width: 160px;
	padding-right: 20px;
	float: left;
}

div#map div.column h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}

div#map div.column ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#map div.column a, div#map div.column a:visited {
	color: #7F7F7F;
	text-decoration: none;
	font-weight: normal;
}
div#map div.column a:hover {
	color: #689F11;
	text-decoration: none;
}







/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for listing details pages */

body#ctl00_detailspage div#panel {
	padding-bottom: 20px;
}

/* main graphical page header */
body#ctl00_detailspage div#panel h2 {
	width: 772px;
	height: 41px;
	background: transparent url(     "../images/h2_newhomesearch.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_detailspage div.fr div#panel h2 {
	background: transparent url(     "../images/h2_newhomesearch_fr.gif" ) no-repeat;
}

/* main details page model number header */
h3.modelnumber {
	margin: 0 44px 0 44px;
	background: transparent url(     "../images/recordheader_bg.gif" ) repeat-x bottom;
	color: #689F11;
}

/* right-side "builder info" */
div#builderinfo {
	background: transparent url(     "../images/builderinfo.gif" ) no-repeat bottom;
	width: 176px;
	margin: 0 0 0 0;
	padding-bottom: 10px;
	overflow: visible;
}

div#builderinfo h4 {
	width: 176px;
	height: 44px;
	background: transparent url(     "../images/builderinfo_h4.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
div.fr div#builderinfo h4 {
	height: 54px;
	background: transparent url(     "../images/builderinfo_h4_fr.gif" ) no-repeat;
}

div#builderinfo p {
	margin: 0 20px 1em 20px;
}

div#builderinfo a {
	font-weight: normal;
}

div#builderinfo a.contact {
	font-weight: bold;
	text-transform: uppercase;
}

/* right-side "additional info" */
div#additionalinfo {
	background: transparent url(     "../images/additionalinfo.gif" ) no-repeat bottom;
	width: 176px;
	margin: 40px 0 0 0;
}

div#additionalinfo h4 {
	width: 176px;
	height: 37px;
	background: transparent url(     "../images/additionalinfo_h4.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
	position: relative;
	top: -20px;
}
div.fr div#additionalinfo h4 {
	height: 54px;
	background: transparent url(     "../images/additionalinfo_h4_fr.gif" ) no-repeat;
}

div#additionalinfo ul {
	list-style-type: none;
	font-weight: bold;
	font-size: 1.1em;
	margin: -20px 0 0 0;
	padding: 0;
}
div#additionalinfo li {
	margin: 0;
	padding: 5px 10px 5px 40px;
	border-bottom: 1px solid #ccc;
}
div#additionalinfo li#pictures {
	background: transparent url(     "../images/icon_pictures.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#multimedia {
	background: transparent url(     "../images/icon_multimedia.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#specsheet {
	background: transparent url(     "../images/icon_specsheet.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#printable {
	background: transparent url(     "../images/icon_printable.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#directions {
	background: transparent url(     "../images/icon_directions.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#bookmark {
	background: transparent url(     "../images/icon_bookmark.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#friend {
	background: transparent url(     "../images/icon_friend.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#newaccount {
	background: transparent url(     "../images/icon_newaccount.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#newdevelopment {
	background: transparent url(     "../images/icon_newdevelopment.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#newmodel {
	background: transparent url(     "../images/icon_newmodel.gif" ) no-repeat 15px 4px;
}
div#additionalinfo li#companies {
	background: transparent url(     "../images/icon_companies.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#locations {
	background: transparent url(     "../images/icon_locations.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#startsearch {
	background: transparent url(     "../images/icon_startsearch.gif" ) no-repeat 15px 5px;
}
div#additionalinfo li#updateaccount {
	background: transparent url(     "../images/icon_updateaccount.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#updatedevelopments {
	background: transparent url(     "../images/icon_updatedevelopments.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#reports {
	background: transparent url(     "../images/icon_reports.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#realtorspecsheet {
	background: transparent url(     "../images/icon_specsheet.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li#developmentinfo {
	background: transparent url(     "../images/icon_developmentinfo.gif" ) no-repeat 15px 6px;
}
div#additionalinfo li.last {
	border-bottom: 0;
	padding-bottom: 10px;
}

div#additionalinfo a, div#additionalinfo a:visited {
	color: #000;
	text-decoration: none;
}
div#additionalinfo a:hover {
	color: #90C93A;
	text-decoration: none;
}

/* left-side images/floorplans column */
div#images {
	float: left;
	width: 263px;
	margin: 20px 15px 0 44px; /* silly hack to avoid IE's double float margin bug */
	display: inline;
}

div#images ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#images li {
	background: transparent url(     "../images/arrowbutton_grey.gif" ) no-repeat 5px 0px;
	padding: 2px 0 3px 30px;
	margin-bottom: 10px;
}
div#images ul a, div#images ul a:visited {
	color: #000;
	text-decoration: none;
}
div#images ul a:hover {
	color: #90C93A;
	text-decoration: none;
}

img.thumbnail {
	border: 1px solid #ADADAD;
}

/* main center text column */
div#modelinfo {
	margin: 0 200px 0 322px;
}



/* ENERGY EFFICIENCY LOGOS */
div#disclaimer {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}


div.energyefficient {
	margin: 0px 0px 3px 0px;
	width: 300px;
	float: left;
}

div.energyefficient img {
	float: left;
	margin: 0px 10px 0px 0px;
}

div.energyefficient p {
	margin: 0px 0px 0px 0px;
}

div.virtualtour {
	margin-left: 7px;
	margin-bottom: 10px;
}

div#additionalinfo li.builderbio {
	border-bottom: 0;
	padding-bottom: 10px;
	background: transparent url(     "../images/icon_builderbio.gif" ) no-repeat 15px 6px;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for "tips and advice" section */

body#ctl00_tipspage div#panel {
	padding-bottom: 40px;
}

/* main graphical page header */
body#ctl00_tipspage div#panel h2 {
	width: 772px;
	height: 41px;
	background: transparent url(     "../images/h2_tips.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_tipspage div.fr div#panel h2 {
	background: transparent url(     "../images/h2_tips_fr.gif" ) no-repeat;
}


body#ctl00_tipspage div.content ul h3 {
	margin-bottom: 0px;
}
body#ctl00_tipspage div.content ul p.url {
	margin-top: 0px;
	margin-bottom: 3px;
}
body#ctl00_tipspage div.content ul p.url a {
	color: #000000;
	text-decoration: none;
}
body#ctl00_tipspage div.content ul p.url a:visited {
	color: #000000;
	text-decoration: none;
}
body#ctl00_tipspage div.content ul p.url a:hover {
	color: #5F8625;
	text-decoration: none;
}


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for the "become a member" section */

body#ctl00_joinpage div#panel {
	padding-bottom: 40px;
}

/* main graphical page header */
body#ctl00_joinpage div#panel h2 {
	width: 772px;
	height: 41px;
	background: transparent url(     "../images/h2_join.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_joinpage div.fr div#panel h2 {
	background: transparent url(     "../images/h2_join_fr.gif" ) no-repeat;
}

select, input {
	font-size: 90%;
}

span.required {
	font-weight: bold;
	color: #689f10;
}

table.newacct {
	margin-top: 15px;
}

table.newacct td {
	padding-bottom: 10px;
	padding-right: 20px;
}

table.newacct th {
	font-size: 110%;
	font-weight: bold;
	color: #689f10;
	text-align: left;
	padding-bottom: 15px;
}

table.newacct input {
	border: 1px solid #ABADB3;
}

table.newacct .large {
	width: 300px;
}
table.newacct .medium {
	width: 200px;
}
table.newacct .small {
	width: 100px;
}

.buttondark, table.newacct .buttondark {
	border: 1px solid #252525;
	background-color: #5C5C5C;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #ffffff;
}


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for the "about NHA" section */

body#ctl00_aboutpage div#panel {
	padding-bottom: 40px;
}

/* main graphical page header */
body#ctl00_aboutpage div#panel h2 {
	width: 772px;
	height: 41px;
	background: transparent url(     "../images/h2_about.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_aboutpage div.fr div#panel h2 {
	background: transparent url(     "../images/h2_about_fr.gif" ) no-repeat;
}

div.profile {
	background: transparent url(     "../images/hr.gif" ) no-repeat bottom left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
div.seb {
	background: transparent url(     "../images/profile_seb.jpg" ) no-repeat 0px 4px;
	padding-left: 140px;
}
div.gen {
	background: transparent url(     "../images/profile_gen.jpg" ) no-repeat 0px 4px;
	padding-left: 140px;
}
div.julie {
	background: transparent url(     "../images/profile_julie.jpg" ) no-repeat 0px 4px;
	padding-left: 140px;
}

div.nader {
	background: transparent url( "../images/profile_nader.jpg" ) no-repeat 0px 4px;
	padding-left: 140px;
	min-height: 121px;
}

span.name {
	font-size: 1.2em;
	font-weight: bold;
}
span.title {
	color: #5E9409;
}

div.toggle {
	display: none;
}


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for legal page */

body#ctl00_termspage div#panel {
	padding-bottom: 40px;
}

/* main graphical page header */
body#ctl00_termspage div#panel h2 {
	width: 772px;
	height: 41px;
	background: transparent url(     "../images/h2_terms.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_termspage div.fr div#panel h2 {
	background: transparent url(     "../images/h2_terms_fr.gif" ) no-repeat;
}


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for "privacy policy" pages */

body#ctl00_privacypage div#panel {
	padding-bottom: 40px;
}

/* main graphical page header */
body#ctl00_privacypage div#panel h2 {
	width: 772px;
	height: 41px;
	background: transparent url(     "../images/h2_privacy.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_privacypage div.fr div#panel h2 {
	background: transparent url(     "../images/h2_privacy_fr.gif" ) no-repeat;
}


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for "Builder Bio" pages */

body#ctl00_builderspage div#panel {
	padding-bottom: 40px;
}

/* main graphical page header */
body#ctl00_builderspage div#panel h2 {
	width: 895px;
	height: 41px;
	background: transparent url(     "../images/h2_builders.gif" ) no-repeat;
	text-indent: -9999px; /* hide header text for image replacement */
	margin: 0 0 0 0;
}
body#ctl00_builderspage div.fr div#panel h2 {
	background: transparent url(     "../images/h2_builders_fr.gif" ) no-repeat;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */

div#extraimages {
	float: left;
	clear: left;
	margin: 20px 15px 0 44px; /* silly hack to avoid IE's double float margin bug */
	display: inline;
}


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* styles for "New Home Search - Details" pages */

#home-buyer-tools {
		background: transparent url(/images/homebuytools/home_buyer_tools_wrapper_bg.gif) no-repeat left bottom;
		margin: 5px auto 0 auto;
		position: relative;
		width: 895px;
}
		#home-buyer-tools h2 {
				background: transparent url(/images/homebuytools/home_buyer_tools_plus_three_headers_en.gif) no-repeat left top;
				height: 78px;
				margin: 0;
				padding: 0;
				position: relative;
				text-indent: -5000px;
				width: 100%;
		}
		div.fr #home-buyer-tools h2 { background: transparent url(/images/homebuytools/home_buyer_tools_plus_three_headers_fr.gif) no-repeat left top; }
		
		#home-buyer-tools h3 {
				left: -5000px;
				position: absolute;
				text-indent: -5000px;
		}

		#home-buyer-tools div.column {
				display: inline;
				float: left;
				overflow: hidden;
				padding-bottom: 17px;
				position: relative;
		}
			#home-buyer-tools #hbt-col1 {
					padding-right: 30px;
					padding-left: 20px;
					width: 248px;
			}
			#home-buyer-tools #hbt-col2 {
					padding-right: 30px;
					padding-left: 20px;
					width: 244px;
			}
			#home-buyer-tools #hbt-col3 {
					padding-right: 20px;
					padding-left: 20px;
					width: 263px;
			}

		#home-buyer-tools img.logo { display: block; border: 0; }
		#home-buyer-tools div.tool { display: none; }
