td
{
	color: #442d09;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
p
{
	color: #442d09;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
a
{
	color: #442d09;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
.copyHead
{
	color: #442d09;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}
h4
{
	color: #442d09;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
h3
{
	color: #442d09;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
h2
{
	color: #442d09;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
h1
{
	color: #442d09;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.topNav
{
	color: #cfb677;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.topNav:hover
{
	color: #ffffff;
}
.sideNavBG
{
	padding-left: 13px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	background-image: url(../images/sideNavBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.newHomesContent
{
	padding-left: 9px;
	padding-top: 14px;
	padding-right: 4px;
	padding-bottom: 5px;
	font-size: 14px;
	background-color: #c6af81;
}

.thumbLit
{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/newHomes/thumbLit.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.thumb
{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.thumb:hover
{
	background-image: url(../images/newHomes/thumbLit.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.leftSide
{
	background-image: url(../images/leftSide.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightSide
{
	background-image: url(../images/rightSide.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.communitiesBG
{
	background-image: url(../images/bg/communities.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.portfolioBG
{
	background-image: url(../images/bg/portfolio.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}






/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #2f1f07; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-weight: normal;
line-height:14px;
z-index:100;
background-color: #453212;
visibility: hidden;
text-align: left; 
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #2f1f07; /*THEME CHANGE HERE*/
padding-left: 7px;
padding-top: 5px;
padding-right: 3px;
padding-bottom: 5px;
text-decoration: none;
font-weight: normal;
color: #826d45;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #584320;
color: #ffffff;
}