#wrapper{
	margin:0px auto;
	width: 800px;
}
#masthead{
	background: transparent url('images/masthead_bg.jpg') no-repeat;
	height: 326px;
	margin-bottom: 15px;
}
#masthead h1, #masthead h2, #masthead img{
	display: none;
}
#masthead #topNav{
	width: 400px;
	float: right;
	padding-top: 10px;
	display: block;
}
#masthead #sideNav{
	width: 230px;
	margin-top: 105px;
	margin-left: 35px;
	float: left;
	display: block;
}
#masthead #topNav ul li,#masthead #sideNav ul li{
	
	height: 17px;
	padding-left: 20px;
	background: transparent url('images/nav_arrow.jpg') no-repeat;
	display: block;	
}
#masthead #sideNav ul li{
	margin-bottom: 10px;
}
#masthead #topNav ul{
	position: absolute;
	list-style: none;
}
#masthead #topNav ul li{
	float: left;
	margin-right: 18px;
	display:block;
}
#masthead #topNav li a{
	padding:5px 2px 0px 2px;
	text-decoration: none;
	display: block;
}

/*  top level menu end*/
/*  sub level menu*/
#masthead #topNav ul .sub,#sideNav ul .sub{
	width:170px;
	background-color: #0F1C82;
	list-style: none;
	display: none;
	float:left;
	margin-left: -20px;
	border: 2px solid #fff;
	
}
#sideNav ul .sub{
	float: right;
}
#masthead #topNav ul .sub li ,#sideNav ul .sub li{
	text-indent: 10px;
	margin: 5px 0px 5px 0px;
	width:100%;
	background-image: none;
	padding-left: 2px;
}
#masthead #topNav ul .sub li a ,#sideNav ul .sub li a{
	width: 98%;
	padding:2px;
	text-transform: capitalize;
font-weight: bold;
}
/*  sub level menu end*/

/*  sub sub level menu end*/

#masthead #topNav ul .sub .subSub,#sideNav ul .sub .subSub{
	margin-left: 160px;
	margin-top: -20px;
	width:200px;
	background-color: #0F1C82;
	list-style: none;
	display: none;
	float:right;
	border: 2px solid #fff;
	
	
}
#masthead #topNav .sub .subSub li,#sideNav ul .sub .subSub li{
	text-indent: 2px;
	margin: 5px 0px 5px 0px;
	width:100%;
	background-image: none;
	padding-left: 2px;
}
#masthead #topNav ul .sub .subSub li a,#sideNav ul .sub .subSub li a{
padding:2px;
text-transform: capitalize;
font-weight: bold;
}


#masthead #topNav #sideNav ul li{
	margin-bottom: 15px;
}
#masthead #topNav ul li a,#masthead #sideNav ul li a{
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	display: block;
	border: 1px none black;
	
}
#masthead #topNav ul li a:hover,#masthead #sideNav ul li a:hover{
	text-decoration: underline;
}

#ctop,#content,#cbottom,#cwrapper{
width:763px;	
}
#cwrapper{
	margin: 0px auto;
}
#ctop{
	background: transparent url('images/content_wrapper_top_bg.jpg') no-repeat;
	height: 7px;
}
#content{
	min-height: 350px;
	background: #ccc url('images/content_bg.jpg') repeat-y;
	padding: 15px;
	width:733px;
	line-height: 1.3em;
}
#cbottom{
	background: transparent url('images/content_wrapper_bottom_bg.jpg') no-repeat;
	height: 9px;
}

#featured{
	background:#0f1c82 url('images/featured_properties_bg.jpg') no-repeat ;
	width: 743px;
	height: 173px;
	margin: 10px auto -35px auto;
	padding:10px;
	display: block;
	
}
#featured h3{
	color: #ccc;
	font-size: 14px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	padding-left: 25px;
	padding-top: 2px;
	background: transparent url('images/nav_arrow.jpg') no-repeat;
	height: 20px;
	margin-top: 2px 5px 3px 5px
	} 
#featured div.img,#featured img{
	width: 100px;
	height: 80px;
	display: block;
	border: 3px solid white;
}
#featured div.img,#featured .details,#featured div.img,#featured .details:hover{
	border: 3px solid white;
	color: white;
	display: block;
	background:transparent none center left;
	padding: 5px;

}
#footer{
background:#164595 url(images/footer_bg.jpg) repeat-x scroll 0% 0%;
font-size:0.85em;
height:30px;
margin:0px auto;
padding-top:20px;
width:100%;
text-align: center;
color: white;
display: block;
bottom: 0px;
}
#footer a{
	color:white;
}
/*listing stuff*/
span.to{
	float: left;
	display: block;
	padding: 0px 5px 0px;
}

h4.price{
	text-align: right;
	padding-right: 25px;
	font-size: 14px;
	font-weight: bold;
	width: 25%;
	float: right;
}
div.pdetails{
	float: left;
	display: block;
	width: 200px;
}
div.pdetails table {
	width: 100%;
}
div.pdetails table tr td{
	border-bottom: 1px dotted black;
}
div.right{
	float: right;
	display: block;
	width: 400px;
}
a.small{
	display: block;
	float: left;
	margin: 5px;
	width: 100px;
}
/*used in list mode  START	*/
div.realtyListingListContainter{
	clear: both;
}
div.col1{
 	float: left;
	width:25%;	
}
div.col1 a img{
border: none;	
}
div.col2{
	float: left;
	width:65%;	
}
/*div.col3{
	float: left;
	width:10%;	
}*/
 div.col4{
 	float: left;
	width:10%;
	text-align: right;
}
hr.realtyListingDevider{
	margin-top:15px;
	margin-bottom:15px;
	border: 1px solid black;
	clear: both;
	float: left;
	width: 100%;
}
div.pageactions{
	float: right;
	clear: both;
	text-align: right;
}
/*advertising divs*/
div#leaderboard{
	text-align: center;
}
div#leaderboard a{
	border: 1px solid none;
}
div#content div.floatLeft{
	width: 100%;
}