@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "panels.css";
@import "forms.css";
@import "gallery.css";

body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background-image: url('../images/global/bg.jpg');
	background-repeat: repeat;
	background-position: center 3px;
	line-height: 1.2;
	color: #59712a;
}

a {
	color: #59712a;
}

strong {
	font-weight: bold;
}

.navigation-top {
	width: 832px;
	margin: 0 auto 1px auto;
	height: 47px;
}

.navigation-top ul {
	margin: 0;
	padding: 0 0 0 549px;
	width: 284px;
}

.navigation-top ul li {
	display: inline;
}

.navigation-top ul li a {
	display: block;
	height: 48px;
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

.navigation-top ul li a.school-camps {
	background-image: url('../images/menu/top/top-menu.jpg');
	background-position: 0px 0px;
	width: 104px;
}

.navigation-top ul li a.school-camps:hover, .navigation-top ul li a.school-camps.active {
	background-position: 0 -48px;
}

.navigation-top ul li a.family-camps {
	background-image: url('../images/menu/top/top-menu.jpg');
	background-position: -104px 0px;
	width: 180px;
}

.navigation-top ul li a.family-camps:hover, .navigation-top ul li a.family-camps.active {
	background-position: -104px -48px;
}

.container {
	width: 832px;
	margin: 0 auto 0 auto;
	background-color: #f8f6ee;
	background-image: url('../images/global/container-bg.jpg');
	background-position: 0 130px;
	background-repeat: repeat-y;
}

.inner-container {

}

.background {
	padding: 0;
	background: url('../images/global/background.jpg') top center repeat-x;
	width: 100%;
}

.column-left {
	width: 155px;
	float: left;
	/*margin: -5px 0 0 0;*/
}

.column-mid {
	width: 509px;
	float: left;
	/*margin: -5px 0 0 0;*/
	min-height: 200px;
	padding: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.column-right {
	width: 168px;
	float: left;
	/*margin: -5px 0 0 0;*/
}

.column-right hr {
	border: none;
	width: 143px;
	height: 3px;
	background: url('../images/global/column-right-hr.jpg') left center no-repeat;
	padding: 8px 0 5px 0;
	margin: 0;
	clear: left;
	
}

.column-mid hr {
background:transparent url(../images/global/column-right-hr.jpg) no-repeat scroll left center;
border:medium none;
clear:left;
height:3px;
margin:0;
padding:8px 0 5px;
}

.logo {
	width: 155px;
	height: 131px;
	/*margin: 0 0 -10px 0;*/
}

a#logo {
	background: url('../images/global/logo.jpg') top left no-repeat;
	display: block;
	width: 155px;
	height: 131px;
	text-indent: -9999px;
	margin: 0 0 -10px 0;
}

.column-footer {
	width: 832px;
	background: url('../images/global/column-footer-bg.jpg') top left no-repeat;
	margin: 0 auto 0 auto;
	height: 5px;
}

.footer {
	width: 802px;
	margin: 3px auto 0 auto;
	padding: 0 0 40px 20px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer a {
	color: #cccccc;
	text-decoration: none;
}

/* Panels ----------------------------------------------- */

.panel-header {
	width: 509px;
	height: 138px;
	position: relative;
	margin: 0 0 10px 0;
}

.header-image {
	width: 509px;
	height: 138px;
	position: absolute;
	top: 0;
	left: 0;
}

.submenu {
	width: 509px;
	height: 23px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #31421a;
}

.submenu a {
	float: left;
	height: 23px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background: url(../images/menu/submenu/submenu-sprite.jpg) no-repeat left top;
}

.submenu a.home { width: 63px; background-position: 0px 0px; }
.submenu a.homeactive, .submenu a.home:hover { width: 63px; background-position: 0px -23px; }

.submenu a.facilities { width: 83px; background-position: -63px 0px; }
.submenu a.facilitiesactive, .submenu a.facilities:hover { width: 83px; background-position: -63px -23px; }

.submenu a.location { width: 78px; background-position: -146px 0px; }
.submenu a.locationactive, .submenu a.location:hover { width: 78px; background-position: -146px -23px; }

.submenu a.bookings { width: 82px; background-position: -224px 0px; }
.submenu a.bookingsactive, .submenu a.bookings:hover { width: 82px; background-position: -224px -23px; }

.submenu a.links { width: 54px; background-position: -306px 0px; }
.submenu a.linksactive, .submenu a.links:hover { width: 54px; background-position: -306px -23px; }

.submenu a.faq { width: 48px; background-position: -360px 0px; }
.submenu a.faqactive, .submenu a.faq:hover { width: 48px; background-position: -360px -23px; }

.submenu a.contact { width: 101px; background-position: -408px 0px; }
.submenu a.contactactive, .submenu a.contact:hover { width: 101px; background-position: -408px -23px; }

.panel-home-menu {
	margin: 13px 0 13px 22px;
}

.panel-home-menu ul {

}

.panel-home-menu ul li {
	margin: 0 0 1px 0;
}

.panel-home-menu ul li a {
	display: block; 
	width: 116px;
	height: 112px;
	text-indent: -9999px;
	background-image: url('../images/menu/main/main-menu-sprite.jpg');
}

.panel-home-menu ul li a.school-camps { background-position: 0px 0px; }
.panel-home-menu ul li a.school-camps:hover { background-position: 115px 0px; }

.panel-home-menu ul li a.family-camps { background-position: 0px -112px; }
.panel-home-menu ul li a.family-camps:hover { background-position: 115px -112px; }



.column-mid ul {
	padding: 0 0 0 15px;
}

.column-mid li {
	list-style-type: disc;
}

/* Mid Column subcolumns -------------------------------------- */

.column-mid-l {
	float: left;
	width: 160px;
	padding: 0 10px 0 10px;
}

.column-mid-m {
	float: left;
	width: 160px;
	padding: 0 10px 0 0;
}

.column-mid-r {
	float: left;
	width: 140px;
	padding: 0 0 0 10px;
}

.column-mid-mr {
	float: left;
	width: 310px;
	padding: 0 0 0 0;
}

.activity-items {

}

.activity-items a {
	display: block;
	margin: 0 0 5px 0;
}

.activity-items a.active {
	color: #003366;
}

.activity-item h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.activity-image {
	padding: 10px 0 0 0;
}

h1 {
	/*color: #003366;*/
	color: #336600;
	font-size: 19px;
	line-height: 1.4;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
