@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:#281c1a;	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;} 
.body_class {background-color: #fff;background-image:url(../images/siteAssets/bg_page.gif);background-repeat:repeat-y; background-position:left;} 
/* --- END GLOBAL SITE SETTINGS ---*/

/* --- PAGE STRUCTURES/LAYOUTS --- */
#wrap {min-height: 100%;border:0;width: 1000px; margin:0;text-align:left;} 
#page {width:1000px;height:auto;margin: 0;padding:0;}
#header {width:1000px;} 
#contentWrap {width:1000px;	height:auto;}
#contentLeft {display:none;}
#contentRight {width:960px;float:left;padding:20px;}
#contentMinHeight {display:none;height:1px;width:1px;}
#contentWrapTop {display:none;}
#contentWrapBot {display:none;}
#contentColWide,.mainColWrap{float:left;width:700px;margin:0 40px 0 0;}
#contentColNarrow{float:left;width:220px;margin-top:-5px;text-align:center;}
#foot {}
#footCell {}
#preloadDiv {position:absolute;z-index:2;top:0;visibility:hidden;}
#pageTitle {display:block;margin-bottom:10px;} 
.afterPageContent {	display:block;	margin-top:20px;} 
/* --- END PAGE STRUCTURES/LAYOUTS --- */

/* --- NAV LAYOUTS ---*/
/* TOP HEADER UL/LI INLINE NAVS */
#header {}
#header .nav {width:1000px;height:29px;text-align:left; background-image:url(../images/siteAssets/bg_nav.gif); background-repeat:no-repeat;border-top:solid 2px #fff;border-bottom:solid 2px #fff;}
#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;text-decoration:none;padding:0px 15px; font-size:12px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;text-transform:uppercase;}
#header .nav li a:hover {background-color:#d5e489;}
#header .nav li a .selected {background-color:#d5e489;margin:0 -15px;}
/**/
/* --- END NAV LAYOUT SCENARIOS ---*/


/* -- HEADLINES --- */
.large24head {font-size:24px;line-height:28px; color:#2e241f;}
.largehead {font-size:18px;line-height:25px;color:#2e241f;}
.midhead {font-size:15px;font-weight:normal;color:#2e241f;}
.smallhead {font-size:13px;font-weight:bold;color:#2e241f;}
.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:#666;font-size:11px;line-height:14px;}
/* --- END TEXT --- */


/* --- LINKS --- */
a {cursor:pointer;}
a:link, a:visited, a:active {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;}
.bioPic {border:solid 1px #272b28;margin-bottom:10px;}
.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;} 
.listingLinks {margin:10px 0px;} 
hr{color:#465416; background-color:#465416;border:0;margin:20px 0;height:1px;}
/* --- END COMMON DOM ELEMENTS TO REUSE --- */



/* --- PROMO BOXES --- */
.promoBox {-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;margin-bottom:10px;}
.promoBoxHead {font-size:13px;font-weight:bold;background-color:#bfd848;padding:6px;text-align:center;}
.promoBoxContent .quickSearchTitle {display:none;} 
.promoBoxContent {font-size:11px;padding:5px;text-align:center;}
/* --- END PROMO BOXES --- */



/* --- 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;}
input.gobtn, .gobtn, .gobtn:hover {cursor:pointer;background-color: #bfd848;border:solid 1px #fff;font-size: 10px;color: #fff;padding: 3px;margin:3px;}
.gobtn:hover {background-color:#aed136;}
/*round buttons -- use this if you want rounded submit buttons in non-IE browsers*/
input.gobtn, .gobtn, .gobtn:hover {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;padding: 1px 5px 2px 5px;}
/* quick search*/
.quickSearch{padding:10px;}
.quickSearchTitle{}
.quickSearchEntry {} /*one 'row' of label and input field*/
.quickSearch .formLabel{}
.quickSearch .formInput{}
.quickSearch .formInput select{}
.quickSearch form {}

#contentColNarrow #startSearchInput {margin:8px 0;}
#startSearchInput {width:220px;display:inline;font-size:9px;}
.inlineWrap {display:inline;margin-right:3px;}
/* --- END FORMS --- */


/* ---LD SEARCH STUFF --- */
select.box {width: 150px;}
select.100 {width: 85px;}
input.85 {width: 85px;}
input.40 {width: 40px;}
table.cart {border:0;}
table.cart td {padding: 10px;border:0;}
/*overwrite the <td bgcolor="#666"> use in detail page slideshow*/
table td {background-color:#e2ecb1;} 
/* --- END LD SEARCH STUFF --- */



/* ---UNIQUE PAGE LAYOUTS ---*/
/*#body_home #contentColNarrow, #body_search #contentColNarrow{margin-top:-5px;}*/

#body_mapsearch{ background-image:url(../images/siteAssets/bg_page_mapsearch.gif); background-repeat:repeat-y;}
#body_mapsearch .mainColWrap {width:960px;}
#body_mapsearch #contentLeft {}
#body_mapsearch #contentRight {}
/* ---END UNIQUE PAGE LAYOUTS ---*/



/* --- CMS ASSETS ---*/
/* contact form asset */
#contactInfo {display:block;margin-bottom:10px;}
#contactForm, #formStage {width:600px;height:450px;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;}
/* end contact form asset*/


/*newsletter/neighborhoods/buyers-sellers, etc.. right nav pages*/
#nlContent {} 
.catHead {font-size:16px;line-height:18px;font-weight:bold;} 
#nlContent .post {margin-bottom:25px;}
.postHead {font-size:15px;line-height:18px;font-weight:bold;} 
.postByline {font-size:12px;line-height:18px;font-weight:normal;font-style:italic;} 
.postSubHead {}
.postContent {}
.postCredit {display:block;width:594px;background-color:#ebe5e5;padding:3px;font-size:10px;} 
#nlSubNav {float:right;width:150px;} 
.nlSubNavHead {font-weight:bold;display:block;margin-bottom:3px;}
#nlSubNav li a, #nlSubNav li a:link, #nlSubNav li a:active, #nlSubNav li a:visited, #nlSubNav li a:hover, #nlSubNav li .selected {display:block;padding:2px;text-indent:2px;text-decoration:none;color:#533c19;}
#nlSubNav li a:hover {background-color:#e8ecd3;color:#533c19;}
#nlSubNav li .selected {background-color:#f0eaea;color:#000;}

#contentColNarrow ul, #contentColNarrow li {margin:0;padding:0;list-style:none;text-align:left;}
#contentColNarrow li a, #contentColNarrow li a:link, #contentColNarrow li a:active, #contentColNarrow li a:visited, #contentColNarrow li a:hover, #contentColNarrow li .selected {display:block;padding:4px;text-decoration:none;color:#2e370e;}
#contentColNarrow li a:hover {background-color:#bfd848;color:#fff;}
#contentColNarrow li .selected {background-color:#bfd848;margin:-4px;color:#fff;}
/* end newsletter/neighborhoods/buyers-sellers, etc.. right nav pages*/


/*wordpress -- these are mapped like the above newsletter*/
/*the wordpress stage --with subnav*/
#content {margin:0;padding:0;}
 /*the wrapper for the wordpress posts stage*/
.narrowcolumn {float: left;padding: 0;margin: 0;width: 600px;}
/*the wrapper for the wordpress posts stage with no side bar nav -- ie comments page*/
.widecolumn {width:650px;}
/*headline for category */
.pagetitle {font-size:16px;line-height:18px;font-weight:bold;margin:0;padding:0;} 
/*this displays the "older entries/newer entries" sub link under archive title*/
.navigation {display: none;}
/*wraps one post*/
.narrowcolumn .post {margin-bottom:25px;}
/*class for the post title*/
.post h2, .post h3 {font-size:15px;line-height:18px;font-weight:bold;padding:0;margin:0;} 
.post h2 a:link, .post h2 a:active, .post h2 a:visited, .post h2 a:hover, .post h3 a:link, .post h3 a:active, .post h3 a:visited, .post h3 a:hover {color:#333;}
 /*class for byline under title*/
.post small {font-size:12px;line-height:18px;font-weight:normal;font-style:italic;}
/*wrap the text of the post*/
.post {margin: 0;text-align: justify;} 
/*class for the post credit*/
.post .postmetadata {display:block;width:594px;background-color:#ebe5e5;padding:3px;font-size:10px;} 
/* wrapper for side bar nav*/
#sidebar {padding: 0;margin-left: 620px;width: 150px;}
#sidebar h2 {font-weight:bold;display:block;margin:8px 0 0 0;font-size:12px;}
#sidebar ul ul li a:link, #sidebar ul ul li a:active, #sidebar ul ul li a:visited, #sidebar ul ul li a:hover, #sidebar ul ul li .current-cat {display:block;padding:2px;text-indent:2px;text-decoration:none;font-size:11px;}
#sidebar li a:link, #sidebar li a:active, #sidebar li a:visited {color:#533c19;}
#sidebar li a:hover {background-color:#e8ecd3;color:#533c19;}
/*sidebar currently selected cataegory*/
#sidebar li .current-cat {background-color:#f0eaea;color:#000;}
#sidebar #searchsubmit {cursor:pointer;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;padding: 1px 5px 2px 5px;margin:5px 0 15px 0;}
/* end wordpres blog*/


/*testimonials page*/
.testimonials {width:700px;}
.testimonialsText {}
.testimonialAuthor {text-indent:25px;margin:10px 0 15px 0;padding:0 0 15px 0;border-bottom:dashed 1px #cbcbcb;}


/*links page*/
.catTitle {}
.links {margin-bottom:20px;}
.link {}
.linkDescription {margin-bottom:5px;padding-bottom:5px;border-bottom:dashed 1px #dddddd;font-size:11px;line-height:13px;}


/*nonNWMLS listings/rentals page*/
/*wraps the category title and categories subnav*/
.catWrap {display:block;margin-bottom:15px;}
.catTitle {text-decoration:underline;display:inline;}
/*wraps all the listings in the page*/
.listings {}
/* one listing --zoom:1 is an IE hack --keep it*/
.listing {zoom:1;margin-bottom:15px;padding-bottom:15px;border-bottom:dashed 1px #dddddd;}
/* the flash slideshow and blurb bar on the detail pages*/
.listingSlideshowBar {display:block;margin-top:10px;}
/* the html pic on the pickpage*/
.listingPic .thumb {border:solid 1px #000;}
.listingPic {display:inline;float:left;}
/* the text blurb to right of pic*/
.listingBlurb {display:inline;float:left;margin-left:15px;}
/*the two blocks of contnet under the pic/blurb*/
.listingDetails, .listingComments {display:block;margin-top:20px;}
/*top subnav for categories*/
.catNav {display:inline;margin-left:15px;}
.catNav ul, .catNav li {display:inline;margin:0;padding:0;}
.catNav li a:link, .catNav li a:active, .catNav li a:visited, .catNav li a:hover {padding:3px;background-color:#f5f3f3;border:solid 1px #dddddd;font-size:10px;}
/* end non nwmls listings apge*/


/*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 --- */





/* --- LD SEARCH / STATIC ASSETS ---*/

/*resources page*/
.resource-section{margin-bottom:10px;padding-bottom:10px;border-bottom:dashed 1px #cbcbcb;}
/*bold topic in click-expand pages*/
.handcursor, .handcursor:hover {display:block;margin:5px 0;padding:3px;border:solid 1px #e2ecb1;color:#2c211d;} 
.handcursor:hover {border:solid 1px #e2ecb1; background-color:#bfd848;color:#fff;}
/*the plus/minus in click-expand pages*/
.status {}
/*the expanded text body in click-expand pages*/
.switchgroup {} 
/*end resources*/



/* claudius */
/*main wrapper*/
.content_style {}
.infobox {border:solid 1px #aed136; background-color:#f8fbea;}
.alertbox {line-height:16px;border:solid 1px #aed136;}
.maintabs {}
/*use   background-image:none; background-color:#xxxxxx;   to set a solid bg color*/
.maintabs li a,.maintabs li a:link,.maintabs li a:visited,.maintabs li a:active {background-image:none; background-color:#bfd848;} 
/*use   background-image:none; background-color:#xxxxxx;   to set a solid bg color*/
.maintabs li a:hover {background-image:none; background-color:#d5e489;color:#fff;} 
/*use   background-image:none; background-color:#xxxxxx;   to set a solid bg color*/
.maintabs li.selected a {background-image:none; background-color:#d5e489; color:#191e09;} 
.maintabs li.selected a:hover {background-image:none; background-color:#d5e489;}
/*focus bar*/
.focusbar {line-height:15px;}
.focusbar_head {}
.focusfields {padding:1px; margin:1px;}
/*refine bar*/
.refinebar {line-height:15px;}
.focusbar .gobtn {margin-right:1px;}
.refinebar_head {}
/*page sub tabs */
a.tab { background-color:#bfd848; color:#fff;border:solid 1px #aed136;}
a.tab:hover {background-color:#d5e489; color:#fff;border:solid 1px #aed136;}
/*selected page sub tab*/
a.stab {background-color:#d5e489; color:#191e09;border:solid 1px #191e09;}
a.stab:hover {background-color:#d5e489; color:#fff;border:solid 1px #aed136;}
/* end claudius*/


/* --- LD SEARCH / STATIC 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%;}