@charset "utf-8";
/* CSS Document */

/**************************
Color Changes

#2d2b27 Background & Tops of Rounded Boxes
#333333 Main Text
#db9f02 Header Text, Links & Side Menu Active Color
#d5d1ba Rounded Box Content Area
#ad7900 Link Text

**************************/

/**************************
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:#2d2b27 url(bkgd.jpg) repeat-x 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
p{
	font-size:13px;
	text-align:justify;
	line-height:1.3;
}
h1, h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:15px 10px 5px 10px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	text-align:center;
}
h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	text-align:left;
}
a img{
	border:none;
}
a:link{
	color:#ad7900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	outline:none;
	text-transform:capitalize;
}
a:visited{
	color:#ad7900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	outline:none;
	text-transform:capitalize;
}
a:hover{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	outline:none;
	text-transform:capitalize;
}
a:active{
  	outline:none;
	text-transform:capitalize;
}

/*****Tools*****/

dl.curved{
	background:#2d2b27 url(top-left.png) top left no-repeat;
	margin:0px;
	padding:0;
}
* html dl.curved{
	background-image:url(top-left.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src="top-left.png");
}
dl.curved dt{
	background:transparent url(top-right.png) top right no-repeat;
	padding:10px;
	text-align:center;
	color:#ffffff;
}
* html dl.curved dt{
	background-image:url(top-right.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src="top-right.png");
}
dl.curved dd{
	background:#d5d1ba url(bottom-left.png) bottom left no-repeat;
	padding:0px; 
	margin:0px;
}
* html dl.curved dd{
	background-image:url(bottom-left.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src="bottom-left.png");
}
dl.curved dd p{
	margin:0px;
	padding:10px;
}
dl.curved dd p.last{
	background:transparent url(bottom-right.png) bottom right no-repeat;
	margin:0px 0px 15px 0px;
  	padding:0px;
	clear:both;
}
* html dl.curved dd p.last{
	background-image:url(bottom-right.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src="bottom-right.png");
}
#boxgap{
	min-height:447px;
	background:#d5d1ba repeat;
}
.clear{
	clear:both;
	margin:0px;
  	padding:0px;
}

/**************************
SITE STRUCTURE
**************************/

#Container{
	position:relative;
	width:985px;
	margin:auto;
}
#DivUIFramework{
	position:absolute;
	width:985px;
	height:50px;
	top:0px;
	left:0px;
	background:url(header.jpg) bottom left no-repeat;
}
#DivContent{
	width:985px;
	height:auto;
	padding:35px 0px 0px 0px;
}
#menu_top{
	position:absolute;
	width:925px;
	height:34px;
	left:30px;
	top:0px;
	z-index:5;
	display:block;
}
#menu_top a{
	float:left; /*or float:right;*/
	width:165px;
	height:26px;
	display:block;
	background:url(menu_top.gif) no-repeat;
	padding:8px 0px 0px 0px;
	margin:0px 2px 0px 0px;
	color:#333333;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	text-align:center;
	filter:alpha(opacity=50);
	opacity:0.50;
	-moz-opacity:0.50;
}
#menu_top a:hover{
	filter:alpha(opacity=75);
	opacity:0.75;
	-moz-opacity:0.75;
}
#menu_top a.menu_active_onpage{
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
	border-bottom:1px solid #ffffff;
}
#header{
	position:absolute;
	top:50px;
	left:638px;
  	width:332px;
	height:214px;
	background:#2E2B26;
}
.header_text{
	position:absolute;
	top:10px;
  	width:332px;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	color:#db9f02;
	line-height:1.1;
}
#logo{
	position:absolute;
	bottom:0px;
	right:0px;
	width:193px;
	height:150px;
}
.agent_name{
	position:absolute;
	top:115px;
	right:193px;
	width:127px;
	font-weight:bold;
	font-size:15px;
	text-align:right;
	color:#ffffff;
	border-right:1px dashed #3f3c37;
	padding:0px 12px 0px 0px;
}
.phone{
	margin:3px 0px 3px 0px;
	color:#ffffff;
	padding:0px 0px 0px 18px;
}
#menu_left{
	position:absolute;
	top:280px;
	right:15px;
  	width:332px;
}
#menu_left a{
	display:block;
	background:#7e786d;
	text-align:center;
	text-decoration:none;
	border-bottom:1px solid #ffffff;
	padding:5px 5px 5px 5px;
	color:#333333;
}
#menu_left a:hover{
	color:#ffffff;
}
#menu_left a.menu_active_onpage{
	background-color:#db9f02;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
}
#menu_left dl.curved dd{
	background:#7e786d url(bottom-left.png) bottom left no-repeat;
	padding:0px; 
	margin:0px;
}
* html #menu_left dl.curved dd{
	background-image:url(bottom-left.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src="bottom-left.png");
}
#content{
	position:relative;
	top:15px;
  	width:955px;
	min-height:650px;
	_height:650px;
	margin:0px;
	padding:0px 15px 5px 15px;
	margin:0px 0px 15px 0px;
	background:#ffffff;
}
#footer{
	width:985px;
	height:65px;
	background:#ffffff url(footer.jpg) no-repeat bottom;
	text-align:center;
	clear:both;
	border-bottom:15px solid #2d2b27;
}
#footer a{
	color:#2d2b27;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	border-bottom:1px #ffffff solid;
}
#footer a:hover{
	border-bottom:3px #db9f02 double;
}
#footer p{
	margin:10px 10px 0px 10px;
	text-align:center;
	font-size:11px;
}
#footer p a{
	font-weight:normal;
	font-size:11px;
	margin:0px;
}

/**************************
INDEX PAGE
**************************/

#DivIndexUIFramework{
	position:absolute;
	width:985px;
	height:230px;
	top:-35px;
	left:0px;
}
#DivIndexContent{
	position:absolute;
	width:985px;
	top:35px;
	left:0px;
	height:auto;
	background:url(header.jpg) top no-repeat;
}
#index_image{
	position:absolute;
	top:50px;
	left:15px;
	width:600px;
	height:206px;
	border:1px solid #c4c0ab;
	padding:3px;
}
#index_col1{
	padding-top:229px;
  	width:460px;
	float:left;
	margin:0px 4px 15px 0px;
}
#index_col2{
	padding-top:230px;
  	width:484px;
	float:right;
	display:inline;
	margin:0px 0px 0px 0px;
}
ul#index_topics{
	padding:0px 0px 10px 0px;
}
.topic_image div{/*Extra 5px on height instead of margin-top, to fix ie6*/
	width:148px;
	height:193px;
	float:left;
	border:1px solid #c4c0ab;
	margin:0px 3px 3px 0px;
	text-align:left;
	background:#7e786d;
}
.topic_image a{
	outline:none;
	text-transform:capitalize;
	text-align:center;
	font-size:80%;
	color:#333333;
}
.accRES-AdultCommunity a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-AdultCommunity.jpg) no-repeat 3px 3px;
}
.accRES-Affordable a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Affordable.jpg) no-repeat 3px 3px;
}
.accRES-BankOwned a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BankOwned.jpg) no-repeat 3px 3px;
}
.accRES-BayView a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BayView.jpg) no-repeat 3px 3px;
}
.accRES-BR1 a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BR1.jpg) no-repeat 3px 3px;
}
.accRES-BR2 a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BR2.jpg) no-repeat 3px 3px;
}
.accRES-BR3 a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BR3.jpg) no-repeat 3px 3px;
}
.accRES-BR4 a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BR4.jpg) no-repeat 3px 3px;
}
.accRES-BR5 a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-BR5.jpg) no-repeat 3px 3px;
}
.accRES-CityView a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-CityView.jpg) no-repeat 3px 3px;
}
.accRES-ClubHouse a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-ClubHouse.jpg) no-repeat 3px 3px;
}
.accRES-Community a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Community.jpg) no-repeat 3px 3px;
}
.accRES-Community2 a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Community2.jpg) no-repeat 3px 3px;
}
.accRES-Community3 a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Community3.jpg) no-repeat 3px 3px;
}
.accRES-Community2 a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Community2.jpg) no-repeat 3px 3px;
}
.accRES-Community3 a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Community3.jpg) no-repeat 3px 3px;
}
.accRES-CommunityPool a, .accRES-Pool a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-CommunityPool.jpg) no-repeat 3px 3px;
}
.accRES-CommunitySpa a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-CommunitySpa.jpg) no-repeat 3px 3px;
}
.accRES-Condo a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Condo.jpg) no-repeat 3px 3px;
}
.accRES-CulDeSac a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-CulDeSac.jpg) no-repeat 3px 3px;
}
.accRES-Equestrian a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Equestrian.jpg) no-repeat 3px 3px;
}
.accRES-EveningLightsView a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-EveningLightsView.jpg) no-repeat 3px 3px;
}
.accRES-FixerUpper a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-FixerUpper.jpg) no-repeat 3px 3px;
}
.accRES-Foreclosed a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Foreclosed.jpg) no-repeat 3px 3px;
}
.accRES-Gated a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Gated.jpg) no-repeat 3px 3px;
}
.accRES-Golf a, .accRES-GolfCourseLot a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Golf.jpg) no-repeat 3px 3px;
}
.accRES-GolfCourseView a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-GolfCourseView.jpg) no-repeat 3px 3px;
}
.accRES-Green a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Green.jpg) no-repeat 3px 3px;
}
.accRES-Guarded a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Guarded.jpg) no-repeat 3px 3px;
}
.accRES-GuestHouse a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-GuestHouse.jpg) no-repeat 3px 3px;
}
.accRES-HealthFacilities a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-HealthFacilities.jpg) no-repeat 3px 3px;
}
.accRES-HighRise a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-HighRise.jpg) no-repeat 3px 3px;
}
.accRES-Historic a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Historic.jpg) no-repeat 3px 3px;
}
.accLNDS- a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(LNDS-.jpg) no-repeat 3px 3px;
}
.accRES-LakeView a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-LakeView.jpg) no-repeat 3px 3px;
}
.accRES-Luxury a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-Luxury.jpg) no-repeat 3px 3px;
}
.accRES-MatureHome a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-MatureHome.jpg) no-repeat 3px 3px;
}
.accRES-MountainView a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-MountainView.jpg) no-repeat 3px 3px;
}
.accRES-NewBuild a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-NewBuild.jpg) no-repeat 3px 3px;
}
.accRES-OceanView a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-OceanView.jpg) no-repeat 3px 3px;
}
.accRES-PanoramicView a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-PanoramicView.jpg) no-repeat 3px 3px;
}
.accRES-PetsAllowed a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-PetsAllowed.jpg) no-repeat 3px 3px;
}
.accRES-PrivatePool a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-PrivatePool.jpg) no-repeat 3px 3px;
}
.accRES-PrivateSpa a, .accRES-Spa a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-PrivateSpa.jpg) no-repeat 3px 3px;
}
.accRES-ShortSale a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-ShortSale.jpg) no-repeat 3px 3px;
}
.accRES-SingleStory a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-SingleStory.jpg) no-repeat 3px 3px;
}
.accRES-TennisCourt a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-TennisCourt.jpg) no-repeat 3px 3px;
}
.accRES-TwoStory a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-TwoStory.jpg) no-repeat 3px 3px;
}
.accRES-ViewRU a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-ViewRU.jpg) no-repeat 3px 3px;
}
.accRES-WaterfrontLot a, .accRES-WaterRU a{
	width:136px;
	height:73px;
	display:block;
	padding:120px 6px 0px 6px;
	background:transparent url(RES-WaterfrontLot.jpg) no-repeat 3px 3px;
}
.topic_image div:hover{
	background-color:#db9f02;
}
.topic_image a:visited{
	font-size:80%;/*IE6*/
	color:#333333;
}
.topic_image a:hover{
	background-color:#db9f02;/*IE6*/
	color:#ffffff;
	font-size:80%;/*IE6*/
}

/**************************
Topic Page
**************************/

#topic_col1{
  	width:608px;
	float:left;
	margin:0px 4px 15px 0px;
}
#topic_col2{
	padding-top:600px;
  	width:332px;
	float:right;
	display:inline;
	margin-bottom:15px;
}
#xmost_recent, #xmost_price{
	background:#d5d1ba;
	padding:4px 0px 0px 3px;/*Needed for IE*/
}
#xmost_recent li, #xmost_price li{
	width:200px;
	font-size:10px;	
	text-align:left;
	float:left;
}
#xmost_recent li a, #xmost_price li a{
	font-weight:normal;
	font-size:10px;
}
#xmost_recent img, #xmost_price img{
	width:60px;
	height:40px;
	border:1px #c4c0ab solid;
	padding:3px;
	background:#ffffff;
	margin:5px 0px 0px 5px;
}
#xmost_recent a:hover img, #xmost_price a:hover img{
	border:1px #db9f02 solid;
	background:#db9f02;
}
.topiclistings{
	margin:15px 0px 15px 0px;
}
.topiclistings a{
	width:370px;
	height:57px;
	display:block;
	background:url(topiclistings.jpg) no-repeat 0px 0px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	padding:23px 35px 0px 95px;
}
.topiclistings a:visited{
	color:#000000;
}
.topiclistings a:hover{
	background-position:0px -80px;
	color:#ffffff;
}
.topiclistings2{
	margin:10px 20px 5px 20px;
}
.topiclistings2 a{
	clear:both;
	width:272px;
	height:55px;
	display:block;
	background:url(topiclistings2.jpg) no-repeat 0px 0px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	font-size:13px;
	padding:20px 10px 0px 10px;	
}
.topiclistings2 a:visited{
	color:#000000;
}
.topiclistings2 a:hover{
	background-position:0px -75px;
	color:#ffffff;
}
#mlsdisclaimer{
	text-align:center;
	clear:both;
	display:inline-block;
	font-size:9px;
	margin:0px 5px 15px 5px;
}

/**************************
FEATURED LISTINGS
**************************/

.MostExpListing{
	width:330px;
	height:auto;
	display:block;
	background-color:#ffffff;
	margin:15px 0px 0px 0px;
	padding:0px;
	font-size:11px;
	border-bottom:1px #c4c0ab solid;
}
.LeastExpListing{
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-color:#ffffff;
	margin:15px 0px 0px 0px;
	font-size:11px;
	border-bottom:1px #c4c0ab solid;
}
.LeastExpListing img, .LeastExpListing p.ClickText_Topic{
	margin:3px 0px 0px 160px;
}
.ImageAnchor_Topic{
	position:relative;
	float:left;
	z-index:1;
	margin:0px 0px 10px 10px;
}
.ImageAnchor_Topic img{
	width:160px;
	height:120px;
	border:1px #c4c0ab solid;
	padding:3px;
	background:#ffffff;
}
.ImageAnchor_Topic a:hover img{
	border:1px #db9f02 solid;
	background:#db9f02;
}
p.ClickText_Topic{
	width:166px;
	font-size:9px;
	text-align:center;
	color:#ad7900;
	margin:3px 0px 0px 0px;
}
.Details_Topic{
	float:left;
	margin:0px 0px 0px 40px;
	text-align:left;
}
.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:52px;
	width:94%;
	clear:both;
	overflow:scroll;
	overflow-x:hidden;
	margin:10px 10px 10px 10px;
	padding:5px;
	border:1px solid #c4c0ab;
	background-color:#ebe7cd;
	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_col1{
  	width:608px;
	float:left;
	margin:0px 4px 15px 0px;
}
#listing_col2{
	padding-top:600px;
  	width:332px;
	float:right;
	display:inline;
	margin-bottom:15px;
}
#ListingsTable{
	width:588px;
	margin:0px 10px 0px 10px;
	font-size:11px;
}
.ListingRow_Odd{
	width:100%;
	background:#ebe7cd;
}
.ListingRow_Even{
	width:100%;
}
.between{
	height:2px;
	max-height:2px;
	border-bottom:1px solid #c4c0ab;
	margin:2px 0px 4px 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 */
}
#pagenumbers{
	height:68px;
	overflow:scroll;
	overflow-x:hidden;
	margin:0px 10px 0px 10px;
	padding:5px;
	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*/
}
#pagingnav{

}

/*****Listings Summary*****/

.listing_image_anchor{
	width:150px;
	text-align:center;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	color:#ad7900;
}
.listing_image_anchor img{
	width:150px;
	height:100px;
	background:#ffffff;
	padding:3px;
	border:1px solid #c4c0ab;
}
.listing_image_anchor a:hover img{
	border:1px #db9f02 solid;
	background:#db9f02;
}
.CityName{
	float:left;
}
.ListPrice{
	font-weight:bold;
	font-size:17px;
	padding:0px 5px 0px 0px;
}
.PropType{
	float:left;
}
.ListingAgency{
	padding:0px 5px 0px 0px;
}
.ContactAnchor{
	font-weight:bold;
	padding:0px 5px 8px 0px;
}
.moreinfo{
	white-space:nowrap;
}

/**************************
DETAIL PAGE
**************************/

#detail_col1{
  	width:608px;
	float:left;
	margin:0px 4px 15px 0px;
}
#detail_col2{
	padding-top:600px;
  	width:332px;
	float:right;
	display:inline;
	margin-bottom:15px;
}
#detailsummary{
	float:right;
	width:200px;
	margin:15px 0px 0px 15px;
}
#detailsummary h3{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
#thebigone{
	float:left;
	width:350px;
	margin:15px 0px 15px 15px;
}
#thebigone img{
	width:350px;
	height:235px;
	display:block;
	border:1px solid #c4c0ab;
	background:#ffffff;
	padding:3px;
}
#thumbnailset img{
	width:61px;
	height:42px;
	border:1px solid #c4c0ab;
	background:#ffffff;
	padding:3px;
}
#thumbnailset img:hover{
	border:1px #db9f02 solid;
	background:#db9f02;
}
#detailtable{
	clear:both;
	margin:0px 10px 0px 10px;
	font-size:11px;
}
.DetailVariableOdd{
	width:135px;
	font-weight:bold;
	text-align:right;
	padding:5px 10px 5px 0px;
	background:#ebe7cd;
}
.FunctionOdd{
	width:440px;
	text-align:left;
	padding:5px 0px 5px 10px;
	background:#ebe7cd;
}
.DetailVariableEven{
	width:135px;
	font-weight:bold;
	text-align:right;
	padding:5px 10px 5px 0px;
}
.FunctionEven{
	width:440px;
	text-align:left;
	padding:5px 0px 5px 10px;
}
#requestinfo{
	margin-bottom:15px;
}
#detailbuttons{
	margin:0px 18px 0px 18px;
}
#detailbuttons a{
	float:left;
	width:179px;
	margin:0px 5px 0px 5px;
}
#detailbacklinks{
	clear:both;
	text-align:center;
	margin-top:15px;
}
#attributes strong{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
}
#detailtext{
	margin-top:15px;
	border-top:1px #c4c0ab solid;
}
#detailtext strong{
	font-weight:bold;
}
#blurbs{
	border-top:1px #c4c0ab solid;
	border-bottom:1px #c4c0ab solid;
}
#detailtable, #rawdata_tab, .rawData{
	clear:both;
	margin:0px 10px 0px 10px;
	font-size:11px;
}
.DetailVariableOdd, .rawdata_odd .rawdata_header {
	width:135px;
	font-weight:bold;
	text-align:right;
	padding:5px 10px 5px 0px;
	background:#ebe7cd;
}
.FunctionOdd, .rawdata_odd .rawdata_value{
	width:440px;
	text-align:left;
	padding:5px 0px 5px 10px;
	background:#ebe7cd;
}
.DetailVariableEven, .rawdata_even .rawdata_header{
	width:135px;
	font-weight:bold;
	text-align:right;
	padding:5px 10px 5px 0px;

}
.FunctionEven, .rawdata_value{
	width:440px;
	text-align:left;
	padding:5px 10px 5px 10px	
}
#detailagent .rawdata_header {
	width:135px;
	text-align:right;
	font-weight: bold;
	padding:5px 10px 5px 11px;
}
#detailagent .rawdata_value {
	width:440px;
	padding:5px 0px 5px 10px;
}
/**************************
REQUEST INFO PAGES
**************************/

#form_col1{
	float:left;
	margin:15px 0px 15px 15px;
	display:inline;/*IE6*/
}
#form_col1 label{
	display:block;
	font-size:17px;
	font-weight:bold;
	margin-top:10px;
}
#form_col1 input{
	width:240px;
	margin:5px 0px 10px 0px;
	text-align:left;
}
#form_col2{
	float:right;
	margin:15px 15px 0px 15px;
	display:inline;/*IE6*/
}
#form_col2 label{
	display:block;
	font-size:17px;
	font-weight:bold;
}
#form_col2 input{
	width:300px;
	height:190px;
	margin:13px 0px 0px 0px;
	text-align:left;
	display:block;
	padding:5px 0px 5px 0px;
}
#submit{
	text-align:center;
	margin:0px;
}

/**************************
PRIVACY POLICY PAGE
**************************/

#PrivacyHeader{
	display:none;
	margin:0px;
}
#PrivacyContents{
	padding:0px;
	margin:0px;
}
.cPrivacy{
	margin:0px;
}

/**************************
TERMS OF USE PAGE
**************************/

#TermsOfUseHeader{
	display:none;
	margin:0px;
}
#TermsOfUseContents{
	padding:0px;
	margin:0px;
}
.cTermsOfUse{
	margin:0px;
}

/**************************
MISC. PAGE
**************************/

#misc_col1{
  	width:608px;
	float:left;
	margin:0px 4px 15px 0px;
}
.agent_portrait{
	border:1px solid #c4c0ab;
	background:#ffffff;
	padding:3px;
	margin:15px;
}

/**************************
ADVANCED SEARCH
**************************/

#as_SrchPanels{
	position:relative;
	top:10px;
}
#as_QueryPanel{
	position:relative;
	width:550px;
	height:370px;
	top:3px;
	left:28px;
	display:inline;
	padding:10px 3px 3px 3px;
}
#as_QueryPanel label{
	float:left;
	text-align:left;
	font-size:17px;
	font-weight:bold;
	color:#000000;
	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 #ebe7cd;
	padding:3px;
}

/*****SEARCH BY*****/

#as_SearchBy{
	position:absolute;
	top:0px;
	left:245px;
	width:302px;
	height:48px;
	border:1px solid #ebe7cd;
	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-size:15px;
}
#as_Price{
	position:absolute;
	top:0px;
	left:0px;
	height:75px;
	width:308px;
	background-color:#ebe7cd;
}
#as_SquareFeet, #as_Acres{
	position:absolute;
	top:85px;
	left:0px;
	height:75px;
	width:308px;
	display:block;
	background-color:#ebe7cd;
}
#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 #ebe7cd;
	border-left:1px solid #ebe7cd;
	border-right:1px solid #ebe7cd;
	padding:3px;
}

/*****PROPERTY TYPES*****/

#as_PropertyTypes{
	position:absolute;
	top:193px;
	left:0px;
	width:220px;
	border-left:1px solid #ebe7cd;
	border-right:1px solid #ebe7cd;
	border-bottom:1px solid #ebe7cd;
	padding:3px;
}

/*****SEARCH BUTTONS*****/

#as_SearchBtn input{
	width:110px;	
	padding:5px 12px 5px 12px;
}
#btnSearch{
	position:absolute;
	top:335px;
	left:421px;
	background-color:#ad7900;
	color:#ffffff;
}
#btnReset{
	position:absolute;
	top:335px;
	left:58px;
}

/*****RESULTS*****/

#as_RequeryButton{
	position:relative;
	top:0px;
	left:86px;
	width:110px;
	margin:10px 0px 10px 0px;
	z-index:3;
}
#as_RequeryButton input{
	width:110px;
	padding:5px 12px 5px 12px;
}
#as_Paging{
	margin-left:30px;
}
#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;
	width:588px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	text-align:center;
}
.ASListingRow_Odd{
	width:100%;
	background:#ebe7cd;
	margin:0px 0px 2px 0px;
}
.ASListingRow_Even{
	width:100%;
	margin:0px 0px 2px 0px;
}
#as_MLSDisclaimer{
	text-align:center;
}
