/*************** BODY STYLE BEGIN ***************/
html, body { 
	background:#F1F0EC;
	color:#1b2539; 
	font-family:Tahoma; 
	font-size:12px; 
	line-height:18px;
	margin:0;
}
h1 { 
	border:none;
	color:#FFF; 
	font-size:20px;
	padding:18px 23px 32px;
	margin:0;
	background:#f1f0ec url(../images/backgrounds/h1_bg.gif) top left no-repeat;
}
h2 { 
	border:none;
	color:#008EC0; 
	font-size:20px; 
	margin:0; 
	padding:10px 10px 10px 0;
}
h3 { 
	border:none;
	color:#008FC1; 
	font-size:15px;  
	margin:0; 
	padding:10px 10px 10px 0;
}

table { margin:0; }
td { padding:0; text-align:left; vertical-align:top; }

form { margin:0; padding:0; }
fieldset { border:none; clear:both; margin:0; padding:0; }	
fieldset div { float:left; }	
fieldset .areas label { display:block; width:150px; }
fieldset, form, ul, li, table, td, form li { list-style-image:url(../images/visuals/li_image.gif); margin:0; padding-bottom:0; }
li.inline { display:inline; }
ul, li { margin:0; padding:0; }
li { margin-left:15px; }
#NavigationItem li {margin:0;}

a { color:#313232; text-decoration:none;}	
a:hover { text-decoration:underline; }	
	
.smooth { border:solid 1px #A3AFAF; }
.hover { filter:alpha(opacity=80); opacity:.8; }	
.hover:hover { filter:alpha(opacity=100); opacity:1; }
.required { color:#cc0000; }
.smaller { font-size:90%; }
.clear, #clear, #inner { clear:both; }
/*************** BODY STYLE END ***************/

/*************** MAIN DIVS STYLE BEGIN ***************/
#wrapper { 
	background:#f1f0ec;
	margin: 0 auto;
	width:100%;
} 
#inner {  
	clear:both;  
	margin:0 auto;
	width:971px; 
}

#innerInner {
	width:923px; 
	padding:10px 0;
	margin:0 auto;
}

.home #innerInner {
	padding:55px 85px 35px;
}
/*************** MAIN DIVS STYLE END ***************/

/*************** HEADER STYLE BEGIN ***************/
#header { 
	background:url(../images/backgrounds/header_bg.gif) no-repeat center top; 
	padding:5px 0 0 0; 
}	
#header .header_table { margin:0px auto; width:100%; }
#header .dspHeader_logo { width:265px; }
#header .dspHeader_webId { width:265px; }
#header .container { clear:both; width:100%; background:url(../images/backgrounds/menu_bg.gif); } 
#header img.logo { margin:5px; }
/*************** HEADER STYLE END ***************/

/*************** HEADER STYLE BEGIN ***************/
#footer { 
	background:url(../images/backgrounds/footer_bg.gif) no-repeat right top;
	font-size:10px;
	margin: 0 auto; 
	width:100%;
	border-top:1px solid #1b2539;
	
}
.footer_table { 
	width:990px; 
	margin:10px auto 0;
	font-size:9px; 
	text-transform:uppercase;
	font-weight:bold; 
	color:#888888;
	line-height:14px;
}
.footer_table td { vertical-align:middle; }
/*************** HEADER STYLE END ***************/

/*************** NAVIGATION ORIGINAL STYLE BEGIN ***************/
#Navigation {  }
#NavigationItem a.navMenu { 
	color: #9098a4; 
	font-size: 12px;
	line-height:12px;
	padding: 0px 4px 12px; 
	text-transform: capitalize;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
#NavigationItem a.navMenuOn {  }
#Navigation li, #Navigation ul { list-style-image: none; list-style-type: none; }
#Navigation { padding-top:0px; }
#NavigationBlock { width: auto; }	
#NavigationItem, #NavigationItem li ul { list-style: none; }
#NavigationItem a { display: block; text-decoration: none; }
#NavigationItem li { 
	float: left; 
	background:url(../images/menu/menu_tab.gif) no-repeat; 
	width:141px;
	vertical-align:middle;
	padding-top:11px;
}	

#NavigationItem li ul { position: absolute; left: -10000px; z-index: 1; background:#008EC1; border-bottom: none; padding: 1px 0; }
#NavigationItem li ul li { 
	float: none; 
	background:white; 
	width:auto;
	text-align:left;
	vertical-align:text-bottom; 
	padding-top:0px; 
}
#NavigationItem li:hover ul, #NavigationItem li.sfhover ul { left: auto; }		
#NavigationItem a.last-item { border-right:none; }
#NavigationItem a.first-item { border-left:none;}
#NavigationItem ul li a.subMenu {
	background:#fff;
	z-index: 2;
	left: auto;
	text-decoration: none;
	font-size: 8pt;
	padding: 5px;
	width: 133px;
	height: auto;	
	margin-bottom:1px;
}	
#NavigationItem ul li a.subMenu:hover { background:#ccc; }


/*************** NAVIGATION ORIGINAL STYLE END ***************/

/*************** NAVIGATION NEW STYLE BEGIN ***************/
* html .dropmenudiv a{ /*IE only hack*/ width: 100%; }
.Navigation2 { width: 99%; font-weight: bold; height: 30px; }
.Navigation2:after{	content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.dropmenudiv{ position:absolute; z-index:100; width: 143px;	visibility: hidden; }
.dropmenudiv a{ 
	background:url(../images/menu/submenu_middle.png);
	display:block;
	text-indent:3px;
	padding:4px 8px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:white;
}
.dropmenudiv a:hover{ color: #F1F1F1; }
.submenu_top, .submenu_bottom, .submenu_separator { font-size:0; padding:0; margin:0; line-height:0px; }
.submenu_top { height:6px; background: url(../images/menu/submenu_top.png) no-repeat center top; }
.submenu_bottom {	height:6px; background: url(../images/menu/submenu_bottom.png) no-repeat center bottom; }
.submenu_separator { height:1px; background: url(../images/menu/submenu_separator.png) no-repeat center; }
/*************** NAVIGATION NEW STYLE END ***************/

/*************** QUICK SEARCH STYLE BEGIN ***************/
#quickSearch-container { width:678px; }
#quickSearch { 
	width:200px; 
	background:url('../images/backgrounds/quick-search.gif') no-repeat; 
	color:#515052;
	font-family:Tahoma;
	font-size:11px;
}
.frmQuickSearch_table { margin-left:130px; margin-right:50px; width:548px; }
#quickSearch input, #quickSearch select { 
	font-size: 11px; 
	border: solid 1px #C2C2C2; 
	height: 20px;
}
#quickSearch .searchType { }
#quickSearch .areas { width: 120px; }
#quickSearch .sizes { }
#quickSearch .prices { width:80px; }
#quickSearch .webId { width: 120px; padding: 2px; }
#quickSearch .button { width: 59px; height: 21px; border:0; }
/*************** QUICK SEARCH STYLE END ***************/

/*************** BUTTONS STYLE BEGIN ***************/
.submit_button { background:#17447B; color:#FFF; border:1px inset #99D2E6; font-weight:bold; }
.submit_button:hover { background:#17447B; color:#99D2E6; border:1px outset #99D2E6; }
/*************** BUTTONS STYLE END ***************/

/*************** INPUTS STYLE BEGIN ***************/
.dollar_input{
	width:75px; 
	background:#fff url(../images/visuals/dollar.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
	padding-left:10px;
}
.sqft_input{
	width:75px; 
	background:#fff url(../images/visuals/sqft.gif); 
	background-repeat:no-repeat; 
	background-position:right; 
	padding-left:5px;
	padding-right:15px;
}
/*************** INPUTS STYLE BEGIN ***************/

/*************** AUTOCOMPLETE STYLE BEGIN ***************/
.ac_results { color:#202020; padding: 0px; border: 1px solid black; background-color: white; overflow: hidden; z-index: 99999; }
.ac_results ul { width: 100%;	list-style-position: outside;	list-style: none;	padding: 0;	margin: 0; }
.ac_loading { background: white url('indicator.gif') right center no-repeat; }
.ac_odd { background-color: #eee; }
.ac_over { background-color: #0A246A;	color: white; }
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
/*************** AUTOCOMPLETE STYLE END ***************/

/*************** WEB ID SEARCH STYLE BEGIN ***************/
#webIDForm #agentsStr {	
	width:158px; 
	padding:1px 2px; 
	border:solid 1px #474a77; 
	color:#ccc; background:#676792; 
	font-size:12px;
}
#webIDForm #frmWebID_table { width:100%; padding-top:15px; }
#webIDForm #frmWebID_button { }
/*************** WEB ID SEARCH STYLE END ***************/

/*************** OPTION STYLE BEGIN ***************/
#propertyOptions {width: 300px;	padding:15px; border:solid 2px gray; }
.dspProperty_options { list-style-image:none; font-size:12px; }
.dspProperty_options div {padding: 3px; margin: 2px 0; background: #008EC0; }
.dspProperty_options div a { color:#fff; } 
.dspProperty_options #fav_text { background:none; }
.dspProperty_options #fav_text a { color:#000066; }
/*************** OPTION STYLE END ***************/

/*************** BUILD AREAS BEGIN ***************/
.mainAreas { display: block; text-align: center; font-size: 11px; }
.main_cat_group { margin: 2px 0; }
.main_cat_group .head { margin-bottom: 0px; display: block; font-size: 12px; font-weight: bold;width: 180px; }
.sub_cat_group { margin: 5px 10px; float:none; clear:both; width:130px; }
#map_selectAll { position:absolute;  font-weight:bold; z-index:10000; }
#quickSearch-container #map_selectAll { margin-left:140px; margin-top:245px; }
#search_form_layout #map_selectAll { margin-left:-125px; margin-top:40px; }
/*************** BUILD AREAS END ***************/

/*************** FEATURED STYLE BEGIN ***************/

	/*************** SERIAL SCROLL STYLE BEGIN ***************/
	#screen2{ position:relative; width:940px;}
	#screen2 #buttons { float:left; }
	#screen2 #buttons a { margin:10px 10px; color:#69C; }
	#screen2 .prev { float:left; }
	#screen2 .next { float:right; }
	.ss_next, .ss_prev { cursor:pointer; }
	.ss_separator { float:left; background:url(../images/visuals/featured_spacer.gif) no-repeat left top; width:23px; height:186px; }
	.ss_inner { float:left; background:url(../images/visuals/featured_inner.gif) repeat-x top; height:186px; }
	.ss_prev_div { background:url(../images/visuals/featured_left.gif) no-repeat left top; width:38px; height:186px; }
	.ss_next_div { background:url(../images/visuals/featured_right.gif) no-repeat left top; width:38px; height:186px; }
	.ss_holder { margin-top:15px; float:left; height:100px; padding:0; text-align:center; cursor:pointer; }
	#slideshow { overflow:hidden; width:863px; float:left; }
	#slideshow ul { width:3900px;}
	#slideshow li{
		list-style:none; 
		float:left; 
		margin:0; 
		background:url(../images/visuals/featured_inner.gif) repeat-x top; 
		height:186px;
	}
	.ss_area {
		background:url(../images/visuals/featured_bottom.png) no-repeat bottom center; 
		width:124px; 
		height:18px; 
		color:white; 
		text-align:center; 
		padding-top:6px; 
	}
	/*************** SERIAL SCROLL STYLE END ***************/
	
	/*************** RSC RANDOM STYLE BEGIN ***************/
	.dspFeatured_image_td {	background:url(../images/backgrounds/image-back.png) no-repeat; color:#151558; font-weight:bold;}
	.propertyInfo { 
		color:#151558;
		font-weight:bold;
		height:28px;
		background:white;
		position:relative;
		top:240px;
		left:0px;
		filter:alpha(opacity=70);
		-moz-opacity:.7;
		opacity:.7; 
		text-align:center;
		font-size:10pt;
		padding-top: 12px;
		width:300px;
	}
	/*************** RSC RANDOM STYLE END ***************/

	/*************** RS JQUERY STYLE BEGIN ***************/
	.pics {  height:230px; width:230px; padding:0; margin-left:10px; } 
	.pics img { background-color:#eee; cursor:pointer;  width:160px; height:120px; border:1px solid white; top:0; left:0; }
	/*************** RS JQUERY STYLE END ***************/

/*************** FEATURED STYLE END ***************/

/*************** INDIVIDUAL PAGES STYLE BEGIN ***************/

	/*************** ACCOUNT ***************/
	h1.account { color: #454545; font-size: 18px; margin: 0; }
	h2.account { font-size: 20px; margin: 0;}

	.results_title th { font-size: 16px; padding: 0 10px; }
	.dspLogin_table { width:725px; margin:0 auto; }
	.dspLogin_header { color:#fff; border: 1px outset black; text-align:center; line-height:24px; }
	.dspLogin_header { background:url(../images/backgrounds/menu-back.png) repeat-x top center; }
	.dspLogin_inner {border: 1px outset black; background:white; }
	.dspLogin_td {padding:2px 20px; font-weight:bold;}
	.dspLogin_input {width:172px; background:#FFFFCA; }		
	.mySearches th { background: #333; color: #fff; padding: 5px; text-align: left; }
	.mySearches td { background: #e5e5e5; color: #333; padding: 5px 10px; text-align: left; border-bottom: solid 1px #f5f5f5; }
	#login_layout { width: 100%; }
	#login_layout .last { background: none; }
	#col1 { float: right; }
	#col2 { float: left; }
	#login_layout form.accountForms { margin: 10px 15px 0px 0px; }
	#login_layout .form { text-align: right; }
	#login_layout .form label { display: block; font: 8pt Arial, Helvetica, sans-serif; color: #666; margin-bottom: 8px; }
	#login_layout .form input.form-txtfield,
	.form input.form-ptxtfield { border: solid 1px #ccc; width: 153px; margin-left: 5px; }
	#login_layout .form input.form-submit { margin-top: 12px; }
	#account-home { }
	#account-header td { white-space: nowrap; }
	#account-header .links { font-size: 11px; }
	#account-header .links a:hover { text-decoration: underline; }
	#account-header .welcome { color: #484848; }
	#account-header .welcome span { color: #CE0000; font-size: 18px; }
	#account-edit td { font-size: 12px; }
	#login_layout div.box {width: 247px; padding: 20px; overflow: hidden; text-align: left; margin: 0 30px; }
	#accountHome_layout h3 { font-weight: normal; font-size: 14px; }
	#accountHome_layout .h_divider div { height: 20px; }
	/*************** ACCOUNT ***************/

	/*************** AGENTS ***************/
	#agent_layout { width:100%; }
	#agent_layout td { padding: 0 10px; }
	#agent_layout .col1 { white-space: nowrap; width:120px; }
	#agents_layout th { 
		padding: 5px; 
		font-weight: bold; 
		font-size: 14px; 
		color: #FFF; 
		background: #333;
		border-bottom: solid 1px #ccc; 
		border-right: solid 1px #ccc; 
	}	
	#agent_layout td img { margin-bottom: 5px; border: solid 1px #555; border-right: 2px #333; border-bottom: 2px #333; }
	#agent_layout h1 { margin-bottom: 0; letter-spacing: -1px; text-transform: uppercase; font-weight: bold; font-size: 13.5pt; }
	#agent_layout .col2 {  }
	#agent_layout .col3 { width: 180px; }
	#agent_layout .col3 td { padding: 0; font-size: 10px; }
	#agent_layout .col3 th { 
		text-align: center; 
		background: #424242; 
		color: #DEDEDE; 
		padding: 1px; 
		letter-spacing: 1px; 
		text-transform: uppercase; 
		font-size: 14px; 
		font-weight: normal; 
	}
	#agent_layout .col3 td.value { text-align: right; }
	#agent_layout .col3 td.description { padding: 10px 0; text-align: center; }
	#agent_layout .col3 td.description strong.title { text-transform: uppercase; display: block; }
	/*************** AGENTS ***************/
	
	/*************** BUILDINGS ***************/
	.dspBuilding_header { background:#A0CE67; font-weight:bold; color:#fff;}
	.dspBuilding_row { cursor:pointer; }
	.dspBuilding_row:hover { background:#B0A299;}
	.dspBuilding_row:hover td { color:#fff; }
	/*************** BUILDINGS ***************/

	/*************** CONTACT ***************/
	#alertsContact .text { font-size: 7.5pt; width: 100px;}
	#alertsContact td input {width: 180px;}
	#alertsContact .ext {width: 50px;}
	#alertsContact .phone {width: 121px;}
	
	.contact_info { float: right; width: 260px; margin-left: 20px; }
	.contact_info strong { display: block; font-size: 14px; margin-bottom: 5px; }
	.contact_info span { display: block; float: left; width: 55px; font-size: 14px; clear: left; }
	.contact_info a { }
	
	#contactBox { vertical-align:top; }
	#contactFieldName { float:left; width:70px; font-weight:bold; height:30px; }
	#contactFieldValue { width:200px; height:30px; }
	#contactForm INPUT.text { width:280px; font-size:12px; margin-right:5px; }
	#contactForm TEXTAREA { width:280px; height:100px; font-size:12px;}
	#contactForm INPUT.city { width:150px;}
	#contactForm INPUT.state { width:30px;}
	#contactForm INPUT.zip { width:82px;}
	#contactForm #fieldName { width:120px;font-weight:bold;}
	
	.dspProperty_essentials { width:250px; }
	.dspProperty_amenities { width:250px; }
	/*************** CONTACT ***************/

	/*************** DETAILS ***************/
	#details_layout {  margin: 0; }
	#details_layout hr { margin: 0; }
	#details_layout .left { width: 310px; }
	#details_layout .right { padding-left: 15px; }
	#details_layout .info { margin: 0; width: 100%; margin-bottom: 20px; }
	#details_layout .info td { padding: 0; }
	#details_layout .info .inner_left div,
	#details_layout .info .inner_middle div { padding: 1px 0; }
	#details_layout .info .inner_left .field,
	#details_layout .info .inner_middle .field { float: left; clear: left; width: 100px; }
	#details_layout .info .inner_middle { padding: 0 20px 0 0; }
	#details_layout .info .inner_right { width: 175px; }
	#details_layout .info .inner_right div { padding: 3px; margin: 2px 0; }
	#details_layout .info .inner_right a { color: #555; }
	#details_layout .info .inner_right #fav_text { background: none; }
	#details_layout .info .inner_right #fav_text a { color: #454545; }
	#details_layout .info .inner_right .fav_option { padding: 0; margin: 0; }
	#details_layout .description { text-align: justify; }
	#details_layout .contact .agent { padding: 0; }
	#details_layout .contact { margin-top: 20px; width: 100%; }
	#details_layout .contact img { border: solid 1px #777; }
	#details_layout .contact td { padding: 0 10px; }
	#details_layout .contact td td { padding: 0; }

	#listingNav { float: right; margin: -3px 5px; }
	#listingNav a { color: #555; font-size: 13px; }
	#listingNav div { float: left; }
	#listingNav .prev { padding-right: 5px; }
	#listingNav .middle { width: 3px; text-align: center; }
	#listingNav .next { padding-left: 6px; }
			
	#propertyContactForm TEXTAREA { width:250px; height:52px; }
	#propertyContactFormComment { float:left; }
	#propertyContactFormSubmit { float:none; margin-top:100px;}
	#propertyContactFormFields { float:left; width:120px; }
	#propertyContactForm DIV.fieldName, #propertyContactFormFields DIV.fieldName { float:none; border:none; width:80px;}
	#propertyContactFormFields INPUT.text{ float:left; width:100px;}
	#propertyContactFormComment { clear: left; }
	#propertyContactFormComment TEXTAREA { width:220px; height:52px; float:none;}

	.dspOpenHouse_box { padding:5px; border:1px solid black; width:110px; margin-top:5px;}
	.dspOpenHouse_heading { font-weight:bold }

	.dspPropertySold, .dspPropertyInContract { 
		border:3px solid white; 
		color:white; 
		background:red; 
		font-weight:bold; 
		font-size:22px; 
		width:120px; 
		height:30px; 
		line-height:30px;
		position:absolute; 
		text-align:center; 
		vertical-align:middle;
		margin-left:5px;
	}
	.dspPropertyInContract { background:orange; font-size:16px; }
	.description { padding: 3px 15px 15px 15px;}
	.yui-tt { color: #000; border: 1px solid #444; background-color: #5F5F8C; font-size:110%}
	/*************** DETAILS ***************/

	/*************** DEVELOPMENTS ***************/	
	.dspDevelopments_div { background:#B0A299; height:100px; padding:8px; text-align:center;}
	.dspDevelopments_link { color:#fff; font-size:16px; font-weight:bold; }
	/*************** DEVELOPMENTS ***************/	
	
	/*************** LINKS ***************/	
	#links_container { padding: 10px; }
	#links_layout img { display: block; border: solid 1px #ccc; }
	#links_layout td { padding: 10px 20px; width: 33%; }
	/*************** LINKS ***************/

	/*************** NEIGHBORHOODS ***************/	
	#neighborhoods_layout { width: 100%; margin: 15px 0; }
	#neighborhoods_layout img.title { margin: 0; }
	#neighborhoods_layout td { padding: 0; }
	#neighborhoods_layout .nav li { /*list-style-type: disc;*/ margin: 0 25px; }
	#neighborhoods_layout .nav li li { /*list-style-type: circle;*/ margin: 5px 20px; }
	#neighborhoods_layout .body { width: 80%; }
	#neighborhoods_layout .body h3 { margin: 75px 15px 35px 15px; font-size: 18px; } 
	#neighborhoods_layout .body div { margin: 0 20px; }
	/*************** NEIGHBORHOODS ***************/	
	
	/*************** PAGES ***************/
	#content { padding: 0 20px; font-size: 11px; padding-bottom: 10px; }
	#content li { margin: 5px 20px; }
	#content li li { margin: 5px 40px; }
	#content.guides h3 { margin: 0; font-size: 15px; margin-top: 20px; }
	#content.about h3 { margin: 0; font-size: 14px; margin-top: 10px; }
	#content.about h2 { color: #970F00; font-size: 15px; }
	#content.about ul { margin: 20px 0; }
	#content.careers { }
	#content.careers div.caption { color: #cc0000; width: 435px; margin: 10px 0; font-size: 20px; }
	#content.careers h3 { font-size: 16px; margin-top: 20px; }
	#content.careers p { margin: 10px 0; }
	/*************** PAGES ***************/

	/*************** PRESS ***************/
	.dspPress_head_td { padding:5px; font-weight:bold; }
	.dspPress_body_td { line-height:18px; }
	/*************** PRESS ***************/

	/*************** RESOURCES ***************/
	#resources_layout li li { margin-left:20px; }
	/*************** RESOURCES ***************/
	
	/*************** SEARCH ***************/
	#search_form_layout { width:auto; }
	#search_form_layout strong { margin-bottom: 10px; display: block; font-size: 12px; }
	#search_form_layout label, .alerts label { display: block; }
	#search_form_layout .priceRange select { width: 120px; margin: 2px 0; }
	#search_form_layout .priceRange span { padding: 0 2px; font-size: 11px; }
	#search_form_layout .box a.login { font-size: 11px; margin: 5px; }
	#searchStored_text { float: left; margin-right: 10px; }
	#search_options { margin-bottom: 10px; }
	/*************** SEARCH ***************/
	
	/*************** SEARCH RESULTS ***************/
	#searchResults .sort { float: left; }
	#searchResults .sort .header { float: left; padding: 5px; }
	#searchResults .control_panel { padding: 5px; text-align: right; }
	#searchResults #fav_text { float: left; }
	#sResults_layout { width: 100%; clear: left; margin: 0 auto; }
	#sResults_layout th, #sResults_layout td { text-align: left; }
	#sResults_layout th { padding: 5px; font-weight: bold; font-size: 14px; }
	#sResults_layout th img { margin-left: 10px; }
	#sResults_layout th a { text-decoration: underline; }	
	#sResults_layout th.SRHead_Empty a { font-size: 11px; font-weight: normal; }
	#sResults_layout th.SRHead_Empty { font-size: 11px; vertical-align: middle; font-weight: normal; }
	#sResults_layout th .selected { font-weight: bold; }
	#sResults_layout td {	padding: 5px; }
	#sResults_layout .photo, #sResults_layout img {	width: 71px; }	
	#sResults_layout td img { float: left; border: solid 1px #ccc; }
	#sResults_layout .title div a { text-transform: none; font-size: 10px; text-decoration: none; font-weight: bold; }		
	#sResults_layout .title div a:hover { text-decoration: underline; }	
	#sResults_layout .description { width: 175px; }
	#sResults_layout .contact { width: 175px; border-right: none; }	
	#sResults_layout .title a.openHouse { font-weight: normal; color: #D57106; font-size: 13px; }	
	
	#sResults_layout th { font-size: 14px; background: #18467D; border-bottom:1px solid #363636; border-right:1px solid #363636; }
	#sResults_layout th a { color: #fff; text-decoration:none; text-transform:capitalize;}
	#sResults_layout td { border-bottom:1px solid #363636; }
	.dspSearchResults_row2 { color: #000000; background:#99D2E6}
	.dspSearchResults_row2 a{ color: #363636;}
	.dspSearchResults_row1 { color: #000000;}
	.dspSearchResults_row1 a{ color: #363636;}
	.dspSearchResults_amenities { padding-left:20px; list-style-type: square;}

	#sResults_layout .location { width: 100px; }
	#sResults_layout .size { width: 100px; }
	#sResults_layout .price { width: 60px; }
	#sResults_layout .costs { width: 75px; }	
	#sResults_layout .title { width: 125px; }		
	/*************** SEARCH RESULTS ***************/
	
/*************** INDIVIDUAL PAGES STYLE END ***************/

/*************** VIVID COMMON STYLE BEGIN ***************/
#fav_text { font-size: 10px; padding: 1px 5px;}
#pagination { padding: 5px; }
#col1 { width: 160px; float: left; }
#col2 {	width: 300px; margin:0 20px; }
#col3 {	width: 200px; }

span.options3 { font-size: 9.5pt; font-weight: bold; color: #666; }
span.options, span.options2 { font-size: 12px; font-weight: normal; color: #313232; }
span.options { padding-left: 23px;}
span.options2 {	padding: 0;}
.MSG_ .title { font-size: 12px; font-weight: bold; }
.MSG_ { float: right; width: 150px; }	
img.MSG_information { float: left; padding-right: 10px; padding-bottom: 10px; }
#MSG_default { margin-left: 615px; margin-top: 20px; }
#MSG_default, #MSG_webID, #MSG_contact, #MSG_register, #MSG_login {
	color: black;
	position: absolute;
	visibility: hidden;
	width: 200px;
	padding: 10px;
	font-size: 10px;
	background: #ebebeb;
	border: solid 1px silver;
	z-index: 1000;
	padding-right: 20px;
	text-align: left;
}
#MSG_webID { margin-top: 2px; }
#webID #MSG_webID { margin: 45px 0 0 -250px; }
#MSG_contact {  }
/*************** VIVID COMMON STYLE BEGIN ***************/


/*************** WEBSITE CUSTOM STYLE BEGIN ***************/
/*************** WEBSITE CUSTOM STYLE BEGIN ***************/
/*************** WEBSITE CUSTOM STYLE BEGIN ***************/
/*************** WEBSITE CUSTOM STYLE BEGIN ***************/
/*************** WEBSITE CUSTOM STYLE BEGIN ***************/

.frmAlerts_col_3 { width:175px; }
.frmAlerts_col_5 { width:290px; }
.price { width:80px; height:16px !important; }