/* @group General Styles */

body {
	background: #2b1d0c url(../images/body-bg.png) repeat-x 0 0;
	color: #444;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	padding-bottom: 1.0em;
}

h1, h2, h3, h4, h5 {
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.0em;
	
	padding-bottom: 0.75em;
}

h1 {
	font-size: 1.4em;
}

h2 {
	color: #9a2727;
	font-size: 1.3em;
	letter-spacing: 0;
}

	h2 a {
		line-height: 1.3em;
	}

a {
	color: #9a2727;
	text-decoration: none;
}

a, a:visited {
	border-bottom: 1px solid #9a2727;
}

a:hover, a:active {
	color: #FFFFFF;
	background-color: #9a2727;
	border-bottom: 0;
}

ul, ol {
	padding-left: 2.5em;
	padding-bottom: 1.0em;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}
/* @end */

/* @group Global Classes */

.clearer {
	clear: both;
}

.print {
	visibility: hidden;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.noborder, .noborder:visited, .noborder:hover, .noborder img, .noborder:visited img, .noborder:hover img, .noborder:active img {
	text-decoration: none;
	border: none;
	background: none;
}

.imageCaption {
	text-align: center;
	padding-bottom: 2.5em;
	margin-top: -15px;
}

.imageCaptionTight {
	text-align: center;
	padding-bottom: 1.5em;
	margin-top: -15px;
}

#content .col-1, #content .col-2, #content .col-3 {
	float: left;
	margin-top: 0.75em;
}

#content .col-1 {
	width: 250px;
	margin-right: 20px
}

#content .col-2 {
	width: 250px
}

#content .col-3 {
	width: 25px;
}

#wirelessInternet {
	background-color: #FFFFFF;
	padding: 10px 5px 5px;
	border: 1px solid #909090;
	width: 200px;
}

#socialNetworking {
	margin: 0px auto;
	padding: 0px;
		padding-left: 10px;
	text-align: center;
}

#discounts img {
	padding-bottom: 0.5em;
}

#affiliations {
	width: 245px;
	margin: 0 auto;
	padding-left: 15px;
}

.socialLogo {
	float: left;
	margin-left: 15px;
	margin-top: 1.0em;
}

.weather {
	background-color: white;
	border: 1px solid #a7a7a7;
	padding: 0.25em 0;
	width: 150px;
	height: 340px;
	
}

ul.redwoods {
	position: relative; /* Fixed IE problem with custom BG images not showing */
	list-style-type: none;

	margin: 0;
	padding-left: 2.5em;
	padding-top: 0;
	padding-bottom: 3.5em;
}

.redwoods li {
	background: url(../images/bullet-redwoods.png) no-repeat 0 center;
	height: 2.5em;
	line-height: 2.5em;
	padding-left: 23px;
}

.small {
	font-size: 0.9em;
}

.normal {
	font-weight: normal;
}

.superscript {
	font-size: 0.7em;
	vertical-align: super;
}

.capitalize {
	text-transform: uppercase;
}

.red {
	color: #9a2727;
}

.bold, strong {
	font-weight: bold;
}

.italic, em {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top !important;
}

.separator {
	background: url(../images/separator.gif) repeat-x 0 0;
	line-height: 1.0em;
	clear: left;

	margin: 0;
		margin-bottom: 0.5em;
	padding: 0;
	
	width: auto;
}

.floatRight, .image-right {
	float: right;
	margin: 0 0 0.25em 1.0em;
}

.floatLeft, .image-left {
	float: left;
	margin: 0 1.0em 0.25em 0;
}

.tightSpacing {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0.25em;
	line-height: 1.2em;
}

/* @end */

/* @group Layout */
#pageWrapper {
	/* NO POSITIONING due to IEPNGFIX.htc */
	width: 995px;
	overflow: hidden;

	background: url(../images/wrapper-bg.png) repeat-y 0 0;

	margin: 0 auto;	
	padding: 0;
}

#headerWrapper {
	position: relative;
	height: 345px;
	width: 100%;
	
	background: url(../images/header-wrapper-bg.png) no-repeat left top;
	margin: 0 auto;
	padding: 20px 44px 0 38px;
}

	#headerFlash {
		position: absolute;
		left: 44px;
		top: 25px;
		z-index: 10;
	}
	
	#contactInfo {
		position: absolute;
		display: block;
		right: 131px;
		top: 25px;
		width: 205px;
		height: 73px;
		z-index: 50;
	}
	
		#contactInfo a {
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
			z-index: 51;
		}
		#contactInfo a, #contactInfo a:visited {
			background: transparent url(../images/contact-info.png) no-repeat 0 0;
		}
		
		#contactInfo a:hover, #contactInfo a:active {
			background-position: -216px -83px;
			cursor: pointer;
		}
		
	#header {
		position: relative;
		height: 263px;
		font-size: 1.3em;
		padding: 5px 0 0 6px;
	}
	
		#header img {
			position: relative;
			height: 258px;
		}
	
	#logo {
		position: absolute;
		top: 35px;
		left: 53px;
		z-index: 20;
	}
	
#navContainer {
	position: relative;
	height: 63px;

	padding-bottom: 13px;	
}

#container {
	position: relative;
	width: 913px;

	text-align: left;

	margin: 0 54px 0 38px;
	padding: 0;
}

#contentContainer  {
	background: #ffffff;
	font-size: 1.4em;
	line-height: 1.5em;

	margin: 0;
	padding: 0;

	/* Code for left-side sidebar */
	/*	float: left;
		width: 618px;
		padding-left: 295px; */
}

#contentContainer #content {
	padding: 1.0em 2.0em 2.0em;
}

#googleDirections p {
	padding-bottom: 0;
	margin-bottom: 0;
}

#googleDirections input.text {
	width: 85%;
	padding: 3px 2px;
}

	#googleDirections input.text:focus {
		background-color: #f8f8e5;
	}

#content #googleMap {
	position: relative;
	float: left;
	width: 545px;
	height: 500px;

	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
	border: 1px solid black;

	margin: 1.0em 0 2.0em;
	padding: 0;
}

	.gmnoprint p {
		font-size: 0.9em;
		line-height: 120%;
		margin-top: 0;
		padding: 0 0 1.0em 0.5em;
	}
	
	.gmnoprint p.gpsCoords {
		font-size: 0.85em;
		padding-left: 2.0em;
	}

#sidebarContainer {
	position: relative;
	display: block;
	width: 280px;
	float: right;
	
	margin: 0;
		margin-right: 15px;
		margin-left: 1.5em;
		margin-bottom: 2.0em;
	padding: 0px;
		padding-top: 1.0em;
		padding-right: 15px;
}

	a#reserveOnline , a#reserveOnline:visited {
		position: relative;
		display: block;
		width: 293px;
		height: 62px;
		
		text-decoration: none;
		border: none;
		background: url(../images/reserve-online.png) no-repeat 6px 0;
	}

	a#reserveOnline:hover , a#reserveOnline:active {
		background: url(../images/reserve-online.png) no-repeat right bottom;
	}
	
#sidebarTop {
	position: relative;
	display: block;
	width: 295px;
	height: 9px;
	
	background: url(../images/sidebar-top.png) no-repeat 0 0;
	
	padding-right: 15px;
}

#sidebar {
	position: relative; /* Needed for IE6 to render bg correctly */
	min-height: 1.0em; /* Needed for IE7 to render bg correctly */
	width: 265px; /* 295px sidebarContainer width minus L+R padding */
	background: url(../images/sidebar-bg.png) repeat-y 0 0;
	
	padding: 10px 15px;
}

#sidebarBottom {
	position: relative;
	width: 295px;
	height: 8px;
	
	background: url(../images/sidebar-bottom.png) no-repeat 0 0;
	
	padding-right: 15px;
}

#footerWrapper {
	/* DO NOT POSITION - affects child links due to IEPNGFIX */
	width: 995px;
	
	background: url(../images/footer-bg.png) no-repeat 0 bottom;

	padding: 0;
	margin: 0 auto;
}

#footer {
	position: relative; /* Relative Position to contain child absolute references */
	padding: 1.0em 4.0em 0;
}

#pageBottom {
	position: relative;
	width: 995px;
	height: 52px;
	background: url(../images/page-bottom-bg.png) no-repeat 0 0;
	
	margin: 0 auto;
	padding: 0;
}
/* @end */

/* @group Sidebar */
#sidebar {

	line-height: 1.3em;
}

#sidebar #contactBox {
	display: block;
	position: relative;
	width: 100%;
	height: 55px;
	background-color: #004d32;
}

#contactBox a {
	border: 0px;
	display: block;
	position: relative;
	float: left;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#contactBox a#reserve-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 262px;
	height: 28px;
	overflow: hidden;
	margin-left: -131px;
	margin-top: -14px;
	background: transparent url(images/reserve-online-sprite.png) no-repeat 0 0;
}

#contactBox a#reserve-button:hover {
	background-position: -289px -38px;
}

.sideHeader {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar .sidebarBoxTop {
	display: block;
	width: 280px;
	height: 5px;
	background: url(../images/sidebar-box-top.png) no-repeat 0 bottom;
	
	margin: 0;
		margin-left: 5px;
	padding: 0;
	line-height: 0;
}

#sidebar .sidebarBox {
	overflow: auto;
	width: 240px; /* 280px minus L+R padding minus L+R margin*/

	background: url(../images/sidebar-box-bg.png) repeat-y;
	font-size: 0.9em;
	
	padding: 5px 30px 5px 10px;
	margin: 0;
		margin-left: 5px;
}

	.sidebarBox p {
		line-height: 1.2em;
		padding: 0;
		margin: 0;
	}

	.sidebarBox p.floatLeft {
		margin-right: 8px;
	}
	
	.sidebarBox .sideHeader {
		font-size: 1.1em;
		padding-bottom: 0.25em;
	}
	
	.sidebarBox img {
		padding: 0;
		margin: 0 auto;
		width: auto;
	}

#sidebar .sidebarBoxBottom {
	display: block;
	width: 280px;
	height: 5px;

	background: url(../images/sidebar-box-bottom.png) no-repeat 0 0;
	line-height: 0;

	margin: -8px 0 0.5em 5px;
	padding: 0;
}

/* @end */

/* @group Navigation */
#navContainer {
	font-size: 1.5em;
}

#navContainer a {
	color: #FFFFFF;
	border-bottom: 0;
}

#navContainer .current {
	color: #000000;
	font-weight: bold;
}

#navContainer ul {
	/* Ensure content-level nav changes don't affect nav ul */
	position: relative;
	display: block;
	height: 100%;

	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

#navContainer li {
	position: relative;
	display: block;
	float: left;
	height: 100%;
	width: 101px;

	text-align: center;
	
	margin: 0;
	padding: 0;
}


#navContainer a {
	position: relative;
	display: block;
	height: 40px; /* navContainer height minus li top/bottom padding */
	width: 100%;
	
	margin: 0;
	padding: 23px 0 0;
}

#navContainer a.current, #navContainer li.currentAncestor, #navContainer a.currentAncestor:hover, #navContainer li.currentAncestor:hover {
	background: transparent url(../images/nav-current.png) no-repeat center 45px;
}

/* @end */

/* @group Footer */

#footer p {
	font-size: 110%;
	line-height: 1.3em;
	padding: 10px;
}

#footer p.credit {
	display: block;
	position: absolute;
	top: 2.5em;
	left: 435px;
	z-index: 100;
	text-align: center;
}

ul.footerLinks {
	position: relative;
	float: right;

	font-size: 1.2em;
	line-height: 1.5em;
	text-align: right;
	list-style-type: none;
	
	padding-right: 1.5em;
	padding-top: 1.0em;
}

/* @end */



/* @group Accordion Styles */

/* @group RV & Campsites */

#siteAccordion {
	position: relative;
	margin-bottom: 2.0em;
	width: 545px;
}

	#siteAccordion div, #siteAccordion div h3 {
		position: relative;
	}
	
	#siteAccordion div h3 {
		position: relative;
		height: 3.5em;
		padding: 10px 30px 13px;
	}
	
	#siteAccordion div h3.ui-state-hover a {
		color: white;
	}

#siteAccordion h3.ui-accordion-header {

}

#siteAccordion h3 a, #siteAccordion h3 a:hover {
	background: none;
	border: 0px;
	padding: 0px;
}

#siteAccordion .siteImage, #siteAccordion .siteDesc, #siteAccordion .siteType, #siteAccordion .siteDescShort, #siteAccordion .details {
	display: block;
}

#siteAccordion .siteImage {
	position: relative;
	display: block;
	padding: 0;
	padding-right: 10px;
}

#siteAccordion .siteImage img {
	border: 2px solid #ffffff;
}

#siteAccordion div h3 .siteDesc {
	position: absolute;
	top: 0;
	left: 120px;
	margin-top: 1.35em;
}

	#siteAccordion .siteDesc .siteType {
		margin: 0;
		padding: 0;
		font-size: 1.0em;
	}

	#siteAccordion .siteDesc .siteDescShort {
		font-size: 85%;
		margin: 0;
		padding: 0.25em 0 0 0.25em;
		font-weight: normal;
	}


#siteAccordion div h3 .details, #siteAccordion div h3 .detailsClose {
	position: absolute;
	right: 15px;
	top: 48px;

	text-align: center;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0px; 
}

	#siteAccordion div h3 .detailsClose {
		display: none;
	}


	#siteAccordion div h3.ui-state-active a .details {
		display: none;
		visibility: hidden;
		color: #7a9077;
	}

	#siteAccordion div h3.ui-state-active a .detailsClose {
		display: block;
		visibility: visible;
		color: white;
	}
	
#siteAccordion .ui-accordion content {
	position: relative;
}

/* @end */

/* @group Cabins */

#cabinAccordion {
	position: relative;
	margin-bottom: 2.0em;
	width: 545px;
}

	#cabinAccordion div, #cabinAccordion div h3 {
		position: relative;
	}
	
	#cabinAccordion div h3 {
		position: relative;
		height: 3.5em;
		padding: 10px 30px 13px;
	}
	
	#cabinAccordion div h3.ui-state-hover a {
		color: white;
	}

#cabinAccordion h3.ui-accordion-header {

}

#cabinAccordion h3 a, #cabinAccordion h3 a:hover {
	background: none;
	border: 0px;
	padding: 0px;
}

#cabinAccordion .siteImage, #cabinAccordion .siteDesc, #cabinAccordion .siteType, #cabinAccordion .siteDescShort, #cabinAccordion .details {
	display: block;
}

#cabinAccordion .siteImage {
	position: relative;
	display: block;
	padding: 0;
	padding-right: 10px;
}

#cabinAccordion .siteImage img {
	border: 2px solid #ffffff;
}

#cabinAccordion div h3 .siteDesc {
	position: absolute;
	top: 0;
	left: 120px;
	margin-top: 1.35em;
}

	#cabinAccordion .siteDesc .siteType {
		margin: 0;
		padding: 0;
		font-size: 1.0em;
	}

	#cabinAccordion .siteDesc .siteDescShort {
		font-size: 85%;
		margin: 0;
		padding: 0.25em 0 0 0.25em;
		font-weight: normal;
	}


#cabinAccordion div h3 .details, #cabinAccordion div h3 .detailsClose {
	position: absolute;
	right: 15px;
	top: 48px;

	text-align: center;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0px; 
}

	#cabinAccordion div h3 .detailsClose {
		display: none;
	}


	#cabinAccordion div h3.ui-state-active a .details {
		display: none;
		visibility: hidden;
		color: #7a9077;
	}

	#cabinAccordion div h3.ui-state-active a .detailsClose {
		display: block;
		visibility: visible;
		color: white;
	}
	
#cabinAccordion div .seasons {
	padding: 10px 0 0;
	text-align: center;
}

	#cabinAccordion div .seasons a, #cabinAccordion div .seasons a:visited {
		color: #aa2c2c;
	}

	#cabinAccordion div .seasons a:hover, #cabinAccordion div .seasons a:active {
		color: white;
	}

#cabinAccordion .ui-accordion content {
	position: relative;
}



/* @end */
/* @end */

/* @group Rates Tables */

.ratesTable {
	position: relative;
	width: auto;
	
	background-color: white;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;

	margin: 0 auto 1.0em;
}

	.ratesTable a, .ratesTable a:visited {
		color: #aa2c2c;
		font-size: 1.2em;
	}
	
	.ratesTable a:hover, .ratesTable a:active {
		color: white;
	}
	
	.ratesTable img {
		margin: 0;
		padding: 0.25em;
		vertical-align: middle;
	}
	
	.ratesTable td {
		border: 1px solid #000000;
		padding: 0 2px;
		margin: 0;
		vertical-align: middle;
	}
	
	.ratesTable .white {
		background-color: white;
		color: black;
	}

	.ratesTable .highlight {
		background-color: #cac9c9;
		color: #000000;
	}
	
	.ratesTable td.border-top {
		border-top: 2px;
	}

.ratesTable p {
	display: block;
	padding: 0.25em;
	margin:0;
	line-height:1.0em;
}

.ratesTable p.ratesTitle {
	font-weight: bold;
	font-size: 0.8em;
	padding: 10px 5px;
	text-align: center;
}

	.ratesTable p.right {
		text-align: right;
	}
	
	.ratesTable p.left {
		text-align: left;
	}
	
.ratesTable p.small {
	font-size: 0.8em;
	line-height: 1.1em;
	text-align: center;
}


/* @end */

/* @group GF Parks */

#gfParks {
	position: relative;
	float: left;
	width: 517;
	
	background-color: #a72a2a;
	
	margin: 0;
		margin-top: 1.0em;
		margin-bottom: 1.5em;
		margin-left: 20px;
	padding: 0 3px 35px 5px;

}

.row {
	clear:left;
	display: block;
	overflow: hidden;

	line-height: 1.2em;
		
	margin:0 auto;
	padding:0;
}

.cell {
	position: relative;
	display: block;
	width: 167px;
	min-height: 270px;
	float: left;
	
	background-color: white;
	color: #5e5e5e;
	text-align: center;
	
	padding: 0;
	margin: 0 2px 2px 0;
}

#gfParks h2 {
	text-align:center;
	width:auto;
	
	color: white;
	letter-spacing: 1px;

	padding: 12px 0;
}

.white {
	color: white;
	font-weight: normal;
	letter-spacing: 0;
}

#gfParks p {
	font-size: 85%;
	line-height: 1.1em;
	padding: 0.25em 0.5em;
}

#gfParks p.name {
		font-size: 1.0em;
		font-weight:bold;
		padding: 1.0em 0.75em;
	}

	#gfParks p.description {
		padding-top: 1.0em;
	}
	
	#gfParks p.location {
		font-size: 1.0em;
		font-weight: bold;
		padding-bottom: 1.0em;
	}

.cell img {
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Sitemap
 */

#sitemap ul ul {
	padding-top: 1.0em;
	padding-bottom: 0;
	list-style-type: circle;
}

/* @end */



/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	border-color: #666666;
	border-bottom: 1px dotted;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.album-description {
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.album-description h1 {
	text-align: center;
}

#contentWrapper #content div.contentSpacer div.album-description 
div.album-description p {
	font-size: 0.85em;
	font-weight: normal;
}

.album-wrapper {
	position: relative;
	display: block;
	width: 95%;

	text-align: center;

	margin: 0 auto;
	padding: 0;
		padding-left: 1.0em;
		padding-bottom: 25px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
}

.thumbnail-frame {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

.thumbnail-frame:hover {
	border: none;
	text-decoration: none;
}

.thumbnail-frame a:link, .thumbnail-frame a:visited {
	border: none;
	text-decoration: none;
}

.thumbnail-frame a:hover, .thumbnail-frame a:active {
	border: none;
	text-decoration: none;
	background: none;
}

.thumbnail-frame img {
	margin: auto;
	border: 3px solid #000000;
}

.thumbnail-frame img:hover {
	border-color: #761c03;
}

.thumbnail-caption {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	display: block;
	color: #663300;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;
}

.photo-navigation {
	font-size: 1.6em;
	background: transparent;
	height: 6em;
	margin-bottom: 50px;
}

.photo-links {
	background: #ffffff;
	font-weight: bold;
	padding: 10px;
	position: relative;
	top: 7px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	border: none;
}

.photo-navigation a:hover {
	color: black;
}

.photo-frame {
	background: #ffffff;
	padding: 10px;
}

.photo-title {
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
	padding: 20px 20px 0px 40px;
	letter-spacing: 6px;
	font-size: 1.8em;
}

.photo-caption {
	color: #ffffff;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 20px auto;
	padding: 0px 20%;
	text-align: center;
}

/* @end */

/* @end */
