body {
	background-color: #000;
	margin: 0px; 
	padding: 0px;
	color: #5b4820;	
	font: 12px/22px Verdana, sans-serif;
	}

/*____________________________________________________________________________________________ Links _*/

a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
	}
	
/*____________________________________________________________________________________________ Layout Helpers _*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.content-breaker { clear: both; line-height: 20px; font-size: 20px; width: 100%; height: 20px; margin: 0px; padding: 0px; }

.wtf { border: 1px solid red; }

.display-block { display: block; margin: 0px; padding: 0px; }

.show-btn { cursor: pointer; }
	
.small-text { font-size: 11px; line-height: 16px; }
	
.no-border { border: 0px; }
	
.left-10 { float: left; width: 10%; }
.left-20 { float: left; width: 20%; }
.left-30 { float: left; width: 30%; }
.left-40 { float: left; width: 40%; }
.left-50 { float: left; width: 50%; }
.left-60 { float: left; width: 60%; }
.left-70 { float: left; width: 70%; }
.left-80 { float: left; width: 80%; }
.left-90 { float: left; width: 90%; }

.right-10 { float: right; width: 10%; }
.right-20 { float: right; width: 20%; }
.right-30 { float: right; width: 30%; }
.right-40 { float: right; width: 40%; }
.right-50 { float: right; width: 50%; }
.right-60 { float: right; width: 60%; }
.right-70 { float: right; width: 70%; }
.right-80 { float: right; width: 80%; }
.right-90 { float: right; width: 90%; }
	
.row-0 {
	background-color: #e1c892;
	padding: 0px 0px 0px 5px;
	}
.row-1 {
	background-color: #d5ba7e;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px solid #ccb072;
	}
.row-2 {
	background: url("/_ima/nav-bg.jpg") repeat-x  0px -2px #2E2017;
	padding: 3px 0px 3px 5px;
	border-bottom: 1px solid #ccb072;
	color: #E1C892;
	}
.row-3 {
	padding: 3px 0px 3px 5px;
	border-top: 1px dashed #AF9357;
	color: #2E2017;
	}
	
.middler {
	width: 980px;
	margin: 0px auto;
	}
	
/*____________________________________________________________________________________________ Navigation _*/

#navigation {
	background: url("/_ima/nav-bg.jpg") repeat-x;
	width: 100%;
	height: 52px;
	padding: 10px 0px 0px 0px
	}
	#navigation-middler {
		width: 900px;
		margin: 0px auto;
		}
	
	a.nav-frontiertown {
		background: url("/_ima/nav-frontiertown.gif") no-repeat;
		width: 171px;
		height: 44px;
		float: left;
		margin: 0px 50px 0px 0px;
		}
	a.nav-fortwhaley {
		background: url("/_ima/nav-fortwhaley.gif") no-repeat;
		width: 156px;
		height: 44px;
		float: left;
		margin: 0px 50px 0px 0px;
		}
	a.nav-waterpark {
		background: url("/_ima/nav-waterpark.gif") no-repeat 0px -3px;
		width: 194px;
		height: 44px;
		float: left;
		margin: 0px 50px 0px 0px;
		}
	a.nav-western {
		background: url("/_ima/nav-wildwestshow.gif") no-repeat;
		width: 229px;
		height: 44px;
		float: left;
		margin: 0px 0px 0px 0px;
		}
		
	a.nav-hover:hover {
		background-position: 0px -43px;
		}
	a.nav-waterpark:hover {
		background-position: 0px -46px;
		}
	
#homestead-bg {
	background: url("/_ima/bg-homestead.jpg") no-repeat top center;
	width: 100%;
	height: 840px;
	}
	#homestead-flash {
		width: 980px;
		height: 620px;
		margin: 0px auto;
		}

.homestead-intro {
	width: 980px;
	margin: 0px auto;
	color: #ce9995;
	padding: 65px 0px 0px 0px;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	}
	
#bottom-links {
	height: 60px;
	padding: 10px 0px 50px 0px;
	}
	
a.rentals,
a.kids,
a.camping,
a.maryland,
a.arvc,
a.bird,
a.forsale,
a.bestparks {
	height: 60px;
	float: left;
	margin: 0px 10px 0px 10px;
	}
	a.rentals {
		background: url("/_ima/bottom-links/rentals.jpg") no-repeat;
		width: 128px;
		}
	a.kids {
		background: url("/_ima/bottom-links/kids.jpg") no-repeat;
		width: 127px;
		}
	a.camping {
		background: url("/_ima/bottom-links/camping.jpg") no-repeat;
		width: 136px;
		}
	a.maryland {
		background: url("/_ima/bottom-links/maryland.jpg") no-repeat;
		width: 109px;
		}
	a.arvc {
		background: url("/_ima/bottom-links/arvc.jpg") no-repeat;
		width: 126px;
		}
	a.bird {
		background: url("/_ima/bottom-links/bird.jpg") no-repeat;
		width: 60px;
		}
	a.forsale {
		background: url("/_ima/bottom-links/forsale.jpg") no-repeat;
		width: 105px;
		}
	a.bestparks {
		background: url("/_ima/bottom-links/bestparks.gif") no-repeat;
		width: 145px;
		}
		a.bl-hover:hover {
			background-position: 0px -63px;
			}
	
/*____________________________________________________________________________________________ Backgrounds _*/

#background-frontiertown {
	background: url("/_ima/bg-frontiertown.jpg") no-repeat top center #000;
	width: 100%;
	min-height: 600px;
	}
#background-fortwhaley {
	background: url("/_ima/bg-fortwhaley.jpg") no-repeat top center #000;
	width: 100%;
	min-height: 600px;
	}
#background-waterpark {
	background: url("/_ima/bg-waterpark.jpg") no-repeat top center #000;
	width: 100%;
	min-height: 600px;
	}
#background-western {
	background: url("/_ima/bg-western.jpg") no-repeat top center #000;
	width: 100%;
	min-height: 600px;
	}
	
/*____________________________________________________________________________________________ Main Layout _*/

#flash-container {
	width: 920px;
	height: 185px;
	margin: 0px auto;
	padding: 0px;
	}
#background-paper {
	background: url("/_ima/bg-paper.gif") repeat-y 249px 0px;
	width: 946px;
	height: 100%;
	margin: 0px auto;
	}
#content-container {
	background: url("/_ima/bg-content.jpg") no-repeat 20px 0px;
	width: 100%;
	height: 100%;
	clear: both;
	}
#content-container-western {
	background: url("/_ima/bg-content-western.jpg") no-repeat 19px 0px;
	width: 100%;
	height: 100%;
	clear: both;
	}
	#curtain {
		width: 100%;
		height: 255px;
		margin: -40px 0px 30px 0px;
		color: #fff;
		}
#bottom-wood {
	background: url("/_ima/bottom-wood.gif") no-repeat 8px 0px;
	width: 243px;
	height: 63px;
	}
	
#fcm-footer {
	background-color: #0F0F0F;
	width: 100%;
	height: 30px;
	border-top: 1px solid #1F1F1F;
	text-align: center;
	color: #3F3F3F;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	#fcm-footer a:link, #fcm-footer a:visited {
		color: #3F3F3F;
		text-decoration: none;
		}
	#fcm-footer a:hover, #fcm-footer a:active {
		color: #7F7F7F;
		text-decoration: none;
		}

#inside-right {
	width: 617px;
	float: right;
	padding: 50px 50px 0px 30px;
	}
	.gallery-image {
		width: 350px;
		height: 263px;
		float: right;
		margin: -35px -60px 0px 0px;
		border: 0px;
		}
	
.blanktivity {
	width: 350px;
	height: 237px;
	float: right;
	margin: 0px -50px 0px 0px;
	border: 0px;
	}
	.blanktivity img {
		width: 270px;
		height: 170px;
		position: absolute;
		margin: 20px 0px 0px 30px;
		z-index: 1;
		}
	.blanktivity a {
		background: url("/_ima/gallery-blank.png") no-repeat;
		width: 318px;
		height: 237px;
		float: left;
		position: absolute;
		z-index: 5;
		}
		
#under-content {
	background: url("/_ima/bg-footer.gif") no-repeat #000;
	width: 100%;
	height: 140px;
	clear: both;
	}
	.botimg {
		float: right;
		margin: -15px 20px 0px 0px;
		padding: 0px;
		float: right;
		display: block;
		}
	.footer-links {
		width: 540px;
		float: right;
		margin: 0px;
		padding: 50px 0px 0px 20px;
		color: #cdaa6d;
		}
		.footer-links a:link, .footer-links a:visited {
			color: #cdaa6d;
			text-decoration: none;
			}
		.footer-links a:hover, .footer-links a:active {
			color: #fff;
			text-decoration: none;
			}
		
/*____________________________________________________________________________________________ Lead Layout _*/

.lead-left {
	float: left;
	border: 0px;
	margin: 0px 0px 0px -5px;
	}
.lead-right {
	float: right;
	border: 0px;
	margin: 0px 7px 0px 0px;
	}

a.lead-camping-rates-ft {
	background: url("/_ima/leads/camping-rates-ft.jpg") no-repeat;
	width: 126px;
	height: 86px;
	float: right;
	margin: 0px 7px 0px 0px;
	padding: 100px 0px 0px 170px;
	font-size: 22px;
	color: #DAC087;
	text-decoration: none;
	}
a.lead-camping-rates-fw {
	background: url("/_ima/leads/camping-rates-fw.jpg") no-repeat;
	width: 126px;
	height: 86px;
	float: right;
	margin: 0px 7px 0px 0px;
	padding: 100px 0px 0px 170px;
	font-size: 22px;
	color: #CBD596;
	text-decoration: none;
	}

/*____________________________________________________________________________________________ Sub Nav Layout _*/

.sub-title {
	width: 237px;
	height: 99px;
	position: absolute;
	margin: -50px 0px 0px 7px;
	padding: 0px;
	}
	
#inside-left {
	background: url("/_ima/bg-wood.gif") repeat-y 20px -90px;
	width: 243px;
	float: left;
	margin: 60px 0px 0px 0px;
	padding: 0px;
	}
#inside-left-content {
	min-height: 240px;
	padding: 50px 0px 0px 0px;
	}
	
.sub-nav-p {
	margin: 0px;
	padding: 0px;
	}
a.sub-nav, a.sub-nav:visited {
	width: 178px;
	margin: 0px 0px 0px 20px;
	padding: 6px 20px 6px 15px;
	float: left;
	font-size: 14px;
	color: #d7c08a;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 14px;
	}
	a.sub-nav:hover {
		background: url("/_ima/sub-nav-hover.gif") no-repeat top right;
		text-decoration: none;
		color: #f8efdb;
		}
		
#under-left-content {
	background-color: #000;
	}
	#undersub-western {
		background: url("/_ima/undersub-western.png") no-repeat;
		width: 238px;
		height: 250px;
		margin: -50px 0px 0px 0px;
		position: absolute;
		}
		#undersub-western-holder {
			width: 238px;
			height: 200px;
			clear: both;
			border: 1px solid #000;
			}
	#undersub-frontiertown {
		background: url("/_ima/undersub-frontiertown.png") no-repeat;
		width: 238px;
		height: 250px;
		margin: -50px 0px 0px 0px;
		position: absolute;
		}
		#undersub-frontiertown-holder {
			width: 238px;
			height: 200px;
			clear: both;
			border: 1px solid #000;
			}
		a.mailinglist-link {
			width: 170px;
			height: 170px;
			float: left;
			margin: 30px 0px 0px 45px
			}
	#undersub-fortwhaley {
		background: url("/_ima/undersub-fortwhaley.png") no-repeat;
		width: 238px;
		height: 250px;
		margin: -50px 0px 0px 0px;
		position: absolute;
		}
		#undersub-fortwhaley-holder {
			width: 238px;
			height: 200px;
			clear: both;
			border: 1px solid #000;
			}
	#undersub-waterpark {
		background: url("/_ima/undersub-waterpark.png") no-repeat;
		width: 238px;
		height: 356px;
		margin: -50px 0px 0px 0px;
		position: absolute;
		}
		#undersub-waterpark-holder {
			width: 238px;
			height: 306px;
			clear: both;
			border: 1px solid #000;
			}
	
/*____________________________________________________________________________________________ Gallery Layout _*/
	
.h-holder {
	padding: 0px 23px 0px 0px;
	}
.h-holder h1, .h-holder h2, .h-holder h3, .h-holder h4 {
	width: 380px;
	float: left;
	}
.h-holder select {
	float: right;
	width: 132px;
	height: 20px;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	border: 0px;
	background-color: #DFC16A;
	color: #1F160F;
	}	
.h-go {
	width: 35px;
	height: 20px;
	float: right;
	margin: 5px 0px 0px 4px;
	border: 0px;
	background: none;
	cursor: pointer;
	}
	
.gallery-option-bg {
	background: url("/_ima/gallery-option-bg.gif") no-repeat;
	width: 195px;
	height: 30px;
	float: right;
	}

	
ul.gallery {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	}
	ul.gallery li {
		background: url("/_ima/gallery-bg-0.gif") no-repeat;
		width: 133px;
		float: left;
		margin: 10px 20px 10px 0px;
		padding: 7px 0px 0px 1px;
		}
	ul.gallery a:link img, ul.gallery a:visited img  {
		border: 1px solid #fff;
		text-decoration: none;
		margin: 0px;
		padding: 0px;
		}
	ul.gallery a:hover img, ul.gallery a:active img  {
		border: 1px solid #762801;
		text-decoration: none;
		}
		
	ul.gallery a {
		color: #5F4A1D;
		text-decoration: none;
		}
	ul.gallery a:hover {
		color: #762801;
		text-decoration: none;
		}
	
	ul.gallery a strong {
		color: #772A03;
		text-decoration: none;
		}

/*____________________________________________________________________________________________ Calendar Layout _*/

#background-frontiertown .date-container {
	background: url("/_ima/date-bg-ft.jpg") no-repeat;
	}
	#background-frontiertown .date-day,
	#background-frontiertown .date-day a,
	#background-frontiertown .date-day a:visited,
	#background-frontiertown .date-header,
	#background-frontiertown .date-header a,
	#background-frontiertown .date-header a:visited {
		color: #762801;
		}
		
#background-fortwhaley .date-container {
	background: url("/_ima/date-bg-fw.jpg") no-repeat;
	}
	#background-fortwhaley .date-day,
	#background-fortwhaley .date-day a,
	#background-fortwhaley .date-day a:visited,
	#background-fortwhaley .date-header,
	#background-fortwhaley .date-header a,
	#background-fortwhaley .date-header a:visited {
		color: #356C01;
		}
		
#background-waterpark .date-container {
	background: url("/_ima/date-bg-wp.jpg") no-repeat;
	}
	#background-waterpark .date-day,
	#background-waterpark .date-day a,
	#background-waterpark .date-day a:visited,
	#background-waterpark .date-header,
	#background-waterpark .date-header a,
	#background-waterpark .date-header a:visited {
		color: #01617F;
		}
		
#background-western .date-container {
	background: url("/_ima/date-bg-ft.jpg") no-repeat;
	}
	#background-western .date-day,
	#background-western .date-day a,
	#background-western .date-day a:visited,
	#background-western .date-header,
	#background-western .date-header a,
	#background-western .date-header a:visited {
		color: #762801;
		}
		
.date-container {
	width: 49px;
	height: 46px;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	float: left;
	}
	.date-month {
		text-align: center;
		height: 17px;
		line-height: 17px;
		font-size: 11px;
		margin: 0px;
		padding: 0px 0px 0px 1px;
		color: #fff;
		}
	.date-day {
		text-align: center;
		height: 25px;
		line-height: 27px;
		font-size: 18px;
		margin: 0px;
		padding: 0px;
		}
	.date-date {
		color: #403117;
		}
		
.event-title-info {
	width: 550px;
	float: right;
	padding: 0px 0px 0px 0px;
	}
	.date-header {
		margin: 0px;
		padding: 0px;
		float: left;
		width: 550px;
		font-size: 14px;
		font-weight: bold;
		}
			
/*____________________________________________________________________________________________ Star Section Layout _*/
	
#background-frontiertown .single-event {
	background: url("/_ima/little-star.gif") no-repeat 0px 11px;
	margin: 0px;
	padding: 8px 0px 0px 25px;
	}
	#background-frontiertown .single-event strong, #background-frontiertown .med-title {
		color: #762801;
		font-size: 14px;
		}
	#background-frontiertown .single-event span {
		color: #993D00;
		}
		
#background-fortwhaley .single-event {
	background: url("/_ima/little-star-fw.gif") no-repeat 0px 11px;
	margin: 0px;
	padding: 8px 0px 0px 25px;
	}
	#background-fortwhaley .single-event strong, #background-fortwhaley .med-title {
		color: #356C01;
		font-size: 14px;
		}
	#background-fortwhaley .single-event span {
		color: #993D00;
		}
		
#background-waterpark .single-event {
	background: url("/_ima/little-star-wp.gif") no-repeat 0px 11px;
	margin: 0px;
	padding: 8px 0px 0px 25px;
	}
	#background-waterpark .single-event strong {
		color: #01617F;
		font-size: 14px;
		}
	#background-waterpark .single-event span {
		color: #993D00;
		}
	
#background-western .single-event {
	background: url("/_ima/little-star.gif") no-repeat 0px 11px;
	margin: 0px;
	padding: 8px 0px 0px 25px;
	}
	#background-western .single-event strong {
		color: #762801;
		font-size: 14px;
		}
	#background-western .single-event span {
		color: #993D00;
		}
		
/*____________________________________________________________________________________________ Med Photo Layout _*/

.med-photo {
	background: url("/_ima/med-photo-bg.jpg") no-repeat;
	width: 191px;
	height: 138px;
	padding: 11px 15px 0px 8px;
	float: left;
	}
	
	.med-content p {
		margin: 0px;
		padding: 0px 0px 4px 0px;
		font-size: 11px;
		}

/*____________________________________________________________________________________________ Directions Layout _*/

#google-map {
	height: 400px;
	padding: 9px;
	background-color: #EFD7A4;
	border: 1px dashed #BFA05F;
	margin: 10px 0px 0px 0px;
	}
		
.map-download-title {
	width: 330px;
	float: left;
	}
		
a.map-download {
	background: url("/_ima/pdf-btn-bg.jpg") no-repeat;
	width: 249px;
	height: 26px;
	float: right;
	letter-spacing: -1px;
	padding: 3px 0px 0px 30px;
	font-weight: bold;
	color: #4b3711;
	font-size: 12px;
	margin: 1px 0px 0px 0px;
	}
	
#social-roundup {
	background: url("/_ima/social-roundup.gif") no-repeat;
	width: 595px;
	height: 65px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	clear: both;
	text-align: right;
	}
		
/*____________________________________________________________________________________________ Contact Layout _*/

.contact-box {
	background-color: #EFD7A4;
	width: 183px;
	height: 45px;
	border: 1px solid #BFA05F;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 4px 0px 8px 10px;
	}

.contact-box p {
	margin: 0px;
	padding: 0px;
	}

	.input-names {
		width: 200px;
		height: 20px;
		padding: 3px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
		float: left;
		font-size: 12px;
		}
	.inputs {
		width: 200px;
		height: 19px;
		padding: 0px 0px 0px 5px;
		margin: 0px 10px 0px 0px;
		float: left;
		font-size: 16px;
		}
	.selects {
		width: 210px;
		height: 23px;
		line-height: 16px;
		padding: 0px 0px 2px 0px;
		float: left;
		font-size: 14px;
		}	
	.textareas {
		width: 565px;
		height: 102px;
		padding: 2px 0px 2px 5px;
		float: left;
		font-size: 16px;
		font-family: verdana;
		}
	#submit-btn {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 200px;
		float: left;
		}
	.error {
		color: red;
		}
		
	.radio-holder {
		width: 270px;
		padding: 2px 0px 2px 0px;
		float: left;
		}
	.checkbox-holder {
		width: 350px;
		padding: 2px 0px 2px 0px;
		float: left;
		}
	.camper-length {
		width: 135px;
		float: right;
		}
	.site-info {
		background-color: #EFD7A4;
		border: 1px dashed #BFA05F;
		width: 271px;
		height: 260px;
		float: left;
		margin: 0px 10px 10px 0px;
		padding: 10px;
		}
	.general-info {
		background-color: #EFD7A4;
		border: 1px dashed #BFA05F;
		width: 574px;
		margin: 0px 0px 10px 0px;
		padding: 10px;
		}
	.ref-details {
		margin: 0px 0px 0px 24px;
		}
		
	#background-fortwhaley .section-names {
		color: #356C01;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
		}
	#background-frontiertown .section-names {
		color: #762801;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
		}
	#background-waterpark .section-names {
		color: #01617F;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
		}
	#background-western .section-names {
		color: #762801;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
		}
		
.error-title {
	background-color: red;
	color: #fff;
	width: 586px;
	padding: 5px;
	font-weight: bold;
	}
		
.error-box {
	border: 1px solid red;
	color: red;
	width: 584px;
	padding: 5px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}	
		
		
		
/*____________________________________________________________________________________________ Misc Layout _*/
		
		
a.pdf-download {
	background: url("/_ima/pdf-btn-bg.jpg") no-repeat;
	width: 249px;
	height: 26px;
	float: left;
	letter-spacing: -1px;
	padding: 3px 0px 0px 30px;
	font-weight: bold;
	color: #4b3711;
	font-size: 12px;
	margin: 1px 0px 0px 0px;
	}
		
/*____________________________________________________________________________________________ Delete this _ 

		
#innerfade {
	background-color: #0D2A4C;
	width: 410px;
	height: 300px;
	margin: 0px;
	padding: 5px;
	}
	
.cyclepics {
	padding: 0;
	margin:  0;
	} 
	.cyclepics img {
		padding: 5px;
		border:  1px solid #ccc;
		background-color: #eee;  
		top: 0; 
		left: 0;
		} 	

#slider-box {
	width: 410px;
	height: 320px;
	float: left;
	}
	
#slider {
	width: 410px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	padding: 0px;
	background-color: #fff;
	border: 1px solid #BFE9FF;
	}
#sliderContent {
	width: 410px; /* important to be same as image width or wider */
	height: 300px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0px;
	}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	}
.sliderImage span {
	width: 390px;
	position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
	color: #00465F;
	display: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
.sliderImage span strong {
	font-size: 16px;
	}
.top {
	top: 0;
	left: 0;
	}
.bottom {
	bottom: 0px;
	left: 0;
	}
.left {
	left: 0;
    bottom: 0;
	width: 110px !important;
	height: 280px;
	}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
	}
#slider ul { list-style-type: none;}
	
	*/

