/*	layout	*/
html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body{
	/*background: #103756;*/
	background: #026aa4;
	}
table#Container {
	height:100%;
	margin:0px auto;
}
td#LeftSection {
	width:70px;
	background:url(/media/companyset/newhomes/community/bg.right.gif) repeat-y top left;
}
td#MiddleSection{
	height:100%;
	padding:0px 2px;
	vertical-align:top;
	background:#ffffff;
}
td#RightSection {
	width:70px;
	background:url(/media/companyset/newhomes/community/bg.left.gif) repeat-y top right;
}
table#Header{
	width: 814px;
	margin:0px auto;
	/*height: auto;
	border: 0;	*/
}
td#CompanyLogo{
	background: no-repeat top left url(/media/companyset/newhomes/Corporate/bg.header.jpg) ;
	height: 74px;
}
td#NavTD{
	background: url(/media/companyset/newhomes/Corporate/bg.nav.jpg) no-repeat top left;
	height: 21px;
}
table#QuickSearch{
	color: #ffffff;
	font-size: 11pt;
	font-family:  Century Gothic, Arial, Sans-Serif;
}

table#HomeContent{
	background: #cfe2ee url(/media/companyset/newhomes/Corporate/bg.page.jpg) 0px 0px no-repeat;
	 width:		814px;
	 height:	514px;
}

td#InteriorContent{
	/*background: url(/media/companyset/newhomes/Corporate/bg.page.interior.jpg) repeat-y top left;*/
	/*background:#ffffff;*/
	 width:		814px;
	 padding:	10px;
}
td#Footer{
	background: #103756 url(/media/companyset/newhomes/Corporate/bg.footer.gif) repeat-x top left;
	height: 159px;
	font-size: 8pt;
	font-family: Arial, Sans-Serif;
	color: #ffffff;
	/*padding-left: 200px;*/
	padding:25px 0px 0px 20px;
	vertical-align: top;
}
input#qsCityZip{
	width:220px;
	height: 25px;	
	margin-bottom:0px;
	margin-top:0px;
	background: #ffffff;
	border:1px solid #999999;
	font-size: 12pt;
}
select#qsMinPrice{
	width:125px;
	font-size: 7pt;
	margin-right: 0px;
	margin-top: 5px;
}
select#qsMaxPrice{
	width:125px;
	margin-top: 5px;
	font-size: 7pt;	
}
select#qsBeds{
	width:125px;
	font-size: 7pt;
	margin-top: 5px;
	margin-right: 0px;
}
select#qsBaths{
	width:125px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 7pt;
}
td#OptionalCriteria{
	width:75px;
	font-size: 7pt;
	padding-top: 0px;
	color: #aaaaaa;
}
td#ZipOption{
	text-align: left;
	font-size: 7pt;
	padding-left: 0px;
	color: #aaaaaa;
}

table#containertext{
	/*background-color:#c6dcf1;*/
}

#MapSearchTitle{
	float:right; 
	margin-right: 80px; 
	margin-top: 5px;
}
#MapSearchMap{
	float:right; 
	margin-right: 25px;
	margin-top:-32px;
	border: none;
}

#NJStateAbbrOverlay{
	float:right; 
	margin-right: 59px;
	margin-top:-200px;
	width: 14px;
	height: 11px;
	border: none;
}
#DEStateAbbrOverlay{
	float:right; 
	margin-right:-8px;
	margin-top:-187px;
	width: 14px;
	height: 11px;
	border: none;
}
#MDStateAbbrOverlay{
	float:right; 
	margin-right: -10px;
	margin-top:-172px;
	width: 15px;
	height: 11px;
	border: none;
}
#QSTitleImg{
	margin-left: 35px;
}
#seoSearchCities{
    margin-right:10px;
    margin-bottom:10px;
}
#seoSearchCities a:link{
    color:#ffffff;
}