/* =Structure Overrides
-----------------------------------------------
*/

#navbottom { height: 19px; }

#maincontent {
	width: 778px;
}

#content { width: 596px; }

#sidebar { width: 182px; }
#sidebar2 { width: 180px; }

#content .interiorblock { margin: 0 20px; }
#sidebar .interiorblock { margin: 0 20px; }
#sidebar2 .interiorblock { margin: 0 20px 0 10px; }

.lnk-viewgmap { /* want to hide the link that says "(View Map)" on the detail view page.. client wants to display address.. but does not have google maps - mn */
	display: none
}


/* =Backgrounds
-----------------------------------------------
*/
body { background: #ececec; }
#wrapper { background: transparent url("/ezstatic/data/kylekershner/i/wrapper.gif") left top repeat-y; }
#navbottom { background: transparent url("/ezstatic/data/kylekershner/i/navbottom.gif") left top no-repeat; }
#sidebar { background: transparent url("/ezstatic/data/kylekershner/i/leftsidebar.jpg") left top no-repeat; }
#header { background: transparent url("/ezstatic/data/kylekershner/i/header.jpg") left top no-repeat; }
#navbar { background: transparent url("/ezstatic/data/kylekershner/i/navbar.gif") left top repeat-x; }
#footer { background: transparent url("/ezstatic/data/kylekershner/i/footer.gif") left bottom no-repeat; }

/* =Element Styles
-----------------------------------------------
*/
a { text-decoration: none; }

a:hover { text-decoration: underline; }

.imgleft {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	
}

/* =Colors
-----------------------------------------------
*/
h1 { color: #56639c; }

a { color: #56639c; }
#sidebar h3 { color: #fff; }

#sidebar h3#pssheader,
#sidebar2 h3 { color: #59669e; }


#footer { color: #6c6c6d; }
#footer a { color: #6c6c6d; }
#footernavbar a { color: #56639c; }

/* =Navigation
-----------------------------------------------
*/
#navbar a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

#navbar a:hover {
	color: #86c0e7;
}


/* =Pre Saved Searches
-----------------------------------------------
*/

.searchcnt,
.searcharrow {
	display: none;
}

/* =Featured Listings
-----------------------------------------------
*/
div#sidebar2 span.listmlnumber,
div#sidebar2 span.listviewmoreinfo {
	display: block;
}



/* =Loginbar
-----------------------------------------------
*/
.loginbar {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 90%;
	line-height: 1.5;
}

.loginbar a {
	font-weight: bold;
	color: #cdd0df;
}



/* =Footer
-----------------------------------------------
*/
#footer p.contactinfo {
	background: transparent url("/ezstatic/data/kylekershner/i/logo150.gif") no-repeat left top;
	width: 60%;
	padding: 0 0 0 0;
	margin: 0 auto;
}

/* =Style Overrides
-----------------------------------------------
*/


#sidebar h3,
#sidebar2 h3 {
	font-family: arial, sans-serif;
	letter-spacing: 1px;
}

/* MLS Overrides */
#backtolistings {
	display: none;
}

.list_details {
	margin-left: 210px;
}

#nonmls_list_view_wrapper .list_item {
	clear: both;
	margin-bottom: 1em;
	border-top: 1px solid #cce;
	padding: 1em 0;
}

/* generic map search */
.mapcontainer {
	position: relative;
}

.maplabel {
	position: absolute;
	left: 0;
	top: 0;
}

.maplabel span { display: block; }

.townlabel {
	font-weight: bold;
	font-size: 120%;
}

/* home page styles */
#home .contentareabody {
	line-height: 1.8;
}

.homefeaturedcontent h2,
.headingfeaturedlistings {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #3b465a;
	font-size: 100%;
	letter-spacing: .05em;
	margin-bottom: 0;
	clear: left;
}

.homefeaturedcontent #list_view_wrapper .list_item {
	border-top-width: 0;
	padding: 0
}

.homefeaturedcontent .list_details {
	border: 1px solid #5e697c;
	border-width: 1px 0;
	padding: 10px 0;
}

.homefeaturedcontent .list_image img {
	border-width: 0;
}

/* map styling */
.townlist { width: 350px; }
.townlist label.checkbox {
	float: left;
	width: 45%;
}

p.submitbuttons {
	clear: both;
	padding: 10px 0;
}

.mapcontainer img {
	margin-top: 30px;
}

.submitbuttons input {
	font-size: 150%;
	font-family: verdana, sans-serif;
}

.county {
	position: relative;
}

.mapcontainer {
	position: absolute;
	left: 340px;
	top: 0;
}

#townwrapper .addison { min-height: 476px; }
#townwrapper .bennington { min-height: 468px; }
#townwrapper .rutland { min-height: 444px; }
#townwrapper .windsor { min-height: 451px; }

/* force scrollbars in firefox  */
html { min-height: 100%; margin-bottom: 1px; }

/* auto email styles */
#emailcontent { width: 550px; background: #fff; }

#emailcontent td { font-size: 12px; }





/* --------- */
/* list view */
/* --------- */

/* wraps the two list columns */
.listviewwrap {
	display: block;
}

/* floats the image left */
.listviewleft {
	width: 160px;
	float: left;
	text-align: center;

}

/* assigns styles to the list view images */
.listviewleft img {
	padding: 4px;
	float: left;
	margin-top: 8px;
	margin-bottom: 4px;
}

/* floats the desc right */
.listviewright {
	width: 70%;
	float: right;

}

/* adds padding between mls number and favorites */
.listviewmoreinfo { padding: 0 5px; }

/* clears floats */
.clearboth { clear: both; }

/* formats the price */
.listprice { text-align: right; }

/* formats remarks */
.listremark {
	display: block;
}

/* wraps the town and price in a box */
.listinfobottom {
	display: block;
	margin-top: 8px;
	margin-bottom: 0;
}

/* floats the town name left */
.listfavleft {
	float: left;
	width: 50%;
}

/* floats the price right */
.listfavright {
	text-align: right;
	float: right;
	width: 50%;
}

/* formats the town name */
.listtown { text-transform: uppercase; }


/* mls disclaimers */
.mlsdisclaimer p {
	margin: 0 0 10px 0;
}

.mlsdisclaimer img {
	margin: 0 8px 0 0;
}













/* dropdowns */
#navbar li ul {
	position: absolute;
	left: -9999px;
	width: 140px;
	margin: 0;
	padding: 0;
	opacity: .87;
	filter: alpha(opacity=87);
	text-align:left;
}
#navbar li:hover ul, 
#navbar li.sfhover ul {
	left: 0;
	z-index: 100;
	top: 20px;
}
#navbar li ul li {
	position: relative;
	height: auto;
	display: block;
	float: none;
	padding: 0;
}
#navbar li ul li a,
#navbar li ul li a:hover {
	color:#ffffff;
	display: block;
	text-indent: 0px;
	padding: 0 4px;
	line-height: 24px;
	height: 24px;
	margin: 0;
	float: none;
	font-size:10px;
	font-weight: bold;
}
ul#navbar li ul li a:hover {
	color:#86C0E7;
}

.nb7 ul a { background: #1D5180;}
#navbar li ul {
background:#999999 none repeat scroll 0% 50%;
}

ul#navbar li ul li a, ul#navbar li ul li a:hover {
background:#666666 none repeat scroll 0%;
}

