body{
	font-family: verdana, arial, sans-serif;
	color: #333;
	margin: 0px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 14px;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
input, select{
	color: #666;
	font-size: 11px;
	border: 1px solid #B2B2B2;
	}
div#tools{
  background: #F5F5F5;
  width: 306px;
}
div#tools img{
  margin: 28px 0 0 28px;
}
div#tools{
  padding-bottom: 28px;
}
div#tools ul{
  background: #EBEBEB;
  border: 1px solid #C5C5C5;
  width: 250px;
  margin: 0 0 0 28px;
  line-height: 11px;
  padding-bottom: 15px;
}
div#tools ul li{
  padding: 0 15px 0 15px;
}
div#tools ul li a{
  color: #848484;
  text-decoration: none;
  font-size: 10px;
}
div#tools ul li.toolTitle a{
  color: #AD6907;
  text-decoration: none;
  font-size: 18px;
}
div#tools ul li.toolTitle{
  margin: 15px 0 0 0;
}
div#ourList, div#yourList{
	width: 275px;
	height: 150px;
	background: white;
	overflow: auto;
	float: left;
	margin-right: 20px;
	border: 1px solid #b2b2b2;
	padding: 10px;
	margin-bottom: 20px;
	}
div#ourList ul li a, div#yourList ul li a{
	font-weight: bold;
	text-decoration: none;
	}
div#ourList ul li, div#yourList ul li{
	margin-bottom: 5px;
	}
div#ourList ul li a:hover, div#yourList ul li a:hover{
	text-decoration: underline;
	}
div#ourList ul li a{
	color: #B77901;
	}
div#yourList ul li a{
	color: #204a87;
	}
.floatL{
	float: Left;
	margin-right: 30px;
	}
div#toolbar{
	height: 33px;
	background: url('/img/default/toolbarBG.gif') no-repeat top right;
	}
div#toolbar2{
	width: 762px;
	height: 33px;
	background: url('/img/default/toolbarBG2.gif') no-repeat;
	}
div#toolbar ul li img, div#toolbar2 ul li img{
  vertical-align: middle;
  padding-right: 3px;
}
div#toolbar ul, div#toolbar2 ul{
	padding-top: 8px;
	}
div#toolbar ul li, div#toolbar2 ul li{
	display: inline;
	margin-left: 30px;
	}
div#toolbar ul li a, div#toolbar2 ul li a{
	font-weight: bold;
	color: #cf8903;
	text-decoration: none;
	}
div#toolbar ul li a:hover, div#toolbar2 ul li a:hover{
	text-decoration: underline;
	}
div#toolbar ul li a.active, div#toolbar2 ul li a.active{
	color: #204a87;
	}
div#toolbar ul li.active a, div#toolbar2 ul li.active a{
  color: #5D3391;  
}
div#toolbar2 ul.propWatch{
  float: right;
  margin-right: 80px;
}
div#toolbar2 ul.propWatch li{
  margin-left: 60px;
}
div#toolbar2 ul.propWatch li a{
  color: white;
}
div#refinements{
	background: url('/img/default/toolbarShadow.gif') repeat-x;
	margin-bottom: 20px;
	border: 1px solid #D5D5D5;
	}
ul.refineSection{
  float: left;
  margin: 15px 5px 15px 15px;
  width: 230px;
}
ul.refineSection .title{
  font-weight: bold;
  font-size: 12px;
  float: left;
}
ul.refineSection li.title select{
	float: right;
	margin-bottom: 3px;
}
ul.refineSection li.title label{
	float: right;
}
ul.refineSection input{
  margin: 2px 0 0 10px;
}
ul.refineSection li{
  font-weight: bold;
}
span.results{
  font: 10px tahoma normal;
}
div#map{
	width: 415px;
	height: 600px;
	background: #888;
	float: left;
	}
div#listings{
	float: right;
	width: 334px;
	}
ul.paging{
	height: 23px;
	border-bottom: 1px solid #626260;
	}
ul.paging li{
	float: left;
	display: block;
	width: 61px;
	height: 23px;
	background: url('/img/default/pagingBG.gif') no-repeat;
	margin-right: 3px;
	text-align: center;
	padding-top: 5px;
	}
ul.paging li.active{
	background: url('/img/default/pagingActive.gif') no-repeat;
	}
ul.paging li a{
	color: #204a87;
	text-decoration: none;
	font-weight:bold;
	}
ul.paging li a:hover{
	text-decoration: underline;
	}
ul.paging li.active a{
	color: white;
	}
ul.paging2{
	height: 23px;
	border-top: 1px solid #626260;
	margin-top: 5px;
	}
ul.paging2 li{
	float: left;
	display: block;
	width: 61px;
	height: 23px;
	background: url('/img/default/pagingBG2.gif') no-repeat;
	margin-right: 3px;
	text-align: center;
	padding-top: 5px;
	}
ul.paging2 li.active{
	background: url('/img/default/pagingActive2.gif') no-repeat;
	}
ul.paging2 li a{
	color: #204a87;
	text-decoration: none;
	font-weight:bold;
	}
ul.paging2 li a:hover{
	text-decoration: underline;
	}
ul.paging2 li.active a{
	color: white;
	}
p.sort{
	text-align:right;
	margin: 3px 0 3px 0;
	padding:0px;
	}
div.listing{
	width: 334px;
	height: 100px;
	background: #efefef;
	position: relative;
	margin-top: 5px;
	}
img.listLetter{
	position: absolute;
	top: 10px;
	left: 10px;
	}
div.listImg{
	float: left;
	margin: 5px 10px 5px 5px;
	}
ul.listText{
	padding: 5px;
	}
.price{
	font-weight: bold;
	color: red;
	}
ul.listText li.new{
	margin-top: 6px;
	color: red;
	}
div.listButtons{
	float: right;
	margin: 5px;
	}
div#detailsTop{
	background: #efefef;
	}
div#mainImg{
	float: left;
	margin: 15px 0 15px 15px;
	}
div#detailsRight{
  float: right;
}
div#thumbs{
	margin: 15px 15px 15px 0;
	width: 390px;
	background: #eae2d3;
	padding-bottom: 10px
	}
div#thumbs img{
	float: left;
	margin: 10px 0 0 10px;
	}
div#agentDetails{
  background: #eae2d3;
	width: 390px;
	margin-bottom: 15px;
}
div#agentDetails img.agentImg{
  margin: 10px;
  border: 1px solid #888;
  float: left;
}
div#agentDetails div.contactInfo{
  padding: 10px 0 0 0;
  width: 275px;
}
div#agentDetails div.contactInfo font{
  font-family: tahoma;
  font-size: 11px;
}
div#agentDetailsButtons img{
  vertical-align: middle;
  padding-left: 3px;
}
div#agentDetailsButtons a{
  color: #D18400;
  font-weight: bold;
  text-decoration: none;
}
div#agentDetailsButtons a.virtual{
  color: #20548B;
}
div#agentDetailsButtons a:hover{
  text-decoration: underline;
}
div#detailsBottom{
  background: url('/img/default/detailsShadow.gif') #F6E5CC no-repeat top;
}
div#propMap{
  float: right;
  width: 336px;
  height: 450px;
  margin: 15px;
}
div#propDesc{
  float: left;
  width: 350px;
  margin: 15px;
}
ul#detailsSpecNames{
  float: left;
  font-weight: bold;
  color: #20548B;
  width: 150px;
}
ul#detailsSpecs{
 
}
ul#detailsSpecNames li, ul#detailsSpecs li {
  border-bottom: 1px solid #c6bcaa;
  margin-bottom: 6px;
}
ul#detailsOpenHouse{
  background: #efdbb7;
  border: 1px solid #C5B99E;
  width: 150px;
  padding: 10px;
  margin: 20px 15px 0 0;
}
h5{
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
ul#detailsSpecs li.lastLine, ul#detailsSpecNames li.lastLine{
  border: none;
}
div#agentDetailsButtons{
  text-align: right;
  float: right;
  margin: 15px;
}
div#agentDetailsButtons img{
  margin-bottom: 3px;
}
div.agents{
  background: #efefef;
  width: 350px;
  float: left;
  margin: 0 20px 20px 0;
}
div.agents img.agentImg{
  margin: 15px;
  float: left;
}
div.agents a{
  color: #b47700;
}
div.agents img{
  margin-top: 3px;
}
div.title{
  background: #486AAD;
  color: white;
  font-weight: bold;
}
div.titlePadding{
	padding: 8px;
}
div.title span{
  font-size: 14px;
  padding: 8px;
}
ul.tabs li{
	float: left;
	display: block;
	color: white;
	padding: 3px 10px;
	margin: 6px 0 0 20px;
}
ul.tabs li a{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
ul.tabs li.active{
	background: #efefef;
}
ul.tabs li.active a{
	color: #194890;
}
ul.tabs li a:hover{
	text-decoration: underline;
}
div#footer2{
	margin: 10px 0 30px 0;
	font-size: 11px;
}
ul#panelBar{
  background: url('/img/default/panelBar.gif') no-repeat;
  height: 23px;
  padding-top: 37px;
}
ul#panelBar li{
  display: inline;
  margin-left: 20px;
}
ul#panelBar li a{
  color: white;
  font-weight: bold;
  text-decoration: none;
}
ul#panelBar li.active a{
  color: #FFC100;
}
ul#panelBar li a:hover{
  text-decoration: underline;
}
.clear{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}
div#search{
	background: url('/img/default/searchBG.jpg') no-repeat;
	height: 460px;
	text-align: center;
	margin-bottom: 23px;
	}
div#search div.thisthat{
		padding-top: 70px;
		}
div#search img{
	margin-top: 15px;
	}

div#search2{
	background: url('/img/default/h_searchBG.jpg') no-repeat;
	height: 460px;
	text-align: center;
	margin-bottom: 23px;
	}
div#search2 div.thisthat{
		padding-top: 70px;
		}
div#search2 img{
	margin-top: 10px;
	}

div.searchsection{
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 3px;
	}
div.searchsection input, div.searchsection select{
	margin-left: 6px;
	}
div#searchh3{
  width: 210px;
}
div#searchh3 label{
  color: #27508b;
	font-size: 13px;
	font-weight: bold;
	float: right;
}
div#searchh3 select{
  float: right;
}





/*---------------------*/
/* somthing */
.anylinkcss {
position:absolute;
visibility: hidden;
border:1px solid #999;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #C1C1C1;
}
#footer{
	color: #999;
	margin-top: 20px;
}
#footer a{
	color: #999;
}
#arealinks ul{
  list-style: disc;
  padding: 20px;
}
ul#nav{
  margin-left: 10px;
}
ul#nav li{
	padding: 0 10px 0 10px;
	margin: 0px;
	border-right: 1px solid #B2B2B2;
}
ul.more{
  margin-left: 10px;
  list-style-type: none;
}
ul.more li{
  margin-bottom: 3px;
}
ul.more li a{
  font-weight: bold;
}