
/* Layout Stylesheet */ 

body {
	margin:10px 10px 10px 10px;
	background:#ffffff;
	text-align:center;
	padding:0;
}

#dvContainer {
	text-align:left;
	border:1px solid #000000;
	width:748px;
	margin:auto;
}

#dvHeader {
	height:68px;
	background-color:#6F6F77;
	text-align:left;
	vertical-align:bottom;
}

#dvMidSection {
	position:relative;
	background: #ffffff;
	width:748px;
	padding:0;
}

#dvLeftMenu {
	float:left;
	background:#ffffff;
	width:160px;
	clear: both;
}

#dvLeftHeader{
	width: 160px;
	text-align: center;
	vertical-align:baseline;
	float:left;
}

#dvRightHeader{
	width: 580px;
	height: 68px;
	text-align: left;
	vertical-align:text-bottom;
	float:left;
	padding-left: 1px;
	position:relative;
}

#dvPageRight {
	width:570px;
	background:#ffffff;
	text-align:left;
	margin-left:165px;
}

#dvPageBanner {
	background:#ffffff;
	/*float:left;*/
	width:570px;
}

#dvPageContent{
	background: #ffffff url(../images/bg_arrow.gif) no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow:visible;
	height: 285px;
}

#dvFooter {
	height:20px;
	background:#6F6F77;
	margin:0;
	color:#FFFFFF;
	font-weight: bold;
}

#dvCommercialProperty{
	margin: 0px 10px 0px 10px;
}
 
#dvCommercialPropertyData{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width:142px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}


#dvResidentialProperty{
	margin: 0px 10px 0px 10px;
}

#dvResidentialPropertyData{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width:142px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	clear: both;
}

#dvNewDevelopments{
	margin: 0px 10px 0px 10px;
}

#dvLogin{
	margin: 0px 10px 0px 10px;
}

#dvLoginData{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width:142px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

#dvWelcomeText{
	padding-left: 20px;
	padding-right: 20px;
}