@charset "UTF-8";
body {
	background-color: #F5EBD7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#wrapper {
	width: 850;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.greenBanner {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6C8D58;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.nav {
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.nav ul {
	text-indent: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: disc;
}
.nav li {
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
}
p {
	color: #333333;
}
.georgiaItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	font-style: italic;
	padding-top: 30px;
	padding-bottom: 30px;
}
.imageCaption {
	text-align: center;
}
.bigMapBG {
	background-image: url(../images/property/bg_map.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.downloadText {
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #AA0000;
}
