/* CSS Document */
* { margin: 0; padding: 0;} 
html,body,p,div,img,h1,h2,h3,h4,h5,h6,li,ul,ol,dl,dd,dt,form,label,table,td,tr{
  margin:0px; padding:0px; border:0px; border-collapse:separate; border-spacing:0px;
}
input,select{ margin:0; padding:0; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #403113;
}
p { margin-top: 5px; }
p.bodytxt { margin-top: 10px; }
a { color:#403113; text-decoration: none; }
a:hover { color:#5ca0c2; }
.blue_link{
	color: #1e405c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.plus{
	color: #b8651c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.cream_txt{color: #EEEADE}
.blue_txt {color: #5CA0C2}
.greyed {color:#999999}
.page {
	color: #EEEADE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.spaceafter { margin: 0px 0px 15px 0px; }
.paddingright { padding-right: 10px; }
.paddingtop { padding-top: 10px; }
legend {color:#403113; }
select.language {
	color:#403113;
	font-size: 11px;
	font-weight: bold;
}
/* OUTER WRAPPERS FOR CENTERING & SIZING */
#wrapper { text-align: center; width: 100%; }
#wrapper #main { width: 1008px;	margin: auto; }
#wrapper #main #content{
	text-align: left;
	background-image: url(../images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #403113;
}
/* WRAPPERS FOR DROP SHADOW */
 #wrap1, #wrap2 {
  display:inline-table;
  /* \*/display:block;/**/
  }
#wrapper #main #wrap1 {
	background-image: url(../images/shadow_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 7px 0px;
}
#wrapper #main #wrap2 {
	background-image: url(../images/shadow_corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* MENU AT TOP: MENU MY PROPERTIES MCMONIGLE.COM */
#wrapper #main #top_menu {
	margin: 5px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	line-height: 20px;
}
#wrapper #main #top_menu #menu {
	float: left;
	margin: 0px 0px 0px 20px;
	padding-top:2px;
	display:inline;
}
#wrapper #main #top_menu #menu .nav{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	color: #baab7b;
	letter-spacing: 1px;
}
#wrapper #main #top_menu #menu .welcome {
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #5CA0C2;
	letter-spacing: 1px;
	text-transform: none;
}
#wrapper #main #top_menu #menu .welcome a { color: #eeeade; }
#wrapper #main #top_menu #menu .welcome a:hover { color: #5CA0C2; }
#wrapper #main #top_menu #logo{
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	line-height:20px;
}
#top_menu #logo .phone {
	color:#eeeade;
	font-weight: bold;
	padding-right: 10px;
}
#top_menu #logo .signup, #top_menu #logo .signup a {
	color:#5CA0C2;
	font-weight: bold;
	padding-right: 10px;
}
#top_menu #logo .voiceover { padding-right:10px;}
/* TOP SECTION: OFFICE LOCATOR & ADVANCED SEARCH */
#wrapper #main #top {
	width: 1000px;
	height: 24px;
	clear: both;
	line-height: 24px;
	position: relative;
	display: inline;
}
#wrapper #main #top #office {
	background-image: url(../images/top_back.jpg);
	background-repeat: repeat-x;
	background-color:#eeeade;
	width: 1000px;
	border-bottom: 2px solid #b1a375;
	float: left;
	text-align: left;
	display:inline;
}
#wrapper #main #top .locatorWrap { padding: 20px;}
#wrapper #main #top #office .locator { margin: 0px 0px 0px 20px; float: left; cursor:pointer; }
#wrapper #main #top #office .locations {
	clear: left;
	background-color: #2a200c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	color: #eeeade;
}
.locations a, #about_content #office_list a { color: #eeeade; }
#about_content #office_list  {
	clear: both;
	background-color:#2a200c;
	width:960px;
	height:auto;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	color: #eeeade;
}
#about_content #right_content img.main{	margin: -20px -20px 10px -20px; }
.locations a:hover, #about_content #office_list a:hover { color: #5ca0c2; }
#wrapper #main #top .locations ul, #about_content #office_list ul{
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 150px;
	height: auto;
	float: left;
	border-left: 1px solid #403113;
	padding: 0px 5px 5px 10px;
}
#wrapper #main #top .locations li, #about_content #office_list li{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 190px;
	float: left;
	clear:left;
}
#wrapper #main #top .searchpad{ padding-right: 10px;float: right; }
/**************************/
/* SEARCH RESULTS LISTING */
#wrapper #main #listings {
	float: left;
	text-align: left;
	margin: 0px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #eeeade;
	color: #403113;
	vertical-align: top;
	border-bottom: 3px solid #a5976b;
}
#wrapper #main #favorites { float: right;margin-right: 10px; }
#wrapper #main #favorites a { font-size: 10px; text-transform: uppercase; color: #eeeade; text-decoration: underline; }
#wrapper #main #listings .list_item{
	float: left;
	text-align: left;
	height: 75px;
	width:990px;
	background-color: #baab7b;
	color: #403113;
	padding: 0px 10px 0px 0px;
	cursor: pointer;
	text-transform: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #403113;
}
#wrapper #main #listings .list_detail{
	float: left;
	text-align: left;
	width:990px;
	background-color: #eeeade;
	color: #403113;
	text-transform: none;
	padding: 0px 10px 20px 0px;
}
#wrapper #main #listings .listWrap{	padding: 0px 0px 20px 0px; }
#wrapper #main .list_header select{ margin-right: 10px; }
#wrapper #main .list_header .next { float:left; width: 125px; margin-top:3px; }
#wrapper #main .list_header .sort { float:left; }
#wrapper #main .list_header #page { float:right; }
#wrapper #main .list_header .pagedrop { float:right; }
#wrapper #main #listings #properties { background-color:#eeeade; }
#wrapper #main #listings #properties img { float: left; }
#wrapper #main #listings #properties .area_title{
	float: left;
	width: 320px;
	margin: 15px 0px 5px 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #403113;
	letter-spacing: 1px;
}
#wrapper #main #listings #properties .title{ text-transform: uppercase;	font-size: 11px; color: #1e405c; }
#wrapper #main #listings #properties .address{
	font-size: 11px;
	line-height: 15px;
	color: #1e405c;
}
#wrapper #main #listings #properties .info{
	float: left;
	width: 225px;
	text-align: left;
	font-size: 11px;
	margin: 15px 0px 0px 20px;
	color: #403113;
	text-transform: none;
}
#wrapper #main #listings #properties .view{
	float: left;
	width: 100px;
	text-align: left;
	font-size: 11px;
	margin: 15px 0px 0px 20px;
}
#wrapper #main #listings #properties .checkbox{ float: right; margin: 15px 0px 0px 0px; }
#wrapper #main #listings img{ clear: left; }
#wrapper #main #listings .list_detail p { clear: left; }
/* SEARCH : ICONS IN DETAIL */
#wrapper #main #listings .col1{
	float: left;
	width: 130px;
	text-align: left;
	font-size: 11px;
	line-height: 25px;
	padding-bottom: 10px;
}
#wrapper #main #listings .col1 p{ clear: left; margin: 5px 0px 0px 20px; }
#wrapper #main #listings .col1 img{ padding: 0px 5px 0px 0px; vertical-align: middle; }
/* SEARCH : DESCRIPTION IN DETAIL */
#wrapper #main #listings .col2{
	float: left;
	width: 320px;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	margin: 15px 0px 15px 15px;
	letter-spacing: 0.5px;
}
#wrapper #main #listings #drag { width: 330px; height: 278px; }
#wrapper #main #featured #listings #drag{ width: 370px; height: 128px; overflow-y: scroll; }
#wrapper #main #featured #listings #more #drag{ width: 370px; height: 200px; overflow-y: scroll; }
#wrapper #main #mls_featured #listings #drag { width: 560px; height: 105px; overflow-y: scroll; }
/* STYLES SHARED ACROSS DRAG/SCROLL BOXES */
#wrapper #main #drag { overflow: auto; margin: 0px 0px 10px 0px; }
#wrapper #main #featured #listings p.after_desc { margin:0px; }
#wrapper #main .inside {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #403113;
	margin: 0px;
	border: none;
	padding-right: 15px;
}
/* STYLES FOR LISTING DRAG/SCROLL BOXES */
#wrapper #main #listings .inside { width: 330px; }
#wrapper #main #listings #properties .inside { width: 290px; }
#wrapper #main #mls_featured #listings .inside { width: 500px; }
/* SEARCH : STYLES FOR LISTING FORM, AGENT INFO */
#wrapper #main #listings .col3{
	float: left;
	width: 225px;
	text-align: left;
	font-size: 11px;
	margin: 15px 0px 10px 20px;
}
/* SEARCH RESULTS, LIST VIEW : STYLES FOR LISTING DOCUMENTS */
#wrapper #main #listings .col4{
	float: left;
	width: 200px;
	text-align: left;
	font-size: 11px;
	margin: 15px 0px 0px 20px;
}
#wrapper #main #listings .col3 img, .col4 img{ clear: left;	padding: 0px 5px 5px 0px; }
#wrapper #main #listings .col4 p{ margin: 5px 0px 0px 0px; }
/* PHOTO DETAILS on home & featured page (luxury properties) */
#wrapper #main #home_feat #photo, #wrapper #main #featured #photo{
	margin:0px;
	display:block;
	width: 586px;
	height: 440px;
	text-align: left;
	position:relative;
	float: left;
}
/* slideshow on home page */
#home_feat #gallery, #featured #gallery {
	float: left;
	position:absolute;
	display:block;
	width: 586px; height: 440px;
	margin:0px;
	z-index: 0;
}

/******/
/* HOME & FEATURED */
#home_feat #home_listings #view, #featured #listings #view { float:right; margin-top:3px;}
#home_feat #home_listings .list_header #view a, #featured #listings .list_header #view a{ text-transform:uppercase; }
#home_feat #home_listings .list_header #view a:hover, #featured #listings .list_header #view a:hover{ color:#5ca0c2; }
#wrapper #main #home_feat #home_listings, #wrapper #main #featured #listings {
	margin: 0px;
	display:block;
	text-align: left;	
	width: 414px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #403113;
	position:relative;
	float: left;
}
#wrapper #main #featured #listings #list_mask{
	height: 409px;
	overflow-x:hidden;
	overflow-y:scroll;
	margin: 0 auto;
	position:relative;
}

/*************** REO LISTING ***************/
#wrapper #main #reo_featured #photo{
	margin:0px;
	display:block;
	width: 400px;
	height: 300px;
	text-align: left;
	position:relative;
	float: left;
	background-color: #2a200c;	
}
#wrapper #main #reo_featured #gallery {
	float: left;
	position:absolute;
	display:block;
	width: 400px; 
	height: 300px;
	margin:0px;
	z-index: 0;
}
#wrapper #main #reo_featured #listings {
	margin: 0px;
	display:block;
	text-align: left;
	width: 600px;
	position:relative;
	float: left;
}
#wrapper #main #reo_featured #listings #list_mask{
	width:600px;
	height: 269px;
	overflow-x:hidden;
	overflow-y:scroll;
	margin: 0 auto;
	position:relative;
	background-color:#403113;
}
#wrapper #main #reo_featured #listings #list{
	margin:0;
	text-align: left;
	background-color: #403113;
	width:582px;
}
#wrapper #main #reo_featured #listings #list .list_item{
	margin:0;
	text-align: left;
	height: 17px;
	width:570px;
	background-color: #baab7b;
	color: #403113;
	border-top: 1px solid #403113;
	padding: 10px 10px 10px 20px;
	cursor: pointer;
}
#wrapper #main #reo_featured #listings .list_item a:hover { color: #403113; }
#wrapper #main #reo_featured #listings .list_item ul {
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 275px;
	float: left;
	position:relative;
}
/* LISTING DETAIL SHARED BY ALL LISTING PAGES */
#wrapper #main #list_detail {
	text-align: left;
	margin: 0px;
	padding: 20px;
	width: 374px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #403113;
	background-color: #eeeade;
	vertical-align: top;
	float: left;
}
#wrapper #main .area_title {
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #403113;
	letter-spacing: 0.5px;
	display:block;
}
#wrapper #main #list_detail .address {
	font-weight: bold;
	color: #1e405c;
	text-transform: uppercase;
	float:left;
	clear:both;
}
#list_detail .price {font-weight: bold;}
#list_detail a {color: #403113;}
#list_detail a:hover {color: #5ca0c2;}
#list_detail img { padding-right: 3px; }

/* HOME &                   LUXURY,                   MAP LISTING DETAIL */
#wrapper #main #home_feat, #wrapper #main #featured, #wrapper #main #mls_featured, #wrapper #main #reo_featured, #wrapper #main #map_feat { clear: both; border-bottom: 3px solid #a5976b; margin-right:8px; }
#wrapper #main #featured #listings, #wrapper #main #mls_featured #listings, #main #reo_featured #listings { border:none; }
#wrapper #main #featured #listings #summary, #wrapper #main #featured #listings #mlsinfo, #wrapper #main #featured #listings #agentInfo, #wrapper #main #featured #listings #downloads, #wrapper #main #featured #listings #more, #mls_featured #listings #summary, #mls_featured #listings #agentInfo, #mls_featured #listings #disclaimer, #mls_featured #listings #amenities {
	clear:left;
	padding: 20px;
}
#wrapper #main #featured #listings #agentInfo ul{ margin: 0px;
	list-style-type: none;
	display: block;
	width: 190px;
	float: left;
	position:relative;}
#wrapper #main #featured #listings #summary #info { float:left; width:275px; }
#wrapper #main #featured #listings #summary #info ul {
	list-style-type: none;
	display: block;
	margin:0;
	width: 120px;
	float: left;
	position:relative;
}
#wrapper #main #featured #listings #summary #info li {
	border: 0px;
	display: block;
	clear: left;
	}
#wrapper #main #featured #listings #summary #openHouse {
	width: 100px;
	float:right;
	text-align:left;
	}
#wrapper #main #featured #list_detail {
	width: 414px;
	padding:0px;
}
/*************** CURRENCY ***************/
#wrapper #main #featured .currency, #wrapper #main #mls_featured .currency {cursor:pointer; color: #5ca0c2;}
#wrapper #main #featured .currency_sel, #wrapper #main #mls_featured .currency_sel{
	background-color: #eeeade;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	color: #403113;
}
/*************** MLS DETAIL ***************/
#wrapper #main #mls_featured #photo{
	margin:0px;
	display:block;
	width: 400px;
	height: 400px;
	text-align: left;
	position:relative;
	float: left;
	background-color: #2a200c;	
}
#mls_featured #photo #main_photo { width: 400px; height: 300px;text-align:center; }
#mls_featured #photo #photo_thumbs { height: 60px; padding: 20px 5px 20px 10px; overflow: hidden;}
#mls_featured #photo #photo_thumbs #prev { float: left; cursor:pointer; }
#mls_featured #photo #photo_thumbs #next { cursor: pointer; }
#wrapper #main #mls_featured #photo #thumbs_mask {
	float:left;
	width:340px;
	height:100px;
	position: relative;
	overflow:hidden;
}
#wrapper #main #mls_featured #photo #thumbs { float: left;
	width: 3000px;
	position:relative;
	text-align:left; }
#mls_featured #photo #thumbs ul{
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 85px;
	float: left;
	position:relative;
	text-align: center;
	}
#mls_featured #photo #thumbs .photo_th { cursor: pointer; }
#wrapper #main #mls_featured #listings {
	margin: 0px;
	display:block;
	text-align: left;
	width: 600px;
	position:relative;
	float: left;
}
#wrapper #main #mls_featured #listings #list_detail {
	width: 600px;
	padding:0px;
}
#wrapper #main #featured .address, #wrapper #main #mls_featured .address { font-size:12px;	font-weight: bold; 	float:left; clear:both;}
#wrapper #main #mls_featured .mls, #wrapper #main #mls_featured .city, #wrapper #main #mls_featured .heading, #list_detail .heading{ font-size:12px;font-weight: bold; }
#wrapper #main #mls_featured .title, #wrapper #main #featured .title { color:#1e405c;}
#mls_featured #listings #list_detail #summary ul {
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 280px;
	float: left;
	position:relative;
}
#mls_featured #listings #list_detail #summary ul li { 
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	clear: left; }
#mls_featured #listings #list_detail #summary ul.left { margin:0; width: 280px; }
#mls_featured #listings #list_detail #summary ul.right { margin: 0; width:280px; } 
#mls_featured #listings #list_detail #amenities ul{ margin: 0px;
	list-style-type: none;
	display: block;
	width: 250px;
	float: left;
	position:relative;
}
#list_detail #mlsinfo ul { margin: 0px;
	list-style-type: none;
	display: block;
	width: 150px;
	float: left;
	position:relative;
}
/* ICONS */
#list_detail #icons{
	margin-top: 10px;
	vertical-align:middle;
}
#list_detail #icons ul, #mls_featured #listings #list_detail #icons ul{
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 40px;
	height: 20px;
	position: relative;
	float: left;
}
/* TIP STYLES FOR FAVORITES */
#favorites .tool-tip { width: 150px; }
.tool-tip {
	color: #eeeade;
	font-weight: bold;
	font-size: 11px;
	width: auto;
	padding: 7px;
	background-color:#1e405c;
	z-index: 13000;
}
.tool-title { font-weight: bold;color: #5ca0c2; }
/**********************/
#wrapper #main .list_header{
	background-color: #1e405c;
	background-image: url(../images/blue_header.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height: 15px;
	line-height:15px;
	height: 26px;
	margin: 0px;
	padding: 5px 20px 0px 20px;
}
.homefeat-tip { width:533px; height:500px; border: 2px solid #eeeade; z-index: 1000;}
.listfeat-tip { width:306px; height:247px; padding:4px 0 0 18px; background:url(../images/hover-box.gif) no-repeat; border:none; z-index:1000; }
.homefeat2-tip { width:133px; height:100px; border: 2px solid #eeeade; z-index: 1000;}
/************************************/
/* HOME & FEATURED LISTINGS on right */
#wrapper #main .list_header a{ color: #5ca0c2; font-weight: bold; font-size: 11px; }
#wrapper #main .list_header a:hover{ color: #eeeade; font-weight: bold; font-size: 11px; }
#wrapper #main #home_listings #list_mask {
	height: 409px;
	overflow:hidden;
	margin: 0 auto;
	position:relative;
} 
#wrapper #main #home_listings #list, #wrapper #main #map_listings #list {
	text-align: left;	
	background-color: #403113;
}
#wrapper #main #home_listings #list .list_item{
	text-align: left;
	height: 30px;
	width:384px;
	background-color: #baab7b;
	color: #403113;
	border-top: 1px solid #403113;
	padding: 10px 10px 10px 20px;
	cursor: pointer;
}
#wrapper #main #featured #listings #list .list_item {
	text-align: left;
	height: 30px;
	width:384px;
	background-color: #baab7b;
	color: #403113;
	border-top: 1px solid #403113;
	padding: 10px 10px 10px 20px;
	cursor: pointer;
}
#wrapper #main #home_listings .list_item a:hover, #featured #listings .list_item a:hover { color: #403113; }
#wrapper #main #home_listings .list_item ul, #featured #listings .list_item ul {
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 185px;
	float: left;
	position:relative;
}
#featured #listings .list_item ul { width:200px; }
#wrapper #main #home_listings .list_item ul.favorite, #featured #listings .list_item ul.favorite,  #reo_featured #listings .list_item ul.favorite
{ text-align:right; font-size:11px; }
#featured #listings .list_item ul.favorite { width:160px; }
/* MAP LISTINGS */
#map_feat #map_wrapper {
	width: 770px;
	height: 440px;
	display:block;
	float:left;
	position:relative;
}
#map_feat #map_wrapper #legend {
	width:770px;
	height:25px;
	padding:0;
	margin: 0;
}
#map_feat #map_wrapper #map{
	margin:0px;	
	width: 770px;
	height: 415px;
	text-align: left;
}
#map_feat #map_listings {
	margin: 0px;
	display:block;
	text-align: left;	
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #2a200c;
	position:relative;
	float: left;
}
#map_feat #map_listings #header { padding: 15px 20px 13px 20px; }
#map_feat #map_listings #mapMessage {
	height: 400px;
	padding:20px;
	color: #FFFFFF;	
	font-size:11px;
}
#map_feat #map_listings #mapMessage a{ color:#FFFFFF; }
#map_feat #map_listings #mapMessage a:hover{ color:#6AB0CE; }
#wrapper #main #map_listings #list_mask {
	height: 358px;
	overflow-x:hidden;
	overflow-y:scroll;
	margin: 0 auto;
	position:relative;
}
#wrapper #main #map_listings #list .list_item{
	text-align: left;
	height: 32px;
	width:190px;
	background-color: #baab7b;
	color: #403113;
	border-top: 1px solid #403113;
	padding: 7px 10px 11px 20px;
	cursor: pointer;
	line-height: 12px;
}
#map_feat .list_item ul {
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 190px;
	float: left;
	position:relative;
}
.google_box {
	width:300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #403113;
}
.google_img {
	float:left; 
	width:89px;
}
.google_info {
	float:right; 
	width:200px;
}
.google_info a { color: #5ca0c2; }
.google_info a:hover { color: #baab7b; }

/* SOLD LISTINGS */
#sold_listings {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #403113;
	background-color: #eeeade;
	margin-right: 8px;
	border-bottom: 3px solid #a5976b;
}
#sold_listings .area_title {
	text-transform: uppercase;
	color: #1e405c;
	font-weight: bold;
	letter-spacing: 0.5px;
}
#sold_listings #sold_recent { padding: 20px; }
#sold_listings ul {
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 125px;
	float: left;
	position:relative;	
}
#sold_listings li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	clear: left;
}
#sold_listings #properties { padding: 10px 20px 20px 20px; }
#sold_listings #properties .page {color:#403113; }
/******************/
/* RECAP LISTINGS */
#recap_listings {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #403113;
	background-color: #eeeade;
	margin-right: 8px;
	border-bottom: 3px solid #a5976b;
	padding:20px;
}
#recap_listings .photo {
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 125px;
	float: left;
	position:relative;
}
#recap_listings .info {
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 300px;
	float: left;
	position:relative;
}
#recap_listings a { color:#5ca0c2; }
#recap_listings a:hover { color:#403113; }
/* BREAD CRUMB */
#wrapper #main #trail{
	float: left;
	clear: left;
	width: 1000px;
	background-color: #5ca0c2;
	height: 25px;
	line-height: 25px;
	color: #eeeade;
	font-size: 10px;
	vertical-align: middle;
}
#wrapper #main #trail #crumb{ float: left; margin-left: 20px; }
#wrapper #main #trail #crumb img { float: left;	padding-right: 10px; }
#wrapper #main #trail #crumb a:hover { color: #eeeade; }
#wrapper #main #trail #signup { float: right; margin-right: 20px;}

/* LOGIN */
#login {
	width:1000px;
	background-color:#eeeade;
}
#login #main_login {
	float:left;
	width: 165px;
	margin: 20px 0px 0px 20px;
	padding: 20px;
	background-color:#baab7b;
}
#login #new_user {
	float: left;
	margin: 20px 10px 20px 40px;
}
#login #photo {
	float: right;
	height:439px;
}
/**********************************************************/
/* _CONTENT */
#about_content, #agent_content, #partner_content, #my_content, #contact_content, #news_content, #office_content, #report_content, #video_content {
	clear: both;
	border-bottom: 3px solid #a5976b;
	margin-right:8px;
	background-color:#eeeade;
}
#subnav {
	float: left;
	width: 200px;
	height: auto;
	padding: 20px;
	color: #5ca0c2;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
}
#subnav a { color: #403113; }
#subnav a:hover { color:#5ca0c2; }
#right_content {
	background-color:#baab7b;
	float:left;
	font-size: 11px;
	line-height: 15px;
	color: #403113;
	text-align: left;
	height: auto;
	width: 720px;
	padding:20px;
}
#prev { float: left; }
#right_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right_content li {
	float: left;
	width: 160px;
	padding-left: 5px;
}

#right_content li.first {
	padding: 0;
}
/**********************************************************/
/* MY CONTENT */
#my_content #right_content img.icon { padding-right:20px; }
#my_content #right_content a { color:#5ca0c2; }
#my_content #right_content a:hover { color:#403113; }
#my_content #right_content{ background-color:#eeeade; }
#my_content #right_content #photo {
	float: right;
	height:439px;
	margin: -20px -20px -20px 0px;
}
#my_content #right_content .search {
	width: 560px;
	height: 60px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background-color: #baab7b;
	float:left;
	clear:both;
	line-height: 20px;
}
#my_content #right_content .search ul{
	margin: 0px;
	list-style-type: none;
	display: block;
	position: relative;
	float: left;
	padding: 5px 0px 5px 0px;
	margin-right:20px;
}
#my_content #right_content .search li{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;
	float: left;
	clear:left;
}
#my_content #right_content .search a { color:#403113; }
#my_content #right_content .search a:hover { color:#5ca0c2; }
/**********************************************************/
/* AGENT CONTENT */
#agent_content #right_content #photo { float: left; width: 200px; }
#agent_content #right_content #bio {
	float: left;
	width: 500px;
	padding-left: 20px;
}
#agent_content #right_content #bio .name {
	text-transform: uppercase;
	font-size:12px;
	font-weight: bold;
}
#agent_content #right_content #bio .title { text-transform: uppercase; font-size:11px; }
#agent_content #right_content #bio a { color:#b8651c;}
#agent_content #right_content #bio a:hover { color:#eeeade;}
#agent_content #right_content #bio #drag { width: 450px; height: 210px;	margin: 0px; }
#agent_content #right_content #bio .inside {
	height: auto;
	width: 405px;
	margin: 0px;
	background-color:#baab7b;
}
#agent_content #agent_list {
	clear: both;
	background-color:#2a200c;
	width:960px;
	height:130px;
	padding:20px;
	overflow: hidden;
}
#agent_content #agent_mask {
	float: left;
	width: 870px;
	height: 130px;
	padding: 0px 10px 0px 10px;
	position: relative;
	overflow: hidden;
}
#agent_content #topAgent a {
	color: #EEEADE;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}
#agent_content #topAgent a:hover {
	color: #403113;
}
/* slider styles */
#dest_slide, #partner_slide, #event_slide {
	float: left;
	width: 4000px;
	position:relative;
	text-align:left;
}

/* slider styles */
#agent_slide {
	float: left;
	width: 10600px;
	position:relative;
	text-align:left;
}
#agent_list ul,#dest_list ul{
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 110px;
	float: left;
	position:relative;
	text-align: center;
	line-height:13px;
}
#partner_list ul, #event_list ul {
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 150px;
	float: left;
	position:relative;
	text-align: center;
	line-height:13px;
}
#agent_list li,#dest_list li, #partner_list li, #event_list li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	clear: left;	
}
#agent_list .name,.name a,#dest_list .name a,#partner_list .name a, #event_list .name a {
	font-size:10px;
	line-height:15px;
	color: #5ca0c2;
}
#agent_list .name a:hover,#dest_list .name a:hover,#partner_list .name a:hover, #event.name a:hover { color: #cccccc; }
/**********************************************************/
/* DESTINATION RESORTS CONTENT */
#dest_content {
	clear: both;
	border-bottom: 3px solid #a5976b;
	margin-right:8px;
	background-color:#eeeade;
}
#dest_content #right_content #photo,#partner_content #right_content #photo {
	float: left;
	width: 453px;
	height: 340px;
}
#dest_content #right_content #listMask{
	float: left;
	width: 247px;
	height: 300px;
	padding: 20px;
	overflow:hidden;
	position:relative;
}
#dest_content #list,#partner_content #list {
	float: left;
	width: 247px;
	height: 300px;
	padding: 20px;
}
#dest_content #list,#partner_content #list #secondLink {
	padding-right: 10px;
}
#dest_content #list a { font-weight: bold;	color: #403113; }
#dest_content #list a:hover { color: #1e405c;}
#dest_content #dest_list {
	clear: both;
	background-color:#2a200c;
	width:960px;
	height:90px;
	padding:20px;
	overflow: hidden;
}
#dest_content #dest_mask{
	float: left;
	width: 870px;
	height: 90px;
	padding: 0px 10px 0px 10px;
	position: relative;
	overflow: hidden;
}
#partner_content #list a { font-weight: bold;	color: #403113; }
#partner_content #list a:hover { color: #1e405c;}
.featcontents { display:none; }
.feat-tip { width:75px; height:56px; border: 2px solid #eeeade;}
/**********************************************************/
/* SHARED PARTNER DESCRIPTION CONTENT */
#dest_content #right_content .title,#partner_content #right_content .title { color: #1e405c; font-size: 12px; font-weight: bold; text-transform:uppercase; }
#dest_content #right_content #drag {
	width: 266px;
	height: 285px;
	margin: 0px;
}
#dest_content #right_content .inside,#partner_content #right_content .inside  {
	height: auto;
	width: 226px;
	margin: 0px;
	background-color:#baab7b;
}
#dest_content #menu,#partner_content #menu  { 
	clear: left; 
	background-color: #1e405c; 
	height:30px;
	background-image: url(../images/blue_header.jpg);
	background-repeat: repeat-x; }
#dest_content #menu ul,#partner_content #menu ul {
	margin: 0px 0px 0px 20px;
	list-style-type: none;
	display: inline;
	float: left;
	position:relative;
	text-align: center;
	line-height:30px;
	overflow:hidden;
}
#dest_content #menu li,#partner_content #menu li{ display:inline; }
#dest_content #menu a,#partner_content #menu a {
	color: #eeeade;
	font-weight: bold;
	text-transform: uppercase;
}
#dest_content #menu a:hover,#partner_content #menu a:hover { color:#403113; }
/**********************************************************/
/* PARTNER CONTENT */
.affiliate_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #eeeade;
	letter-spacing: 0.5px;
	padding: 13px;
}
#partner_content #partner_list {
	clear: both;
	background-color:#2a200c;
	width:960px;
	height:100px;
	padding:20px;
	overflow: hidden;
}
#partner_content #partner_mask{
	float: left;
	width: 870px;
	height: 100px;
	padding: 0px 10px 0px 10px;
	position: relative;
	overflow: hidden;
}
#partner_content #right_content #drag {
	width: 266px;
	height: 265px;
	margin: 0px;
}
/**********************************************************/
/* NEWS & EVENTS CONTENT */
#news_content #event_list {
	clear: both;
	background-color:#2a200c;
	width:960px;
	height:100px;
	padding:20px;
	overflow: hidden;
}
#news_content #event_mask { float: left;
	width: 870px;
	height: 100px;
	padding: 0px 10px 0px 10px;
	position: relative;
	overflow: hidden; }
#news_content #right_content a { color:#5ca0c2; }
#news_content #right_content a:hover { color:#403113; }
#news_content #right_content .news_item{
	clear: left;
	float: left;
	margin-top: 10px;
	width:650px;
}
#news_content #right_content .news_item img.news {
	float:left;
	width: 100px;
	height: 75px;
	margin-right: 15px;
	border: 2px solid #a5976b;
}
#news_content #right_content .info { padding: 5px 0px 0px 0px; width: 500px;}
#news_content .date {
	font-weight: bold;
}
#news_content #right_content ul{
	margin: 10px 0px;
	list-style-type: none;
	display: block;
	width:200px;
	float: left;
	position:relative;
}
#news_content #right_content li{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	clear: left;
}
/**********************************************************/
/* SITEMAP */
#wrapper #main #content #sitemap {
	padding:20px;
	border-bottom: 3px solid #a5976b;
	margin-right:8px;
	background-color:#2a200c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}
#wrapper #main #content #sitemap a { font-size: 10px; color: #eeeade; }
#wrapper #main #content #sitemap a:hover { color: #5ca0c2; }
#wrapper #main #content #sitemap ul {
	margin: 0;
	list-style-type: none;
	display: block;
	width:200px;
	float: left;
	position:relative;
}
#wrapper #main #content #sitemap ul .header {
font-weight: bold;	color: #bbab7a;
}
#wrapper #main #content #sitemap li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	clear: left;
}
#wrapper #main #content #sitemap p.errText {
	color:#eeeade;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:normal;
	text-transform:none;
}
#wrapper #main #content #sitemap p.errText b {
	font-size:14px;
}
/**********************************************************/
/* CONTACT CONTENT */
fieldset { border:0; }
#contact_content #right_content a { color:#5ca0c2; }
#contact_content #right_content a:hover { color:#403113; }
#contact_content fieldset ul, #my_content fieldset ul{
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 210px;
	float: left;
	position:relative;
}
#contact_content fieldset li, #my_content fieldset li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	clear: left;
}
#contact_content fieldset ul.checkboxes, #my_content fieldset ul.checkboxes {
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 140px;
	float: left;
	position:relative;
}
#contact_content label, #my_content label { line-height:20px; }
#contact_content ul.checkboxes label, #my_content ul.checkboxes label, #my_content label.checkboxes{ padding-left: 5px; }
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
}
option, input.checkboxes { padding-right:5px; }
/* FOR ALL PAGES WITH NO PADDING ON right_content */
#dest_content #right_content,#partner_content #right_content, #office_content #right_content {	width: 760px; padding: 0px; }

/* REPORTS */
#report_content #report_table {
	width:640px;
	margin-top:20px;
}
#report_content #report_table ul{
	margin: 0px;
	list-style-type: none;
	display: block;
	float: left;
	position:relative;
}
#report_content #report_table #table_header {
	background-color:#c9bc8e;
	height: 10px;
	width: 605px;
	padding: 10px 25px 10px 10px;	
	color: #403113;
	font-size: 10px;
	line-height:10px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#report_content ul.left {
	width: 480px;
	text-align: left;
}
#report_content ul.right {
	width:115px;
	text-align: right;
}
#report_content #report_table #report_data {
	width:640px;
	height:290px;
	overflow-x:hidden;
	overflow-y:scroll;
	margin: 0 auto;
	position:relative;
}

#report_content #report_table .report_row {
	clear:left;
	border-bottom: 1px solid #c9bc8e;
	padding : 10px 25px 10px 10px;
	width: 595px;
	height: 11px;
	font-size: 11px;
	font-weight: normal;
}
/**********************************************************/
/* VIDEO */
#wrapper #main #video_content {
	background-color:#baab7b;
	float:left;
	font-size: 11px;
	line-height: 15px;
	color: #403113;
	text-align: left;
	height: auto;
	width: 960px;
	padding:15px 20px;
}
/**********************************************************/
/* NAV AT BOTTOM */
#wrapper #main #nav{
	clear: both;
	float: left;
	width: 980px;
	height: 160px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	vertical-align: baseline;
	border-top: 2px solid #403113;
	background-color: #eeeade;
	background-image: url(../images/navBack.jpg);
	background-repeat: no-repeat;
}
#wrapper #main #nav a {
	color: #403113;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}
#wrapper #main #nav a:hover { color:#5ca0c2; }
#wrapper #main #nav .greyed {
	color: #7c7c7c;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}
#wrapper #main #nav ul{
	margin: 0px;
	list-style-type: none;
	display: block;
	width: 175px;
	height: 155px;
	position: relative;
	float: left;
	border-left: 1px solid #403113;
	padding: 0px 5px 5px 10px;
}
#wrapper #main #nav li{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 140px;
	float: left;
	clear:left;
}
/* -- float.clear --
	force containment of floated LIs inside of UL */
#wrapper #main #nav:after, #wrapper #main #nav ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#wrapper #main #nav #logo{
	float: right;
	padding: 0px 10px 0px 0px;
	text-align: right;
}
#wrapper #main #nav #logo .logoCity {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
#wrapper #main #nav #logo a.officeName { font-size: 11px;
	line-height:11px; font-weight: bold; color: #403113; }
#wrapper #main #nav #logo a.officeName:hover { color: #403113; }
/* footer */
#wrapper #main #footer{
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-transform: none;
	color: #baab7b;
	margin-top: 13px;
	padding: 0px 8px 0px 0px;
	vertical-align: baseline;
}
#wrapper #main #footer #copyright{ float: left; text-align: left; }
#wrapper #main #footer #contact{
	float: right;
	width: auto;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	letter-spacing: 1px;
}
#wrapper #main #footer #contact a {
	color: #baab7b;
	font-weight: normal;
	text-transform: uppercase;
}
#wrapper #main #footer #previews { clear:both; text-align:left; }
#wrapper #main #footer img.previewsLogo {vertical-align:middle; padding-right: 10px;}
.soldLogo {
	text-align:center;padding-top:20px;
}
.seoTxt {margin:0 0 20px 0;text-align:left;}
#wrapper #main #footer a.sold { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;color: #1f1809; }
#forgotPassword a
{
	color:#1E405C;
}
#forgotPassword a:hover
{
	color:#403113;
}
#footer #contact #phone { padding-bottom:3px; }
#wrapper #main #footer a{ color: #5ca0c2; }
#wrapper #main .flash {
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeade;
	font-size: 11px;
	line-height: 15px;
}
#wrapper #main .flash a { color: #5ca0c2; }

.clear { clear:both; margin:0; padding:0; }
/* FORCE CONTAINER DIVS TO HEIGHT OF FLOATED DIVS */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

