/*************** BODY STYLE BEGIN ***************/
html { overflow: -moz-scrollbars-vertical; }
html, body { 
	background:#e7e7e7;
	color:#666666; 
	font-family:Helvetica, sans-serif; 
	font-size:12px; 
	margin:0;
}
body { margin:11px 0 0; }
h1 { 
	background:#d9e9f3;
	color:#000000; 
	font-size:23px;
	margin:0 0 15px; 
	padding:8px 10px;
	border-top:1px solid #c7c7c7;
}
h2 { 
	border:none;
	color:#333333; 
	font-size:20px; 
	margin:0; 
	padding:0 0 6px 0;
}
.sliced {
	background:url(../images/backgrounds/slicedHeading.gif) repeat-x center center;
}
.sliced div {
	background:black url(../images/backgrounds/slicedDiv.gif) no-repeat right; 
	color:white; 
	text-transform:uppercase; 
	display:inline; 
	font-weight:bold; 
	font-size:15px; 
	padding:4px 18px 4px 8px; 
}
h3 { 
	background:#535353;
	margin:0;
	text-transform:uppercase;
	color:#FFFFFF; 
	font-size:15px; 
	padding:4px 5px 2px;
}

.search h3 { margin:0 10px 10px 0; }

h4 { 
	background:#000;
	margin:0;
	color:#fff; 
	font-size:12px; 
	padding:4px 5px 2px;
	margin-bottom:10px;
	letter-spacing:1px;
	
}

h5 { 
	margin:5px 0 10px;
	color:#000; 
	font-size:16px; 
	text-decoration:underline;
}

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:none; 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:#a40802; 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 { 
	width:100%;
	background:#fff;
	border-top:1px solid #d4d4d4;
	margin: 0 auto;
} 
#inner { 
	clear:both;  
	margin:0 auto;
	padding:0px;
	width:990px; 
}
/*************** MAIN DIVS STYLE END ***************/

/*************** HEADER STYLE BEGIN ***************/
#header { 
	padding:0;
	width:990px;
	margin:17px auto 0;
}	
#header .header_table { margin:0px auto; width:100%; }
#header .dspHeader_logo { width:205px; }
.container { clear:both; width:100%; border:1px solid #d7d7d7; border-left:none; border-right:none; margin:21px 0 12px;  } 
#header img.logo { margin:0 0 10px; }
/*************** HEADER STYLE END ***************/

/*************** HEADER STYLE BEGIN ***************/
#footer { 
	width:100%;
	border-top:1px solid #d4d4d4;
	background:#e7e7e7;
}
.footer_table { width:990px; margin:25px auto; text-transform:capitalize;  }
.footer_table td { vertical-align:middle; }
.feat_foot_links { color:#000; }
/*************** HEADER STYLE END ***************/

/*************** NAVIGATION ORIGINAL STYLE BEGIN ***************/
#Navigation { 
	width:982px;
	margin:0 auto;
	height:36px;
	border-right:1px solid #e7e7e7;
}
#NavigationItem a.navMenu { 
	color: #000000; 
	font-size: 15px;
	line-height:15px;
	padding: 8px 4px; 
	background: #e7e7e7;
	text-transform: uppercase; 
	margin:2px 3px;
}
#NavigationItem a.navMenu:hover, #NavigationItem a.navMenuOn {
	background:#a40802;
	color:#ffffff;
}
 
#Navigation li, #Navigation ul { list-style-image: none; list-style-type: none; }
#Navigation { margin: 0 auto; }
#NavigationBlock { width: auto; }	
#NavigationItem, #NavigationItem li ul { list-style: none; }
#NavigationItem a { display: block; text-decoration: none; }
#NavigationItem li { float: left; border-left:1px solid #e7e7e7; }	
#NavigationItem li ul { position: absolute; left: -10000px; z-index: 1; margin:-2px 0 0 3px; background: #A40802; border-bottom: 1px solid #B63935; padding: 1px 0 8px;  }
#NavigationItem li ul li { float: none; border:none; }
#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 {
	color:white;
	text-transform:uppercase;
	font:Trebuchet MS;
	background:url(../images/backgrounds/submenu_bg.gif) no-repeat;
	font-size:14px;
	z-index: 2;
	left: auto;
	text-decoration: none;
	padding: 16px 0 0px 25px;
	width: 160px;
	height: auto;	
}	
/*************** NAVIGATION ORIGINAL STYLE END ***************/


/*************** QUICK SEARCH STYLE BEGIN ***************/
#quickSearch-container { width:678px; }
#quickSearch { 
	width:678px; 
	padding:18px 47px 0 17px; 
	margin:0px auto; 
	height:45px; 
	background:url('../images/backgrounds/quick-search.gif') no-repeat; 
}
.frmQuickSearch_table { margin-left:130px; margin-right:50px; width:548px; }
#quickSearch input, #quickSearch select { 
	font-size: 11px; 
	border: solid 1px #C2C2C2; 
	height: 20px;
	width: 105px; 
}
#quickSearch .searchType { }
#quickSearch .areas { width: 120px; }
#quickSearch .sizes { }
#quickSearch .prices { width:80px; }
#quickSearch .webId { width: 120px; padding: 2px; }
#quickSearch .button { width: 35px; height: 22px; border:0; }
/*************** QUICK SEARCH STYLE END ***************/

/*************** BUTTONS STYLE BEGIN ***************/
.submit_button { 
	background:#535353;
	margin:0;
	text-transform:uppercase;
	color:#FFFFFF; 
	font-size:15px; 
	padding:3px 3px 1px 1px;
	font-family:Helvetica,sans-serif;
	font-weight:bold;
	border:none;
	cursor:pointer;
}
.submit_button:hover {	
	background:#D9E9F3;
	color:#000000;
}
/*************** BUTTONS STYLE END ***************/

/*************** INPUTS STYLE BEGIN ***************/
.dollar_input{
	width:100px; 
	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:2px 2px 3px; 
	border:solid 1px #666; 
	color:#666; 
	background:#ccc; 
	font-size:12px;
}
#frmWebID_table { width:198px; }
#webIDForm #frmWebID_table td { width:100%; padding:15px 0; }
#webIDForm #frmWebID_button { 
	background:#666; 
	border:solid 1px #666; 
	color:#ccc; 
	padding:0px 5px 3px;
	font-size:12px; 
	font-variant:small-caps; 
}
/*************** WEB ID SEARCH STYLE END ***************/

/*************** OPTION STYLE BEGIN ***************/
#propertyOptions {width: 282px;	padding:7px; border:solid 2px #C4A105; } 
.dspProperty_options { 
	list-style-image:none; 
	font-size:16px; 
	width:100%; 
	background:url(../images/backgrounds/option_bg.gif) no-repeat; 
	padding:0 0 0 10px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:6px;
	line-height:27px;
}
.dspProperty_options a { color:#ffffff; text-decoration:none; }
/*************** 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: 20px; font-weight: bold;width: 150px; color:#000; text-decoration:underline; }
.sub_cat_group { margin: 10px 0px; float:none; clear:both; width:160px; }
#map_selectAll { position:absolute;  font-weight:bold; z-index:10000; }
#quickSearch-container #map_selectAll { margin-left:140px; margin-top:245px; }
#frmSearch #map_selectAll { margin-left:-125px; margin-top:40px; }
/*************** BUILD AREAS END ***************/

/*************** FEATURED STYLE BEGIN ***************/

	/*************** SERIAL SCROLL STYLE BEGIN ***************/
	/*************** SERIAL SCROLL STYLE END ***************/
	
	/*************** RSC RANDOM STYLE BEGIN ***************/
	.dspFeatured_image_td {	background:url(../images/backgrounds/image-back.png) no-repeat; padding:0px !important; }
	.dspFeatured_image_td a img{ width:160px; height:120px; border:none; }
	.propertyInfo { color:#666666; font-size:12px; padding-top: 5px; width:160px; }
	.propertyInfo div { font-size:16px; font-weight:bold; }
	/*************** 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 ***************/
	.dspAgentsListTable { border:1px solid #ccc; height:130px; }
	.dspAgentsListTable td { padding:10px 0 10px 10px; }
	.dspAgentsListTable .agentName { font-weight:bold; font-size:14px; }
	.dspAgentsListThumbsTable td { border:1px solid #ccc; padding:10px; height:120px; text-align:center; }
	.dspAgentsListThumbsTable h3 { padding:2px 0; }
	
	
	#agent_layout { width:100%; }
	#agent_layout td { padding: 0 10px; }
	#agent_layout .col1 { width:195px; }
	#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:#000000; font-weight:bold; color:#fff; letter-spacing:1px;}
	.dspBuilding_row { cursor:pointer; }
	.dspBuilding_row:hover { background:#B0A299;}
	.dspBuilding_row:hover td { color:#fff; }
	/*************** BUILDINGS ***************/

	/*************** CONTACT ***************/
	#alertsContact .text { font-size: 7.5pt; width: 140px;}
	#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:34px;}
	#contactForm INPUT.zip { width:82px;}
	#contactForm #fieldName { width:120px; font-weight:bold;}
	#contactForm input { border:1px solid #ccc;	}
	#contactForm .comments { width:276px; }
	#contactForm .name { width:135px !important; }
	#contactForm .firstColumn { width:95px; }
	
	.dspPropertyEssentials { padding-right:10px; }
	.dspPropertyAmenities { padding-right:10px; }
	/*************** CONTACT ***************/

	/*************** DETAILS ***************/
	#details_layout { width: 100%; margin: 0; color:#000000; }
	#details_layout hr { margin: 0; }
	#details_layout .left { width: 240px; }
	#details_layout .right { padding-left: 15px; }
	#details_layout .info { margin: 0; width: 100%; margin-bottom: 20px; }
	#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 { }	
	#propertyContactForm TEXTAREA {  }
	#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 { 
		border:1px solid black; 
		margin-top:15px; 
		width:230px;
		padding:0px; 
		font-size:14px; 
		font-weight:bold;
	}
	.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;
	}
	#pic_name { padding:15px 10px 10px; font-size:16px; }
	.dspPropertyInContract { background:orange; font-size:16px; }
	.description { padding: 3px 15px 15px 15px;}
	.dspOpenHouse_box_heading { background:#D26326; color:#FFFFFF; font-weight:bold; border-bottom:1px solid #444; padding:5px;}
	.dspOpenHouse_box_body { padding:5px; }
	.yui-tt { color: #000; border: 1px solid #444; background-color: #fff; font-size:110%; padding:0; }
	/*************** 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 ***************/	
	.dspLinks { width:100%; }
	.dspLinks td { padding:5px 10px 5px 0; }
	.dspLinks img { border:none; max-width:150px; }
	.dspLinks h3 { margin-left:0; }
	.dspLinks a { text-decoration:underline; }
	.dspLinks .linkImage { width:170px; }
	.dspLinks .linkCompany { width:170px; }
	.dspLinks .linkContact { width:170px;  }
	.dspLinks .linkInfo { }
	.dspLinks .rowHover:hover { background:url(../images/backgrounds/trans_20.png); }
	/*************** 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 0; font-weight:bold; }
	.dspPress_body_td { line-height:18px; }
	/*************** PRESS ***************/

	/*************** RESOURCES ***************/
	#resources_layout li li { margin-left:20px; }
	/*************** RESOURCES ***************/
	
	/*************** SEARCH ***************/
	#frmSearch { width:auto; }
	#frmSearch strong { margin-bottom: 10px; display: block; font-size: 12px; }
	#frmSearch label, .alerts label { display: block; }
	#frmSearch .priceRange select { width: 120px; margin: 2px 0; }
	#frmSearch .priceRange span { padding: 0 2px; font-size: 11px; }
	#frmSearch .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; line-height:18px; }
	#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; padding-left:0; }	
	#sResults_layout td img { float: left; border: solid 1px #a40802; }
	#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: 12px; background: #e7e7e7; font-weight:bold; padding:2px 5px 2px 20px; }
	#sResults_layout th a { color: #333; text-decoration:none; text-transform:capitalize;}
	#sResults_layout td { border-bottom:1px solid #c7c7c7; }
	.dspSearchResults_row2 { color: #000000;}
	.dspSearchResults_row2 a{ }
	.dspSearchResults_row1 { color: #000000;}
	.dspSearchResults_row1 a{ }
	.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 {  }		
	/*************** SEARCH RESULTS ***************/
	
/*************** INDIVIDUAL PAGES STYLE END ***************/

/*************** VIVID COMMON STYLE BEGIN ***************/
#fav_text { font-size: 10px; padding: 1px 5px;}
#pagination { padding: 25px 0; }
#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 {  }
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 {  }


.resourceSeparator {
	border-bottom:1px solid #ccc; 
	padding-top:8px;
}

/*************** FRMAREAS4 ***************/
.areasMenu{ margin: 5px 0; padding: 0;	width: 170px;	font-weight:bold; }
.areasMenu a.menuitem{
	background:url(../images/visuals/areaUnchecked.png) no-repeat center left;
	display: block;
	position: relative;
	width: auto;
	padding: 4px 0 4px 20px;
	text-decoration: none;
	cursor:pointer;
}
.areasMenu a.menuitem:visited, .areasMenu .menuitem:active{ color: white; }
.areasMenu a.menuitem .statusicon{ position: absolute;	top: 5px;	right: 5px;	border: none; }
.areasMenu div.submenu{ padding-left:10px; }
.areasMenu div.submenu ul{ list-style-type: none; margin: 0; padding: 0; }
.areasMenu div.submenu ul li{ border-bottom: none; margin:0; }
.areasMenu div.submenu ul li a{
	background:url(../images/visuals/areaUnchecked.png) no-repeat center left;
	display: block;
	text-decoration: none;
	padding: 2px 0 2px 20px;
	cursor:pointer;
}
.subSelect {
	padding-bottom:14px;
	color:#333333;
}

/*************** WEBSITE CUSTOM STYLE BEGIN ***************/
/*************** WEBSITE CUSTOM STYLE BEGIN ***************/
/*************** WEBSITE CUSTOM STYLE BEGIN ***************/
/*************** WEBSITE CUSTOM STYLE BEGIN ***************/
/*************** WEBSITE CUSTOM STYLE BEGIN ***************/


/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/* Lightbox
----------------------------------*/
#jquery-overlay {position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;}
#jquery-lightbox {position: absolute;top: 0;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#lightbox-nav {position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {width: 49%;height: 100%;zoom: 1;display: block;}
#lightbox-nav-btnPrev { left: 0; float: left;}
#lightbox-nav-btnNext { right: 0; float: right;}
#lightbox-container-image-data {padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {display: block; clear: left; padding-bottom: 1.0em;	}			
#lightbox-secNav-btnClose {width: 66px; float: right;padding-bottom: 0.7em;	}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}


		.frmAlertType { width:300px; }
		.frmAlertType td { vertical-align:middle; }
		.frmAlertType .text { padding-top:2px; }
		
		
	.frmOwners .separator { border-left: dotted 2px #515B56; width:25px; }
	.frmOwners1 .rightCol { width:102px; }
	.frmOwners1 .apt { width:62px; }
	.frmOwners1, .frmOwners2 { margin:10px 0 0 0; }
	.frmOwners1 td, .frmOwners2 td { padding:1px 0; vertical-align:middle; }
	.frmOwners2 td input{ width:160px; }
	
	.sidebar { width:322px; }
	.sidebar .sbContainer { background:#e7e7e7; padding:0 14px 14px; margin:14px 0; }
	.sidebar #link01, .sidebar #link02, .sidebar #link03, .videoLink { color:#a40802; padding-top:10px; font-size:14px; font-weight:bold; cursor:pointer; }
	.sidebar #link01 span, .sidebar #link02 span, .sidebar #link03 span { color:#000000; border-bottom:2px solid #999; font-size:12px; }
	.sidebar .sbTestimonial { background:white; padding:14px; margin:14px 0; }
	.sidebar .sbBlog { margin:14px 4px 0; }
	.sidebar .sbBlog li { list-style-image:url(../images/visuals/bullet.gif); font-size:13px; color:#a40802; margin-bottom:5px; cursor:pointer  }
	.homeContent { padding:16px 10px; line-height:24px; font-size:16px; color:black; }
	.homeTerms { margin-bottom:10px; }
	.homeTerms td { font-weight:bold; color:black; }
	.homeTerms td a { font-weight:normal; text-decoration:none; color:#a40802; font-size:11px; }
	
	.dspTerminology { margin:14px 0; }
	.section { border-bottom:3px dotted #666; padding:14px 0; }
	.qsSection { 
		background:url(../images/backgrounds/qs_bg.gif) no-repeat top right; 
		border-bottom:3px dotted #666; 
		padding:58px 0 14px 0;
	}
.dspPress_header { 
	background:#535353;
	margin:0;
	text-transform:uppercase;
	color:#FFFFFF; 
	font-size:15px; 
	padding:4px 5px 2px;
}
.dspPress_head_td {
	padding:2px 0 2px 5px;
}
.dspPress_body_td {
	padding:2px 15px 2px 5px;
	}
	
#sResults_layout .photo, #sResults_layout .title, #sResults_layout .size, #sResults_layout .contact {
	border-right:1px solid #e7e7e7; padding:20px;
}
#sResults_layout .photo { padding:20px 0; width:270px; }
#sResults_layout .title { font-size:20px; line-height:24px; }
#sResults_layout .contact { border-right:none; }

#pagnation_layout { font-size:24px; font-weight:normal; }

#pagnation_layout a {
	padding:1px 5px;
	color:#535353;
}
#details_layout th { color:#000000; font-size:16px; font-weight:normal; border-bottom:1px solid #c7c7c7; padding-bottom:15px; text-align:left;}
#details_layout th div { font-size:36px;  }
#details_layout td { padding-top:15px; }
#listingNav { padding-top:20px; }
.essential { }
.offset { padding:0 0 15px 5px; line-height:17px; }
	
.frmSearchField {
	background:url(../images/visuals/input.gif) no-repeat;
	border:none;
	padding:4px 5px 8px;
	margin:1px 0px 8px;
	width:130px;
}













#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


.devNote { margin:0px 2px; color:#A40802; font-weight:bold; }
.frmQuickSearch #priceRange_MIN, .frmQuickSearch #priceRange_MAX { width:109px;font-size:12px;
margin-bottom:6px; }
.dspProperty_options a { cursor:pointer; }
#propertyContactForm table td { color:black; font-size:16px; line-height:31px; }

.testimonialsTable, .dspTerminology, #frmSearch, .dspAbout, .dspGreen, .dspResources, .contactText, #agent_layout { font-size:16px; line-height:24px; color:#000; }


		.warning {
			border:1px solid #666;
			background:#EDEDED url(../images/visuals/warning.png) no-repeat center left;
			padding:8px 8px 8px 44px;
			margin-bottom:15px;
		}



.nofeeDiv { text-align:justify; }
.nofeeDiv span { float:right; line-height:40px; margin-left:20px; }
.nofeeDiv div { margin-left:68px; line-height:19px; }
.nofeeDiv img { float:left; margin:0 15px 15px 0; }
.nofeeDiv table { 
	background:url(../images/visuals/nofee-item.gif) no-repeat top left; 
	color:#ffffff; 
	line-height:68px; 
	width:100%;
	margin:15px 0;
}
.nofeeDiv table th { font-size:42px; text-align:center; width:68px; }
.nofeeDiv table td { font-size:24px; padding-left:15px; }
.nofeeDiv .noFeeLong { float:right; width:546px; background:url(../images/visuals/nofee-input-long.gif) no-repeat; height:33px; }
.nofeeDiv .noFeeShort { float:right; width:188px; background:url(../images/visuals/nofee-input-short.gif) no-repeat; margin-left:20px; height:39px; }
.nofeeDiv input { /**/border:none; padding:1px 0 5px 15px; font-size:24px; line-height:33px; color:#666666; }
.nofeeDiv textarea {  float:right; width:548px; background:url(../images/visuals/nofee-textarea.gif) no-repeat; border:none; font-size:24px; line-height:33px; padding:1px 0 5px 15px; height:90px; font-family:Helvetica, sans-serif; color:#666666;  }