﻿body
{
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: .8em;
	line-height: 1.6em;
	color: #3f3633;
	background: none;
	background-color: #d7d2c9;
}

img
{
	border: none;
}

h1
{
	color: #221e1d;
	font-size: 1em;
	font-weight: normal;
	/*border-bottom: solid 1px #d4d4d4;*/
	margin: 0em 0em .6em 0em;
}

h2
{
	color: #221e1d;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0em 0em .6em 0em;
}

h3
{
	color: #221e1d;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0em;
}

h4
{
	color: #221e1d;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0em;
}

h5
{
	color: #221e1d;
	font-size: 1em;
	font-weight: normal;
	margin: 0em;
}

ul
{
	margin: 0em 0em .6em 1.8em;
}

p
{
	margin: 0em 0em 1em 0em;
}

hr
{
	height: 1px;
	border: none;
	border-bottom: solid 1px #9b8c78;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

a:link, a:visited
{
	color: #362f2d;
	font-weight: bold;
}

a:hover, a:active
{
	color: #6f0200;
}

.title
{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.imageleft
{
	float: left;
	margin: 5px 15px 10px 0px;
}

.imageright
{
	float: right;
	margin: 5px 0px 10px 15px;
}

.center
{
	display: block;
	text-align: center;
}

.arrow
{
	font-size: 11px;
	text-decoration: none;
	background-image: url(images/arrow_br.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 6px;
}

.pricing
{
	font-weight: bold;
	font-size: 1.4em;
}

.LINK_CLASSES_ONLY
{
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

a.siteplan
{
	display: block;
	background-image: url(images/btn_siteplans.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 23px;
}

.home_community, a.home_community
{
	border: solid 1px #9b8c78;
	background-color: #ac9f8e;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 126px;
	height: 70px;
	position: relative;
	float: left;
	margin: 0px 2px 10px 0px;
	padding-bottom: 12px;
}

a.home_community
{
	background-image: url(images/details.gif);
	background-repeat: no-repeat;
	background-position: 86px 72px;
}

	.home_community img, a.home_community img
	{
		display: block;
		position: absolute;
		top: 20px;
		left: 0px;
	}

.community, a.community
{
	border: solid 1px #9b8c78;
	background-color: #ac9f8e;
	display: block;
	text-align: center;
	width: 220px;
	height: 140px;
	float: left;
	margin: 0px 4px 4px 0px;
	padding-top: 10px;
	padding-bottom: 14px;
}

	a.community
	{
		background-image: url(images/details.gif);
		background-repeat: no-repeat;
		background-position: 177px 150px;
	}

.DO_NOT_USE_FOLLOWING
{
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.homebx .title
{
	margin: 0px 0px 4px 0px;
}

.clear
{
	clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

