html {
	overflow-y: scroll;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	font: 14px "Times New Roman", Times, serif;
}
a:link {
	color: #111111;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
}
input {
	font-size: 10px;
}
ul {
	text-align: left;
	width:75%;
	margin: 5px;
	padding: 5px;
	list-style: disc inside;
}
h3 {
	margin: 10px;
}
ul ol {
	list-style-type: lower-alpha;
}
li {
	padding: 3px;
}
ul a:link {
	color: #DDDDDD;
	text-decoration: none;
}
ul a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
ul a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
ul a:active {
	color: #CCCCCC;
}
.center {
	text-align: center;
}
.middleContent {
	width: 760px;
	background: #EFE1D3;
}
.leftColumn {
	text-align: left;
	float: left;
	padding: 0px 5px;
}
.rightColumn {
	text-align: left;
	float: left;
	padding: 0px 5px;
}
.contentHeader {
	background-image: url(Templates/top_spacer.gif);
	color: #FFFFFF;
	font-size: 18px;
	height: 30px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.contentSubheader {
	font-size: 14px;
	color: #222222;
	font-weight: bold;
	clear: both;
}
p {
	text-align: left;
	margin: 5px;
}
P:first-letter {
	font-size: 22px;	
}
td img {
	display: block;
}
img.left {
	float: left;
	border: none;
	margin: 5px;
}
img.middle {
	margin: 5px;
	border: 2px solid #CCCCCC;
}
img.right {
	float: right;
	border: thin dotted #CCCCCC;
	margin: 5px;
}
.spacer {
	clear: both;
}
.float {
	margin: 5px;
	float: left;
}
.address {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	height: 135px;
	width: 200px;
	margin: 15px;
	padding: 15px;
	text-align: left;
}
.form {
}
.row {
	clear: both;
	margin: 5px 0px;
}
.row div.leftColumn {
	float: left;
	text-align: right;
	width: 125px;
}
.row div.rightColumn {
	float: right;
	text-align: left;
	width: 190px;
}
span.note {
	font-size: 10px;
	color: #91282B;
}
/* Admin Section */
/*****************/
body.adminHeader {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/admin_intro_title.html);
	background-repeat: no-repeat;
}
body.adminHeader a:link {
	color:#000000;
}
body.adminHeader a:visited {
	color:#333333;
}
.adminHeader #nav {
	position: relative;
	left: 350px;
	top: 30px;
}
.adminLogin {
	position: absolute;
	left: 300px;
	top: 5px;
}
/* Footer Section */
/******************/
.bottomContent {
	width: 760px;
	background-image: url(Templates/bottom_spacer.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	background-color: #692D00;
	font-size: 11px;
	text-align: center;
	clear: both;
	padding-top: 15px;
}
.bottomContent a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomContent a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.bottomContent a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.bottomContent a:active {
	color: #CCCCCC;
}
.footerNav {
	background-color: #692D00;
	letter-spacing: 0.2em;
	width: 100%;
	text-align: center;
}
.footerInfo {
	background-color: #692D00;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .2em;
}
.TeamBSE_Footer {
	background-color: #692D00;
	float: right;
	margin-right: 15px;
}
/* Locator Section */
/******************/
.nav {
	float: left;
	line-height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.mainMap {
	clear: both;
}
.communityLink a:link {
	text-decoration: none;
	border: none;
}
.communityLink a:visited {
	text-decoration: none;
	border: none;
}
.communityLink a:hover {
	text-decoration: underline;
	border: none;
}
.communityLink a:active {
	border: none;
}
.map_credits {
	float: right;
}
.communities {
	float: left;
	text-align: left;
	margin: 5px;
}
.community_photo {
	float: left;
}
.community_description {
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.project_info {
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	margin: 30px;
	border: 1px solid #CCCCCC;
}
.community_photoGallery {
	float: left;
}
.plat_map {
	float: left;
}
.plat_description {
	float: left;
}
.plans {
	padding: 5px;
	margin: 25px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.plan_photoGallery {
	clear: both;
}
.homes {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.home_description {
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
	border: 1px solid #CCCCCC;
}
.directions_map {
}
.directions {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

