body {
	background-color: #8A9651;
}
.maintable {
	border-width: 1px;
	border-color: #311900;
	border-style: solid;
	border-left: 0px;
}
.leftside {
	background-color: #311900;
}
.rightside {
	background-color: #C7CDA7;
}
.menuholder {
	padding-top: 153px;
}
#navmenu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navmenu li {
	padding: 5px 0px 5px 0px;
}
#navmenu li a {
	display: block;
	width: 195px;
	padding: 1px 10px 1px 30px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
#navmenu li a:hover {
	background-color: #63583A;
	text-decoration: none;
}
.navmenucurrent {
	background-color: #63583A;
}
#callus {
	padding: 100px 0px 15px 0px;
	text-align: center;
}
#anchorlogo {
	padding: 50px 0px 40px 0px;
	text-align: center;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #483E24;
	padding: 10px;
}
#content a {
	text-decoration: underline;
	color: #483E24;
	font-weight: bold;
}
#content ul
{
	padding: 10px 0px 0px 20px;
	margin: 0px;
}
#content li {
	padding: 1px;
}
#content li a {
	text-decoration: underline;
	color: #483E24;
	font-weight: bold;
}
.contenttextbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #483E24;
	padding: 2px;
	border: #8A9651 1px solid;
	background-color: #EBEDE0;
}
.brownpicborder {
	border-color: #311900;
	border-width: 1px;
	border-style: solid;
}
#photogalleryrow {
	text-align: center;
}
#photogalleryrow img {
	margin: 0px 5px 10px 5px;
	border-color: #311900;
	border-width: 1px;
	border-style: solid;
}
#photogalleryrow a img {
	filter: alpha(opacity=50);
	/*filter: gray();*/
	opacity: 0.5;
}
#photogalleryrow a:hover img {
	filter: alpha(opacity=100);
	/*filter: chroma();*/
	opacity: 1.0;
}
#footer {
	width: 735px;
	margin: auto auto;
	padding: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #483E24;
}
#footer a {
	text-decoration: underline;
	color: #483E24;
}
.footer {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #483E24;
	padding: 10px;
}
.footer a {
	text-decoration: underline;
	color: #483E24;
}

/* Homes List -------------------- */
#homeslist
{
	width: 500px;
}
#homeslist h1
{
	font-size: 18px;
	margin-top: 0px;
}
#homeslist table
{
	text-align: center;
	margin: 0px auto 15px auto;
}
#homeslist td
{
	text-align: left;
	vertical-align: middle;
}
.homeslistimage
{
	text-align: center;
	vertical-align: top;
}

/* Lots List -------------------- */
#lotslist
{
	width: 500px;
}
#lotslist h1
{
	font-size: 18px;
}
#lotslist table
{
	text-align: center;
	margin: 0px auto 15px auto;
}
#lotslist td
{
	text-align: left;
	vertical-align: middle;
}
.lots-columnnames
{
    height: 19px;
    font-weight: bold;
    text-align: center;
    background-color: #8A9651;
}
.lots-cell
{
    background-color: #CDCDA4;
    text-align: center;
}
.lots-cell-alt
{
    background-color: #C5CA9C;
    text-align: center;
}
