/* =Whitespace reset
-----------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img { border: 0; }

fieldset {
	border: 1px solid #666;
	padding: 10px;
}

/* =Structure
-----------------------------------------------
*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 247px;
	position: relative;
}

#navbar {
	height: 26px;
	margin: 0;
	border-bottom: 10px solid #dad6c3;
}

#content {
	width: 783px;
	float: left;
}

#main {
	width: 606px;
	float: right;
}

.page {
	margin: 20px 40px 30px 40px;
}

body.detailview #main {
	width: 100%;
	float: none;
}

body.detailview .page {
	margin-left: 20px;
	margin-right: 20px;
}

#sidebar {
	width: 177px;
	float: left;
}

#sidebar2 {
	width: 177px;
	float: right;
	padding-bottom: 38px;
}

#footer {
	clear: both;
}

.clearboth {
	clear: both;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* =Backgrounds
-----------------------------------------------
*/
body { background: #dad6c3 url('/ezstatic/data/exitlakeside/i/body.jpg') left top repeat-x; }
#header { background: transparent url('/ezstatic/data/exitlakeside/i/header.jpg') left top no-repeat; }
#wrapper { background: transparent url('/ezstatic/data/exitlakeside/i/wrapper.gif') left top repeat-y; }
#navbar { background: #fff; }
#footer { background: transparent url('/ezstatic/data/exitlakeside/i/footer.jpg') left top repeat-y; }

/* detail view */
body.detailview #wrapper { background-image: url('/ezstatic/data/exitlakeside/i/wrapper-detailview.gif'); }

/* =Header
-----------------------------------------------
*/
#homelink {
	position: absolute;
	left: 10px;
	top: 109px;
}

#homelink a{
	display: block;
	width: 224px;
	height: 130px;
	text-indent: -9999px;
}

#headercontact {
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
	color: #fff;
	font: bold 117%/1.67 Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #333;
}

#mobilelink {
	position: absolute;
	right: 15px;
	bottom: 10px;
	margin: 0;
}

#mobilelink a {
	color: #fff;
	font: bold 117%/1.67 Arial, sans-serif;
	text-shadow: 0px 0px 5px #000;
	padding-right: 15px;
	background: transparent url('/ezstatic/data/exitlakeside/i/mobilearrow.png') right center no-repeat;
}

/* =Navbar
-----------------------------------------------
*/
#navbar {
	list-style: none;
	text-align: center;
	line-height: 1;
	font-family: Arial, sans-serif;
}

#navbar li {
	display: inline;
	line-height: 26px;
	padding: 0 19px 0 7px;
	background: transparent url('/ezstatic/data/exitlakeside/i/navbullet.gif') right center no-repeat;
	position: relative;
	list-style: none;
	z-index: 100;
}

#navbar li:last-child,
#navbar li#last {
	background: transparent;
	padding-right: 10px;
}

#navbar a {
	color: #403b22;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
	font-size: 117%;
}

#navbar a:hover {
	text-decoration: none;
	color: #700b14;
}

/* dropdowns */
#navbar li ul {
	position: absolute;
	left: -9999px;
	display: block;
	white-space: nowrap;
	margin: 0;
	background: #fff;
	text-align:left;
	padding: 14px 18px;
	_width: 1%;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: 0;
	z-index: 100;
	top: 20px;
	height: auto; /* sticky suckerfish fix */
}

#navbar li ul li {
	position: relative;
	height: auto;
	display: block;
	float: none;
	padding: 0;
	background: transparent;
}

* html #navbar li ul li {
	height: 100%;
}

#navbar li ul li a,
#navbar li ul li a:hover {
	display: block;
	padding: 0 4px;
	line-height: 24px;
	height: 24px;
	margin: 0;
	float: none;
	color: #700b14;
	font-weight: normal;
	font-size: 100%;
	text-transform: none;
}

ul#navbar li ul li a:hover {
	background: transparent;
	text-decoration: underline;
}

/* level 3 navigation */
#navbar li ul ul {
	margin: -28px 0 0 100%;
	background: #f9f9f9;
	border-top-width: 0;
}

#navbar li:hover ul ul,
#navbar li.sfhover ul ul{
	left: -9999px;
}

#navbar li ul li:hover ul,
#navbar li ul li.sfhover ul{
	left: auto;
	_left: 120px;
}

/* =Type and colors
-----------------------------------------------
*/
body {
	font: normal 0.75em/1.67 Verdana, sans-serif;
	color: #4b4b4b;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol { margin-bottom: 18px; }

ul, ol { margin-left: 20px; }

ul ul, ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

a {
	color: #700b14;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: normal 167%/1 Tahoma, Verdana, sans-serif;
	color: #403b22;
}

h2 { font: normal 133%/1 Tahoma, Verdana, sans-serif; }
h3 { font: normal 117%/1 Tahoma, Verdana, sans-serif; }
h4 { font: bold 100%/1 Tahoma, Verdana, sans-serif; }
h5, h6 { font: bold 100%/1 Tahoma, Verdana, sans-serif; }

/* =Content
-----------------------------------------------
*/




/* =Sidebars
-----------------------------------------------
*/
#sidebar h3,
#sidebar2 h3 {
	background: #67110d url('/ezstatic/data/exitlakeside/i/h3.jpg') left top repeat-x;
	height: 27px;
	line-height: 27px;
	color: #fff;
	padding-left: 15px;
	font-size: 100%;
	text-transform: uppercase;
	margin-bottom: 17px;
}

#sidebar h3 a,
#sidebar2 h3 a {
	color: #fff;
	font-weight: normal;
	text-transform: none;
	font-size: 92%;
}

#quicksearch h3,
#homefinder h3 {
	font-size: 117%;
	text-transform: none;
	margin-bottom: 9px;
}

#sidebar p,
#sidebar2 p,
#sidebar #adlist {
	margin-bottom: 30px;
	padding: 0 10px 0 15px;
}

#sidebar h4,
#sidebar2 h4 {
	margin-bottom: 6px;
	padding: 0 10px 0 15px;
	color: #700b14;
	text-transform: uppercase;
	line-height: 1.17;
}

#sidebar h4 a,
#sidebar2 h4 a {
	font: normal 133%/1.2 Verdana, sans-serif;
	color: #403b22;
	text-transform: none;
}

.psslist,
#recentposts {
	list-style: none;
	margin-left: 15px;
	margin-right: 10px;
	line-height: 1.4;
}

.psslist li,
#recentposts li {
	margin-bottom: 4px;
}

.psslist a,
#recentposts a {
	font-weight: normal;
	color: #000;
}

.searcharrow,
.searchcnt {
	display: none;
}

#sidebar2 #teal {
	padding: 0;
	text-align: center;
}


#blogpost{
color: #403B22 !important;
font-family:Verdana,sans-serif;
font-size:130%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.2;
text-transform:none !important;
}

/* quicksearch */
#quicksearch select,
#quicksearch input {
	margin-left: 15px;
}

/* Basic Overlabel styles (used with /data/js/overlabel-ala.js) */
div.overlabel-wrap {
	position:relative;
}

label.overlabel-apply {
	position:absolute;
	top:4px;
	left:5px;
	z-index:1;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 1;
}

/* login block */
#loginbar {
	margin: 0 14px 12px 14px;
}

#signuptab,
#logintab {
	background: #fff url("/ezstatic/data/exitlakeside/i/homefinderback.jpg") left top repeat-x;
	margin-top: 1px;
}

.ui-tabs-nav a {
	color: #999;
	padding-top: 2px;
	border-bottom:1px solid #787878;
}

.ui-tabs-nav a:hover,
.ui-tabs-nav .ui-tabs-selected a { color: #814d39; }

#signuptab {
	color: #000;
}

#signuptab p {
	font-size: 100%;
	line-height: 1.17;
	margin: 0 0 12px 0;
	padding: 0 0 0 6px;
}

#signuptab p strong {
	font-weight: normal;
}

#signuptab ul {
	padding-left: 0;
	margin-left: 0;
}

#signuptab li {
	font-size: 117%;
	line-height: 1.2;
	font-weight: bold;
	margin-left: 8px;
	padding-left: 10px;
	list-style: none;
	background: transparent url("/ezstatic/data/exitlakeside/i/redarrow.gif") left center no-repeat;
}

#loginform input.input {
	width: 120px;
}

#homefinder p.join {
	padding: 0;
	margin: 12px 0;
}

/* ask a question */
#questionbox p {
	color: #700b14;
	line-height: 1.1;
	font-size: 92%;
	margin-bottom: 10px;
}

.call {
	text-transform: uppercase;
	font-size: 118%;
	font-weight: bold;
}

#questionbox strong {
	font-size: 118%;
	color: #403b22;
}

#questionform {
	margin-left: 15px;
}

#questionform input.text {
	width: 130px;
}

#questionform textarea {
	width: 130px;
	height: 130px;
	font-size: 100%;
}

#questionform label {
	font-size: 92%;
	color: #000;
}

/* =Footer
-----------------------------------------------
*/
#footer {
	color: #fff;	
	font-size: 92%;
	text-align: center;
	padding: 15px 0;
	position: relative;
	z-index: 100;
}

#footer a {
	color: #fff;
	font-weight: normal;
}

#agentsignin {
	position: absolute;
	right: 17px;
	top: -48px;
	text-align: right;
}

#agentsignin a {
	font: normal 100%/1.8 Verdana, sans-serif;
	color: #403b22;
	background: transparent url('/ezstatic/data/exitlakeside/i/brownarrow.gif') right center no-repeat;
	padding-right: 16px;
}

#usmtag {
	margin: 0;
}

#usmtag a {
	display: block;
	width: 220px;
	height: 18px;
	background: transparent url('/ezstatic/data/exitlakeside/i/usmtag.gif') left top no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}

#copyright {
	text-align: center;
	font: bold 75%/1.5 Verdana, sans-serif;
	padding: 5px 0 15px 0;
	color: #700b14;
}

/* =Page-specific
-----------------------------------------------
*/
/* home page */
.ourlistings h2 {
	border-bottom: 1px solid #bdb9a5;
	padding: 0 0 4px 40px;
	font: normal 158%/1 Tahoma, Verdana, sans-serif;
	color: #403b22;
}

#home .relistviewwrap {
	margin: 10px 22px 20px 22px;
	border-bottom: 1px solid #bdb9a5;
	color: #403b22;
}

#home .relistaddress {
	background:transparent;
}

#home .listtown{
	display:block;
	height:23px;
	margin-left: 14px;
	margin-right: 14px;
}

#home .remarks {
	margin: 14px;
}

#home .listtown a{
	background:transparent;
	color:#403b22;
}

#home .ourlistings .attributes {
	font-size: 90%;
}


body#home .page .page {
	margin: 20px 0 0 0;
}

body#home #list-view-top-nav,
body#home #gmapframe,
body#home #showgmap,
body#home #hidegmap,
body#home #eznavigatortpl,
body#home .favorite {
	display: none;
}

body#home .bottomnavigator #eznavigatortpl {
	display: block;
}

/* detail view */
#mlsleftbar .listingagent {
	display: none;
}

/* agent manager */
#agentlist .agentblock {
	margin-bottom: 20px;
	border-bottom: 1px solid #bdb9a5;
	float: left;
	text-align: center;
	width: 33%;
	height: 240px;
}

#agentlist .agentimage {
	display: block;
	height: 130px;
}

#agentlist img {
	border: 1px solid #222;
	float: none;
	height: 130px;
}

#agentview .mlsnavbar { display: none; }

.realtorleft {
	float: left;
	height: 210px;
}

.realtorleft img {
	float: left;
	border: 1px solid #222;
}

.realtorright {
	float: none;
	width: 100%;
}

/* advanced search */
	td.searchlabel {
	padding-right: 10px;
}

span.proptype {
	width: 30%;
	float: left;
}

span.towntype {
	width: 35%;
}

/* article archive */
.eznav,
.ezdetails,
.ezreadmore img {
	display: none;
}

.ezreadmore {
	text-align: right; 
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

/* contact page */
#contact h2 {
	margin-bottom: 4px;
}

#contact .page .office {
	margin-bottom: 18px;
}

/* basic contact forms  */
form.contactform label { padding: 0; }

form.contactform label input,
form.contactform label select,
form.contactform label textarea,
form.contactform label.checkbox { display: block; }

form.contactform label.checkbox input { display: inline; }

form.contactform label textarea {
	width: 220px;
	height: 150px;
}

form.contactform label input { width: 220px; }

/* selling your home */
#marketeval h2 {
margin: 18px 0;
}

label.third {
	width: 30%;
	margin-right: 3%;
	float: left;
}

/* basic auto-email overrides */
#emailcontent { width: 550px; background: #fff; }

#emailcontent td { font-size: 12px; }
