@charset "utf-8";
/* --- GLOBAL SITE SETTINGS ---*/
html, body {height: 100%;padding:0;	margin:0;}
* html #wrap {height: 100%;}
body,table td {font-size:12px;	line-height:18px;	color:#2b2929;	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;} 
.body_class {background-image:url(../images/siteAssets/bg_window.gif); background-repeat:repeat; }
/* --- END GLOBAL SITE SETTINGS ---*/


/* --- PAGE STRUCTURES/LAYOUTS --- */
#wrap {min-height: 100%;border:0;width: 100%;margin: 0;	text-align:left;background-image:url(../images/siteAssets/bg_page.gif);	background-repeat:repeat-y;} 
#page {width:1000px;height:auto;margin: 0;padding:0;}
#header {width:1000px;} 
#contentWrap {width:1000px;	height:auto;}
#contentLeft {width:175px;float:left;display:block;}
#contentRight {width:775px;float:left;padding:25px;}
#contentMinHeight {width: 1px;height:450px;	float:left;margin-left:-1px;}
#contentWrapTop {width:1000px;height:29px;display:none;}
#contentWrapBot {width:1000px;height:74px;display:none;}
#contentColWide{float:left;width:520px;margin:0 20px 0 0;}
#contentColNarrow{float:left;width:180px;}
#foot {width:775px;	margin:0 0 0 175px;	padding:10px 25px;	text-align:center;}
#footCell {}
#preloadDiv {position:absolute;z-index:2;top:0;visibility:hidden;}
#pageTitle {display:block;margin-bottom:10px;} 
.afterPageContent {	display:block;	margin-top:10px;} 
/* --- END PAGE STRUCTURES/LAYOUTS --- */

/* ---UNIQUE PAGE LAYOUTS ---*/
#body_home #header {}
#body_home #contentWrap {}
#body_home #contentLeft {}
#body_home #contentRight {}

#body_search #wrap { background-image:none;}
#body_search #page{background-color:#fff;}
#body_search #contentLeft {display:none;}
#body_search #contentRight {width:950px;}
#body_search #foot {width:950px;margin:0 0 0 0;}
#body_search .overlayWrap{width:930px !important; overflow:hidden;}
#body_search #pano{width:930px !important;overflow:hidden;}
/* ---END UNIQUE PAGE LAYOUTS ---*/


/* --- NAV LAYOUTS ---*/
/* TOP HEADER UL/LI INLINE NAVS */
#header .nav {width:1000px;height:30px;text-align:right;background-repeat:repeat-x;background-image:url(../images/siteAssets/bg_btn_navTop.gif);}
#header .nav ul, #header .nav li {margin:0;	padding:0;list-style:none;display:inline;}
#header .nav li a:link, #header .nav li a:active, #header .nav li a:visited, #header .nav li a:hover, #header .nav li a .selected {display:inline-block;margin:0;height:29px;line-height:29px;color:#fff;font-size:12px;letter-spacing:1px;text-decoration:none;padding:0px 10px;}
#header .nav li a:hover {background-image:url(../images/siteAssets/bg_btn_navTop_f2.gif);color:#fff;}
#header .nav li a .selected {background-image:url(../images/siteAssets/bg_btn_navTop_f2.gif);color:#fff;margin:0 -10px;}
/**/

/* LEFT UL/LI BLOCK NAVS */
#contentLeft .nav {}
#contentLeft .nav ul, #contentLeft .nav li {margin:0;padding:0;list-style:none;display:block;}
#contentLeft .nav li a:link, #contentLeft .nav li a:active, #contentLeft .nav li a:visited, #contentLeft .nav li a:hover, #contentLeft .nav li .selected {margin:0;display:block;width:165px;height:19px;color:#fff;font-size:12px;letter-spacing:1px;padding:5px 5px 5px 10px;background-repeat:repeat-x;background-image:url(../images/siteAssets/bg_btn_nav.gif);text-decoration:none;}
#contentLeft .nav li a:hover {background-image:url(../images/siteAssets/bg_btn_nav_f2.gif);color:#fff;}
#contentLeft .nav li .selected {margin:-5px -5px -5px -10px;background-image:url(../images/siteAssets/bg_btn_nav_f2.gif);color:#fff;}
/**/

/* DROP DOWN MENU LINKS */
.droplink{}
.droplinks{position: absolute;left: 0;top: 0;visibility: hidden;width: 200px; border: 1px solid #9c9898;border-bottom-width: 0;background-color:#e4e3e3;z-index: 100;}
.droplinks ul{margin: 0;padding: 0;list-style-type: none;}
.droplinks ul li a,.droplinks ul li a:link,.droplinks ul li a:active,.droplinks ul li a:visited,.droplinks ul li a:hover{width: 100%;display: block;text-indent: 3px;border-bottom: 1px solid #9c9898;padding: 1px 0;text-decoration: none;font-weight: bold;text-indent: 5px;}
.droplinks a:hover{background: #d8d4d4;}
.selectedanchor{background: #d8d4d4;}
.droplinksshadow{position: absolute;left: 0;top: 0;z-index: 99;background: black;visibility: hidden;}
/**/ 

/* FOOTER UL/LI INLINE NAVS */
#foot .nav {}
#foot .nav ul, #foot .nav li {margin:0;padding:0;list-style:none;display:inline;}
#foot .nav li a:link, #foot .nav li a:active, #foot .nav li a:visited, #foot .nav li a:hover, #foot .nav li .selected {display:inline;padding:0 5px;}
#foot .nav li a:hover {}
#foot .nav li .selected {color:#838383;margin:0 -5px;}

/*for subnavs in the pageTitle, ie mlsplus*/
.listingsSubnav ul {display:block;list-style:none; margin:0 0 15px 0;padding:0;}
.listingsSubnav li {display:block;height:25px;line-height:25px;margin: 0 20px 0 0;padding:0; display:inline;font-size:12px;}
.listingsSubnav li.selected {text-decoration:underline;line-height:25px;}
/* --- END NAV LAYOUT SCENARIOS ---*/


/* -- HEADLINES --- */
.large24head {font-size:17px;line-height:30px;color:#1c242a;}
.largehead {font-size:18px;line-height:30px;color:#29465e;letter-spacing:1px;}
.midhead {font-size:15px;line-height:24px;font-weight:bold;color:#456ca0;letter-spacing:1px;}
.smallhead {font-size:12px;font-weight:bold;color:#29465e;}
.redhead {color: #cc0033;}
/* -- END HEADLINES --- */


/* --- TEXT --- */
.plaintext {font-size:12px;line-height:18px;}
.bodytext {font-size:12px;line-height:18px;}
.smalltext {font-size:10px;}
#foot {color:#878181;font-size:11px;line-height:14px;}
.accent{color:#878181;font-size:13px;line-height:24px;}
/* --- END TEXT --- */

/* --- LINKS --- */
a,a:link, a:visited, a:active {cursor:pointer;color:#9c7101;text-decoration:none;}
a:hover {color:#9c7101;text-decoration:underline;}
#foot a:link, #foot a:active, #foot a:visited {text-decoration:none;color:#333333;}
#foot a:hover {text-decoration:underline;color:#9c7101;}
/* --- END LINKS --- */


/* --- COMMON DOM ELEMENTS TO REUSE --- */
.fullWidth {display:block;width:100%;}
.floatLeft {float:left;}
.floatRight {float:right;}
.thumb {border:solid 1px #999;}
.thumb:hover {border:solid 1px #666;}
.marginRight{margin-right:15px;}
.marginLeft{margin-left:15px;}
.padRight{padding-right:15px;}
.padLeft{padding-left:15px;}
.slideshow {width:600px;height:550px;margin:15px auto;text-align:center;} 

/*FULL PAGE LISTS, ie testimonials, resources,*/
ul.pageList, ul.pageList li.pageList {margin:0;padding:0;list-style:none;}
ul.pageList li.pageList {margin-bottom:20px;padding-bottom:20px;border-bottom:dashed 1px #cbcbcb;}
.credit{display:block;margin:15px 0;font-style:italic;}

/* PAGES WITH EZ MOD SUBNAVS ie newsletter, neighborhoods, buyers/sellers, news*/
.onePost{width:500px;margin-bottom:20px;padding-bottom:20px;border-bottom:dashed 1px #cbcbcb;}
.post{}
.postByline{display:block;font-style:italic;margin-bottom:10px;}
.postCredit {display:block;width:96%;background-color:#ebe5e5;padding:0 2%;font-size:10px;line-height:25px;margin:10px 0;}
.files{margin:10px 0;}

.subnav {margin-bottom:20px;}
.subnav ul, .subnav li {padding:0;margin:0;list-style:none;}
.subnav li a, .subnav li a:link, .subnav li a:active, .subnav li a:visited, .subnav li a:hover, .subnav li .selected {width:180px;display:block;padding:3px;text-decoration:none;color:#29465e;border:solid 1px #fff;}
.subnav li a:hover {background-color:#b3b3b3;border:solid 1px #b1c1cf;color:#fff;}
.subnav li .selected {background-color:#e9e4e4;margin:-4px 0 -4px -4px;}
/* end newsletter/neighborhoods/buyers-sellers, etc.. right nav pages*/

/* --- PROMO BOXES --- */
.promoBox {width:220px;padding:0;margin:0 0 20px 0;}
.promoBoxHead {font-size:13px;line-height:28px;letter-spacing:1px;font-weight:bold;color:#1c242a;text-align:center; background-image:url(../images/siteAssets/bg_promoBoxHead.gif); background-repeat:no-repeat;text-transform:uppercase;}
.promoBoxContent .quickSearchTitle {display:none;} 
.promoBoxContent {width:192px;font-size:11px;padding:10px;text-align:center;background-color:#e9e9e9; border:solid 1px #cdddeb; color:#181818;margin:0 3px;}
.promoBoxContent img {border:solid 1px #456c8d;}
.promoBoxContent table td {background-color:#e9e9e9;}
/* --- END PROMO BOXES --- */


/*resources page*/
.handcursor, .handcursor:hover {display:block;margin:5px 0;padding:3px;background-color:#f5f3f3;border:solid 1px #dddddd;} /*bold topic in click-expand pages*/
.handcursor:hover {background-color:#e9e4e4;border:solid 1px #f95252;}
.status {}/*the plus/minus in click-expand pages*/
.switchgroup {} /*the expanded text body in click-expand pages*/
/*end resources*/


/* --- FORMS --- */
form {margin:0;padding:0;display:inline;}
select, input, textarea, .wordInput {background-color:#f5f3f3;border:solid 1px #dddddd;padding:3px;font-size:12px;font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;padding: 1px 5px 2px 5px;}
input.gobtn, .gobtn, .gobtn:hover {cursor:pointer;background-color: #999;border:solid 1px #ccc;font-size: 10px;color: #fff;padding: 2px;margin-bottom:3px;}
/* quick search*/
#startSearchInput {width:320px;display:inline;}
#contentLeft #startSearchInput {width:150px;display:inline;}
.inlineWrap {display:inline;margin-right:3px;}
#contactInfo {display:block;margin-bottom:10px;}
#contactForm, #formStage {width:450px;height:350px;background:none transparent;}
#buyersForm{display:block;height:500px;}
#sellersForm{display:block;height:580px;}
.formTable td {padding:3px;}
.formLabel {} 
.formInput {} 
.captchaTable {font-size:11px;line-height:11px;margin:10px 0;}
.captchaTable td {padding:2px;}
.wordInput {width:50px;}
.smSearch {width:250px;text-align:center;}
.smSearch #startSearchInput {width:200px;display:inline;margin:5px;text-align:center;}

#startSearchInput {width:320px;display:inline;}
.promoBoxContent #startSearchInput {width:180px;display:inline;}
.inlineWrap {display:inline;margin-right:3px;}
/* --- END FORMS --- */



/*HTML PICKPAGE PAGE*/
.listings {}
.pickpage .oneListing {}
.pickpage .listingPic {}
.pickpage .listingText,.pickpage .listingDetails{}
.pickpage .pricebedbathsize {}
.pickpage .addressstatusln {}
.pickpage .listingRemarks {}
/*END HTML PICKPAGE PAGE*/

/*HTML DETAIL PAGE*/
.detailpage .oneListing{}
#overviewWrap{}
.detailpage .listingTitle {}
.detailpage .listingPic {}
.detailpage .largePhotoWrap{width:402px;height:300px;overflow:hidden;}
.detailpage #thumbNails {}
.detailpage #thumbNails img {}
.detailpage .listingText,.detailpage .listingDetails {}
.detailpage .pricebedbathsize {}
.detailpage .addressstatusln {}
.detailpage .openHouse {}
.detailpage .listingRemarks,.detailpage .listingHistory,.detailpage .listingFeatures {}
.detailpage .nav {}
.detailpage .nav ul{}
.detailpage .nav li{}
.detailpage .nav li a,.detailpage .nav li a:link,.detailpage .nav li a:active,.detailpage .nav li a:visited, .detailpage .nav li a:hover{}
.col1,.col2{}
#body_listings .overlayWrap{width:775px !important; overflow:hidden;}
#body_listings #pano{width:775px !important;overflow:hidden;}
/*END HTML DETAIL PAGE*/


/*agent roster*/
/*agent pickpage*/
.agentsWrap {}
.agentRow {border-bottom:dashed 1px #ccc;}
.agentCell {font-size:11px;line-height:15px;}
.rowOdd {background-color:#efefef;}
.rowEven {}
.agentCell .agentPic {}
.agentCell .agentText {}
.agentCell .agentName {}
.agentCell .agentTitle {}
.agentCell .smalltext {}
/*the search/sort controls*/
.agentControls {}
.agentControls .sortDrop {}
.agentControls select {}
.agentControls .agentSearch {}
.agentControls input {}
/* end agent pickpage*/

/*agent detail page*/
.agentWrap {}
.agentWrap .agentDetail {}
.agentWrap .agentDetail .agentPic {}
.agentWrap .agentDetail .agentText {}
.agentWrap .agentDetail .agentName {}
.agentWrap .agentDetail .agentTitle {}
.agentWrap .agentDetail .smalltext {}
.agentWrap .agentBio {}
.agentWrap .listingsDisplayTitle {border-bottom:dashed 1px #ccc;}
.agentWrap .listingsDisplayTitle b {font-weight:normal;}
.agentWrap .listingsDisplay a.viewLink:link, .agentWrap .listingsDisplay a.viewLink:visited, .agentWrap .listingsDisplay a.viewLink:active, .agentWrap .listingsDisplay a.viewLink:hover {background: #b8b8b8;}
.agentWrap .listingsDisplay a.viewLink:hover {background: #9b9b9b;}
.agentWrap .listingsDisplay {}
.agentWrap .featuredWrap {}
.agentWrap .soldWrap {}
.agentWrap .listingsWrap {}
.agentWrap .listingsWrap .oneListing {}
.agentWrap .listingsWrap .oneListing .accent {}
.agentWrap .contactForm {}
.captchaTable td {}
#contactFormFrame {}
/* end agent detail*/
/*end agent roster*/
/* --- END CMS ASSETS --- */


/* --- FIXES --- */
/* don't mess with this*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: .1%;}