/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the 
inconsistent default styling of HTML elements, creating a level playing field across 
A-grade browsers and providing a sound foundation upon which you can explicitly 
declare your intentions." (see http://developer.yahoo.com/yui/reset/)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* This helps to make newer HTML5 elements behave like DIVs in older browers */ 
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
caption, th, td {
	font-weight: normal;
	vertical-align:top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* /// End /// */

/* /// Start basic tag styles /// */
body{
	background:#231D0F;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E3B727;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-size: 25px;
	border-bottom: dotted 1px #664317;
	margin: 0 0 25px 0;
	letter-spacing:-1px;
}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:10px;}
hr{
	border:none;
	background:#664317;
	height:1px;
	color:#664317;
}
.content p, .content ul, .content ol, .content table, .content hr, .content blockquote{
	margin:0 0 21px 0;
}
.content h2, .content h3, .content h4, .content h5, .content h6{
	margin:0 0 6px 0;
}
.content ul li{
	margin-left:35px;
	margin-right:35px;
	list-style:disc;
}
.content ol li{
	margin-left:50px;
	margin-right:50px;
	list-style:decimal;
}
.content blockquote{
	margin-left:35px;
	margin-right:35px;
}
.content hr{
	margin-top:40px;
	margin-bottom:40px;
}
a:link, a:visited {
	color: #E3B727;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:underline;
}
.clear {
	clear: both;
}
.content {
	padding: 25px;
	line-height:21px;
}
.ImageFloatRight, .ImageFloatRightBorder{
	float:right;
	margin:0 0 20px 15px;
}
.ImageFloatLeft, .ImageFloatLeftBorder{
	float:left;
	margin:0 15px 20px 0;
}
.ImageFloatRightBorder, .ImageFloatLeftBorder, .ImageBorder, .homePhotoThumb img, #homePhotoMain img{
	border:solid 2px #9A7A0F;
}
.disclaimer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #808080;
	line-height: 14px;
	font-style: italic;
	background: #0D0B05;
	padding: 8px;
	margin:0 0 20px 0;
}


#mid{
	background:url(/templates/nhg/images/bg-mid.jpg) repeat 0 0;
}
#midFade{
	background:url(/templates/nhg/images/bg-midFade.jpg) repeat-x 0 bottom;
}
#container {
	margin: 0 auto;
	width: 960px;
	padding: 15px 0 25px 0;
}

#topBlockWrap {
	background: #231D0F url(/templates/nhg/images/bg-topBlockWrap.png) no-repeat -40px 0;
	border-bottom: solid 1px #3D3521;
	height: 75px;
}
#topBlock {
	width: 960px;
	margin: 0 auto;
}
#logoMain {
	float: left;
	margin:10px 0 0 0;
}

#navMain {
	float: right;
	text-align: right;
}
#navMain ul li {
	float: left;
	background:url(/templates/nhg/images/bg-navMain-divider.png) no-repeat right 0;
}
#navMain ul li:last-child{
	background:none;
}
#navMain ul li a {
	display: block;
	float: left;
	text-align: left;
	background-image: url(/templates/nhg/images/sprites.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
	height:75px;
	padding:0 9px;
}
#nav-home{
	background-position:9px 30px;
	width:34px;
}
#nav-homes{
	background-position:-45px 30px;
	width:97px;
}
#nav-school{
	background-position:-161px 30px;
	width:106px;
}
#nav-communities{
	background-position:-287px 30px;
	width:81px;
}
#nav-about{
	background-position:-387px 30px;
	width:40px;
}
#nav-links{
	background-position:-446px 30px;
	width:32px;
}
#nav-builders{
	background-position:-499px 30px;
	width:56px;
}
#welcomeMessage {
	padding:7px 8px;
	text-align:center;
	background: #9A7A0F; /* old browsers */
	background: -moz-linear-gradient(top, #9A7A0F 0%, #69530A 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9A7A0F), color-stop(100%,#69530A)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9A7A0F', endColorstr='#69530A',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #9A7A0F 0%,#69530A 100%); /* opera */
}
#welcomeMessage h1, #welcomeMessage{
	font-weight:normal;
	font-size: 16px;
	color: #fff;
	border: none;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	line-height: normal;
	letter-spacing:normal;
}
#welcomeMessage a{
	text-decoration:underline;
	color:#F4DC98;
}
#welcomeMessage a:hover{
	text-decoration:underline;
	color:#fff;
}
#searchBlock-Home {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background: #fff;
	height:340px;
	color:#000;
}
#searchBlock-Home a{
	color:#9A7A0F;
}
#searchBlock-A{
	width:323px;
	height:320px;
	float:left;
	background: #efefef; /* old browsers */
	background: -moz-linear-gradient(right, #efefef 0%, #ffffff 100%); /* firefox */
	background: -webkit-gradient(linear, right top, left top, color-stop(0%,#efefef), color-stop(100%,#ffffff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* ie */
	background: -o-linear-gradient(right, #efefef 0%,#ffffff 100%); /* opera */
	padding: 20px 30px 0;
}
#searchBlock-A h2{
	width:223px;
	height:40px;
	text-indent:-9999px;
	margin:0 0 15px 0;
	background:url(/templates/nhg/images/sprites.png) no-repeat 0 -107px;
}
#propSearchForm select{
	width:100%;
	display:block;
	margin:0 0 6px 0;
}
#propSearchForm #featuredCheckbox{
	margin:0 0 10px 0;
	font-weight:bold;
	font-style:italic;
}
#propSearchForm .submitButton{
	font-size:13px;
	padding:5px 15px;
}
#searchBlock-Home #propSearchForm select#bed,
#searchBlock-Home #propSearchForm select#bath {
	float: left;
	width: 48%;
}
#propSearchForm select#bed{
	margin-right:10px;
}
#searchBlock-orSearch{
	line-height:normal;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
}
#searchBlock-Home  #searchBlock-orSearch{
	display:inline;
}
#searchBlock{
	padding-bottom:40px;
}
.submitButton{
	margin-bottom:12px;
}
#searchBlock-B {
	float:right;
	width:576px;
	position:relative;
	z-index:1;
}
#contestBlock-Home {
	background: #231D0F;
}
#contestBlock-Home h2 {
	background: url(/templates/nhg/images/sprites.png) no-repeat right -117px;
	float: left;
	width: 200px;
	height: 40px;
	text-indent: -9999px;
}
#contestBlock-Home #contestDesc {
	float: left;
	width: 590px;
	margin: 12px 0 0 10px;
}
#contestBlock h2{
	background: url(/templates/nhg/images/sprites.png) no-repeat -711px -175px;
	width: 240px;
	height: 50px;
	text-indent: -9999px;
}
#contestEnterButton {
	float: right;
	margin: 6px 5px 0 0;
	background: #E3B727;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius:8px;
	padding:8px 12px;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#contestEnterButton:hover {
	color:#fff;
	background:#95760E;
}
#contestBlock.subMod{
	padding:0;
	background: -moz-linear-gradient(top, #302B1D 0%, #000000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#302B1D), color-stop(100%,#000000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302B1D', endColorstr='#000000',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #302B1D 0%,#000000 100%); /* opera */
}
#contestBlock.subMod #contestDesc{
	padding:0 15px;
	line-height:22px;
	margin:10px 0 0 0;
}
#contestBlock.subMod #contestEnterButton{
	float:none;
	display:inline-block;
	margin:15px 0 15px 15px;
}
#contestImage{
	margin : 0 0 5px 5px;
	border : none;
}
#featuredHomesBlock {
	background: #000;
	padding: 10px 0 0 0;
}
#featuredHomesBlock h2 {
	background: url(/templates/nhg/images/t-featuredHomes.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 0 10px 10px;
}
.homeListing {
	background: #443F33 url(/templates/nhg/images/sprites.png) no-repeat -391px -107px;
	float: left;
	width: 314px;
	margin: 0 6px 0 0;
	color: #efefef;
	line-height: normal;
}
#featuredHomesBlock .homeListing +  .homeListing +  .homeListing{
	margin:0;
	float: right;
}
#homeListingsBlock{
	clear:both;
}
#homeListingsBlock .homeListing {
	margin: 0 3px 10px;
}
#homeListingsBlock .homeListingWrap .homeListingRight{
	float: right;
}
.homeListing-image {
	float: left;
	position: relative;
	height:100px;
}
.homeListing-sqft {
	position: absolute;
	font-size: 10px;
	background: #664317;
	padding: 1px;
	top: 5px;
	left: 0px;
}
.homeListing-details {
	float: right;
	width: 135px;
	padding: 10px 10px 0 0;
	position : relative;
}
.homeListing-details .marker{
	position : absolute;
	top      : 6px;
	right    : 3px;
	z-index  : 2;
}
#contentWrap {
	background: #000;
}

#contentSub {
	float: left;
	width: 240px;
	padding:15px 0;
	background: #302B1D; /* old browsers */
	background: -moz-linear-gradient(top, #302B1D 0%, #000000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#302B1D), color-stop(100%,#000000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302B1D', endColorstr='#000000',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #302B1D 0%,#000000 100%); /* opera */
}
#contentSub #searchBlock h2{
	text-indent:-9999px;
	background:url(/templates/nhg/images/sprites.png) no-repeat 0 -154px;
	width:183px;
	height:32px;
	margin:0 0 15px 0;
}
.subMod{
	padding:0 15px;
}

#contentMain {
	float: right;
	width: 720px;
}
#searchMapHolder{
	position:relative;
	z-index:1;
}
#searchResultsMap {
	height: 350px;
	width: 720px;
	background: #121212;
}
#searchResultsMapHelp {
	font-size: 14px;
	line-height: normal;
	background: #efefef;
	color: #000;
	padding: 8px 15px;
	text-align: center;
	font-style: italic;
}
#searchResultsMapHelp strong{
	color:#000;
}
.resultsBackTo{
	font-size:11px;
	line-height:normal;
	padding:8px;
	background:#0D0B05;
	margin:0 0 18px 0;
}
.resultsTools {
	color: #fff;
	line-height: normal;
	margin: 10px 0;
	clear:both;
}
.resultsCount {
	font-weight: bold;
	width: 40%;
	font-size: 14px;
	float:left;
	padding:5px 0;
}
.resultsPagination {
	text-align: right;
	margin-left:45%;
	font-size: 11px;
}
.resultsPagination ul {
	margin:0 !important;
}
.resultsPagination ul li {
	display: inline;
	margin: 0 5px !important;
}
.resultsPagination ul li a {
	padding: 2px 6px;
	background: #2E2213;
}
.resultsPagination ul li a:hover {
	background: #594926;
	color:#fff;
}
.resultsPagination ul li a.active {
	background: #000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	cursor: text;
}
#homeDetailsA {
	width: 340px;
	float: left;
}
#homePhotoMain {
	margin: 0 0 15px 0;
}
.homePhotoThumbsWrap {
	margin: 0 0 15px 0;
}

#homePhotoThumbs {
	margin: 0 0 40px 0;
}

.homePhotoThumb {
	font-size: 11px;
	line-height: normal;
	text-align: center;
	float: left;
	margin: 0 5px 0 0;
}


#homeDetailsB {
	float: right;
	width: 320px;
}












#footerWrap {
	margin: 0 auto;
	width: 960px;
	font-size: 10px;
	line-height: 14px;
	padding: 15px 0;
}
#footerA {
	float: left;
	width: 58%;
}
#footerB {
	float: right;
	text-align: right;
	width: 38%;
}
#navFooter ul li{
	display: inline;
	margin: 0 10px 0 0;
}
#contest {
	margin: 25px;
	padding: 0;
}

