body{
	background: white;
	font-size: 12pt;
}
#container{
	text-align: left;
	padding: 0;
}

#headerContainer{
	width: 800px;
	margin: 0;
	padding: 0;
}

.logo{
	display: none;
}

.logoBar{
	display: none;
}

#bannerLrg{
	display: none;
}

/*======TOP NAV STYLES========*/
#tNav{
	display:none;
}

/*======FOOTER STYLES========*/
#footer{
	height: 33px;
	background-color: #4f4634;
}
#footer img{
	display: none;
}
.footerLinks{
	margin: 5px 0 0 40px;
	float: none;
	letter-spacing: 1px;
	color: #b9ac97;
	font-weight: bold;
	
}
.footerLinks a{
	color: #b9ac97;
	font-weight: bold;
	text-decoration: none;
	
}
.footerLinks a:hover{
	color: #b9ac97;
	font-weight: bold;
	text-decoration: underline;
	
}

.copyright{
	text-align: center;
	color: #efece6;
	size: 10px;
	padding: 10px;
}


/*======HOMEPAGE CONTENT STYLES========*/
#homeContentContainer{
	float: none;

}
#homeContent{
	text-align: left;
}

#homeCol1{
	float: none;
}

#homeCol2{
	float: none;
}


/*======NEIGHBORHOOD DETAIL CONTENT STYLES========*/
#neighDetailContentContainer{
	float: none;
}
#neighDetailContent{
	text-align: left;
}

#pmCol{
	float: none;
}

#resourcesCol{
	float: none;
}

#aboutCol{
	float: none;
}

#directionDetailCol{
	float: none;
}

#directionMapCol{
	float: none;
}

#amenityCol1{
	float: none;
}

#amenityCol2{
	float: none;
}

#amenityCol3{
	float: none;
}

.directionMapPopup{
	text-align: left;


}

.directionMapPopup .content{
	width: 221px;
}


/*======ABOUT US CONTENT STYLES========*/
#aboutContentContainer{
	float: none;

}
#aboutContent{
	text-align: left;
}

#aboutContent #col1{
	float: none;
}

#aboutContent #col2{
	float: none;

}

.newsHeadline{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
.newsDateline{
	font-size: 10px;
	margin: -5px 0 0 0;
	color: #aba778;
}

.newsByline{

}

.newsBody{

}

.rule{
	border-top: 1px dashed #d9d6a8;
	margin: 10px 0 0 0;
}



/*======HOMESITE SEARCH CONTENT STYLES========*/
#homesiteContentContainer{
	float: none;
}
#homesiteContent{
	text-align: left;
}

.header1{
	font-weight: bold;
	color:#6a5f4b;
}

#homesiteSearchForm{

	height: 130px;
}

.homesiteSearchTable{
	margin: 10px 10px 15px 30px;
}

.homesiteDataTable td{
	border-bottom: 1px solid #d9d6a8;
	padding: 3px 0px;
}

.homesiteDataTable .odd{
	background-color: #e6e5cd;
}
