body {
	margin: 30px;
	text-align: left;
	background: #d4d7bc;
}

body * {
	font-family: arial;
}

.head { background: #ede779; padding-bottom: 2px; }

#main {
	margin: 0 auto 0 auto;
	border: 6px solid #ede779;
	background: url(/gfx/layout/bg.gif) repeat-y left top;
	width: 795px;
}

#main .bg-wrap {
	background: url(/gfx/layout/blue-bg.gif) no-repeat;
	
}

#main .bg-blue-line {
	

}

a { color:#d89e4b;}

a:hover {color:#FFCC33}

.logo { width: 660px; height: 141px; float: left; }
.top-left { width: 135px; height: 141px; float: left; }

.leftNav {
	width: 170px;
	padding: 20px;
	float: left;
	background: none;
}

.leftNav .imgCont { text-align: center; }
.leftNav .imgCont img { border: 3px solid #ffffff; }

.leftNav .imglogo { text-align: center; }
.leftNav .imglogo p{ 
	text-align: center;
	color: #7c725d;
	font-family: arial;
	font-size: 13px;
	font-weight: none; }
.leftNav .imglogo a{ color:#7c725d; }
.leftNav .imglogo a:hover {color:#f0f1e7}
.leftNav .imglogo img { 
	border: 0px;
	padding-top: 20px; }

ul#nav, ul#nav li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#nav li {
	background: url(/gfx/layout/nav-bg.gif) right bottom no-repeat;
	width: 150px;
	padding: 5px 0 7px 0;
	text-align: center;
	margin-top: 0px;
	margin-left: 10px;
}

ul#nav li a {
	color: #7c725d;
	font-family: arial;
	font-size: 13px;
	font-weight: none;
	text-decoration: none;
	
}

ul#nav li a:hover {
	color: #f0f1e7;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	
}

#footer { 
color: #333333; 
text-align:center; 
font-size:13px; 
font-style:normal; 
padding-top: 10px; 
word-spacing: 4px;
}
#footer2 { 
color: #333333; 
text-align:center; 
font-size:11px; 
font-style:normal; 
padding-top: 7px; 
}


.cont {
	float: left;
	width: 585px;
}

.cont .wr {
	padding: 40px;
}

.cont h1 {
	font-size: 25px; 
	color: #ffffff;
	margin: 5px 0 0 0;
	font-weight: normal;
	padding-bottom:20px;
}

.cont h3 {
	padding-bottom:15px;
	}

.cont h2 {
	color: #ded554;
	font-size: 23px; 
	margin-top: 15px;
	font-weight: normal;
}

.cont hr {
	border: none;
	padding: 0;
	background: #cccccc;
	height: 3px;
	margin: 10px 0 10px 0;
}

.cont {
	color: #80736c;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}

.sideBar {
	width: 160px;
	text-align: left;
	float: right;
	margin-left: 40px;
}

.btn { background: #a38f71; color: #ffffff; padding: 1px; margin: 8px 0 10px 0; border: none; }



.listingWrapper {
	clear: both;
	margin: 40px 0 30px 0;
	color: #5a5854;
	
}

.listingWrapper .clear { clear: both; }

.listingWrapper .right { float: right; width: 280px; }
.listingWrapper .firstLine { border-bottom: 1px solid #5a5854; margin-bottom: 10px; }
.listingWrapper .mls_id { float: left; width: 90px; text-align: left; }
.listingWrapper .price { float: left; width: 90px; text-align: left; }
.listingWrapper .sq_feet { float: left; width: 90px; text-align: left; }
.listingWrapper .description { clear: both; font-size; 10px; font-weight: normal; line-height: 140%; }
.listingWrapper img { }



/* MLS Styles for the form */

.mls fieldset { border: 1px solid #a3a787; padding: 0 15px 15px 15px; }
.mls label { display: block; padding: 3px; margin-top: 15px; }

.pages a { padding: 3px; }


/* Questions Styles */

.question {
	padding: 20px 0 20px 0;
	border-bottom: dashed #d9a151 1px;
}

.question .created {
	background: url(/gfx/layout/ask-arrow.gif) no-repeat left;
	padding-left: 28px;
	color: #878787;
	font-size: 13px;
}

.question .q { 
	font-size: 18px; 
	font-weight: normal; 
	color: #212121;
	margin: 5px 0 5px 0;
	line-height: 150%;
}

.question .comment {
	padding-left: 60px;
	font-size: 14px;
	margin: 10px 0 10px 0;
}

#post_question {
	background: #a1a1a1;
	width: 257px;
	padding: 5px;
	float: right;
	margin: -20px -30px 10px 10px;
}

#post_question form { margin: 0; padding: 0; }

#post_question textarea {
	width: 100%;
	height: 40px;
}
