@import url("../css/reset.css");
@import url("../css/calendar.css");

/*  
#7A654C = dark brown
#ADA77F = light green
#DFD3B6 = light brown
#898358 = dark green


Globals
--------------------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}

body {
    font: 12px/1.4em Arial, Helvetica, sans-serif;
    background: url(../gfx/bg.jpg) repeat-x 0 0 #DFD3B6;
    color:#666;
	margin: 0;
} 
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

.small {
	font-size: 11px;
}
blockquote .small {
	font-weight: bold;
}
.highlite { 
	color: #A39D71;
}

h2 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #A39D71;
	padding: 0 0 10px 0;
}

a {
	color: #A39D71;
	text-decoration: none;
}
a:hover {
	color: #000;
}



/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 990px;
	margin: 0 auto 10px auto;  
	position: relative;
	background: url(../gfx/content_footbg.jpg) no-repeat 0 100%;
	padding: 52px 0 5px 0;
}

#wrapper #container {
	background: url(../gfx/content_bg.jpg) repeat-y 0 0;
	padding: 45px 0 2px 0;
}

#wrapper #logo {
	width: 268px;
	height: 325px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	background: url(../gfx/logo.png) no-repeat 0 0;
	z-index: 25;
	margin: 0;
	padding: 0;
}
#wrapper #logo a {
	display: block;
	height: 240px;
	width: 160px;
	top: 35px;
	left: 50px;
	position:absolute;
}

#wrapper #print {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../gfx/print_icon.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	right: 10px;
}

/* HOME HEADER */
body#home #header {
	width: 980px;
	height: 473px;
	margin: 0 auto 5px auto;
	background: url(../gfx/home-headerbg.jpg) repeat-x 0 100%;
}
body#home #headerSlideshowContainer {
	height: 322px;
	width: 980px;
	background: #fff;
	position: absolute;
	top: 98px;
	left: 5px;
	z-index: 0;
}
body#home #header #head_content {
	padding: 352px 40px 0 40px;
	color: #876E50;
}
#headerSlideshow {
	position: relative;
	height: 322px;
	width: 980px;
}
#headerSlideshow img {
	position: absolute;
	top:0;
	left: 0;
}


/* GLOBAL HEADER */
#header {
	width: 980px;
	height: 342px;
	margin: 0 auto 5px auto;
	background: url(../gfx/headerbg.jpg) repeat-x 0 100%;
}
#headerSlideshowContainer {
	height: 242px;
	width: 980px;
	background: #fff; /* removed ghost: url(../gfx/flash_headtest.jpg) no-repeat 0 0 */
	position: absolute;
	top: 98px;
	left: 5px;
	z-index: 10;
}
body#photos #headerSlideshowContainer {
	background: #fff url(../gfx/flash_headtest.jpg) no-repeat 0 0;
}
#header #head_content {
	padding: 265px 40px 0 40px;
	color: #876E50;
	position: relative;
}

body#home #header #head_content h1 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 0;
}
#header #head_content h1 {
	font: 45px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
}

body#home #header #head_content p {
	font: 16px Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
#header #head_content .slogan {
	width: 250px;
	text-align: right;
	font: 20px Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-style: italic;
	position: absolute;
	bottom: 10px;
	right: 25px;
}

body#home #registerBtn {
	width: 980px;
	height: 87px;
	position: absolute;
	top: 345px;
	left: 5px;
	background:url(../gfx/home-header_curve.png) no-repeat 0 0;
	z-index: 25;
}

#registerBtn {
	width: 980px;
	height: 87px;
	position: absolute;
	top: 260px;
	left: 5px;
	background:url(../gfx/home-header_curve.png) no-repeat 0 0;
	z-index: 25;
}

#registerBtn a {
	width: 136px;
	height: 32px;
	text-indent: -9999px;
	float: right;
	background:url(../gfx/reg-btn.png) no-repeat 0 0;
	margin: 25px 110px 0 0;
}
#registerBtn a:hover {
	background-position: 0 -32px;
}

/* Registration Form
--------------------------------------------------------------------------------------------------- */
body#register #contentarea form fieldset {
	border: 1px solid #7A654C;
	background: #F3EDDD;
	padding: 15px;
	margin: 0 0 15px;
}
body#register #contentarea form fieldset legend {
	font-weight: bold;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #7A654C;
}
body#register #contentarea span.instruction {
	font-size: 11px;
	font-style: italic;
	display: block;
	padding: 0 0 2px;
	margin: 0;
}
body#register #contentarea .field input,
body#register #contentarea .field label,
body#register #contentarea textarea {
	display: block;
	width: 60%;
	float: left;
	margin-bottom: 15px;
	line-height: 1.4em;
	font: 12px Arial, Helvetica, sans-serif;
}
body#register #contentarea .field input {
	padding: 5px;
	border: 1px solid #5F5A3F;
}
body#register #contentarea textarea {
	height: 100px;
	border: 1px solid #5F5A3F;
	padding: 5px;
}
body#register #contentarea .field label {
	text-align: right;
	width: 35%;
	font-weight: bold;
	color: #5F5A3F;
	padding: 5px 2% 5px 0;
}
body#register #contentarea .radios {
	padding: 0 0 0 37%;
	font-weight: bold;
}
body#register #contentarea .field br {
	display: none;
}
body#register .sendme {
	float: right;
	width: 300px;
	text-align: right;
}
body#register .sendme input {
	display: block;
	width: 120px;
	float: right;
}
body#register .textbox {
	clear: both;
}
/* Side Quote
--------------------------------------------------------------------------------------------------- */
#contentarea .side_quote {
	width: 243px;
	float: left;
	background: url(../gfx/quote_left.gif) no-repeat 10px 5px;
	color: #876E50;
}

#contentarea .side_quote blockquote {
	background: url(../gfx/quote_right.gif) no-repeat 90% 100%;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	padding: 5px 20px 10px 45px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#contentarea .side_quote p {
	font-weight: bold;
	padding: 0 0 0 45px;
	font-size: 10px;
}

/* PRIMARY CONTENT Wrapper
--------------------------------------------------------------------------------------------------- */
#contentarea {
	width: 978px;
	background: url(../gfx/midcontent_bg.jpg) repeat-x 0 0 #EFE0BB;
	border: 1px solid #977B59;
	margin: 0 auto;
	padding: 5px 0;
}

#contentarea .mini_box {
	width: 238px;
	background:url(../gfx/service_minibox_top.png) no-repeat 0 0;
	padding: 10px 0 0 0;
	float: left;
	margin-left: 5px;
}
#contentarea .mini_body { 
	background: url(../gfx/service_minibox_bt.png) no-repeat 0 100%;
	padding: 5px 20px 15px 20px;
}

#contentarea .mini_body p {
	margin: 0 0 20px 0;
	line-height: 20px;
}

#contentarea .mini_body img {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
}

#contentarea .mini_body .cta {
	width: 199px;
	height: 18px;
	display: block;
	text-align: center;
	font: 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 16px;
	background: url(../gfx/minibox_btn.png) no-repeat 0 0;
}
#contentarea .mini_body .cta:hover {
	background-position: 0 -18px;
}

/* Global Container
--------------------------------------------------------------------------------------------------- */
#contentarea #global_container {
	width: 715px;
	background: url(../gfx/globcontent_bt.png) no-repeat 0 100%;
	padding: 0 0 15px 0;
	float: right;
	position: relative;
	left: -6px;
}
#contentarea #global_container #breadCrumbs {
	height: 55px;
	background: url(../gfx/globcontent_top.png) no-repeat 0 0;
	font: 10px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	position: relative;
}
#contentarea #global_container #breadCrumbs ul {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	position: absolute;
	top: 15px;
	left: 25px;
	width: 645px;
}
#contentarea #global_container #breadCrumbs ul li {
	float: left;
	padding: 0 15px;
	background: url(../gfx/bcrumb-div.gif) no-repeat 100% 100%;
}
#contentarea #global_container #breadCrumbs ul li.first {
	padding: 0 15px 0 0;
}
#contentarea #global_container #breadCrumbs ul li.current {
	color: #333;
	background: none;
}

#contentarea #global_container #content {
	background:  url(../gfx/globcontent_bg.png) repeat-y 0 0;
	padding: 10px 30px 0 30px;
}

#contentarea #content h2 {
	color: #A39D71;
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

#contentarea #content h3 {
	color: #7A654C;
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

#contentarea #content h4 {
	color: #A39D71;
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#contentarea #content h5 {
	color: #A39D71;
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#contentarea #content h6 {
	color: #7A654C;
	font-size: 12px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
#contentarea #content ul {
	margin: 0 0 15px;
}
#contentarea #content ul li {
	list-style: disc;
	margin: 8px 0 8px 20px;
	line-height: 1.4em;
}
#contentarea #content ul li ul {
	margin: 0;
}
#contentarea #content ul.sitemap li a {
	font-weight: bold;
	font-size: 14px;
}
#contentarea #content ul.sitemap ul li a {
	font-weight: normal;
}
#contentarea #content p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 0 20px;
}
#contentarea #content p.detail {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 10px;
}
#contentarea #content p.instructions {
	color: #666;
	font-size: 12px;
	margin: 0 0 10px;
}

#contentarea #content img.left {
	padding: 3px;
	background: #E9E0CD;
	border: 1px solid #A28562;
	margin: 0 20px 15px 0;
	float: left;
}

#contentarea #content img.right {
	padding: 3px;
	background: #E9E0CD;
	border: 1px solid #A28562;
	margin: 0 0 15px 20px;
	float: right;
}

#contentarea #content ul.gallery {
	margin: 0;
	padding: 0;
}
#contentarea #content ul.gallery li {
	float: left;
	margin: 0 10px 5px 0 !important;
	padding: 0 !important;
	list-style: none;
}
#contentarea #content ul.gallery li img {
	margin: 0 !important;
	padding: 0 !important;
	border: 2px solid #A28562;
}
#contentarea #content ul.gallery li a {
	padding: 0;
	margin: 0;
}

body#events legend {
	font-weight: bold;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #7A654C;
}
body#events form fieldset {
	border: 1px solid #7A654C;
	margin: 0 0 15px;
	padding: 10px;
	background: #F3EDDD;
}
body#events div.event {
	margin: 0 0 15px;
	padding: 0;
	border-bottom: 1px solid #7A654C;
	width: 420px;
}
body#events div.event a {
	text-decoration: underline;
}

/* SIDEBAR
--------------------------------------------------------------------------------------------------- */
#contentarea #sidebar {
	width: 260px;
	float: left;
}
#contentarea #sidebar h3 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #898358;
	padding: 10px 0 5px 10px;
	margin: 0 0 -10px;
	line-height: 1.2em;
}

/* SUB NAVIGATION
--------------------------------------------------------------------------------------------------- */
#contentarea #subnav {
	margin: 0 0 25px 0;
	padding: 15px 0;
}
#contentarea #subnav li {
	margin: 0;
	padding: 0;
}
#contentarea #subnav li a {
	width: 230px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	display: block;
	color: #7A654C;
	background: url(../gfx/submenu_brown.gif) no-repeat 10px 50%;
	padding: 5px 0 5px 30px;
	margin: 0;
}
#contentarea #subnav li a:hover, #contentarea #subnav li.active a {
	background: url(../gfx/submenu_white.gif) no-repeat 10px 50% #7A654C;
	color: #fff;
}



/* Dynamic Content
--------------------------------------------------------------------------------------------------- */
#dynamic_content {
	width: 954px;
	background: url(../gfx/lowercontent_bg.jpg) repeat-x 0 100% #ACA780;
	border: 1px solid #977B59;
	margin: 0 auto;
	padding: 15px 15px 10px 15px;
	position: relative;
}

#schedule_btn {
	width: 137px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background: url(../gfx/schedule_btn.png) no-repeat 0 0;
	position: absolute;
	top: 12px;
	right: 18px;
	z-index: 24;
}
#schedule_btn:hover {
	background-position: 0 -26px;
}

#dynamic_content h2 {
	color: #EBDBAE;
	background: url(../gfx/dyn-horz_line.jpg) repeat-x 0 100%;
}
#dynamic_content #latestphotos {
	width: 264px;
	float: left;
}
#dynamic_content #latestphotos ul {
	padding: 10px 0;
}
#dynamic_content #latestphotos ul li {
	width: 120px;
	height: 120px;
	/* background: url(../gfx/mini-thumb-bg.png) no-repeat 0 0; */
	background: url(../gfx/square_thumb.png) no-repeat 0 0;
	float: left;
}
#dynamic_content #latestphotos ul li img {
	padding: 8px;
}
#dynamic_content #latestphotos #gallery_btn {
	width: 113px;
	height: 18px;
	display: block;
	background:url(../gfx/gallery_btn.png) no-repeat 0 0;
	text-align: center;
	font: 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #EEDFB9;
	line-height: 16px;
}
#dynamic_content #latestphotos #gallery_btn:hover {
	background-position: 0 -18px;
	color: #fff;
}

#dynamic_content #scheduleBoxes {
	width: 690px;
	float: left;
	font: 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#dynamic_content #scheduleBoxes .schedule_box {
	width: 190px;
	padding: 10px 20px;
	background: url(../gfx/dyn-vert-line.jpg) repeat-y 0 0;	
	float: left;
}

#dynamic_content #scheduleBoxes .schedule_box h3 {
	font-size: 13px;
	color: #58553A;
	font-weight: normal;
	margin: 0 0 10px 0;
}	

#dynamic_content #scheduleBoxes .schedule_box ul {
	padding: 15px 0 0 0;
}
#dynamic_content #scheduleBoxes .schedule_box ul li {
	background: url(../gfx/white_arrow.png) no-repeat 0 2px;
	padding: 0 15px;
	margin: 0 0 20px 0;
}
#dynamic_content #scheduleBoxes .schedule_box .date {
	color: #EFE0BB;
}
#dynamic_content #scheduleBoxes .schedule_box a {
	color: #fff;
}

#dynamic_content #scheduleBoxes .schedule_box a:hover {
	text-decoration: underline;
}


/* Footer
--------------------------------------------------------------------------------------------------- */
#foot_wrapper {
	width: 100%;
	position: relative;
}
#footer {
	width: 990px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	font: 10px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#footer p {
	position: absolute;
	top: 15px;
	left: 10px;
}

#footer #foot_nav {
	position: absolute;;
	top: 15px;
	right: 5px;
}
#footer #foot_nav li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #5E4D37;
}
#footer #foot_nav li a {
	color: #605B40;
}
#footer #foot_nav li a:hover {
	color: #8C865B;
}
#footer #foot_nav li.last {
	border: 0;
}





/* SEARCH
--------------------------------------------------------------------------------------------------- */
#searchbar {
	width: 300px;
	position: absolute;
	top: 15px;
	right: -15px;
}
#searchbar #search_field {
	width: 151px;
	height: 20px;
	background:url(../gfx/search_field.png) no-repeat 0 0;
	border: none;
	padding: 5px 0 0 25px;
	float: left;
}
#searchbar #search_btn {
	width: 53px;
	height: 24px;
	background:url(../gfx/search-btn.png) no-repeat 0 0;
	text-indent: -9999px;
	border: none;
	margin: 0 5px;
	cursor: pointer;
}
#searchbar #search_btn.hoverme {
	background-position: 0 -24px;
}


/* Utility Navigation
--------------------------------------------------------------------------------------------------- */
#utility_nav {
	position: absolute;
	top: 15px;
	right: 315px;
}
#utility_nav ul li {
	float: right;
	height: 22px;
	margin: 0 5px;
}
#utility_nav ul li a {
	display: block;
	font: 10px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #9E815E;
	height: 22px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
}
/* -- HOME -- */
#utility_nav ul #unav-home a {
	width: 53px;
}
#utility_nav ul #unav-home a:hover {
	color: #fff;
	background: url(../gfx/utility_menu.png) no-repeat 0 0;
}

/* -- HOW TO -- */
#utility_nav ul #unav-howto a {
	width: 110px;
}
#utility_nav ul #unav-howto a:hover {
	color: #fff;
	background: url(../gfx/utility_menu.png) no-repeat -66px 0;
}

/* -- LINKS -- */
#utility_nav ul #unav-links a {
	width: 55px;
}
#utility_nav ul #unav-links a:hover {
	color: #fff;
	background: url(../gfx/utility_menu.png) no-repeat -189px 0;
}

/* -- CONTACT US -- */
#utility_nav ul #unav-contact a {
	width: 80px;
}
#utility_nav ul #unav-contact a:hover {
	color: #fff;
	background: url(../gfx/utility_menu.png) no-repeat -258px 0;
}


/* Navigation
--------------------------------------------------------------------------------------------------- */
#navigation {
	width: 990px;
	height: 47px;
	position: absolute;
	top: 50px;
	left: 0;
	background: url(../gfx/navigation-bg.jpg) no-repeat 0 0;
	z-index: 10;
}
#navigation ul {
	width: 738px;
	height: 40px;
	float: right;
	margin: 6px 5px 0 0;
}
#navigation ul li {
	float: left;
	height: 40px;
}
#navigation ul li a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	background: url(../gfx/menu.jpg) no-repeat 0 0;
}
#navigation ul li ul {
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
}

/* ------| Drop-Down Menu Resets |------ */

#navigation ul li ul {
	margin: 0;
	padding: 0;
	z-index: 26;
}

#navigation ul li ul li {
	margin: 0;
	padding: 0;
	height: auto;
	clear: both;
}
#navigation ul li ul li a {
	height: auto;
	text-indent: 0;
	padding: 8px 4px 8px 18px;
	background: url(../gfx/white_arrow.png) no-repeat 7px 50%;
}

/* ----- ABOUT US ------- */
#navigation ul #nav-about a.parent {
	width: 100px;
}
#navigation ul #nav-about a.parent:hover, body#about #navigation ul #nav-about a.parent {
	background-position: 0 -40px;
}
#navigation ul #nav-about.sfHover a.parent {
	background-position: 0 -40px;
}

/* ----- FACILITES RENTALS ------- */
#navigation ul #nav-rentals a.parent {
	width: 173px;
	background-position: -100px 0;
}
#navigation ul #nav-rentals a.parent:hover, body#facility-rentals #navigation ul #nav-rentals a.parent {
	background-position: -100px -40px;
}
#navigation ul #nav-rentals.sfHover a.parent {
	background-position: -100px -40px;
}


/* ----- EDUCATIONAL SERVICES ------- */
#navigation ul #nav-services a.parent {
	width: 192px;
	background-position: -273px 0;
}
#navigation ul #nav-services a:hover, body#education #navigation ul #nav-services a.parent {
	background-position: -273px -40px;
}
#navigation ul #nav-services.sfHover a.parent {
	background-position: -273px -40px;
}


/* ----- ECO TOURS ------- */
#navigation ul #nav-eco a.parent {
	width: 112px;
	background-position: -465px 0;
}
#navigation ul #nav-eco a.parent:hover, body#eco-tours #navigation ul #nav-eco a.parent {
	background-position: -465px -40px;
}
#navigation ul #nav-eco.sfHover a.parent {
	background-position: -465px -40px;
}


/* ----- ADVENTURE CAMPS ------- */
#navigation ul #nav-camps a.parent {
	width: 161px;
	background-position: -577px 0;
}
#navigation ul #nav-camps av:hover, body#camps #navigation ul #nav-camps a.parent {
	background-position: -577px -40px;
}
#navigation ul #nav-camps.sfHover a.parent {
	background-position: -577px -40px;
}



/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
