html, body, #wrapper { height: 100%; }

body > #wrapper{ height: auto; min-height: 100%; }


body {
	margin: 0;
	background: #789655 url(../images/body_bg.png) repeat-x scroll 0 0;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}


/* Menu Styles */

#navmenu-container {
	float: left;
	font-size: 13px;
	height: 32px;
	overflow: hidden;
	margin-top: 15px;
	width: 960px;
}

	#navmenu-container .menu {
		list-style: none;
		float: left;
		padding: 0;
		margin: 0;
	}

	#navmenu-container .menu li {
		float: left;
	}

	#navmenu-container .menu li a {
		background: url(../images/nav_left.png) no-repeat left top;
		cursor: pointer;
		display: block;
		float: left;
		padding-left: 22px;
		text-decoration: none;
	}

	#navmenu-container .menu li a span {
		background: url(../images/nav_right.png) repeat-x left top;
		color: #eaeaea;
		float: left;
		font-weight: bold;
		padding: 7px 23px 6px 14px;
		text-decoration: none;
	}

	#navmenu-container .menu li a.current {
		background: url(../images/nav_current_left.png) no-repeat left top;
		cursor: default;
		display: block;
		float: left;
		left: -12px;
		padding-left: 12px;
		position: relative;
		text-decoration: none;
		z-index: 99; /* z-index here is for IE6 png fix bug */
	}

	#navmenu-container .menu li a.current span {
		background: #fafafa url(../images/nav_current_right.png) repeat-x right top;
		color: #eaeaea;
		left: 36px;
		padding-left: 0px;
		padding-right: 47px;
		position: relative;
	}

	#navmenu-container .menu li.Home a {
		background: url(../images/nav_first.png) no-repeat left top;
		padding-left: 23px;
		text-decoration: none;
	}

		#navmenu-container .menu li.Home a span {
			padding-left: 8px;
		}
		
	#navmenu-container .menu li.Home a.current, #navmenu-container .menu li.Home a.currentAncestor {
		padding-left: 7px;
		background: url(../images/nav_first_current_left.png) no-repeat left top;
		position: relative;
		left: 0px;
	}
	
	#navmenu-container .menu li.Home a.current span, #navmenu-container .menu li.Home a.currentAncestor span {
			padding-left: 0px;
			background: url(../images/nav_current_right.png) no-repeat right top;
			position: relative;
			left: 24px;
			padding-right: 47px;
		}
		
		#navmenu-container .menu li.Home a span {
			padding-left: 8px;
		}
		

	#navmenu-container .menu li.Directions a span {
		background: url(../images/nav_last.png) no-repeat right top;
		padding-right: 47px;
	}

		#navmenu-container .menu li.Directions a.current span, #navmenu-container .menu li.Directions a.currentAncestor span {
			background: url(../images/nav_last_current_right.png) no-repeat right top;
		}
		
	#navmenu-container .menu a:hover {
		background-color: transparent;
		color: #eaeaea;
		text-decoration: underline;
	}	

	.menu a.current:hover {
		cursor: default;
		text-decoration: none;
	}

/* Header Styles */

#header {
	background-color: #336faa;
}

	#header-top {
		background: #fafafa url(../images/header_top_right.png) no-repeat right top;
		height: 11px;
		width: 12px;
		float: right;
		overflow: hidden;
	}


	#header-content {
		background: url(../images/header_bg.png) repeat-x right bottom;
		float: left;
		position: relative;
		width: 100%;
	}

		#logo {
			float: left;
			padding: 10px 0 0 17px;
			position: relative;
			z-index: 100;
		}
		
			#logo a {
				position: absolute;
				top: 33px;
				left: 15px;
				display: block;
				height: 208px;
				width: 207px;
			}
			
			#logo a:hover {
				background: transparent url(../images/mccloud_logo_hover_bg.png) no-repeat scroll 0 0;
			}
		
		#header-slideshow {
			background: url(../images/header_image_container.png) no-repeat left top;
			color: #fff;
			height: 236px;
			position: absolute;
			right: 25px;
			width: 697px;
			z-index: 0;
		}
		
		#header-slideshow .padding {
			padding: 14px 9px 25px 10px;
		}

		#slideshowBG {
			background: transparent url(../flash/header/header-flash-mount-shasta.jpg) no-repeat 0 0;
			height: 197px;
			overflow: hidden;
			width: 678px;
		}
		
	#headerFlash {
		height: 197px;
		left: 10px;
		position: absolute;
		top: 14px;
		width: 678px;
		z-index: 100;
	}
	
	#header-content-small {
		background: url(../images/header_bg_small.png) repeat-x right bottom;
		padding: 26px 20px 15px 20px;
	}
	#header-content-small h2 {
		margin: 0;
		padding: 0;
		color: #d8e2ee;
		font-size: 27px;
		font-family: verdana, sans-serif;
	}

	#header-bottom {
		background: #d8e1cd url(../images/header_bottom.png) no-repeat right top;
		height: 25px;
		width: 960px;
		overflow: hidden;
	}

	.headerButton {
		display: block;
		height: 29px;
		position: absolute;
		bottom:  5px;
		left: 280px;
		width: 279px;
		z-index: 100;
	}

	.headerButton span {
		visibility: hidden;
	}
	
	.headerButton.email {
		background: transparent url(../images/button_email_bg.png) no-repeat 0 0;
		left: 600px;
	}
	
		a.headerButton:hover {
			background-position: -279px -29px;
		}

	.headerButton.reserve {
		background: transparent url(../images/button_reserve_bg.png) no-repeat 0 0;
	}

/* Sub Header */
#sub-header {

	width: 960px;
	float: left;
}


.three-blocks {
	float: left;
	width: 290px;
	margin: 0 0px;

}


/* Content Styles */

#content-container {
	float: left;
	padding: 0 0 10px;
	position: relative;
}

#content-bottom {
	background: transparent url(../images/content_bottom.png) no-repeat left bottom;
	float: left;
	height: auto;
	padding-bottom: 30px; /* expands container the height of the bottom image */
	width: 960px;
}

#content-top {
	background: #ffffff url(../images/content_top.png) no-repeat left top;
	float: left;
	height: 20px;
	width: 960px;
	overflow: hidden;
}

#content {
	background: #ffffff url(../images/content_bg.png) repeat-y 0 0;
	float: left; /* Necessary for IE so container clears floated children */
	min-height: 500px;
	padding: 0 0 40px 0;
	position: relative;
}
	
	#content h1, h2, h3, h4, h5 {
		color: #4c81bd;
	}
	
	#content h1 {
		background: url(../images/dotted_border_h.gif) repeat-x left bottom;
		display: inline-block;
		margin-left: -10px;
	}

	#content h1 span, #content h2 span, #content h3 span, #content h4 span {
		background: url(../images/arrow.png) no-repeat left 5px;
		padding-left: 12px;
	}
	
	#content h2 {
		color: #777;
		margin-left: -5px;
	}

	#content p {
		padding-bottom: 15px;
		margin: 0;
	}

	#content .item {
		padding-bottom: 10px;
		float: left;
		
	}

#sideBar {
	float: left;
	width: 245px;  /* 285px minus padding & margins */
	padding: 0px 20px;
}

	#sideBar p.sideHeader {
		background: url(../images/dotted_border_h.gif) repeat-x right bottom;
		clear: both;
		color: #71a210;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	
	#sideBar p {
		padding-bottom: 0.25em;
	}

#main {
	float: left;
	padding: 0px 40px;
	width: 595px; /* 675px minus padding & margin */
}

/* Footer Style */

#prefooter {
	clear: both;
	height: 1px;
	line-height: 0;
	margin: 0 0 1px;
	width: 100%;
}

#footer {
	background: #ededed url(../images/footer_bg.png) repeat-x left top;
	clear: both;
	height: 73px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -91px; /* = height + padding-top + padding-bottom */
	padding: 18px 0 0 0;
	position: relative; 
	z-index: 10; 
}

#footer-content {
	margin: 0 auto;
	width: 920px;
	padding: 0 20px 0;
	font-size: 12px;
}

	#footer-content .footer-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: right;
	}
	
		#footer-content .footer-menu li {
	
			padding: 0 10px;
			margin: 0;
		}
	
			#footer-content .footer-menu li a {
				padding: 0;
		
			}
	
				#footer-content .footer-menu li a.current {
					font-weight: bold;
				}
	
	#footer-content .credit {
		left: 50%;
		margin-left: -7%;
		position: absolute;
		text-align: center;
		top: 2.5em;
		width: 20%;
	}


/* End of Footer Style */




/* contact form style */
form {
  padding: 0;
  margin: 0;
}

label {
	float: left;
	width: 100px;
	font-weight: bold;
	color: #999;
	padding: 5px;
}
input,
textarea{
	padding: 5px;
	font: 400 12px arial, sans-serif;
	background: url(../images/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;  
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #subject{
	width:250px;
}
#message{
	width:360px;
	height:150px;
}

#submit {
	height: 27px;
	background: url(../images/submit_button.png) no-repeat top left;
	
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 6px;
	font-weight: bold;
	cursor: pointer;
	color: #777;
}

/* use form-button class for input button tags. */

input.form-button {
	padding: 5px 15px;
	font: bold 1em arial, sans-serif;
	cursor: pointer;
	color: #777;
	background-color: #222;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #bbb #ccc;
	background: url(../images/gradient.gif) repeat-x;
}


/* testimonials */

.testimonial {
	width: 100%;
}

#content .testimonial blockquote {
	margin: 0;
	padding:0px 0px 0px 30px;
	background:url(../images/quote.png) no-repeat 0px 0px;
	
}
#content .testimonial blockquote p.quote{
	text-align:left;
	font-size:17px;
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;	
	margin-bottom: 10px;
}

#content .testimonial blockquote p.author{
	text-align:right;
	font-size:12px;
	color:#999;
	font-weight:bold;
	font-family: Tahoma, arial;
	font-style:normal;	
}


/* box style */


.box {
	background: #fff;
	border: 1px solid #c6c6c6;
	margin: 0 auto 25px;
	padding: 10px 15px;
	position: relative;
	text-align: left;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
		
.top {
	width:100%;
	height:12px;
	background:url(../images/top.png) no-repeat left top;
}
		
.top span {
	width: 13px;
	height:12px;
	background: #fafafa url(../images/top-right.png) no-repeat right top;
	float: right;
	overflow: hidden;
}

.box-content {
	background: url(../images/leftside.png) repeat-y right top;
	width: 100%;
	float: left;
	background-color: #f0f0f0;
		
}
		
.box-content2 {
	background: url(../images/leftside.png) repeat-y left top;
	width: 100%;
	float: left;			
}

.bottom {
	width:100%;
	height:12px;
	background:url(../images/bottom.png) no-repeat left top;
	float: left;
}
		
.bottom span {
	width: 13px;
	height:12px;
	background: #fafafa url(../images/bottom-right.png) no-repeat right top;
	float: right;
	overflow: hidden;
}
		
.box p {
	margin:5px 0 10px 0;
	padding-bottom: 5px;
	clear: both;
}
		
.box-padding {
	padding: 5px 15px 10px 15px;
}

#content .box-padding  p{
	padding-bottom: 10px;
}


.box-padding h2 {
	padding-top: 0px;
	margin-top: 0;

}
.box-padding h3 {
	padding-top: 0;
	margin-top: 10px;

}

/* Vertical List */

.vertical-list {
	list-style: none;
	
	margin: 0;
	padding: 0;
}
.vertical-list li {
	width: 100%;
    padding: 0;
	margin: 0;
}

.vertical-list a {
	display:block;
	
	text-decoration:none;
	font-weight:bold;


	padding: 8px 10px;

	background: #f5f5f5 url(../images/menu_bg.gif) repeat-x right bottom;
	overflow: hidden;
}

.vertical-list a:hover {
	background: #fafafa url(../images/menu_bg_hover.gif) repeat-x right bottom
}


/* porfolio styles */
.portfolio-item {
	clear: both;
	float: left;
}
ul.bullet-list {
	list-style: none;
	margin: 0;
	margin-top: 10px;
}
ul.bullet-list li {
	padding: 2px 0px 2px 25px;
	background: url(../images/bullet.png) no-repeat left;
	font-weight: bold;
}


.portfolio-image, .portfolio-desc {
	float: left;
}

.portfolio-image {
	width: 270px;
}
.portfolio-desc {
	width: 310px;
}



/*table styles  */

table {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	border-bottom: none;
}

thead th {
	background: #e2e2e2 none repeat scroll 0 0;
	border-top: 1px #fff solid;
}
thead th {
	border-bottom:1px #bbb solid;
}
th {
	border-bottom: 3px #bbb solid;
	padding-right: 1em;
	text-align: left;
}

td {
	background: #f1f1f1;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
	color: #777;
}

tr.even td {
	background: #f8f8f8;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
}

td.active {
	background-color: #e4e4e4;
}




/* CSS sliding doors button */

a.button, a.button-color, a.button-header {
	background: url('../images/button.png') no-repeat scroll top left; 
	float: left;
	height: 27px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 5px;
}

a.button span, a.button-color span, a.button-header span  {
	background: url('../images/button.png') no-repeat scroll top right; 
	float: left;
	height: 22px;
	position: relative;
	left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	cursor: pointer;
}

a.button:hover span {
	color: #666;
}

a.button-color {
	background: url('../images/button_color.png') no-repeat scroll top left; 
}

a.button-color span {
	background: url('../images/button_color.png') no-repeat scroll top right; 
	color: #fff;
}

a.button-header {
	background: url('../images/button_header.png') no-repeat scroll top left; 
}

a.button-header span {
	background: url('../images/button_header.png') no-repeat scroll top right; 
	color: #d6e4f4;
}

a.button:hover, a.button-color:hover, a.button-header:hover  {
	background-position: left -155px;
}

a.button:hover span, a.button-color:hover span, a.button-header:hover span {
	background-position: right -155px;
}

	
/* OtherStyles */

.textblock {
	font-size:17px;
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
}

.notification_ok {
	color: #229922;	
}

.left {
	text-align: left;
}

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

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

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

sup {
	vertical-align: super;
	font-size: 0.8em;
}

.indent {
	padding-left: 1.5em;
}

/* Link Styles */

.more {
	font-weight: bold;
}

/* Misc Styles */

.noborder, .noborder:hover {
	border: 0px;
	text-decoration: none;
	background-color: transparent;
}

.imageCaption {
	clear: both;
	text-align: center;
	padding-bottom: 4.0em;
}

.imageCaptionTight {
	clear: both;
	text-align: center;
	padding-bottom: 2.0em;
}

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

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

ul.mccloud li {
	background: url(../images/arrow.png) no-repeat 0 0.5em;
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 0;
	padding-left: 15px;
}

.separator {
	background: url(../images/dotted_border_h.png) repeat-x 0 0;
	line-height: 1.0em;
	clear: left;

	margin: 0;
		margin-bottom: 0.5em;
	padding: 0 !important;
	
	width: auto;
}

.title {
	padding-bottom: 0px;
	overflow: hidden;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.float-left, .image-left {
	float: left;
	margin: 0px 20px 5px 0;
}

.float-right, image-right {
	float: right;
	margin: 0px 0 5px 20px;
}

.image-margin-left {
	margin:0 10px 3px 0;
}

.image-margin-right {
	margin:0 0 3px 10px;
}

.image-border {
	padding:3px;
	border:1px #ccc solid;
	background: #fdfdfd;
}

	.image-border img {
		padding: 0;
		margin: 0;
	}

.image-small-left{
	background: #fdfdfd;
	padding:3px;
	margin:0 5px 0 0;
	border:1px solid #ccc;
}

.image-small-right {
	background: #fdfdfd;
	padding:3px;
	margin:0 0 0 3px;
	border:1px solid #ccc;
}

.pdf {
	height: 20px;
	line-height: 20px;
}

	.pdf span {
		background: transparent url(../images/pdficon_small.gif) no-repeat scroll 0 0;
		display: inline-block;
		height: 20px;
		line-height: 20px;
		margin-right: 0.25em;
		width: 20px;
}

.coupon {
	background-color: #f7f7ea;
	border: 8px solid #789655;
	color: black;
	margin: 1.0em -10px 2.0em;
	padding: 0.7em;
	position: relative;
	width: auto;
}

	.coupon p {
		margin: 1.0em 0 0;
		padding: 0;
	}
	
	.coupon img {
		margin-top: 0;
		margin-bottom: -0.75em;
		margin-left: -0.25em;
		margin-right: -0.25em;
	}
	
	.coupon p.title {
		border-bottom: 1px solid #394d36;
		border-color: #394d36;
		color: #000000;
		font-size: 1.3em;
		font-weight: bold;
		letter-spacing: -1px;
		margin-top: 0 !important;
		margin-bottom: 0.5em !important;
		padding-bottom: 0.25em !important;
}

	.coupon p.footnote {
		border-top: 1px solid #394d36;
		color: black;
		font-size: 0.9em;
		font-weight: bold;
		line-height: 1.1em;
		margin: 0;
		padding: 1.0em 0 0 1.0em !important;
		text-indent: -0.75em;
	}

/* ----------------------------------------------
	Google Map classes
------------------------------------------------ */

#googleMap {
	border: 2px solid #4c81bd;
	height: 500px;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 98%;
}

	#googleMap .gmnoprint p {
		padding: 0;
		margin: 0;
			margin-top: 1.0em;
	}

	#googleMap .gmnoprint p.gpsCoord {
		margin-top: 1.0em;
		margin-bottom: -2.0em;
		padding: 0;
		padding-left: 25px;

		font-size: 0.95em;
		line-height: 1.3em;
		text-indent: -10px;
	}

.margin-10-lr {
	margin: 0 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

.margin-20-left {
	margin-left: 20px;
}

.margin-20-right {
	margin-right: 20px;
}

/* @group Sitemap */

#sitemap a {
	display: block;
	width: 100%;
}

#sitemap li li {
	list-style-type: circle;
	margin-top: 1.2em;
}

/* @end */

/* @group GF Parks */

#gfParks {
	background-color: #4C81BD;
	float: left;
	font-size: 1.0em;
	margin: 2.0em 0 1.0em 3.0em;
	padding: 0 8px 35px 10px;
	position: relative;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#gfParks .heading {
	color: white;
	font-size: 1.6em;
	text-align: center;
}

#gfParks .small {
	font-size: 0.6em;
}

.row {
	clear:left;
	display: block;
	line-height: 1.2em;
	margin:0 auto 5px;
	overflow: hidden;
	padding:0;
	width: auto;
}

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

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#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 {
	clear: none;
	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 Accordion Styles */

/* @group RV & Campsites */

#siteAccordion, #cabinAccordion {
	margin-bottom: 2.0em;
	position: relative;
	width: 98%;
}

	#siteAccordion p.fees, #cabinAccordion p.fees {
	font-size: 0.85em;
	}
	
	#siteAccordion h1 span, #cabinAccordion h1 span, #siteAccordion h2 span, #cabinAccordion h2 span, #siteAccordion h3 span, #cabinAccordion h3 span {
		background: transparent;
	}

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

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

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

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

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

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

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

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


#siteAccordion div h3 .details, #cabinAccordion div h3 .details, #siteAccordion div h3 .detailsClose, #cabinAccordion 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, #cabinAccordion div h3 .detailsClose {
		display: none;
	}


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

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

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

/* @group Rates Tables */

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

	margin: 0 auto 1.0em;
	color: #5e5e5e;
}

	.ratesTable a, .ratesTable a:visited {
		color: #3876be;
		font-size: 1.2em;
	}
	
	.ratesTable a:hover, .ratesTable a:active {
		color: white;
	}
	
	.ratesTable img {
		background: #fdfdfd;
		border:1px #ccc solid;
		margin: 0;
		padding:3px;
		vertical-align: middle;
	}
	
	.ratesTable td {
		border: 1px solid #000000;
		padding: 0 0.5em;
		margin: 0;
		vertical-align: middle;
	}
	
	.ratesTable .white {
		background-color: white;
		color: black;
	}

	#content .ratesTable .highlight {
		background-color: #cac9c9;

	}
	
	.ratesTable td.border-top {
		border-top: 2px;
	}

#content .ratesTable p {
	display: block;
	padding: 0.5em 0;
	margin:0;
	line-height:1.0em;
	text-align: center;
	color: #444;
}

#content .ratesTable p.ratesTitle {
	font-weight: bold;
	font-size: 1.0em;
	padding: 10px 0;
	text-align: center;
	color: #000000;
}

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


/* @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: 98%;

	text-align: center;

	margin: 0 auto;
	padding: 0;
}

.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 #789655;
}

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

.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 */
