body {
	background: #E1D7B6 url(/images/background.jpg) repeat scroll 0 0;
	color: #6B6B6B;
	font: 90%/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group Set Style */

header, nav, section, aside, footer {
	display: block;
}

h2 {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.5em;
	color: #857136;
}
h4 {
	font-weight: bold;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #857136;
}
a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}

/* @end */

#container {
	position: relative;
	width: 900px;
	margin: 0 auto 30px;
}

/* @group Header */

header {
	background: url(/images/header.jpg) no-repeat 0 0;
	height: 208px;
}

header .header_phone {
	position: absolute;
	top: 120px;
	right: 55px;
	z-index: 1;
}

header #search {
	position: absolute;
	top: 210px;
	right:  200px;
	background: #eee;
	width: 350px;
	padding: 20px;
	border: 1px solid #666;
	z-index: 2;
	display: none;
}

header h1 {
	text-indent: -99999px;
	background: url(/images/logo.png) no-repeat left bottom;
	width: 500px;
	height: 145px;
	margin-bottom: 30px;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
header nav ul li a,
header nav ul li a:link,
header nav ul li a:visited,
header nav ul li a:active {
	background-color: rgba(255, 255, 255, 0.4);
	float: left;
	display: block;
	margin-right: 2px;
	padding: 4px 20px;
	text-decoration: none;
	color: #857136;
	font-size: 0.9em;
}
header nav ul li a:hover,
header nav ul li a.active {
	background: #FFF;
}

header nav ul li.right a,
header nav ul li.right a:link,
header nav ul li.right a:visited,
header nav ul li.right a:active {
	display: block;
	float: right;
	height: 32px;
	margin-right: 0;
	padding: 0;
}

/* @end */

/* @group Body */

#body {
	background: #FFF;
	padding: 40px 30px 50px;
}

/* @group Sidebar */

#body #sidebar {
	float: right;
}
#body #sidebar section {
	background: #F5F2E9;
	width: 175px;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 0.8em;
	line-height: 20px;
}
#body #sidebar section.top {
	padding-top: 50px;
}
#body #sidebar p {
	margin-bottom: 15px;
}

/* @end */

/* @group Content */

#body #content {
	float: left;
	width: 600px;
}
#body #content_full {
}
#body #content p,
#body #content_full p {
	margin-bottom: 15px;
}

/* @end */

/* @end */

/* @group Footer */

footer {
	position: relative;
	background: url(/images/footer.jpg) no-repeat 0 0;
	height: 187px;
}
footer #copy {
	position: absolute;
	top: 140px;
	left: 30px;
	font-size: 0.8em;
}
footer aside {
	position: absolute;
	top: 130px;
	right: 20px;
	font-size: 0.8em;
}
footer aside img {
	margin-left: 10px;
}

/* @end */

/* @group Phone List */

div.listedPhone {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.listedImg {
	float: left;
	text-align: right;
}
.listedCats {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 120px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
ul.listedCats {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 120px;
	text-align: right;
	font-weight: bold;
}
ul.listedCats li {
	margin: 0px 0px 12px 0px;
	padding: 2px;
	/*background: #f1f1f1;*/
}
ul.listedCatsDes {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 280px;
}
ul.listedCatsDes li {
	margin: 0px 0px 12px 2px;
	padding: 2px;
	/*background: #f1f1f1;*/
}
div.moreInfo {
	float: left;
	margin: 30px 0px 0px 35px;
	padding: 4px;
}
div.moreInfo2 {
	float: left;
	margin: 30px 0px 0px 135px;
	padding: 4px;
}
div.forSale {
	float: left;
	margin: 30px 0px 0px 35px;
	padding: 4px;
}
div.forSale1 {
	float: left;
	margin: 25px -5px 0px 50px;
	/*position: relative;*/
	padding: 4px;
}
div.forSale2 {
	float: left;
	margin: 30px 0px 0px 0px;
	/*position: relative;*/
	padding: 4px;
}
div.forSale3 {
	float: left;
	margin: 25px -5px 0px 15px;
	position: relative;
	padding: 4px;
}
div#phoneLayout1 {
	padding: 10px;
}
ul.listedCatsDesInner {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 330px;
}
ul.listedCatsDesInner li {
	margin: 0px 0px 12px 2px;
	padding: 2px;
	background: #f1f1f1;
}
a.enlarge {
	color: #999;
	font-weight: normal;
	font-size: 10px;
}
div#pagePadding{
	padding: 30px;
}
div#pagePadding .searchBoxes{
	width: 175px;
}
div#pagePadding label{
	font-size: 13px;
	color: #A0A0A0;
}
.listedImg{
	float: left;
	text-align: right;
	margin-right:20px;
}
.displayrow{
	color:#A5A5A5;
	font-weight:bolder;
}
div#otherPhotos{
	margin-top: 10px;
}
div#otherPhotos img{
	margin: 0px 1px 0 0;
}
div#photosTitle{
	background-color:#dcdcdc;
	color:#717171;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}
div#otherPhotosLrg{
	float: right;
	width: 300px;
	margin-left: 5px;
}
div#otherPhotosLrg img{
	margin: 0 1px 5px 0;
}

/* @end */



/* @group Form */

form.style label {
	display: block;
	margin-top: 10px;
}

/* @end */

/* @group Classes */

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.sort li.noBord {
	padding-left: 0;
}
.sort li {
	float: left;
	padding-left: 20px;
}

/* @end */








