@charset "utf-8";
/* CSS Document */

/**************************
RESETS
**************************/

html, body, #Container{
    height:100%;/*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content. This mis-behavior screws up modern browsers*/
    min-height:100%;/*Sets the min height to the height of the viewport.*/
}
html>body #Container{
    height:auto; /*this undoes the IE hack, hiding it from IE6 using the child selector*/
}
div,dl,dt,dd,ul,ol,li,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

/**************************
GLOBAL STYLES
**************************/

body{
	background:#402601 url(bkgd.jpg) top center repeat fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin:0px;
	height:100%;
}
p{
	text-align:justify;
	line-height:1.3;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	text-align:center;
	margin:35px 105px 5px 115px;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	text-align:center;
	margin:15px 10px 10px 10px;
}
h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	text-align:center;
	margin:0px;
	padding:0px 5px 0px 5px;
}
a img{
	border:none;
}
a:link{
	color:#523000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	outline:none;
	text-transform:capitalize;
}
a:visited{
	color:#523000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	outline:none;
	text-transform:capitalize;
}
a:hover{
	color:#725020;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	outline:none;
	text-transform:capitalize;
}
a:active{
  	outline:none;
	text-transform:capitalize;
}
.clear{
	clear:both;
	margin:0px;
  	padding:0px;
}

/**************************
SITE STRUCTURE
**************************/

#Container{
	position:relative;
	width:977px;
	margin:auto;
}
#DivUIFramework{
	position:absolute;
	width:955px;
	top:20px;
	left:11px;
}
#DivContent{
	position:absolute;
	background:url(container_bkgd.jpg) repeat-y;
	width:975px;
	top:10px;
	left:0px;
	height:auto;
	margin-top:44px;
	border:1px solid #523000;
}
#header{
	position:absolute;
	width:975px;
	height:165px;
	top:34px; 
	left:-10px;
	border-top:1px solid #523000;
	z-index:1;
}
#header_text{
	position:absolute;
	top:82px;
	right:25px;	
	width: 500px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:28px;
	color:#ffffff;
	text-align:right;
	z-index:2;
}
.site_name{
	margin:0px 0px 15px 0px;
}
.agent_name{
	font-size:20px;
}
.phone{
	font-size:20px;
}
#content{
	position:relative;
  	width:955px;
	min-height:712px;
	_height:712px;
	background:url(content_bkgd.jpg) no-repeat 0px 153px;
	margin:10px 10px 3px 10px;
	padding:161px 0px 0px 0px;
}
#content_inner{
	position:relative;
  	width:715px;
	float:left;
	display:inline;
	margin:0px 0px 0px 200px;
	padding:0px 20px 0px 20px;
}
#mortgage_logo {
	position:absolute;
	top: -80px;
	height:auto;
	width:50px;
	height:60px;
	z-index:100;
}
#footer{
	width:960px;
	height:64px;
	background:transparent url(footer.jpg) no-repeat bottom;
	text-align:left;
	font-size:12px;
	padding:14px 0px 0px 15px;
	margin:0px;
	clear:both;
}
#footer a{
	color:#ffffff;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	border-bottom:1px #ffffff solid;
}
#footer a:hover{
	color:#ffffff;
	border-bottom:3px #ffffff double;
}
#footer p{
	color:#ffffff;
}
#footer p a{
	color:#ffffff;
	font-size:13px;
	font-weight:normal;
}
#menu_top{
	position:absolute;
	width:955px;
	height:34px;
	left:0px;
	top:0px;
	z-index:5;
	display:block;
}
#menu_top a{
	float:right;
	width:164px;
	height:26px;
	display:block;
	background:url(menu_top.gif) no-repeat;
	padding:8px 0px 0px 0px;
	margin:0px 2px 0px 0px;
	color:#19202c;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	text-align:center;
	filter:alpha(opacity=40);
	opacity:0.40;
	-moz-opacity:0.40;
}
#menu_top a:hover{
	filter:alpha(opacity=75);
	opacity:0.75;
	-moz-opacity:0.75;
}
#menu_left{
	position:absolute;
	top:425px;
	left:4px;
	z-index:1;
}
#nav li.menu_side_header{
	width:196px;
	height:auto;
	display:block;
	margin:5px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	color:#1a1a1a;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}
#nav, #nav ul{ /* all lists */
	padding:0px;
	margin:0px;
	list-style: none;
	float:left;
	clear:left;
	width:193px;
}
#nav li{ /* all list items */
	position:relative;
	float:left;
	width:193px;
}	
#nav li ul{ /* second-level lists */
	position:absolute;
	visibility:hidden;
	margin:-97px 0px 0px 195px;
}	
#nav li ul ul{ /* third-and-above-level lists */
	visibility:hidden;
}	
#nav li a{
	width:183px;
	display:block;
	background:#402601;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	border:1px solid #1A1A1A;
	padding:10px 5px 10px 5px;
	margin:2px 0px 0px 0px;
	line-height:0.95;
	-moz-opacity:0.90;
	filter:alpha(opacity=90);
	opacity:0.90;
}
#nav li.center a{
	text-align:center;
}
#nav li a:hover{
	background-color: #ddad38;
	border:1px solid #523000;
	color:#000000;
}
/*#nav li ul{
	border-right:1px solid #686868;
	border-top:1px solid #686868;
	border-bottom:1px solid #686868;
	background:#ffffff;
}
#nav li ul li a{
	border:none;
	background-color:#1A1A1A;
	border-top:1px solid #1A1A1A;
	border-bottom:1px solid #1A1A1A;
	margin:0px 0px 0px 0px;
}
#nav li ul li a:hover{
	background-color:#686868;
	border-top:1px solid #1A1A1A;
	border-bottom:1px solid #1A1A1A;
}	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul{
	visibility:hidden;
}	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul{ /* lists nested under hovered list items */
	/*visibility:visible;
}*/
#menu_article a{
	width:187px;
	height:40px;
	display:block;
	background:url(menu_article.jpg) no-repeat;
	border:1px solid #523000;
	margin:2px 0px 0px 0px;
	color:#523000;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	padding:77px 3px 0px 3px;
}
#menu_article a:hover{
	background-color:#ffffff;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
	opacity:0.75;
}
#menu_right{

}

/**************************
INDEX PAGE
**************************/

#index_col1{
	position:relative;
  	width:494px;
	float:left;
	display:inline;
	margin:0px 0px 0px 200px;
	padding:0px 0px 0px 4px;
}
#index_col2{
	position:relative;
  	width:238px;
	float:right;
	display:inline;
	border:1px solid #CACACA;
	padding:3px 3px 3px 3px;
	margin:0px 6px 0px 0px;
}
#column1{
	width:auto;
	float:left;
	display:inline;/*IE6 Fix*/
	margin:0px 0px 0px 5px;
}
#column2{
	width:auto;
	float:left;
	margin:0px 0px 0px 2px;
}
#column3{
	width:auto;
	float:left;
	margin:0px 0px 0px 2px;
}
#bottomrow{
	width:462px;
	float:left;
	margin:0px 0px 8px 5px;
	display:inline;
}
#bottomrow div {
	float:left;
	margin-right: 4px;
}
.right_bkgd_ends{
  	width:auto;
	min-height:817px;
	_height:817px;
	background:url(right_bkgd.jpg) repeat;
	padding:0px 5px 13px 5px;
}
.right_bkgd_ends a, .right_bkgd_ends a:link{
	text-align:left;
}
.index_topics{
	margin:15px 14px 0px 14px;
	padding:0px 0px 10px 0px;
}
.topic_image div{/*Extra 5px on height instead of margin-top, to fix ie6*/
	width:142px;
	height:182px;
	background:url(topic_image.jpg) no-repeat;
	border:1px solid #CACACA;
	margin:0px 2px 4px 0px;
	padding:3px 3px 0px 3px;
	text-align:left;
}
.topic_image a{
	outline:none;
	font-weight:bold;
	text-transform:capitalize;
	text-align:center;
	font-size: 12px;
}
.accRES-City1 a{/*Different Padding then Other Topics*/
	width:134px;
	height:67px;
	display:block;
	padding:112px 4px 0px 4px;
	background:transparent url(RES-City1.jpg) no-repeat 0px 0px;
}
.accRES-City2 a{/*Different Padding then Other Topics*/
	width:134px;
	height:67px;
	display:block;
	padding:112px 4px 0px 4px;
	background:transparent url(RES-City2.jpg) no-repeat 0px 0px;
}
.accRES-City3 a{/*Different Padding then Other Topics*/
	width:134px;
	height:67px;
	display:block;
	padding:112px 4px 0px 4px;
	background:transparent url(RES-City3.jpg) no-repeat 0px 0px;
}
.accRES-City4 a{/*Different Padding then Other Topics*/
	width:134px;
	height:67px;
	display:block;
	padding:112px 4px 0px 4px;
	background:transparent url(RES-City4.jpg) no-repeat 0px 0px;
}
.accRES-City5 a{/*Different Padding then Other Topics*/
	width:134px;
	height:67px;
	display:block;
	padding:112px 4px 0px 4px;
	background:transparent url(RES-City5.jpg) no-repeat 0px 0px;
}
.accRES-City6 a{/*Different Padding then Other Topics*/
	width:134px;
	height:67px;
	display:block;
	padding:112px 4px 0px 4px;
	background:transparent url(RES-City6.jpg) no-repeat 0px 0px;
}
.accRES-City7 a{/*Different Padding then Other Topics*/
	width:134px;
	height:67px;
	display:block;
	padding:112px 4px 0px 4px;
	background:transparent url(RES-City7.jpg) no-repeat 0px 0px;
}
.accRES-City8 a{/*Different Padding then Other Topics*/
	width:134px;
	height:67px;
	display:block;
	padding:112px 4px 0px 4px;
	background:transparent url(RES-City8.jpg) no-repeat 0px 0px;
}
.accRES-City9 a{/*Different Padding then Other Topics*/
	width:134px;
	height:67px;
	display:block;
	padding:112px 4px 0px 4px;
	background:transparent url(RES-City9.jpg) no-repeat 0px 0px;
}
.accRES-AdultCommunity a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-AdultCommunity.jpg) no-repeat 0px 0px;
}
.accRES-Affordable a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Affordable.jpg) no-repeat 0px 0px;
}
.accRES-BankOwned a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BankOwned.jpg) no-repeat 0px 0px;
}
.accRES-Basement a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Basement.jpg) no-repeat 0px 0px;
}
.accRES-BR2 a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BR2.jpg) no-repeat 0px 0px;
}
.accRES-BR3 a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BR3.jpg) no-repeat 0px 0px;
}
.accRES-BR4 a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BR4.jpg) no-repeat 0px 0px;
}
.accRES-BR5 a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BR5.jpg) no-repeat 0px 0px;
}
.accRES-CityView a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-CityView.jpg) no-repeat 0px 0px;
}
.accRES-ClubHouse a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-ClubHouse.jpg) no-repeat 0px 0px;
}
.accRES-Community a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Community.jpg) no-repeat 0px 0px;
}
.accRES-CommunityPool a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-CommunityPool.jpg) no-repeat 0px 0px;
}
.accRES-CommunitySpa a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-CommunitySpa.jpg) no-repeat 0px 0px;
}
.accRES-Condo a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Condo.jpg) no-repeat 0px 0px;
}
.accRES-CornerLot a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-CornerLot.jpg) no-repeat 0px 0px;
}
.accRES-CulDeSac a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-CulDeSac.jpg) no-repeat 0px 0px;
}
.accRES-CustomHome a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-CustomHome.jpg) no-repeat 0px 0px;
}
.accRES-Equestrian a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Equestrian.jpg) no-repeat 0px 0px;
}
.accRES-FixerUpper a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-FixerUpper.jpg) no-repeat 0px 0px;
}
.accRES-Foreclosed a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Foreclosed.jpg) no-repeat 0px 0px;
}
.accRES-Gated a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Gated.jpg) no-repeat 0px 0px;
}
.accRES-Golf a, .accRES-GolfCourseLot a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Golf.jpg) no-repeat 0px 0px;
}
.accRES-Green a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Green.jpg) no-repeat 0px 0px;
}
.accRES-Guarded a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Guarded.jpg) no-repeat 0px 0px;
}
.accRES-GuestHouse a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-GuestHouse.jpg) no-repeat 0px 0px;
}
.accRES-HealthFacilities a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-HealthFacilities.jpg) no-repeat 0px 0px;
}.accRES-HighRise a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-HighRise.jpg) no-repeat 0px 0px;
}
.accRES-Historic a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Historic.jpg) no-repeat 0px 0px;
}
.accLNDS- a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(LNDS-.jpg) no-repeat 0px 0px;
}
.accRES-LakeSubdivision a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-LakeSubdivision.jpg) no-repeat 0px 0px;
}
.accRES-Luxury a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Luxury.jpg) no-repeat 0px 0px;
}
.accRES-MatureHome a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-MatureHome.jpg) no-repeat 0px 0px;
}
.accRES-MountainView a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-MountainView.jpg) no-repeat 0px 0px;
}
.accRES-NearLightRail a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-NearLightRail.jpg) no-repeat 0px 0px;
}
.accRES-NewBuild a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-NewBuild.jpg) no-repeat 0px 0px;
}
.accRES-PrivatePool a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-PrivatePool.jpg) no-repeat 0px 0px;
}
.accRES-PrivateSpa a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-PrivateSpa.jpg) no-repeat 0px 0px;
}
.accRES-RVPark a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-RVPark.jpg) no-repeat 0px 0px;
}
.accRES-ShortSale a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-ShortSale.jpg) no-repeat 0px 0px;
}
.accRES-SingleStory a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-SingleStory.jpg) no-repeat 0px 0px;
}
.accRES-TennisCourt a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-TennisCourt.jpg) no-repeat 0px 0px;
}
.accRES-Townhome a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Townhome.jpg) no-repeat 0px 0px;
}
.accRES-TwoStory a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-TwoStory.jpg) no-repeat 0px 0px;
}
.accRES-ViewRU a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-ViewRU.jpg) no-repeat 0px 0px;
}
.accRES-WaterfrontLot a, .accRES-WaterRU a{
	width:130px;
	height:59px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-WaterfrontLot.jpg) no-repeat 0px 0px;
}
.topic_image div:hover{
	background-color:#ffffff;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
	opacity:0.75;
	color:#333333;
	border:1px solid #523000;
}
.topic_image a:hover{
	color:#333333;
}

.IdxListingRow_Odd{
	border:1px solid #CACACA;
	padding: 5px;
	background:url(right_bkgd.jpg) repeat;
}
.IdxListingRow_Even{
	border:1px solid #CACACA;
	padding-5px;
	background:url(right_bkgd.jpg) repeat;
}
.Details_IndexTopic{
	float:right;
	margin:0px 15% 0px 0px;
	text-align:center;
}

/**************************
TOPIC PAGE
**************************/

#topic_col1{
	position:relative;
  	width:325px;
	float:left;
	display:inline;
	margin:25px 0px 0px 200px;
	padding:0px 4px 0px 4px;
}
#topic_col2{
	position:relative;
  	width:400px;
	float:right;
	display:inline;
	border:1px solid #CACACA;
	padding:3px 3px 3px 3px;
	margin:0px 6px 0px 0px;
}
#topic_col2 h3{
	border-top:1px #CACACA solid;
	padding-top:10px;
}
#xmost_recent h3, #xmost_price h3{
	border-bottom:1px solid #523000;
}
#xmost_recent, #xmost_price{
	width:300px;
	float:right;
}
#xmost_recent ul, #xmost_price ul{
	width:auto;
	margin:0px 9px 0px 0px;
	padding:0px;
}
#xmost_recent li, #xmost_price li{
	margin:0px 0px 3px 0px;
	white-space:nowrap;
}
#xmost_recent a, #xmost_price a{
	line-height:1.3;
}
#xmost_recent img, #xmost_price img{
	width:100px;
	height:80px;
	float:left;
	border:1px #CACACA solid;
	padding:3px;
	margin:0px 5px 0px 0px;
}
#xmost_recent a:hover img, #xmost_price a:hover img{
	border:1px #daac3a solid;
	background:#daac3a;
}
.topiclistings{
	float:right;
	margin:15px 10px 10px 0px;
}
.topiclistings a{
	width:161px;
	height:117px;
	display:block;
	color:#ffffff;
	text-align:center;
	padding:33px 12px 0px 12px;
	margin:0px 0px 0px 0px;
	background:url(topiclistings.gif) no-repeat 0px 0px;
}
.topiclistings a:visited{
	color:#ffffff;
}
.topiclistings a:hover{
	background-position:-185px 0px;
	color:#ffffff;
}
.topiclistings2{
	text-align:center;
	margin:0px 0px 10px 0px;
}

/**************************
FEATURED LISTINGS
**************************/

.MostExpListing, .LeastExpListing, .TopListingRow_Odd, .TopListingRow_Even {
	width:380px;
	height:auto;
	display:block;
	margin:15px 10px 3px 10px;
	padding:0px;
	border-bottom:1px #CACACA solid;
}
.ImageAnchor_Topic{
	position:relative;
	float:right;
	z-index:1;
	margin:0px 40px 10px 10px;
}
.ImageAnchor_Topic img{
	width:160px;
	height:120px;
	border:1px #CACACA solid;
	padding:3px;
	background:#ffffff;
}
.ImageAnchor_Topic a:hover img{
	border:1px #daac3a solid;
	background:#daac3a;
}
p.ClickText_Topic{
	width:166px;
	font-size:9px;
	text-align:center;
	color:#daac3a;
	margin:3px 0px 0px 0px;
}
.Details_Topic{
	float:right;
	margin:0px 10px 0px 0px;
	text-align:center;
}
.ListPrice_Topic{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
.Bedroom_Topic, .Bathroom_Topic, .SqFt_Topic, .CityName_Topic{
	clear:right;
	padding:5px;
}
.Listing_Topic, .MLS_Topic{
	text-align:center;
	clear:both;
	margin:10px 0px 0px 0px;
}
.PropertyFeatures_Topic{
	height:62px;
	width:92%;
	clear:both;
	overflow:scroll;
	overflow-x:hidden;
	margin:10px 10px 10px 10px;
	padding:5px;
	border:1px #CACACA solid;
	background:url(right_bkgd.jpg) repeat;
	text-align:left;
}
.Contact_Topic{
	clear:both;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
.ContactAnchor_Topic{
	clear:both;
	text-align:center;
	padding:5px 0px 8px 0px;
}

/**************************
LISTING PAGE
**************************/

#listing_col2{
	position:relative;
  	width:715px;
	float:left;
	display:inline;
	margin:0px 0px 0px 200px;
	padding:0px 20px 0px 20px;
}
#ListingsTable{
	width:100%;
	font-size:10px;
}
.ListingRow_Odd{
	width:100%;
	background:url(right_bkgd.jpg) repeat;
	margin:0px 0px 3px 0px;
}
.ListingRow_Even{
	width:100%;
	margin:0px 0px 3px 0px;
}
#pagenumbers{
	height:68px;
	overflow:scroll;
	overflow-x:hidden;
	margin:10px 8px 0px 0px;
	text-align:justify;
}
.PagingImage_CurrentPage{
	filter:alpha(opacity=85);
	opacity:0.85;
	-moz-opacity:0.85;
	zoom:1;/*To Make Opacity Work In IE6 Without A Div*/
}
.PagingImage_NotCurrentPage{
	filter:alpha(opacity=35);
	opacity:0.35;
	-moz-opacity:0.35;
	zoom:1;/*To Make Opacity Work In IE6 Without A Div*/
}
.back_links p{
	text-align:center;
}
#mlsdisclaimer{
	text-align:center;
	clear:both;
	display:inline-block;
	font-size:9px;
	margin:0px 5px 0px 5px;
}

/*****Listings Summary*****/

.listing_image{
	width:170px;
}
.listing_details{
	width:270px;
	padding:3px;
	text-align:left;
}
.listing_details div{
	padding:6px 0px 6px 0px;
}
.listing_contact{
	width:270px;
	padding:3px;
	text-align:right;
}
.listing_contact div{
	padding:6px 0px 6px 0px;
}
.listing_image_anchor{
	width:150px;
	text-align:center;
	font-weight:bold;
	padding:3px;
}
.listing_image_anchor img{
	width:150px;
	height:100px;
	background:#ffffff;
	padding:3px 3px 3px 3px;
	border:1px solid #1c1b51;
}
.listing_image_anchor a:hover img{
	border:1px #daac3a solid;
	background:#daac3a;
}
.ListPrice{
	font-weight:bold;
	font-size:17px;
}
.ContactAnchor{
	font-weight:bold;
	line-height:1.4;
}
.ContactAnchor a{
	font-weight:bold;
	font-size:17px;
}
.ContactAnchor a:hover{
	font-weight:bold;
	font-size:17px;
	color:#cccccc;
}
.between{
	clear:both;
	height:1px;
	max-height:1px;
	border-bottom:1px solid #523000;
	margin:0px 0px 3px 0px;
}
* html div.between { 
   height:expression( this.scrollHeight > 332 ? "2px" : "auto" ); /* sets max-height for IE */
   max-height:2px; /* sets max-height value for all standards-compliant browsers */
}

/**************************
DETAIL PAGE
**************************/

#detail_col2{
	position:relative;
  	width:715px;
	float:left;
	display:inline;
	margin:0px 0px 0px 200px;
	padding:0px 20px 0px 20px;
}
#detailsummary{
	float:right;
	width:256px;
	height:280px;
	display:block;
	border:1px solid #CACACA;
	background:url(right_bkgd.jpg) repeat;
	padding:3px;
	margin:15px 0px 15px 15px;
}
#detailsummary h3{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
#thebigone{
	float:left;
	width:430px;
	margin:15px 0px 15px 0px;
}
#thebigone img{
	width:425px;
	height:280px;
	display:block;
	border:1px solid #CACACA;
	background:#ffffff;
	padding:3px;
}
#thumbnailset img{
	width:67px;
	height:45px;
	border:1px solid #CACACA;
	background:#ffffff;
	padding:3px;
}
#thumbnailset img:hover{
	border:1px #523000 solid;
	background:#523000;
}
#rawdata_tab{
	clear:both;
	width:715px;
}
.rawdata_header{
	width:30%;
	font-weight:bold;
	text-align:right;
	padding:5px 10px 5px 0px;
	vertical-align:top;
}
.rawdata_odd{
	background:url(right_bkgd.jpg) repeat;
}
.rawdata_value{
	width:70%;
	text-align:left;
	padding:5px 0px 5px 10px;
	border-left:2px solid #ffffff;
}
#requestinfo{
	text-align:center;
	margin:15px 0px 15px 0px;
}
#detailbuttons{
	text-align:center;
	margin:15px 0px 15px 0px;
}
#detailbuttons a{
	margin:0px 5px 10px 5px;
}
#blurbs{
	border-top:1px #CACACA solid;
	border-bottom:1px #CACACA solid;
	margin:0px 0px 15px 0px;
}
#detailbacklinks{
	clear:both;
	text-align:center;
}
.cDetailGoogleMap{
	width:95%;
	margin: 10px 10px;
	border: #aaa thick solid;
}
#mort_calc {
	width: 640px;
	padding: 10px 30px;
    overflow:hidden;
	line-height: 35px;
	background:url(mort_calc.jpg);
	color: #fff;
}
#mcBtn{
    margin: 10px 0px;
}
.mort_header {
	padding: 5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
/**************************
REQUEST INFO PAGES
**************************/

#form_col1{
	width:250px;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px 5px 0px 5px;
}
#form_col1 input{
	width:250px;
	margin:13px 0px 20px 0px;
	text-align:left;
	border:1px #CACACA solid;
}
#form_col2{
	width:365px;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px 5px 0px 5px;
}
#form_col2 input{
	width:365px;
	height:158px;
	margin:13px 0px 10px 0px;
	text-align:left;
	display:block;
	padding:5px 0px 5px 0px;
	border:1px #CACACA solid;
}
#form_col1 label, #form_col2 label{
	display:block;
	text-indent:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	font-weight:bold;
}
#submit{
	text-align:center;
	margin:0px 0px 0px 0px;
}

/**************************
PRIVACY POLICY PAGE
**************************/

#PrivacyHeader{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	text-align:center;
	color:#333333;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 5px;
	font-weight:bold;
}
#PrivacyContents{
	padding:0px 10px 0px 10px;
}
.cPrivacy{
	line-height:1.3;
	margin:0px 5px 0px 5px;
}

/**************************
TERMS OF USE PAGE
**************************/

#TermsOfUseHeader{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	text-align:center;
	color:#333333;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 5px;
	font-weight:bold;
}
#TermsOfUseContents{
	padding:0px 10px 0px 10px;
}
.cTermsOfUse{
	line-height:1.3;
	margin:0px 0px 0px 0px;
}

/**************************
MISC. PAGE
**************************/

#misc_col2{
	position:relative;
  	width:635px;
	float:left;
	display:inline;
	margin:30px 0px 0px 200px;
	padding:0px 20px 0px 100px;
}
#agent_portrait img{
	border:1px solid #CACACA;
	background:#ffffff;
	padding:3px;
}

/**************************
ADVANCED SEARCH
**************************/

#as_SrchPanels{
	position:relative;
	top:10px;
  	width:715px;
	margin:0px 0px 0px 220px;
	padding:0px 20px 0px 0px;
}
#as_QueryPanel{
	position:relative;
  	width:560px;
	height:385px;
	top:15px;
	left:145px;
	display:inline;
}
#as_QueryPanel label{
	float:left;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

/*****DATA PROVIDER*****/

#as_Markets select{
	position:absolute;
	top:0px;
	left:0px;
}

/*****TYPES OF PROPERTY*****/

#as_ListingTypes{
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
	height:48px;
	border:1px solid #CACACA;
	padding:3px;
}

/*****SEARCH BY*****/

#as_SearchBy{
	position:absolute;
	top:0px;
	left:245px;
	width:302px;
	height:48px;
	border:1px solid #CACACA;
	padding:3px;
}
#as_SearchByTypeSpan select{
	position:absolute;
	display:block;
	top:3px;
	left:103px;
	width:298px;
	z-index:2;
}
#as_SearchBySpan{
	position:absolute;
	display:block;
	top:8px;
	left:3px;
	width:298px;
	z-index:1;
}
#as_SearchBySpan label{
	display:hidden;
	visibility:hidden;
	margin:0px;
	padding:0px;
}

/*****SEARCH CRITERIA*****/

#as_MinMax{
	position:absolute;
	top:75px;
	left:245px;
	min-height:228px;
	_height:228px;
	padding:3px;
}
#as_MinMax span{
	float:left;
	width:154px;
}
#as_MinMax label{
	text-align:center;
	float:none;
	margin:0px 0px 5px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	font-weight:bold;
}
#as_Price{
	position:absolute;
	top:0px;
	left:0px;
	height:75px;
	width:308px;
	background-color:#CACACA;
}
#as_SquareFeet, #as_Acres{
	position:absolute;
	top:85px;
	left:0px;
	height:75px;
	width:308px;
	display:block;
	background-color:#CACACA;
}
#as_Price span, #as_SquareFeet span, #as_Acres span{
	width:154px;
	text-align:center;
	margin:12px 0px 0px 0px;
}
#as_BedRooms{
	position:absolute;
	top:175px;
	left:0px;
	width:154px;
	text-align:center;
}
#as_BathRooms{
	position:absolute;
	top:175px;
	left:154px;
	width:154px;
	text-align:center;
}
#as_YearBuilt{
	position:absolute;
	top:250px;
	left:0px;
	width:154px;
	text-align:center;
}

/*****FEATURES*****/

#as_Attributes{
	position:absolute;
	top:75px;
	left:0px;
	width:220px;
	border-top:1px solid #CACACA;
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
	padding:3px;
}

/*****PROPERTY TYPES*****/

#as_PropertyTypes{
	position:absolute;
	top:193px;
	left:0px;
	width:220px;
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
	border-bottom:1px solid #CACACA;
	padding:3px;
}

/*****SEARCH BUTTONS*****/

#as_SearchBtn input{
	width:110px;	
	padding:5px 12px 5px 12px;
}
#btnSearch{
	position:absolute;
	top:335px;
	left:421px;
	background-color:#523000;
	color:#ffffff;
	cursor:pointer;
}
#btnReset{
	position:absolute;
	top:335px;
	left:58px;
}

/*****RESULTS*****/

#as_RequeryButton{
	float:left;
	width:110px;
	margin:10px 0px 10px 0px;
	z-index:3;
}
#as_RequeryButton input{
	width:110px;
	padding:5px 12px 5px 12px;
}
#as_Paging{
	margin:0px 0px 0px 30px;
	padding:12px 0px 0px 0px;
}
#as_Paging input{
	width:65px;
	padding:3px 0px 3px 0px;
}
#as_Paging select{
	width:65px;
	margin:0px 0px 0px 0px;
}
#as_ResultsMessage{
	font-size:10px;
	margin:10px 0px 0px 0px;
	text-align:center;
}
#as_Listings, #as_ResultsSpan{
	clear:both;
	margin:0px 0px 0px 0px;
	font-size:11px;
	text-align:center;
  	width:715px;
}
.ASListingRow_Odd{
	width:100%;
	background:url(right_bkgd.jpg) repeat;
	margin:0px 0px 2px 0px;
}
.ASListingRow_Even{
	width:100%;
	margin:0px 0px 2px 0px;
}
#as_MLSDisclaimer{
	text-align:center;
	margin:0px 0px 5px 0px;
}
