/* CSS Document */
body
{
    background-color: #F0EDE1;
    padding: 0;
    margin: 0;
    font-family: "Times New Roman" , Times, serif;
	font-size: 18px;
    color: #0A3804;
	background-image:url(images/tile.jpg);
	background-repeat:repeat;
}

#container
{
    padding-right: 0px;
    padding-left: 0px;
    background-position: center top;
    background-image: url(images/vTile20.jpg);
    margin: 0px auto 0px auto;
    width: 975px;
    padding-top: 0px;
    background-repeat: repeat-y;
    position: relative;
    border-top: none;
	border-bottom: 1px solid #C41200;
}

a:link
{
	color: #0A3804;
	text-decoration: underline;
}

a:hover, a:visited
{
	color: #C41200;
	text-decoration: none;
}

#banner
{
    height: 141px;
    position: relative;
}

#floorplans
{
	float: left;
    width: 785px;
    background-image: url(images/floorPlans4.jpg);
    background-repeat: no-repeat;
    height: 42px;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
}

#floorplans a:link
{
    color: #6E6258;
    text-decoration: none;
}

#floorplans a:hover, a:visited
{
    text-decoration: none;
    color: #8F342B;
}

#leftNav
{
    width: 190px;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	height: 200px;
}

#content
{
	float: left;
    width: 765px;
    padding: 10px;
    padding-top: 8px;
}

#contentLogo
{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}



#equalHousing
{
	float: left;
    width: 190px;
    text-align: center;
    height: 71px;
}

#designedBy
{
    float: left;
	width: 785px;
    text-align: center;
    background-color: #C41200;
    height: 71px;
	color: #FFFFFF;
	background-image:url(images/designedBy24.jpg);
	background-repeat: no-repeat;
	line-height: 22px;
}

#designedBy a:link
{
    color: #FFFFFF;
    text-decoration: underline;
}

#designedBy a:hover, a:visited
{
    text-decoration: none;
    color: #CCCCCC;
}

#bottomNav
{
    width: 785px;
    text-align: center;
    font-size: 13px;
	clear: both;
	color: #0A3804;
}

#bottomNav a:link
{
    color: #0A3804;
    text-decoration: none;
}

#bottomNav a:hover, a:visited
{
    text-decoration: none;
    color: #C41200;
}

#leftColumn
{
	padding-left: 5px;
	padding-bottom: 10px;
	float: left;
	width: 380px;
	background-color: none;
	text-align: left;
}

#rightColumn
{
	padding-left: 0px;
	float: left;
	padding-bottom: 10px;
	width: 375px;
	background-color: none;
	text-align: left;
}

#navigate
{
	padding-left: 0px;
	float: right;
	width: 100px;
	position: static;
	height: 200px;
	text-align: left;
}
