@charset "utf-8";

/* --- GLOBAL SITE SETTINGS ---*/
html, body {padding:0;	margin:0;}
body,table td {font-size:12px;	line-height:18px;color:#292929;	font-family:  Arial, Verdana, sans-serif;} 
.body_class {background-color: #e4e4e4; background-image:url(../images/siteAssets/bg_window.jpg); background-repeat:repeat-x;} 
/* --- END GLOBAL SITE SETTINGS ---*/

/* --- PAGE STRUCTURES/LAYOUTS --- */
#wrap {border:0;width:100%;margin:0;text-align:left;} 
#page {width:885px;height:auto;margin:0 auto;padding:0;padding:15px 0;}
#header {width:885px;} 
#contentWrap {width:885px;	height:auto; background-image:url(../images/siteAssets/bg_page.jpg); background-repeat:repeat-x; background-position:top;background-color:#fff;}
#contentLeft {display:none;}
#contentRight {width:885px;float:left;padding:15px;}
#contentMinHeight {display:block;float:left;width:1px;margin-left:-1px;height:500px;}
#contentWrapTop {display:none;}
#contentWrapBot {width:845px;display:block;padding:10px 20px;background-color:#fff;}
#contentColWide{float:left;width:550px;margin:0 35px 0 0;}
#contentColNarrow{float:left;width:275px;margin-top:0px;}
#sharelinks{display:block; width:550px;line-height:25px;}
#foot {width:885px;	margin:0;padding:0 0 20px 0;text-align:center; background-image:url(../images/siteAssets/bg_foot.gif); background-repeat:no-repeat; background-position:bottom;}
#footCell {width:835px; padding:15px 25px 0 25px;background-image:url(../images/siteAssets/bg_footCell.gif); background-repeat:repeat-x; background-position:bottom; background-color:#650000;}
#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 --- */

/* --- NAV LAYOUTS ---*/
/* TOP HEADER UL/LI INLINE NAVS */
#header {line-height:1px;}
#header .nav {width:885px;height:32px; background-image:url(../images/siteAssets/bg_nav.jpg); background-repeat:repeat-x;}
#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:32px;line-height:32px;color:#fff;text-decoration:none;padding:0px 15px;border-right:solid 1px #696969;font-weight:bold;}
#header .nav li a:hover {color:#fff; background-color:#310806;}
#header .nav li a .selected {margin:0 -15px;color:#fff; background-color:#310806;}
/**/
#body_search #contentRight{width:860px;float:left;padding:15px;}

#pageTitle ul {list-style:none; margin:0;padding:0;}
#pageTitle li {margin: 0 20px 0 0;padding:0; display:inline;}


#sharelinks img {margin-right:8px;padding-right:8px;border-right:solid 1px #ccc;}
/* --- END NAV LAYOUT SCENARIOS ---*/


/* -- HEADLINES --- */
.large24head {font-size:24px;line-height:28px;color:#670001;font-weight:bold;}
.largehead {font-size:22px;line-height:25px;color:#670001;font-weight:bold;}
.midhead {font-size:16px;line-height:24px;font-weight:bold;color:#670001;}
.smallhead {font-size:13px;font-weight:bold;color:#cc0000;}
.redhead {color: #cc0000;}
.large24head .subhead{font-size:18px;}
.smallhead .subhead{font-size:12px;}


	/*jibe*/
	#j_wrap h1,#j_wrap h2,#j_wrap h3,#j_wrap h4{}
	.oneListing .listingHead {font-size:24px;line-height:30px;font-weight:normal;margin:0;padding:0;}
	.oneListing .listingHead .caption{font-size:12px;}
	.oneListing h4,.oneListing h3 {padding:0;margin:5px 0;font-size:17px;line-height:22px;font-weight:normal;}
/* -- END HEADLINES --- */


/* --- TEXT --- */
.plaintext {font-size:12px;line-height:18px;}
.bodytext {font-size:12px;line-height:18px;}
.smalltext {font-size:10px;}
#foot {color:#fff;font-size:10px;line-height:14px; font-family:Verdana, Arial, Helvetica, sans-serif;}
/* --- END TEXT --- */


/* --- LINKS --- */
a {cursor:pointer;}
a:link, a:visited, a:active {color:#670001;text-decoration:underline;}
a:hover {color:#cc0000;text-decoration:underline;}
#foot a:link, #foot a:active, #foot a:visited {text-decoration:none;color:#ffe400;font-weight:bold;}
#foot a:hover {text-decoration:underline;color:#ffe400;}
/* --- 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;} 
.listingLinks {margin:10px 0px;} 
/* --- END COMMON DOM ELEMENTS TO REUSE --- */



/* --- PROMO BOXES --- */
.promoBox {background-color:#f5f3f3;padding:0;margin:0 0 15px 0;width:270px;}
.promoBoxHead {font-size:14px;font-weight:bold;color:#fff;text-align:center;width:270px;padding-bottom:8px;background-color:#cc0000;}
.promoBoxContent .quickSearchTitle {display:none;} 
.promoBoxContent {font-size:11px;padding:0 15px 0 15px;text-align:center;width:240px;font-size:11px;line-height:15px;color:#fff;background-color:#cc0000;}
.promoBoxContent b {font-size:13px;line-height:28px;}

.promoBoxContent a:link, .promoBoxContent a:active, .promoBoxContent a:visited {text-decoration:none;color:#fff;font-weight:bold;font-size:12px;}
.promoBoxContent a:hover {text-decoration:underline;color:#fff;}
/* --- END PROMO BOXES --- */



/* --- FORMS --- */
form {margin:0;padding:0;display:inline;}
#contactForm, #formStage {width:600px;height:450px;background:none transparent;}
#buyersForm{display:block;height:500px;}
#sellersForm{display:block;height:580px;}
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: #cc0000;border:solid 1px #cc0000;font-size: 11px;color: #fff;padding: 2px;margin:3px;}
.gobtn:hover {background-color: #b86968;}
/*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 {}

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


/*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;text-indent:25px;margin:10px 0 15px 0;padding:0 0 15px 0;}


/* PAGES WITH EZ MOD SUBNAVS ie newsletter, neighborhoods, buyers/sellers, news*/
.onePost{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 {display:block;padding:3px;text-decoration:none;color:#533c19;}
.subnav li a:hover {background-color:#e8ecd3;color:#533c19;}
.subnav li .selected {background-color:#f0eaea;color:#000;margin:-3px;}
/* --- END COMMON DOM ELEMENTS TO REUSE --- */


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


.contentFader .thumb, .featListing .thumb{width:240px;height:160px; margin:0; }
.featListing .headLine {font-weight:bold;font-size:14px;margin-top:10px;display:inline-block;}
.featListing .redhead{color:#fff;font-size:12px;font-weight:bold;}



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


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







/*PICKPAGE*/
	.oneListing {overflow:hidden;padding:0 0 20px 0;margin:0 0 20px 0;}
	.listingThumb {float:left;padding:5px 10px 5px 0;}
	.listingText{float:left;width:330px;overflow:hidden;}
	.col_details{width:160px;}
	.col_auxDetails{width:160px;}
	.col_actions{width:80px;}
	.oneListing h4,.oneListing h3 {padding:0;margin:5px 0;}
/*END PICKPAGE*/	


/*DETAIL PAGE*/	
	.oneListing.detail{border:0;}
	.oneListing .listingHead {margin:0;padding:0;}
	.oneListing .listingHead .caption{font-size:12px;}
	
	.detailPanel{display:none;}
	.detailPanel.selected{display:block;overflow:hidden;}
	
	.inline-loader{padding:0 0 0 20px;background:url(http://jibe.logicalwebservices.com/pub/images/loading.gif) no-repeat left;}
	
	/*overview*/		
		.mainPic{width:410px;height:310px;overflow:hidden;padding:5px;}
		.thumbs{width:415px;padding:5px 0 5px 5px;overflow:hidden;}
		.thumbs .ssThumb {width:50px;height:35px;display:block;float:left;margin:0 5px 5px 0;cursor:pointer;}
		
		
		.listingSplash{padding:0 0 20px 0;}
        .listingFacts{}
			
		.listingPoh{padding:0 0 20px 0;}
		.vtLink{display:block;margin:10px 0 20px 0;}
		.green{color:#006400;font-weight:bold;}
		.bankShort,.newConst{font-weight:bold;}
		
		.oneListing .col.listingContact {margin:5px 5px 0 0;padding:10px;float:right;}
		.listingContact .thumbRow .brandingThumb .thumb{width:70px;margin:0 0 8px 0;}
		.listingContact .thumbRow .text{font-size:10px;line-height:12px;}
		.listingContact h5{margin:0 0 5px 0;padding:0;line-height:15px;font-size:11px;}
		
		.listingContact .row{margin:0 0 5px 0;}
		.listingContact .input{font-size:10px;line-height:12px;}
		.listingContact textarea.input{height:50px;font-size:10px;line-height:12px;}
		.listingContact .btn{margin:0;cursor:pointer;}
		
		.listingRemarks {margin:0 0 20px 0;padding:0 0 0 0;}
		.listingFeatures,.mortCalc {margin:0 0 20px 0;padding:0 0 16px 0;}
		
		.listingFeatures ul.list li.listItem{background:url(http://jibe.logicalwebservices.com/pub/themes/default/images/carrot-right.png) no-repeat left top;padding:0 0 0 10px;}
		.listingListOff{width:400px;padding:16px 0 0 0;}
		.listingDisclaimer {width:400px;margin:0;}
		.listingDisclaimer img {margin-right:10px;}
		
		/*mortgage calculator*/
			ul.mc, ul.mc li {margin:0;padding:0;list-style:none;}
			ul.mc li {display:inline;margin:0 10px 0 0;}
			ul.mc li.paymentRow{display:block;}
			ul.mc li label {display:inline-block;margin:0 3px 0 0;}
			ul.mc li input {width:45px;}
			ul.mc li select#interestRate {width:75px;}
			ul.mc li select#years {width:50px;}
			ul.mc li.paymentRow{margin:5px 0;}
			ul.mc li.paymentRow b{margin:0 8px 0 0;}
			ul.mc li.paymentRow .inline-error{display:block;margin:5px 0;font-weight:bold;}
	
	/*streetview*/
		#panel_streetView{width:100%;height:500px;}
	
	/*zillow panel*/
		#zillowPage{width:100%;display:block;overflow:hidden;}
		#zillowCharts{display:block;float:left;width:500px;}
		#zillowStats{display:block;float:left;width:210px;}
		#smallCharts{display:block;width:550px;}
		.oneChart {width:240px;float:left;margin:10px 10px 0 0;}
		#wrap #zillowPage h3{line-height:1.4em;}
/*END DETAIL PAGE*/
	
/*PICKPAGE*/
	.oneListing,.featListingsWrap.col .oneListing {/*row*/}	
/*END PICKPAGE*/

/*DETAIL PAGE*/		
	.listingContact {/*shadow1*/}
	.listingSplash {/*row_head*/}
	.listingFeatures,.mortCalc {/*row*/}
/*END DETAIL PAGE*/	


/*tabs*/
    	.tabNav ul{margin:5px 0;padding:0;}
        .tabNav ul li{list-style:none;display:inline-block;text-align:center;padding:5px 15px;margin:0 5px 0 0;cursor:pointer;font-size:12px;line-height:15px;}
        .tabNav ul li span{display:block;}
        .tabNav ul li a, .tabNav ul li a:hover{text-decoration:none;}
         .tabContentWrap{display:block;}
         .tabContent{width:100%;display:none;}
         .tabContentWrap .active{display:block;}
