/* CSS 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #0D006A;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* begin real styles now */

/* generic styles */
a{
	color:#83B3CE;
}
.offScreen{
	position:absolute;
	left-9999px;
	top:-500px;
}

.clear{
	clear:both;
}

.container{
	width:730px;
	margin:0 auto;
}

.left{
	/* actual content goes in this div */
	width:730px;
	float:left;
}

.right{
	/* banner goes in this div */
	width:175px; 
	float:right;
}

.header{
	background:url(header.gif) no-repeat;
	padding:74px 0 9px 0;
	width:730px;
	position:relative;
}

.header h1{
	position:absolute;
	top:-500px;
	left:-4000px;
}

.header h2{
	position:absolute;
	top:-500px;
	left:-4000px;
}
ul.nav{
	height:1%;
}

.nav li{
	float:left;
}
.nav li a span{
	position:absolute;
	top:-500px;
	left:-4000px;
}
.nav li a{
	display:block;
}
.navHome{
	background:url(menu/home.gif);
	width:56px;
	height:18px;
}
.navNewHomes{
	background:url(menu/newhomes.gif);
	width:111px;
	height:18px;
}
.navUsefulInfo{
	background:url(menu/usefulinfo.gif);
	width:111px;
	height:18px;
}
.navPropertyLists{
	background:url(menu/propertylist.gif);
	width:129px;
	height:18px;
}
.navFreeValuation{
	background:url(menu/freevaluation.gif);
	width:136px;
	height:18px;
}
.navRegister{
	background:url(menu/register.gif);
	width:83px;
	height:18px;
}
.navContact{
	background:url(menu/contactus.gif);
	width:101px;
	height:18px;
}

.content{
	background:#E2EDF4;
	padding-bottom:50px;
	padding-top:25px;
}
.contentLeft{
	width:184px;
	padding:0 26px 0 36px;
	float:left;
}
.propertySearch{
	background:url(propertySearch.gif) #FFFFFF no-repeat;	
	padding:58px 6px 21px 6px;
	margin-bottom:27px;	
}
.propertySearch h2{
	position:absolute;
	top:-500px;
	left:-4000px;
}

.propertySearch	p
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #636363;
	font-weight: bold;
}
.SearchSubmit input
{
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

.SearchDrop select, #MinPrice-Buy select, #MaxPrice-Buy select
{
	width: 172px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #636363;
	border: thin solid #2D4492;
}

#MinPrice-Rent select, #MaxPrice-Rent select
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #636363;
	border: thin solid #2D4492;
	visibility: hidden;
	height: 1px;
}

.newHomes{
	margin-bottom:19px;
	background:url(newHomesTitle.gif) no-repeat #FFFFFF;
	padding-top:59px;
	
}
.newHomes h2{
	position:absolute;
	top:-500px;
	left:-4000px;
}
.moreProperty{
	background:#7EB2CE;
	padding:12px 9px;
	color:#000000;
	line-height:1.2em;
}

.moreProperty a{
	color:#000000;
	display:block;
}
.contentRight{
	background:#FFFFFF;
	width:438px;
	height:540px;
	float:right;
	margin-right:32px;
}
.flashContainer{

}
.footer{
	font-size:60%;
	text-align:right;
	/*margin:1em 175px 0 0;	*/
	margin:1em 0 0 0;	
}
.switchLink{
	background:url(commercial_switch.gif) no-repeat;
	width:170px;
	height:15px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	margin:6px 6px 0 0;
}
.switchLink span{
	position:absolute;
	top:-500px;
	left:-5000px;
}