/* BEGIN SETUP */

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,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:98%;
	font-weight:normal;
	padding-left:0px;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Utility Styles */
.nomargin {
	margin: 0;
	padding: 0;
}

/* Element Styles */

html, body {
	font-size: 12px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	background: #F5F2E6 url(images/body_bg.jpg) repeat-x top left;
}

.border {
	background:#F4F4E8;
	border:1px solid #CDC8A3;
	padding:5px;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	color: #272727;
}

h1 {
	font-weight: normal;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 24px;
	color: #4A617E;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	font-weight: normal;
	font-size: 20px;
	color: #4A617E;
	font-family: "Times New Roman", Times, serif;
}

h4 {
	text-transform: uppercase;
	font-size: 16px;
	color: #333333;
}

h5 {
	text-transform: small-caps;
	font-size: 11px;
	margin: 0;
	padding-left: 0px;
	color: #666666;
}

h6 {
	text-transform: small-caps;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

blockquote {
	font-size: 16px;
}

/* Paragraphs */
div.whitebox p {
	padding: 10px 0;
	font-size: 14px;
}

p {
	padding: 10px 0;
	font-size: 12px;
}


/* Links */
a, a:visited, a:link {
	text-decoration: none;
	color: blue;
	outline: none;
}

a:hover, a:active {
	color: blue;
	outline: none;
}

/* Lists */
ul, ol {
	padding: 10px 25px;
}

ul li, ol li {
	padding: 5px 0;
}

/* Tables */
table {
}

table thead {
	font-weight: bolder;
	font-size: 20px;
}

table tbody {
}

table thead tr, table tbody tr {
}

table thead tr th, table tbody tr td {
	padding: 0px 5px 5px 0;
}

/* STForms */
form#stform label {
	text-align: left;
	display: block;
	margin: 5px 0;
	width: 100%;
}

form#stform div div select {
	position: relative;
	top: 25px;
}

/* END SETUP */

/* Wrapper */
div#wrapper {
	width: 895px;
	margin: 0 auto;
	text-align: left;
}

/* Header Nav */

div#header_nav {
	height: 35px;
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

div#header_nav ul {
	font-size: 11px;
	padding: 10px 0 0 0;
}

div#header_nav ul li {
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #333;
	float: left;
	position: relative;
	z-index: 100;
}


div#header_nav.windows_ff ul li {
	padding: 0 6px 0 6px;
}

div#header_nav ul li ul {
	position: absolute;
	width: 155px;
	left: -999em;
	color: #fff;
	z-index: 100;
	border: none;
	/*background: url(/images/sub_bottom.png) no-repeat bottom left;*/
}

div#header_nav ul li ul li {
	display: block;
	border: none;
	padding: 5px 10px;
	background: url(/images/sub_bg.png) top left;
	width: 135px;
	margin-bottom: 3px;
}

div#header_nav ul li ul li:hover {
	background: url(/images/sub_bg_hover.png) top left;
}

div#header_nav ul li ul li a {
	color: #FFFFFF;
}

div#header_nav ul li ul li a:hover {
	color: #333;
}

div#header_nav ul li ul li.sub_last:hover {
	background: url(/images/sub_bottom_hover.png) bottom left;
}

div#header_nav ul li ul li.sub_last:hover a, div#header_nav ul li ul li:hover a {
	color: #FFF;
	text-decoration: none;
}

div#header_nav ul li ul li.sub_last {
	background: none;
	border: none;
	background: url(/images/sub_bottom.png) no-repeat bottom left;
}

#main .boxdiv .whitebox ul li a{
	font-family:arial;
	color: #4673d4;
	font-size:14px;
}

div#header_nav ul li:hover ul {
	left: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div#header_nav ul li:hover ul {
	}
}


div#header_nav ul li.last {
	border-right: none;
	padding-right: 0;
}

div#header_nav ul li.mobile {
	background: transparent url(/styles/images/mobile_button.png) no-repeat;
	margin-left:10px;
	margin-top:-10px;
	padding:10px;
	font-size: 10px;
	padding-right: 21px;
}

div#header_nav ul li.mobile a {
	color: #ffffff;
}

div#header_nav ul li a {
	color: #cccccc;
	font-variant: small-caps;
	font-weight: bolder;

}

div#header_nav ul li a:hover {
	color: white;
}

/* Contact Info */
div#wrapper div#contact_info {
	font-family: "Times New Roman", Times;
	color: #333;
}
div#wrapper div#contact_info p.left {
	float: left;
	font-size: 16px;
	padding-left: 3px;
	color:#000;
}

div#wrapper div#contact_info p.left a.call {
	color: #4A617E;
}

div#wrapper div#contact_info div.right {
	float: right;
	font-size: 16px;
	padding-right: 3px;
	padding-top: 10px;
}

/* Header */
div#wrapper div#header {
	clear: both;
	position: relative;
}

div#wrapper div#header h1 {
	margin: 10px 0;
	background: url(images/logo.jpg) no-repeat top left;
	height: 110px;
	text-indent: -9999px;
	overflow: hidden;
}

div#wrapper div#header h1 a {
	padding: 35px 120px;
	position: absolute;
	top: 0;
	left: 0;
}

/* Main Navigation */
div#wrapper div#main_nav ul#nav {
	margin: 0;
	padding: 0;
	width: 895px;
	height: 64px;
	position: relative;
	background: #FFF url(images/nav_matrix.jpg) no-repeat;
	text-indent: -9990px;
	overflow: hidden;
}

div#wrapper div#main_nav ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

div#wrapper div#main_nav ul#nav li a {
	position: absolute;
	background: url(images/nav_matrix.jpg) no-repeat;
	display: block;
	height: 64px;
}

/* Main Navigation :: Default State */
div#wrapper div#main_nav ul#nav li#search_listings a {
	width: 84px;
	left: 0;
	background-position: 0 0;
}

div#wrapper div#main_nav ul#nav li#newest_listings a {
	width: 82px;
	left: 84px;
	background-position: -84px 0;
}

div#wrapper div#main_nav ul#nav li#featured_listings a {
	width: 83px;
	left: 166px;
	background-position: -166px 0;
}

div#wrapper div#main_nav ul#nav li#listsings_spotlight a {
	width: 103px;
	left: 249px;
	background-position: -249px 0;
}

div#wrapper div#main_nav ul#nav li#residential_properties a {
	width: 106px;
	left: 352px;
	background-position: -352px 0;
}

div#wrapper div#main_nav ul#nav li#townhomes_condominiums a {
	width: 83px;
	left: 458px;
	background-position: -458px 0;
}

div#wrapper div#main_nav ul#nav li#multifamily_properties a {
	width: 102px;
	left: 541px;
	background-position: -541px 0;
}

div#wrapper div#main_nav ul#nav li#land_lots_acreage a {
	width: 61px;
	left: 643px;
	background-position: -643px 0;
}

div#wrapper div#main_nav ul#nav li#large_parcels a {
	width: 80px;
	left: 704px;
	background-position: -704px 0;
}

div#wrapper div#main_nav ul#nav li#commercial_properties a {
	width: 108px;
	left: 784px;
	background-position: -784px 0;
}

/* Main Navigation :: Active State */
/*div#wrapper div#main_nav ul#nav li#search_listings a.active, div#wrapper div#main_nav ul#nav li#search_listings a:hover {
	background-position: 0 -64px;
}*/

div#wrapper div#main_nav ul#nav li#newest_listings a.active, div#wrapper div#main_nav ul#nav li#newest_listings a:hover {
	background-position: -84px -64px;
}

div#wrapper div#main_nav ul#nav li#featured_listings a.active, div#wrapper div#main_nav ul#nav li#featured_listings a:hover {
	background-position: -166px -64px;
}

div#wrapper div#main_nav ul#nav li#listsings_spotlight a.active, div#wrapper div#main_nav ul#nav li#listsings_spotlight a:hover {
	background-position: -249px -64px;
}

div#wrapper div#main_nav ul#nav li#residential_properties a.active, div#wrapper div#main_nav ul#nav li#residential_properties a:hover {
	background-position: -352px -64px;
}

div#wrapper div#main_nav ul#nav li#townhomes_condominiums a.active, div#wrapper div#main_nav ul#nav li#townhomes_condominiums a:hover {
	background-position: -458px -64px;
}

div#wrapper div#main_nav ul#nav li#multifamily_properties a.active, div#wrapper div#main_nav ul#nav li#multifamily_properties a:hover {
	background-position: -541px -64px;
}

div#wrapper div#main_nav ul#nav li#land_lots_acreage a.active, div#wrapper div#main_nav ul#nav li#land_lots_acreage a:hover {
	background-position: -643px -64px;
}

div#wrapper div#main_nav ul#nav li#large_parcels a.active, div#wrapper div#main_nav ul#nav li#large_parcels a:hover {
	background-position: -704px -64px;
}

div#wrapper div#main_nav ul#nav li#commercial_properties a.active, div#wrapper div#main_nav ul#nav li#commercial_properties a:hover {
	background-position: -784px -64px;
}

/* Main Content Styles */

#main{
width:895px;
margin:0px auto;
position:relative;
}

#main .boxdiv .whitebox ul li{
	margin:8px 0px 8px 8px;
	padding:0px 0px 10px 20px;
	list-style:none;
	background:url(/images/listbullet.gif) top left no-repeat;
	border-bottom:1px solid #efefef;
}

#main #submenu.whitebox ul li{
	list-style:none;
	background:none;
	padding:0px;
}

#onecolumn{
clear:both;
margin:5px 0px;
width: 895px;
}

#onecolumn_content{
background:#fff;
padding:7px;
position:relative;
}
#detail_property_info {
	background-color:#272727;
	padding:8px;
}
#detail_property_info td{
	color:#fff;
}
#detail_property_info h3 {
	color:#A7B4D2;
}

#column_wide{
width:612px;
float:left;
position:relative;
display:inline;
margin:3px 0px;
}

#column_narrow{
width:273px;
float:left;
position:relative;
display:inline;
margin:3px 0px;
}

#columndivider{
height:200px;
width:10px;
float:left;
position:relative;
display:inline;
}

.boxdiv{
padding:5px;
border:1px solid #CDC8A3;
background:#f4f4e8;
margin:3px 0px;
position:relative;
}

.whitebox{
padding:5px 10px;
background:#fff;
/*float: left;*/
/*border-top:2px solid #DCD6B9;*/
}

.float_whitebox {
	padding:5px 10px;
	background:#fff;
	float: left;
	width: 863px;
}

.whitebox_noline{
padding:5px;
background:#fff;
}

div.float_col {
	width: 110px;
	float: left;
	height: 150px;
	text-align: center;
	padding: 0 15px;
}

div.float_buyingcol {
	width: 100px;
	float: left;
	height: 150px;
	text-align: center;
	padding: 0 11px;
}

div.float_financecol {
	width: 100px;
	float: left;
	height: 150px;
	text-align: center;
	padding: 0 3px;
}

div.float_setupcol {
	width: 100px;
	float: left;
	height: 160px;
	text-align: center;
	padding: 0 10px;
}

div.float_contactcol {
	width: 100px;
	float: left;
	height: 160px;
	text-align: center;
	padding: 0 36px;
}

div.float_mapcol {
	width: 150px;
	float: left;
	height: 125px;
	text-align: center;
	padding: 10px;
}

div.list_float {
	width: 425px;
	float: left;
}

div.clear {
	clear: both;
}

#column_wide .whitebox img.header_image {
	width: 580px;
}

#column_wide .whitebox {
padding:10px;
}

#column_wide ul, #onecolumn_content ul, #blogmenu ul{
margin:0px;
padding:10px 0px 20px 0px;
list-style:none;
}

#column_wide ul li, #onecolumn_content ul li, #blogmenu ul li{
margin:8px 0px 8px 8px;
padding:0px 0px 0px 20px;
list-style:none;
background:url(/images/listbullet.gif) top left no-repeat;
}

.missionst {
	font-style: italic;
	background: #efefef;
	padding:14px;
	border:1px solid #ccc;
}

.missionst h4 {
	padding:0px;
	font-style:normal;
	color: black;
}

/* Content styles */

#content p{
line-height:150%;
}

#getstarted{
height:264px;
}

#featuredbox{
height:304px;
}

#featurepic{
background-position:center center;
background-repeat:no-repeat;
height:304px;
width:600px;
position:relative;
}

#featureblackbar{
width:600px;
height:60px;
position:absolute;
bottom:0;
left:0;
background:#000;
z-index:1;
-moz-opacity: 0.6;
opacity:.60;
filter: alpha(opacity=60);
}

#featureinfo{
width:500px;
height:20px;
position:absolute;
bottom:20px;
left:10px;
color:#fff;
z-index:5;
font-size:16px;
}

#viewfeature{
position:absolute;
z-index:6;
display:block;
bottom:20px;
right:10px;
height:23px;
width:114px;
background:url(/images/featuredetails.gif) top left no-repeat;
}

#viewfeature span{
display:none;
}

#homesearch{
height: 360px;
}

#homesearch h3 {
	margin: 0;
	padding: 0;
}

#home_mapsearch_link{
background:url(/images/home_mapsearch_link.jpg) top left no-repeat;
width:253px;
height:76px;
display:block;
}

#home_mapsearch_link span{
display:none;
}

#searchtable, #searchtable2{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

#bed_bath_criteria, #sqfeet_criteria, #acreage_criteria, #units_criteria{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

#searchtable select{
width:125px;
}

#searchtable #prop_type_select{
width:150px;
}

#homepagesearches{
font-size:12px;
margin:10px 0px;
}

#homepagesearches img{
padding:2px;
border:1px solid #ccc;
}

#homepagesearches h5, #homepagesearches p{
margin:1px 0px;
}

#homepagesearches a{
text-decoration:none;
}

#findofficeagent_tabs{
width:253px;
height:20px;
}

#tab_findagent,#tab_findoffice{
background:#FCFBF7;
border-top:1px solid #E0DABD;
border-right:1px solid #E0DABD;
border-bottom:1px solid #E0DABD;
border-left:1px solid #E0DABD;
font-size:12px;
color:#868067;
font-weight:bold;
height:15px;
padding:3px 0px 0px 0px;
margin:0;
width:114px;
text-align:center;
cursor:pointer;
display:block;
float:left;
position:relative;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#tab_findagent.active,#tab_findoffice.active{
background:#F6F4E8;
border-bottom:1px solid #F6F4E8;
}

#agentboxtabdivider{
float:left;
position:relative;
display:block;
width:21px;
height:19px;
margin:0;
border-bottom:1px solid #E0DABD;
}

#findagent, #findoffice{
clear:both;
background:#F6F4E8;
border-right:1px solid #E0DABD;
border-bottom:1px solid #E0DABD;
border-left:1px solid #E0DABD;
padding:5px;
font-size:11px;
color:#868067;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
height:260px;
}

#findagent input,#findoffice select{
display:inline;
margin:0px;
height:19px;
border:1px solid #ccc;
background:#fff;
vertical-align:middle;
}

#agent_letters{
height:51px;
}

#agent_letters a{
display:block;
float:left;
position:relative;
height:13px;
padding:3px 0px;
width:18px;
text-align:center;
color:#868067;
text-decoration:none;
}

#agent_letters a:hover{
background:#fff;
}

#agent_letters_lg {
height:82px;
}

#agent_letters_lg a{
display:block;
float:left;
position:relative;
height:23px;
padding:6px 0px;
margin:2px;
width:36px;
text-align:center;
color:#868067;
text-decoration:none;
font-size:20px;
background:#F5F5EC;
border:1px solid #CDC8A3;
}

#agent_letters_lg a:hover{
background:#fff;
}

.btn_go{
vertical-align:middle;
}

.refine_search_button{
float:left;
position:relative; 
width:133px; 
margin: 7px 0px 7px 0;
position:relative;
}

#results_optionsbar{
background:#F6F4E8;
margin:6px 0 6px 0;
float:left;
position:relative; 
width:736px;
height:28px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
position:relative;
}

#results_optionsbar a{
text-decoration:none;
display:inline;
padding:0px 10px;
}

#results_sortbar{
background:#F6F4E8;
margin:6px 0 6px 0;
float:left;
position:relative; 
width:869px;
height:14px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#results_sortbar a{
text-decoration:none;
display:inline;
padding:0px 15px;
}

.results_pager{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.results_pager a{
text-decoration:none;
}

.results_pager a:hover {
}
.results_pager_on{
padding:2px;
background-color:#6583A9;
color:#fff;
}

#results_boxes{
background:#FFF;
clear:both;
position:relative;
}

#results_toomany {
width:100%; 
text-align:center; 
font-family: Arial,Helvetica,sans-serif; 
font-size:12px; 
font-weight:bold;
background-color: #efe6cf;
padding:4px;
margin-bottom: 5px;
}

#map_disclaimer { 
text-align:center; 
font-family: Arial,Helvetica,sans-serif; 
font-size:11px; 
background-color: #F6F4E8;
padding:2px;
margin:8px 0 0 0;
}

.one_result{
border:1px solid #efefef;
background:#272727;
padding:6px;
position:relative;
text-align:left;
height:270px;
width:190px;
color: #FFF;
}

.map_one_result{
border:1px solid #efefef;
background:#272727;
padding:6px;
position:relative;
text-align:left;
height:470px;
width:190px;
color: #FFF;
}

.one_result h4.mls {
	font-size: 14px;
	color: #A7B4D2;
	font-weight: normal;


}

.one_result h4.price {
	font-size: 14px;
	color: #A7B4D2;
}

.one_result_compare{
border:1px solid #ccc;
background:#fff;
padding:3px;
margin:4px 0px 0px 10px;
text-align:left;
width:259px;
}

.one_result_compare_slideshowplay{
float:right;
margin:0px 10px 0px 0px;
width:21px;
height:20px;
z-index:99;
}

.one_result_compare_newlisting{
position:absolute;
top:0;
right:0;
width:83px;
height:61px;
z-index:99;
}

.one_result_compare_openhouse{
position:absolute;
top:-12px;
right:0;
width:93px;
height:71px;
z-index:99;
display:none;
}

.one_result_table{
height:256px;
}

.one_result_newlisting{
position:absolute;
top:15px;
right:0px;
width:83px;
height:61px;
z-index:99;
}

.one_result_openhouse{
position:absolute;
top:-12px;
right:0;
width:93px;
height:71px;
z-index:99;
}

.one_result_slideshowplay{
position:absolute;
top:142px;
right:20px;
width:21px;
height:20px;
z-index:99;
}

.one_result_newlisting span{
display:none;
}

.one_result table{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;

}

 .one_result_compare table{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.result_photo{
width:170px;
height:113px;
padding:4px;
border:1px solid #ccc;
background:none;
margin:0px 5px;
}

.one_result_bold{
font-size:11px;
font-weight:bold;

}

.one_result_bold_compare{
font-size:13px;
font-weight:bold;

}

.one_result_options{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
vertical-align:middle;
}

.one_result_options input{
height:12px;
width:12px;
margin:0px;
border:1px solid #ccc;
}

.one_result_options a{
text-decoration:none;
color: #5a7595;
}

.one_result hr, .one_result_compare hr{
margin:2px 0px;
}

.one_result h6, .one_result_listview h6, .one_result_compare h6 {
margin:0px;
padding:0;
}

.one_result_listview{
font-size:11px;
position:relative;
background:#FFFFFF none repeat scroll 0%;
border:1px solid #CCCCCC;
margin:3px 0px;
}

.one_result_listview p{
margin:3px 0px;
padding:0px;
}

.result_photo_listview{
width:49px;
height:33px;
padding:2px;
border:1px solid #ccc;
}

.result_photo_savedview{
width:81px;
height:55px;
padding:2px;
border:1px solid #ccc;
}

.back_to_my{
float:left;
position:relative; 
/*width:158px; */
margin: 7px 0px 7px 0;
position:relative;
}

.details_optionsbar{
position:relative;
background:#F6F4E8;
margin:7px 0 7px 0;
height:27px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
float:left;
position:relative;
}

.details_optionsbar a{
text-decoration:none;
display:inline;
padding:0px 5px;
}

div#details_options {
	width: 490px;
	float: left;
	padding-left: 10px;
}


div#details_options ul {
	padding-left: 0;
}

#details_photos{
float:left;
width:330px;
}

#details_photos div#thumb_box {
}

#details_photos div#thumb_box a {
	float:left;
	width: 100px;
	margin: 10px;
}

#details_photos div#thumb_box a img.thumbnail_image {
	width: 100px;
	border:1px solid #CCCCCC;
	padding:3px;
}

#details_optionbar{
width:520px;
height:30px;
position:relative;
z-index:2;
font-size:11px;
font-weight:bold;
z-index:10;
	background:#272727;
}
#detail_page {

}
#onecolumn_content ul#property_options1{
float:left;
position:relative;
display:block;
width:360px;
height:30px;
list-style:none;
margin:0;
padding:0;
}

#onecolumn_content ul#property_options1 li{
display:inline;
float:left;
position:relative;
margin:0px 2px 0px 3px;
padding:0px;
height:30px;
list-style:none;
background:none;
}

#onecolumn_content ul#property_options1 li a{
height:12px;
padding:8px 9px;
text-align:center;
text-decoration:none;
display:block;
float:left;
position:relative;
border:1px solid #F0E6CC;
border-top:1px solid #91472F;
color:#A19A7C;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background:none;
}

#onecolumn_content ul#property_options1 li.active a{
background:#91472F;
color:#fff;
cursor:default;
}

#onecolumn_content ul#property_options2{
float:left;
position:relative;
display:block;
width:160px;
height:30px;
list-style:none;
margin:0;
padding:0;
z-index:10;
}

#onecolumn_content ul#property_options2 li{
display:inline;
float:left;
position:relative;
margin:0px 5px 0px 0px;
padding:0px;
height:30px;
list-style:none;
background:none;
position:relative;
z-index:10;
}

#onecolumn_content ul#property_options2 li a{
height:12px;
padding:8px 7px;
text-align:center;
text-decoration:none;
display:block;
float:left;
position:relative;
color:#A19A7C;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background:none;
}

#onecolumn_content ul#property_options2 li.active a{
background:#F6F4E7;
}

#onecolumn_content ul#property_options2 li ul{
display:block;
padding:13px 3px 3px 3px;
border:1px solid #F0E6CC;
background:#fff;
z-index:20;
position:absolute;
top:30px;
left:0;
width:110px;
float:none;
}

#onecolumn_content ul#property_options2 li ul li{
display:block;
float:none;
padding:0px;
margin:0px;
}

#onecolumn_content ul#property_options2 li ul li a{
display:block;
float:none;
padding:7px 0px 7px 7px;
text-align:left;
margin:0px;
}

#onecolumn_content ul#property_options2 li a#detail_save{
background:#91472F;
color:#fff;
}

#details_info{
float:right;
display:block;
position:relative;
width:330px;
margin:4px 0px 0px 3px;
background:#EFE6CF;
padding:5px;
border:1px solid #DDD7BB;
}

#details_features{
clear:both;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:120%
}

.feature_label{
font-weight:bold;
}

#details_main_photo_div{
height:345px;
width:460px;
position:relative;
z-index:1;
}

#details_mainphoto{

border:1px solid #ccc;
padding:5px;
margin:4px;
z-index:1;
}

#details_mainphoto.nobh{
width:auto;
height:auto;
margin:15px auto;
}

#details_slideshow_button{
float:right;
bottom:15px;
right:13px;
display:block;
}

#details_thumbs {
height:80px;
overflow:hidden;
position:relative;
width:520px;
}

#details_thumbs img{
width:90px;
height:68px;
float:left;
position:relative;
display:inline;
padding:3px;
margin:3px 3px;
border:1px solid #ccc;
}

#slidebox {
position:absolute;
}

#prev1 {
background:url(/images/btn_arrow_back_tall.png) no-repeat center left;
width:25px;
height:76px;
position:relative;
margin-top:3px;
float:left;
position:relative;
}

#next1 {
background:url(/images/btn_arrow_forward_tall.png) no-repeat center right;
width:25px;
height:76px;
position:relative;
margin-top:3px;
float:right;
}

#details_info p{
margin:0px;
}

.details_emaillink{
display:inline;
margin:3px 0px 0px 10px;
}

#details_emaillink{
display:inline;
margin:3px 0px 0px 10px;
}

#details_emaillink span{
display:none;
}

#details_viewlistings{
display:block;
margin:10px 0px 0px 0px;
background:url(/images/details_viewlistings.gif) top left no-repeat;
width:116px;
height:25px;
}

#details_viewlistings span{
display:none;
}

#details_agentphoto{
width:108px;
height:150px;
padding:3px;
border:1px solid #ccc;
}

.nextsteplink{
display:block;
height:14px;
font-size:12px;
text-decoration:none;
padding:1px 0px 1px 20px;
}

#detail_link_directions {
background:transparent url(/images/details_link_directions.gif) no-repeat scroll left top;
}

#detail_link_viewonmap {
background:transparent url(/images/details_link_viewonmap.gif) no-repeat scroll left top;
}

#detail_link_emailtofriend {
background:transparent url(/images/details_link_emailtofriend.gif) no-repeat scroll left top;
}

#detail_link_printflyer {
background:transparent url(/images/details_link_printflyer.gif) no-repeat scroll left top;
}

#detail_link_photoflyer {
background:transparent url(/images/details_link_photoflyer.gif) no-repeat scroll left top;
}

#detail_link_showing {
background:transparent url(/images/details_link_showing.gif) no-repeat scroll left top;
}

#detail_link_save {
background:transparent url(/images/details_link_save.gif) no-repeat scroll left top;
}

#detail_link_prequalify {
background:transparent url(/images/details_link_prequalify.gif) no-repeat scroll left top;
}

#detail_link_payment {
background:transparent url(/images/details_link_payment.gif) no-repeat scroll left top;
}

#detail_link_apply {
background:transparent url(/images/details_link_apply.gif) no-repeat scroll left top;
}

#detail_link_questions {
background:transparent url(/images/details_link_questions.gif) no-repeat scroll left top;
}

#details_listinginfo{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.mortgage_profile{
float:left;
position:relative;
display:block;
width:415px;
border:5px solid #F6F4E8;
position:relative;
margin:10px 5px;
height:166px;
}

.mortgage_profile_img{
width:100px;
height:140px;
padding:2px;
position:absolute;
border:1px solid #ccc;
top:10px;
left:10px;
}

.mortgage_profile h4{
position:absolute;
left:126px;
top:10px;
}

.mortgage_profile h5{
position:absolute;
left:126px;
top:27px;
font-size:13px;
}

.mortgage_profile div{
position:absolute;
display:block;
top:64px;
left:126px;
width:280px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:150%;
}

.mortgage_viewprofile{
position:absolute;
right:10px;
bottom:25px;
font-size:12px;
font-weight:bold;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}

.mortgage_make_appt{
position:absolute;
right:10px;
bottom:10px;
font-size:12px;
font-weight:bold;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}

.mortgage_apply_now{
position:absolute;
right:10px;
bottom:40px;
font-size:12px;
font-weight:bold;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}

#mortgage_links{
float:right;
display:block;
margin:30px 0px 10px 20px;
padding:10px;
border:5px solid #F6F4E8;
width:190px;
}

#mortgage_links ul{
list-style:none;
margin:5px 0px;
padding:0px;
}

#mortgage_links ul li{
list-style:none;
margin:7px 0px 7px 5px;
padding:0px;
}

#mortgage_links a{
color:#666;
text-decoration:none;
}

.office_result{
float:left;
position:relative;
display:block;
width:268px;
border:5px solid #F6F4E8;
position:relative;
margin:10px 5px;
height:90px;
}

.office_result img.office_result_photo{
width:90px;
height:74px;
padding:2px;
position:absolute;
border:1px solid #ccc;
top:5px;
left:5px;
}

.office_result_link{
height:20px;
width:120px;
display:block;
background: url(/images/btn_office_details.jpg) top left no-repeat;
}

.office_result_link span{
display:none;
}

.office_result_info{
position:absolute;
display:block;
top:10px;
left:108px;
width:250px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:150%;
}

.office_result_info h4{
font-size:16px;
font-family:"Times New Roman", Times, serif;
margin:0px 0px 0px 0px;
}

.office_result_info h5{
font-size:14px;
font-family:"Times New Roman", Times, serif;
margin:5px 0px 0px 0px;
color:#333;
}

.office_result div h4 a{
text-decoration:none;
}

.office_result_info p{
margin:0px;
padding:0px 0px 4px 0px;
}

.agents_profile{
float:left;
position:relative;
display:block;
width:260px;
border:5px solid #F6F4E8;
position:relative;
margin:10px 5px;
height:135px;
}

.agents_profile img.agents_agentphoto{
width:75px;
height:105px;
padding:2px;
position:absolute;
border:1px solid #ccc;
top:10px;
left:10px;
}

.agents_profile div{
position:absolute;
display:block;
top:10px;
left:96px;
width:160px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:150%;
}

.agents_profile div h4{
font-size:16px;
font-family:"Lucida Grande", Helvetica, sans-serif;
margin:0px;
}

.agents_profile div h4 a{
text-decoration:none;
}

.agents_view_listings{
position:absolute;
left:102px;
bottom:6px;
font-size:11px;
font-weight:bold;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}

.agents_view_profile{
position:absolute;
right:6px;
bottom:6px;
font-size:11px;
font-weight:bold;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}

#agent_profile{
position:relative;
height:293px;
}

#agent_profile_photo{
position:absolute;
top:20px;
left:20px;
padding:6px;
border:1px solid #ccc;
height:245px;
width:175px;
}

#agent_details{
position:absolute;
left:224px;
top:20px;
width:332px;
}

#agent_info{
padding:15px;
}

.agent_one_listing{
position:relative;
width:180px;
height:48px;
display:block;
float:left;
position:relative;
margin:4px 1px;
border:2px solid #F6F4E8;
}

.agent_listing_photo{
position:absolute;
width:45px;
height:30px;
padding:2px;
border:1px solid #ccc;
top:6px;
left:3px;
}

.agent_one_listing a{
text-decoration:none;
}

.agent_one_listing h5{
	position:absolute;
	left:60px;
	top:8px;
	font-size:12px;
}

.agent_one_listing h6{
	position:absolute;
	left:60px;
	top:24px;
	font-size:12px;
}

#submenu ul{
list-style:none;
margin:0px;
padding:10px;
}

#submenu ul li{
list-style:none;
margin:0px;
padding:0px;
}

#submenu ul li a{
text-decoration:none;
margin:0px;
display:block;
padding:7px 2px 7px 5px;
border-top:1px solid #efefef;
color:#272727;
}

#submenu ul li a:hover{
background:#F5F5EC;
color:#333;
}

#submenu ul li a.active{
color:#6583A9;
}

#submenu ul li ul{
padding:0px 0px 10px 10px;
}

#submenu ul li ul li a{
text-decoration:none;
margin:0px;
display:block;
padding:5px 10px 5px 15px;
border:none;
color:#555;
}

#submenu ul li ul li ul li a{
text-decoration:none;
margin:0px;
display:block;
padding:2px 10px 2px 15px;
border:none;
color:#555;
}

div#top_submenu {
	background: #E4E3DA;
	padding: 5px 0;
	width: 883px;
}

div#top_submenu ul {
	padding: 0;
	margin: 10px 0 13px 10px;
}

div#top_submenu ul li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

div#top_submenu ul li.active {
	background: url(images/submenu_left.png) no-repeat top left;
	padding: 4px 0 5px 0;
}

div#top_submenu ul li.active span.sub_menu_right {
	background: url(images/submenu_right.png) no-repeat top right;
	padding: 4px 0 5px 0;
}

div#top_submenu ul li a.active {
	background: #6783a8;
	padding: 4px 10px;
	margin: 0 4px;
}

div#top_submenu ul li a {
	color: #333;
}

div#top_submenu ul li a.active {
	color: #FFF;
}

div#top_submenu ul li a:hover {
	text-decoration: underline;
}

div#top_submenu ul li a.active:hover {
	text-decoration: none;
}

.officeinfo{
position:relative;
height:266px;
border:2px solid #eee;
width:862px;
margin:0px 0px 20px 0px;
}

.officepic{
width:320px;
height:240px;
padding:4px;
border:1px solid #ccc;
float:left;
position:relative;
display:block;
position:absolute;
top:10px;
left:10px;
}

.office_map{
width:220px;
display:block;
height:12px;
text-align:right;
font-size:11px;
padding:220px 0px 0px 0px;
float:left;
position:relative;
display:block;
position:absolute;
bottom:10px;
right:10px;
}

#office_map_downtown{
background:url(/images/officemaps/downtown.jpg) top left no-repeat;
}

#office_map_biltmorepark{
background:url(/images/officemaps/biltmorepark.jpg) top left no-repeat;
}

#office_map_southcliff{
background:url(/images/officemaps/southcliff.jpg) top left no-repeat;
}

#office_map_waynesville{
background:url(/images/officemaps/waynesville.jpg) top left no-repeat;
}

#office_map_weaverville{
background:url(/images/officemaps/weaverville.jpg) top left no-repeat;
}

#office_map_hendersonville{
background:url(/images/officemaps/hendersonville.jpg) top left no-repeat;
}

#office_map_commercial{
background:url(/images/officemaps/commercial.jpg) top left no-repeat;
}

#office_map_north{
background:url(/images/officemaps/north.jpg) top left no-repeat;
}

#office_map_south{
background:url(/images/officemaps/south.jpg) top left no-repeat;
}

#office_map_lakelure{
background:url(/images/officemaps/lakelure.jpg) top left no-repeat;
}

.officetext{
position:absolute;
left:360px;
top:10px;
width:250px;
}

#view_all_offices{
float:right;
display:block;
height:23px;
width:122px;
background:url(/images/view_all_offices.gif) top left no-repeat;
}

#view_all_offices span{
display:none;
}

.managerinfo{
position:absolute;
bottom:3px;
left:350px;
margin:0px;
width:250px;
}

.manager_profile{
float:left;
position:relative;
display:block;
width:234px;
border:5px solid #F6F4E8;
position:relative;
margin:2px 3px;
height:110px;
}

.manager_profile img{
width:64px;
height:94px;
padding:2px;
position:absolute;
border:1px solid #ccc;
top:5px;
left:5px;
}

.manager_profile h5{
position:absolute;
left:96px;
top:10px;
font-size:14px;
}

.manager_profile div{
position:absolute;
display:block;
top:40px;
left:96px;
width:135px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:150%;
}

#community_map_heading{
position:relative;
height:43px;
}

#community_map_heading h3{
position:absolute;
top:14px;
left:10px;
margin:0px;
}

#community_types{
position:absolute;
right:10px;
top:11px;
}

.communitylist_column{
float:left;
position:relative;
display:block;
position:relative;
width:410px;
margin:10px 5px;
padding:3px;
border: 4px solid #F5F5EC;
}

.communitylist_column h5{
margin:0px;
}

.communitylist_column h5 a{
text-decoration:none;
}

.communitylist_column h5 a:hover{
text-decoration:underline;
}

.communitylist_column p{
margin:0px 0px 15px 0px;
}

.community_text{
margin:10px 0px;
clear:both;
padding:10px;
border-top:1px solid #efefef;
}

.community_logo{
float:left;
position:relative;
margin:0px 10px 5px 0px;
width:150px;
height:79px;
}

ul.home_search_links{
list-style:none;
display:block;
float:left;
position:relative;
width:260px;
padding:5px;
margin:5px;
}

ul.home_search_links li{
margin:0px;
padding:5px 0px;
}

#newlistings{
height:24px;
}

.newlistings_link{
display:block;
float:left;
position:relative;
height:12px;
padding:4px 0px;
font-weight: bold; 
text-decoration:none;
}

.rssfeed_link{
display:block;
float:right;
height:12px;
font-size:11px;
padding:4px 25px 4px 0px;
background:url(/images/rssfeed.gif) top right no-repeat;
}

#openhouse{
height:64px;
}

.openhouse_link{
display:block;
height:64px;
width:253px;
background:url(/images/home_openhouse_ad.jpg) top left no-repeat;
padding:0px;
font-weight: bold; 
text-decoration:none;
}

.openhouse_link span{
display:none;
}

.smalltext{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#A9A282;
}

#search_options_buttons{
margin:0px;
border:none;
}

#search_options_buttons legend{
color:#D6D3B7;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

#search_options_buttons img{
margin:2px 0px;
}

.search_button {
cursor:pointer;
margin:7px 0px 0px 0px;
}

#basic_search_options{
height:240px;
display:block;
position:relative;
}

#search_left_column{
display:inline;
float:left;
width:360px;
padding:0px 0px 15px 0px;
position:relative;
}

#search_right_column{
width:230px;
padding:0px 0px 0px 10px;
margin:0px 0px 0px 10px;
border-left:1px solid #efefef;
}

#search_searchtypes{
width:200px;
padding:6px;
margin:0px 0px 0px 10px;
border:4px solid #F5F5EC;
}

#search_searchtypes ul{
margin:10px 0;
padding:0;
list-style:none;
}

#search_searchtypes ul li{
margin:0;
padding:3px;
list-style:none;
background:none;
}

#search_searchtypes ul li a{
margin:0;
padding:0;
text-decoration:none;
background:none;
}

.search_heading{
padding:3px;
border:1px solid #F5F5EB;
background:#fff;
margin:0px 0px 10px 0px;
}

.search_heading p{
margin:0px;
padding:5px;
display:block;
background:#F5F5EB;
color:#666;
font-size:16px;
}

#chooseview{
position:absolute;
top:5px;
height:28px;
right:1px;
font-family:Arial, Helvetica, sans-serif;
}

#chooseview span{
display:block;
float:left;
position:relative;
font-size:11px;
font-weight:bold;
color:#A19A7C;
height:13px;
padding:8px 10px 7px 0px;
}

#view_thumb, #view_list, #view_map, #showhouse, #showcondo{
padding:8px 7px 7px 22px;
height:25px;
font-size:11px;
font-weight:bold;
color:#A19A7C;
border:1px solid #F0E6CC;
display:block;
float:left;
position:relative;
margin:0px 4px;
text-decoration:none;
font-family:Arial,Helvetica,sans-serif;
}

#view_thumb{
background:url(../images/icon_thumbview.gif) 5px 8px no-repeat;
}

#view_list{
background:url(../images/icon_listview.gif) 5px 8px no-repeat;
}

#view_map{
background:url(../images/icon_mapview.gif) 5px 8px no-repeat;
}

#view_thumb.active{
background:#F6F4E7 url(../images/icon_thumbview.gif) 5px 8px no-repeat;
}

#view_list.active{
background:#F6F4E7 url(../images/icon_listview.gif) 5px 8px no-repeat;
}

#view_map.active{
background:#91472F url(../images/icon_mapview.gif) 5px 8px no-repeat;
color:#fff;
}

#showhouse{
background:url(../images/icon_listview.gif) 5px 8px no-repeat;
color:#666;
}

#showcondo{
background:url(../images/icon_listview.gif) 5px 8px no-repeat;
color:#666;
}

#showhouse.active{
background:#91472F url(../images/icon_listview.gif) 5px 8px no-repeat;
color:#fff;
}

#showcondo.active{
background:#91472F url(../images/icon_listview.gif) 5px 8px no-repeat;
color:#fff;
}

.errorbox{
padding:10px 10px 3px 10px;
background:#F5F5EB;
border:2px solid #CDC8A3;
margin:5px 0px 10px 0px;
}

#hintbox {
	position:absolute; background-color: #f0f0f0; 
	width: 200px; padding: 3px; border: 1px solid black;
	font: normal .8em Verdana, Tahoma, Arial, sans-serif; 
	color: #000000; z-index: 100; visibility: hidden;
}

.quotes{
border:3px solid #F5F5EC;
padding:10px;
margin:10px;
}

.pdflink{
display:inline;
padding:0 0 0 20px;
background:url(../images/pdficon.gif) top left no-repeat;
}

#submenu ul li a.pdflink{
display:block;
padding:7px 10px 7px 25px;
background:url(../images/pdficon.gif) 5px 5px no-repeat;
}

#submenu ul li a.pdflink:hover{
display:block;
padding:7px 10px 7px 25px;
background:#F5F5EC url(../images/pdficon.gif) 5px 5px no-repeat;
}

.home_ad{
width:80px;
height:109px;
padding:15px 10px 15px 173px;
background:url(/images/home_ad_market_report.jpg) top left no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.home_ad h5{
font-size:11px;
color:#91472F;
}

.home_ad p{
padding:0px;
}

.download_button{
display:block;
height:20px;
width:74px;
margin:3px 0px 0px 0px;
background:url(/images/btn_download.gif) top left no-repeat;
}

.download_button span{
display:none;
}

#featured_searches{
height:150px;
width:532px;
overflow:hidden;
margin:0px 24px 35px 24px;
position:relative;
}

#featured_search_links{
height:150px;
width:532px;
position:relative;
}

#featured_scroll_back{
display:block;
width:24px;
height:150px;
position:absolute;
top:55px;
left:10px;
background:url(/images/btn_arrow_back_active.png) center left no-repeat;
}

#featured_scroll_forward{
display:block;
width:24px;
height:150px;
position:absolute;
top:55px;
right:25px;
background:url(/images/btn_arrow_forward_active.png) center right no-repeat;
}



#featured_search_links a{
display:block;
float:left;
position:relative;
width:133px;
height:150px;
background:url(/images/featured_search_bg.jpg) top left no-repeat;
position:relative;
}

#featured_search_links a img{
position:absolute;
height:70px;
width:101px;
top:25px;
left:5px;
}

#featured_search_links a span{
display:block;
position:absolute;
height:45px;
width:101px;
bottom:0;
left:5px;
color:#333;
text-align:center;
font-size:11px;
}

#detail_financing{
width:153px;
height:23px;
position:relative;
display:block;
float:right;
margin:0px 0px 5px 10px;
}

#detail_financing ul{
display:block;
z-index:20;
width:145px;
border-bottom:1px solid #D7D3B9;
border-left:1px solid #D7D3B9;
border-right:1px solid #D7D3B9;
position:absolute;
top:22px;
left:3px;
background:#F6F4E7;
}

#onecolumn_content #detail_financing ul li{
display:block;
margin:0px;
padding:0px;
width:145px;
list-style:none;
background:none;
}

#onecolumn_content #detail_financing ul li a{
display:block;
padding:5px 7px;
text-align:left;
width:131px;
background:none;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
color:#A19A7C;
font-size:11px;
}

.dropdown_close, #onecolumn_content ul#property_options2 li a.dropdown_close {
position:absolute;
top:2px;
right:2px;
height:10px;
width:10px;
display:block;
padding:0;
margin:0;
background:url(/images/dropdown_close.gif) top left no-repeat;
}

.dropdown_close span, #onecolumn_content ul#property_options2 li a.dropdown_close span{
display:none;
}

.detail_property_button{
width:153px;
height:23px;
display:block;
}

.detail_property_button span{
display:none;
}

#btn_details_finance{
background:url(/images/btn_details_finance.jpg) top left no-repeat;
}

/*#btn_detail_moreinfo{
background:url(/images/btn_detail_moreinfo.jpg) top left no-repeat;
}*/

#btn_detail_appt{
background:url(/images/btn_detail_appt.jpg) top left no-repeat;
}

#home_sectionlinks{
height:402px;
position:relative;
}

.home_sectionlink .stuff{
color: #666;
font-weight: normal;
}

#letsgetstarted_sectionlinks{
}


#home_sectionlinks_inside{
position:relative;
height:680px;
}

#home_section_viewall{
height:23px;
width:69px;
background:url(/images/btn_sectionlinks_viewall.jpg) top left no-repeat;
position:absolute;
display:block;
bottom:5px;
right:5px;
}

#home_section_viewall span{
display:none;
}

.home_sectionlink{
	width:174px;
	height:80px;
	margin:1px 4px 1px 4px;
	padding:7px 3px 7px 90px;
	display:block;
	float:left;
	color:#666;
	font-size:11px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#home_sectionlinks img a{
	border:1px solid red;
}

.home_sectionlink span{
font-size:11px;
text-decoration:none;
color:#4A617E;
font-family:"Lucida Grande", Helvetica, sans-serif;
font-weight:bold;
}


.home_sectionlink strong{
font-family:Arial, Helvetica, sans-serif;
color:#4A617E;
font-weight:normal;
font-size:11px;
}

#home_section_mortgage{
background:url(/images/home_sectionlinks/mortgage.jpg) 5px 5px no-repeat;
}

#home_section_developers{
background:url(/images/home_sectionlinks/developer.jpg) 5px 5px no-repeat;
}

#home_section_relo{
background:url(/images/home_sectionlinks/relo.jpg) 5px 5px no-repeat;
}

#home_section_commercial{
background:url(/images/home_sectionlinks/commercial.jpg) 5px 5px no-repeat;
}

#home_section_bh{
background:url(/images/home_sectionlinks/bh.jpg) 5px 5px no-repeat;
}

#home_section_buyers{
background:url(/images/home_sectionlinks/buyers.jpg) 5px 5px no-repeat;
}

#home_section_sellers{
background:url(/images/home_sectionlinks/sellers.jpg) 5px 5px no-repeat;
}

#home_section_analysis{
background:url(/images/home_sectionlinks/analysis.gif) 5px 5px no-repeat;
}

#home_section_luxury{
background:url(/images/home_sectionlinks/luxury.gif) 5px 5px no-repeat;
}

#home_section_engage{
background:url(/images/home_sectionlinks/engage.gif) 5px 5px no-repeat;
}

#home_section_marketing{
background:url(/images/home_sectionlinks/marketing.gif) 5px 5px no-repeat;
}

#home_section_representation{
background:url(/images/home_sectionlinks/representation.gif) 5px 5px no-repeat;
}

#home_section_international{
background:url(/images/home_sectionlinks/international.gif) 5px 5px no-repeat;
}

#home_section_golf{
background:url(/images/home_sectionlinks/golf.jpg) 5px 5px no-repeat;
}

#home_section_water{
background:url(/images/home_sectionlinks/water.jpg) 5px 5px no-repeat;
}

#home_section_resort{
background:url(/images/home_sectionlinks/resort.jpg) 5px 5px no-repeat;
}

#home_section_eco{
background:url(/images/home_sectionlinks/eco.jpg) 5px 5px no-repeat;
}

#home_section_townhouse{
background:url(/images/home_sectionlinks/townhouse.jpg) 5px 5px no-repeat;
}

#home_section_area{
background:url(/images/home_sectionlinks/area.jpg) 5px 5px no-repeat;
}

.service_logo{
width:120px;
height:100px;
float:left;
position:relative;
display:block;
border:3px solid #F5F5EC;
padding:2px;
margin:6px 10px 10px 0px;
}

#lakeheader{
background:url(/images/lakecommunities/lakeheader.jpg) top left no-repeat;
width:554px;
height:300px;
margin:10px 0px;
}

#lakeheader h2{
display:none;
}

#community_list{
text-align:left;
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:0px 20px;
}

#community_list p{
display:block;
padding:5px 5px 5px 160px;
background:top left no-repeat;
background-position:5px 10px;
border-bottom:1px solid #eee;
height:115px;
line-height:115%;
}

.form_error {
	color:red;
}

.float_right{
display:block;
float:right;
/*border:5px solid #F5F5EC;*/
margin:5px 0px 10px 20px;
background:#fff;
position:relative;
}

.float_left{
display:block;
float:left;
position:relative;
/*border:5px solid #F5F5EC;*/
margin:5px 20px 10px 0px;
background:#fff;
position:relative;
}

#welcome_text{
padding:0px 10px;
}

#welcome_text a{
color:#222;
text-decoration:none;
}

#welcome_text a:hover{
text-decoration:underline;
}

#calc_mortgage, #calc_income, #calc_afford, #mortgage_res, #income_res{
float:left;
position:relative;
display:block;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
width:270px;
}

#afford_res, #afford_res table{
clear:both;
width:500px;
}

#mortgage_res table, #income_res table{
width:270px;
}

#calc_mortgage, #calc_income, #calc_afford{
margin:0px 20px 0px 0px;
}

#register_require{
float:right; 
width:400px;
position:relative;
display:block;
font-style:italic;
padding:45px 20px 10px 0px;
}

.registration_shortforms{
 width:400px; 
 float:left;
position:relative; 
 margin:0px;
 }
 
 .redtext{
 color:#91472F;
 }
 
.required_field {
	color:#990000;
	border: 2px solid #990000;
	background-color:#FDFF98;
}

#area_city_list td{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
}

#area_city_list td h4{
font-family:"Lucida Grande", Helvetica, sans-serif;
margin:5px 0px 0px 0px;
}

#area_city_list td h4 a{
color:#333;
text-decoration:none;
}

#area_city_list td h4 a:hover{
color:#91472F;
}

#area_city_list td p{
margin:5px 0px 10px 0px;
}

#flag_banner{
width:860px;
height:50px;
margin:10px auto;
background:url(/images/flags.jpg) top left no-repeat;
}

#showingtime_photo{
width:300px;
height:auto;
border:5px solid #F5F5EC;
}

.servcol {
	color:#4A617E;
	width: 287px;
	float:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;	
}

.calendaring td{
cursor:pointer;
}

.showingtime_column{
width:390px;
padding:0px 30px 0px 0px; 
float:left;
position:relative; 
display:block; 
position:relative;
}

.smallmargin{
margin:10px 0px;
}

.remove_selected_property{
color:#fff;
padding:3px;
margin:5px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
display:block;
text-decoration:none;
text-align:center;
}

#edit_profile_link{
background:#91472F;
color:#fff;
padding:6px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
display:block;
text-decoration:none;
text-align:center;
}
.post-title a{
text-decoration:none;
}

/* Footer Styles */
div#footer {
	clear: both;
	text-align: left;
	float:left;
	width:852px;
	display:block;
	background:#fff none repeat scroll 0 0;
	border:1px solid #CDC8A3;
	margin:3px 0;
	padding:20px;

}
div#footer h4 {
	text-transform: none;
}

div#footer div.realtorfooter ul, div#footer div.socialfooter ul {
	width: 890px;
	float:left;
	padding: 10px 0;
	margin-left: -8px;
}

div#footer div.realtorfooter ul {
	text-align: center;
}

div#footer div.socialfooter ul li {
	display: inline;
}

div#footer div.realtorfooter ul li {
	display: inline;
}

.footercol {
	color:#4A617E;
	width: 280px;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}

/* Search Results */
div#results_page table#results_boxes tr {
	padding: 10px 0;
}

div#results_page div.one_result {
	height: 315px;
}

/* Search */

div.whitebox form#search_form {
	padding: 10px 15px;
}

div.whitebox form#search_form h3 {
	font-size: 24px;
}

td span {
	color: #a9a282;
}

table.links_table {
	width: 865px;
}

table.links_table tbody {
	border-top: 2px solid #333;
	text-align: left;
	margin-top: 15px;
}

table.links_table tbody tr td {
	width: 222px;
	padding-top: 10px;
}

