html, body {
	background: #CCC5B4 url(gfx/background.png) repeat-x top left;
}

h1, h2 {
	margin: 0 0 12px 0;
}

h3 {
	margin: 12px 0;
}

ul {
	
}

.bodyWrapper {
	width: 946px;
	background: #FFFFFF url(gfx/body.png) repeat-y top center;
	margin: 0 auto;
}

#topnav {
	height: 32px;
	list-style-type: none;
	float: right;
	margin-left: 500px;
	position: absolute;
}

#topnav li {
	float: left;
	line-height: 32px;
}

#topnav li a {
	display: block;
	font-size: 0.82em;
	color: #FFF;
	padding: 0 16px;
	line-height: 32px;
	text-decoration: none;
}

#topnav li a:hover {
	background-color: #990033;
}


#header {
	height: 158px;
	width: 946px;
	background: #E5DABD url(gfx/header.png) no-repeat top center;
	margin: 0;
}

#logo {
	margin: 28px 0 0 24px;
}

#navigation {
	width: 946px;
	height: 72px;
	line-height: 32px;
	background: #FFF url(gfx/navigation.png) no-repeat top center;
	list-style-type: none;
	text-align: center;
}

#navigation li {
	float: left;
	text-align: center;
}

#navigation li a {
	display: block;
	padding: 0;
	margin: 8px 0 0 0;
	width: 120px;
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
}

#navigation li a:hover {
	background: #990033;
	text-decoration: underline;
}

#navigation .first {
	margin-left: 48px;
}

.mainWrapper {
	margin: 0 18px;
}

.contentWrapper.column {
	width: 638px;
	float: left;
}

#content {
	width: 680px;
	min-height: 420px;
	border: 0px red solid;
	margin: 0 auto 42px auto;
}

#content p {
	font-size: 1em;
}

#content .sm { font-size: 0.75em; }
#content .xl { font-size: 1.375em; }

#homePage #content {
	width: 436px;
	border: 0px red solid;
	float: right;
}

#newsLetter #content, #contactPage #content {
	width: 880px;
}

#contactPage .contactForm {
	float: left; 
	width: 350px;
}

#contactPage #contactForm {
	margin-left: 20px;
	border: 1px #000 solid;
	background: #EFEFEF;
	padding: 10px 8px;
}

#contactForm p {
	font-size: 0.875em;
	line-height: 1.25em;
	margin: 1em 0;
}

.messageBox { 
	margin-top: 12px;
	display: block;
}

.submit {
	margin-top: 16px;
}

a.tourButton {
	display: block;
	margin: 0 auto;
	width: 366px;
	height: 66px;
	background: #FFF url(/images/free-tour.jpg) no-repeat center top;
	text-indent: -9999em;
}

a.tourButton:hover {
	background: #FFF url(/images/free-tour.jpg) no-repeat center bottom;
}

#headline {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #C00;
	font-weight: normal;
}

#testimonials {
	width: 180px;
	border: 0px blue solid;
	float: left;
	padding: 0 6px 20px 0;
	border-right: 1px #CCC solid;
}

#testimonials .testimonial {
	padding: 16px 0 8px 0;
}

#testimonials h3 {
	text-align: center;
	color: #039;
}

#testimonials h4 {
	text-align: center;
	color: #8D6E24;
}

#testimonials blockquote {
	font-style: italic;
	color: #666;
}

.contentWrapper #testimonials p {
	line-height: 1.25em;
	margin: 8px 0 4px 0;
}

#testimonials cite {
	display: block;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-right: 6px;
	font-size: 0.75em;
	color: #5A4300;
}

#testimonials h4 {
	margin-left: 6px;
}


#sidebar {
	width: 262px;
	float: right;
	text-align: center;
	border-left: 1px #CCC solid;
}

#sidebar h4 {
	margin: 12px 0;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar .optinBox {
	width: 236px;
	height: 292px;
	background: #FFF url(gfx/opt_in-bg3.jpg) no-repeat center top;
	margin: 0 auto;
}

#sidebar .optinBox p, #sidebar .optinBox br {
	display: none;
}

#sidebar .optinBox form {
	padding: 96px 0 0 0;
	text-align: left;
}

#sidebar .inputWrapper {
	margin:14px auto 0;
	width:194px;
	font-size: 0.75em;
}

.inputWrapper label {
	text-align: left;
	display: block;
	color: #000;
	font-weight: bold;
}

.inputWrapper .text_input {
	text-align: left;
	width: 186px;
	margin-bottom: 2px;
	border: 1px #8D6E24 solid;
	background: #FFF;
	color: #333;
	font-size: small;
}

#optinArrow {
	position: absolute;
	margin: 0 0 0 -36px;
	top: 278px;
}

#sidebar .optinBox .optinButton {
	margin: 6px 0 0 16px;
	width: 202px;
}

.leftCol {
	width: 260px;
	float: left;
}

.centerCol {
	width: 600px;
	float: right;
}

.rightCol {
	width: 260px;
	float: right;
}

#footer {
	clear: both;
	background: #350C1A url(gfx/footer.png) no-repeat top center;
	height: 108px;
	padding: 22px;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .copyright {
	float: left;
	color: #FFFFFF;
}

#footer .links {
	float: right;
}

#footer .links a {
	color: #FFFFFF;
}

#content p.privacyText {
	font-size: x-small;
}

#content ul {
	margin-bottom: 42px;
}

#content ul li{
	list-style-position: inside;
	line-height: 150%;
}

#fee_schedule_page #content td, #fee_schedule_page #content table {
	border: 1px black solid;
}

#fee_schedule_page #content ol li {
	margin: 8px 0;
}

#calendarPage #content {
	width: 794px;
}

#calendar_archive {
	width: 232px;
	float: right;
}
