@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ebebd9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
p {
	text-align: left;
	vertical-align: top;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: .075em;
	text-transform: uppercase;
	color: #483A33;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #993300;
}
a:visited {
	color: #B33B00;
}
a:hover  {
	color: #BCBC9C;
}
a:active {
	color: #BCBC9C;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ebebd9;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin-top: 40px;
	padding: 0;
}
#topbar {
	height: 90px;
}
#home_container {
	background-color: #9a9a68;
	height: 480px;
	width: 900px;
}
#orangebar {
	background-color: #993300;
	height: 40px;
	width: 900px;
}
#logo {
	height: 90px;
	width: 300px;
}
#navigation {
	height: 50px;
	width: 600px;
}
#subnav {
	background-color: #bcbc9c;
	height: 40px;
	width: 600px;
}
#home_photo {
	height: 250px;
	width: 900px;
}
#above_photo {
	height: 40px;
	width: 900px;
	background-image: url(images/h_line_abovephoto.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#below_photo {
	background-image: url(images/h_line_underphoto.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
	width: 900px;
}
#left_line {
	background-image: url(images/h_line_left.gif);
	height: 131px;
	width: 75px;
}
#home_text {
	font-size: 12px;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 30px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9A9A68;
	text-align: right;
	padding-top: 10px;
}
#sub_container {
	background-color: #FFFFFF;
	height: 485px;
	width: 900px;
}
#mastermap {
	height: 465px;
	width: 693px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mastermap_listing {
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#mastermap_listing td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 20px;
}
#submap {
	height: 465px;
	width: 588px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#subtext td  {
	height: 415px;
	width: 840px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #594E46;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
}
#subtext {
	text-align: left;
	vertical-align: top;
}
#subtext img {
	float: left;
	padding-right: 40px;
	padding-bottom: 30px;
}
#property_mainPhoto  {
	height: 300px;
	width: 350px;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
}
#property_description {
	height: 280px;
	width: 455px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
#project table {
	text-align: left;
	vertical-align: top;
	height: 485px;
	width: 900px;
}
#property_click {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #725c51;
	width: 860px;
	padding-left: 20px;
}
#property_thumbnails {
	height: 75px;
	width: 860px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#tthumbnails td {
	padding-right: 7px;
}
#greencontainer {
	background-color: #FFFFFF;
	height: 485px;
	width: 900px;
	text-align: left;
	vertical-align: top;
}
#greencontainer td {
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	padding-top: 75px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 125px;
}
#greencontainer img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#forms_description  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	font-size: 11px;
	line-height: 24px;
	width: 550px;
}
#forms_photo  {
	text-align: left;
	vertical-align: top;
	width: 300px;
	padding: 25px;
}
.green_available {
	color: #9D9B3B;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

