body,html {
	background-color: rgb(88,87,83);
	color: rgb(51,51,51);
	font-size: 0.9em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	padding: 0px;
	margin: 10px;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	border: 0px;
}

h1 {
	color: rgb(0,129,8);
	font-size: 1.25em;
}

a {
	color: rgb(0,110,0);
	text-decoration: none;
}

input, select, textarea {
	border: 1px rgb(180,180,180) solid;
}

div#main {
	width: 780px;
	margin: 0px auto;
	background-color: rgb(255,255,255);
	padding: 15px 24px 15px 24px;
}

table#tbar {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table#tbar td#logo {
	width: 119px;
	height: 117px;
}

table#tbar td#title {
	height: 90px;
	vertical-align: bottom;
}

table#tbar td#menu {
	vertical-align: top;
}

div.menu {
	background-color: rgb(0,129,8);
	padding: 2px 10px 2px 10px;
	border-bottom: 2px rgb(237,28,36) solid;
	color: rgb(255,255,255);
	cursor: default;
	font-size: 0.85em;
}

div.menu a {
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight: bold;
}

div.menu span {
	font-weight: bold;
}

div#content {
	line-height: 150%;
	font-size: 0.85em;
}

div#home {
	margin-right: 280px;
}

div#faq {
	margin: 0px 100px 0px 10px;
}

div#faq a {
	color: red;
}

div#faq span {
	color: rgb(0,129,8);
	font-weight: bold;
}

div#banners {
	width: 234px;
	float: right;
	text-align: center;
	margin-top: 5px;
}

div#banners a {
	display: block;
	width: 234px;
	height: 60px;
	margin-bottom: 6px;
}

div#banners h4 {
	font-size: 1.05em;
	font-weight: normal;
	margin-top: 0px;
}


div#accMenu {
	float: left;
	width: 150px;
	border: 1px rgb(180,180,180) solid;
	border-bottom: 0px;
}

div#accMenu a {
	display: block;
	width: 100%;
	background-color: rgb(245,245,245);
	height: 30px;
	line-height: 30px;
	border-bottom: 1px rgb(180,180,180) solid;
	text-indent: 10px;
}

div#accMenu a:hover {
	background-color: rgb(200,200,200);
}

div#account {
	margin-left: 160px;
}

div#adHomes {
	border: 1px rgb(180,180,180) solid;
}

div#adHomes img {
	display: block;
}

div#adHomes h2, div#searchBox h2 {
	background-color: rgb(0,129,8);
	font-size: 1.1em;
	color: white;
	margin: 0px;
	text-align: center;
	padding: 3px 0px 3px 0px;
}

div#search {
	margin-left: 0px;
	width: 75.5%;
	float: right;
}

div#searchBox {
	float: left;
	width: 170px;
	border: 1px rgb(180,180,180) solid;
}

div#searchBox form {
	margin: 0px 0px 10px 10px;
}

div#searchBox input, select {
	width: 150px;
}

div#searchBox input#pcd {
	width: 146px;
}

input.greenBut {
	background-color: rgb(0,129,8);
	border: 0px;
	color: white;
	font-size: 0.9em;
}

span.red, span.error {
	color: rgb(230,0,0);
}

span.green {
	color: rgb(0,129,8);
}

div#login {
	width: 350px;
	border: 1px rgb(180,180,180) solid;
	margin: 0px auto;
}

div#login div {
	margin: 10px;
}

div#login h2, div#accMenu h2 {
	display: block;
	background-color: rgb(229,242,230);
	margin: 0px;
	text-align: center;
	font-size: 1.1em;
	color: rgb(0,129,8);
	line-height: 25px;
	height: 25px;
	border-bottom: 1px rgb(180,180,180) solid;
}

label {
	font-weight: bold;
	color: rgb(0,129,8);
}

div#login label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}



div.properties {
	border: 1px rgb(200,200,200) solid;
	background-color: rgb(230,230,230);
	margin-bottom: 10px;
	padding: 8px;
}

div.properties h2 {
	font-size: 1.1em;
}

table.property {
	border-collapse: collapse;
	width: 100%;
	border: 1px rgb(180,180,180) solid;
	margin: 5px 0px 5px 0px;
}

table.property td {
	padding: 4px;
	vertical-align: top;
}

table.property td.price, table.property td.beds {
	width: 22%;
	background-color: rgb(229,242,230);
	border-bottom: 1px rgb(180,180,180) solid;
	text-align: center;
	color: rgb(0,129,8);
	font-weight: bold;
}

table.property td.img {
	width: 22%;
	text-align: center;
	padding-bottom: 8px;
}

table.property td.img img {
	border: 1px rgb(0,129,8) solid;
	margin: 2px;
}

table.property td.img a, a.boxLink {
	border: 1px rgb(0,129,8) solid;
	padding: 2px;
	color: rgb(0,129,8);
}

a.boxLink:hover {
	background-color: rgb(0,128,8);
	color: white;
}

table.property td.location {
	width: 56%;
	background-color: rgb(229,242,230);
	border-bottom: 1px rgb(180,180,180) solid;
	text-align: center;
	color: rgb(0,129,8);
	font-weight: bold;
}

div#pDetails {
	padding: 4px;
	color: rgb(0,129,8);
	font-weight: bold;
	border: 1px rgb(180,180,180) solid;
}

img#mainImg {
	border: 1px black solid;
}

table#footTab {
	width: 780px;
	margin: 0px auto;
	color: white;
	font-size: 0.8em;
}

table#footTab a {
	color: white;
}

div.clearMe {
	clear: both;
	height: 1px;
	line-height: 1px;
}