html {
	border: 0 none;
	margin: 0;
	outline: none;
	padding: 0;
	list-style: none outside none;
}

body {
	background: url('../images/page_bg.jpg') no-repeat fixed center top #746558;
	color: #4f2a03;
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
}

p.notice {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 20px 0 0;
}

div.pageContainer {
	background: url('../images/main_bg.png') repeat-y scroll center top transparent;
	margin: 0 auto;
	width: 967px;
}

div.headerWrap {
	background: url('../images/header_bg.png') repeat-x scroll center top transparent;
	margin: 0 auto;
	position: relative;
	height: 155px;
	width: 968px;
}

img#logo {
	margin-left: 20px;
	position: relative;
	z-index: 2;
}

div.navWrap {
	background: url('../images/nav_bg.png') no-repeat scroll center top transparent;
	position: absolute;
	top: 116px;
	left: 5px;
	height: 20px;
	width: 958px;
	z-index: 1;
}

ul.nav {
	list-style: none outside none;
	float: right;
	position: relative;
	top: -13px;
	margin: 16px 10px 16px 0;
}

ul.nav li {
	float: left;
	margin: 0 4px;
}

ul.nav li a {
	height: 18px;
	display: block;
}

ul.nav li a:active {
	outline: none;
}

ul.nav li.about a { background: url('../images/nav_about_bg.png') no-repeat scroll center top transparent; width: 65px; }
ul.nav li.menu a { background: url('../images/nav_menu_bg.png') no-repeat scroll center top transparent; width: 47px; }
ul.nav li.dir a { background: url('../images/nav_directions_bg.png') no-repeat scroll center top transparent; width: 75px; }
ul.nav li.events a { background: url('../images/nav_events_bg.png') no-repeat scroll center top transparent; width: 51px; }
ul.nav li.gallery a { background: url('../images/nav_gallery_bg.png') no-repeat scroll center top transparent; width: 52px; }
ul.nav li.faq a { background: url('../images/nav_faq_bg.png') no-repeat scroll center top transparent; width: 42px; }

div.mainWrap {

}

div.menuLeft {
	width: 730px;
	float: left;
	margin: 0 0 0 5px;
	position: relative;
}

div.menuInner {
	text-align: center;
}

p.menulinks {
	margin: 10px 0 0;
	font: 14px arial,sans-serif;
	color: #4F2A03;
}

p.menulinks a {
	color: #971022;
	text-decoration: underline;
}

div.mapWrap {
	width: 716px;
	margin: 6px 0 0 19px;
	float: left;
	position: relative;
}

div.eventsWrap {
	font: 14px arial,sans-serif;
	width: 920px;
	margin: 0 auto;
}

div.galleryWrap {
	font: 12px arial,sans-serif;
	width: 920px;
	margin: 0 auto;
}

div.eventsWrap a, div.faqLeft a {
	color: #971022;
}

div.slideshow {
	height: 281px;
	width: 730px;
}

div.slideshow img {
	height: 281px;
	width: 730px;
}

div.mainLeft {
	float: left;
	margin: -9px 0 0 5px;
	position: relative;
	width: 730px;
}

div.aboutLeft {
	font: 14px arial,sans-serif;
	padding: 0 20px;
	float: left;
	margin: -9px 0 0 5px;
	width: 690px;
}

div.faqLeft {
	font: 14px arial,sans-serif;
	padding: 0 20px;
	float: left;
	margin: 10px 0 0 5px;
	width: 690px;
}

div.faqLeft ul li.faq, div.faqLeft span.title {
	font-weight: bold;
	font-size: 18px;
}

div.faqLeft div.faqanswer {
	margin-bottom: 10px;
}

p.aboutimg {
	margin: 40px auto 0;
	width: 640px;
}

img#polaroid {
	position: absolute;
	top: 75px;
	left: -50px;
	height: 207px;
	width: 216px;
	z-index: 10;
}

img#mainText {
	margin: 20px 0 50px 130px;
}

img#lighthouse {
	position: absolute;
	top: 359px;
	left: 10px;
	height: 266px;
	width: 123px;
}

div.mainRight {
	background-color: #d9cbbe;
	float: left;
	margin: -9px 0 0;
	width: 227px;
}

img.sideimg {
	margin: 35px 0 0 15px;
}

img#hours {
	margin-bottom: 21px;
}

div.clear {
	clear: both;
}

div.footerWrap {
	background: url('../images/footer_bg.png') repeat-x scroll center top transparent;
	margin: 0 auto;
	position: relative;
	height: 108px;
	width: 968px;
}

div.footerLeft {
	float: left;
	margin: 25px 0 0 50px;
	width: 270px;
}

input#email {
	width: 190px;
	height: 10px;
}

div.footerRight {
	background: url('../images/sitemap_bg.png') no-repeat scroll center top transparent;
	color: #ffffff;
	float: right;
	margin: 20px 25px 0 0;
	height: 79px;
	width: 311px;
}

div.innerRight {
	margin: 10px;
}

div.sitemapColumn {
	float: left;
	width: 82px;
}

div.sitemapColumn p.title {
	font-size: 14px !important;
}

div.sitemapColumn p {
	font-size: 12px;
	margin: 2px 0;
	padding: 0;
}

div.sitemapColumn p a {
	color: #e9e9e9;
	font-size: 12px;
	text-decoration: none;
}

div.sitemapColumn p a:hover {
	text-decoration: underline;
}

/* EventCal styles */


table#ectable, table#ectable tr, table#ectable th, table#ectable td {
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
}

div.popup table, div.popup tr, div.popup th, div.popup td {
	border: 0 none;
	text-align: left;
}

table#ectable img {
	display: block;
}

/* All calendar date rows */
tr.ectr {
	height: 80px;
	border: 1px solid black;
}

tr.evcalrow {
	border: 1px solid black;
}

/* Cells where an event is scheduled. */
td.eday {
	background-color: #971022;
	color: white;
	width: 80px;
	vertical-align: top;
	padding: 3px;
}

td.noneday {
	width: 80px;
	vertical-align: top;
	padding: 3px;
}

div#event_list {
	text-align: left;
	float: right;
	position: relative;
	top: 10px;
	left: 10px;
	padding-top: 32px;
	color: #971022;
	font-size: 0.9em;
	width: 240px;
}

div.event_text {
	font-size: 11px;
	text-align: left;
}

div.evdaynum {
	font-size: 13px;
	text-align: right;
}

tr#evmonyear {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #971022;
	padding: 8px 0;
}

div#ecwrapper {
	padding-bottom: 8px;
}

span#evlabel {
	font-weight: bold;
}

div.flash {
	text-align: center;
	margin-left: 100px;
}

hr.flashbar {
	width: 500px;
	color: #971022;
	background-color: #971022;
	text-align: center;
}

/* End eventCal styles */

div.subfooter {
	color: #ffffff;
	font: 11px arial,sans-serif;
	margin: 10px auto;
	text-align: center;
	text-shadow: 1px 1px #000000;
	width: 967px;
}

div.subfooter a {
	color: #ffffff;
	text-decoration: none;
}

div.subfooter a.ul:hover {
	text-decoration: underline;
}

td.center {
	text-align: center;
}

/* Start form styles */
input.fname, input.lname, input.address1, input.address2, input.city, input.phone, input.classes, input.make, input.track {
	width: 200px;
}

input.mname, input.age, input.years, input.state {
	width: 20px;
}

td.indent {
	padding-left: 20px;
}

td.bold {
	padding-top: 10px;
}

td.nibold, td.bold {
	font-weight: bold;
}

table.sform td {
	text-align: left;
}

input.zip, input.bdate {
	width: 100px;
}

input.org, input.reason {
	width: 300px;
}

textarea.comments {
	margin-top: 10px;
	width: 300px;
	height: 100px;
}

td.center {
	text-align: center !important;
}

tr.rctop td {
	padding-top: 10px;
}

td.error {
	color: #ff0000;
}

span.error {
	color: #ff0000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

span.success {
	color: #22ff22;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

div#sform h2 {
	padding: 10px 0 0 0;
	font-size: 36px;
	color: #971022;
}

tr.small td, span.small {
	font-size: 11px;
}


/* End form styles */
