@charset "UTF-8";
/* CSS Document */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}body {
	color: #333333;
	background: #019AA0 url(/images/bkg_body.jpg) repeat-x;
	font: 100% Georgia, "Times New Roman", Times, serif;
}
img {
	border-style: none;
}
p {
	margin-bottom: 12px;
}
h2 {
	font-size: 1.2em;
	color: #C7355D;
}
#wrapper {
	font-size: .85em;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background: url(/images/logo.gif) no-repeat left top;
	float: left;
	width: 400px;
	height: 181px;
}
#logo h1 {
	font-size: 1.2em;
	color: #FFFFFF;
	text-indent: -8000px;
}
#slides {
	background: url(/images/testSlide.jpg) no-repeat right top;
	float: right;
	width: 400px;
	height: 181px;
}
.clearit {
	font-size: 0px;
	line-height: 0.0px;
	display: block;
	clear: both;
}
#propertyTable {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#contentwrap {
	line-height: 1.5em;
	background: #FFFFFF url(/images/bkg_contentWrap.jpg) repeat-y;
}
.content {
	padding: 10px;
}
#navwrap {
	background: #FEAC9F;
}
#navCol {
	float: left;
	width: 200px;
}
#contentCol {
	float: right;
	width: 600px;
}
#contentCol .content {
	margin-left: 20px;
}
#footer {
	font-size: 0.75em;
	color: #FFFFFF;
	background: #006B6D;
	padding: 10px;
	text-align: right;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
.homeList {
}
ul.homeList {
	margin-bottom: 15px;
}
.bold {
	font-size: 1em;
	color: #006B6E;
	font-weight: bold;
}
.indent {
	font-size: 1em;
	color: #333333;
	margin-left: 15px;
	font-weight: normal;
}
#contentCol ul.homeList .indent a:link, #contentCol ul.homeList .indent a:visited {
	color: #333333;
}
#contentCol ul.homeList a:hover, #contentCol ul.homeList a:active {
	color: #006A6D;
	text-decoration: none;
}
#contentCol .homeList .bold a:link, #contentCol .homeList a:visited {
	color: #006B6E;
}
#contentCol .homeList .bold a:hover, #contentCol .homeList .bold a:active {
	color: #006A6D;
	text-decoration: none;
}
h4 {
	font-size: 1.1em;
	color: #C7355D;
	font-style: italic;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sideNav {
	margin-top: 15px;
}
#contactInfo {
	margin-top: 15px;
	color: #007075;
	padding-left: 20px;
}
#navCol .content {
	padding-top: 30px;
}
tr.head {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background: #00777A;
	text-indent: 10px;
}
table.seasons {
	margin-bottom: 15px;
	border: 1px solid #00777A;
}
table.seasons td {
	padding: 5px;
}
tr.title {
	background: #C7355D;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	color: #00777A;
	text-transform: uppercase;
}
fieldset {
	border: 1px dotted #008E93;
	margin-top: 15px;
	padding: 5px;
}
legend {
	text-transform: uppercase;
	color: #C7355D;
	margin-left: 15px;
}
dt {
	text-transform: uppercase;
	color: #019AA0;
	margin-top: 12px;
	font-weight: bolder;
}
dd {
	margin-bottom: 12px;
}
.gMap {
	width: 425px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.floatright {
	float: right;
	margin-left: 15px;
	padding: 3px;
	border: 1px solid #008287;
}
.propTitle {
	border-right: 1px solid #41989E;
	border-left: 1px solid #41989E;
}
.propTitle h2 {
	text-transform: capitalize;
	margin: 0px;
	font-size: 1.3em;
	color: #FFFFFF;
	padding: 15px;
}
