* {
	margin: 0;
	padding: 0;
}
body {
	background: #00ADF1 url(../images/body-bg.jpg) repeat-x 50% 0;
	color: #003118;
	cursor: default;
	padding-bottom: 10px;
}
img {
	border: 0;
	vertical-align: top;
}
#content {
	min-height: 350px;
	overflow: auto;
}
#content a {
	background: #f0fafe;
	padding: 0 3px;
	color: #00aef1;
	text-decoration: none;
}
#content a:hover {
	color: #ff2e89;
	background: #fff0f6;
}
h1 {
	color: #f81f8b;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 240%;
	line-height: 1.1;
}
h2 {
	color: #00aef1;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #4da468;
	font-size: 110%;
}
h1,h2,h3,h4,h5,h6,p,form,ul,ol,dl,blockquote,table,fieldset {
	margin-bottom: 10px;
}
dd {
	margin-bottom: 5px;
}
ul,ol,dd,blockquote {
	margin-left: 2.5em;
}
b {
	color: #0071a1;
}
table {
	border-left: 1px #e6f9ff solid;
	width: 100%;
}
th {
	padding: 2px;
	background: #e6f9ff;
	color: #0077a6;
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
	text-align: left;
	vertical-align: bottom;
}
td {
	padding: 2px;
	border-bottom: 1px #b7eeff solid;
}
.noborder {
	border: none !important;
}
.lightborder {
	border-color: #e6f9ff;
}
caption {
	color: #00a04e;
	font-size: 160%;
	letter-spacing: 3px;
	word-spacing: 3px;
}
.alt {
	background-color: #f4fef4
}
.float_r {
	float: right;
	position: relative;
}
.float_l {
	float: left;
	position: relative;
}
img.float_r {
	margin-left: 10px;
	margin-bottom: 10px;
}
img.float_l {
	margin-right: 10px;
	margin-bottom: 10px;
}
.col2_l,.col2_r {
	float: left;
	width: 48%;
	padding-right: 10px;
}
.col2_l {
	clear: left;
}
.col2_r {
	padding: 0 0 0 10px;
}
.break {
	clear: both;
	height: 1px;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: .8em;
	font-weight: normal;
}
.larger {
	font-size: 115%;
}
.light {
	color: #333;
}
form p {
	clear: left;
	border-bottom: 1px #f1faf6 solid;
}
label {
	float: left;
	width: 140px;
	margin-bottom: 10px;
	padding-right: 5px;
}
fieldset {
	padding: 10px;
	border: none;
	border-top: 2px #00A14D solid;
	background: url(../images/fieldset-bg.png) repeat-x;
}
legend {
	padding: 3px 5px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	background: #00A14D;
}
fieldset h3 {
	font-size: 100%;
	border-bottom: 2px #d2dad8 solid;
}
.l,
.r {
	position: relative;
	float: left;
	width: 47%;
	margin-right: 1%;
}
button {
	padding: 5px;
	font-size: 140%;
}
input[type=text],select {
	width: 140px;
}
.autowidth {
	width: auto !important;
}
.autoheight {
	height: auto !important;
}
.nobr {
	white-space: nowrap;
}
/* General */

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
	background: url(../images/content-bottom.png) no-repeat 0 100%
}
#head {
	height: 260px;
	position: relative;
}
#head .camp {
	position: absolute;
	top: 130px;
	left: 130px;
	background: no-repeat;
	text-indent: -9999px;
}
#head .montage {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: no-repeat 100% 0;
}
#head .bottom {
	position: absolute;
	bottom: 0;
	height: 74px;
	width: 100%;
	background: url(../images/header-bottom.png) no-repeat;
}
#logo {
	position: absolute;
	top: 10px;
	left: 0;
}
#content {
	position: relative;
	z-index: 0;
	background: #fff url(../images/content-bg.png) no-repeat;
	padding: 15px;
	font: normal .8em Geneva, Arial, Helvetica, sans-serif;
	padding-left: 225px;
}
#content ul li {
	list-style-image: url(../images/li.png)
}
#content ul li li,
#content .cal td ul li {
	list-style-image: url(../images/li-li.png)
}

dt {
	color: #00A14D;
	font-size: 120%;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}
.phone {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	padding: 4px 0 30px 0;
	width: 202px;
	text-align: center;
	background: url(../images/phone-no-bg.png) no-repeat 0 100%;
	font-style: italic;
	font-size: 12px;
	line-height: 1.1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}
.phone b {
	display: block;
	color: #00aeef;
	font-family: "Comic Sans MS", cursive;
	font-size: 16pt;
	font-style: normal;
}
/* navigation */

#nav {
	position: absolute;
	top: 260px;
	left: -5px;
	z-index: 100;
	width: 215px;
	background: #00ADF1 url(../images/nav-top.png) no-repeat;
	padding-top: 20px;
}
#nav ul {
	margin: 0;
	background: url(../images/nav-bg.png) repeat-y;
}
#nav li {
	list-style: none;
}
#nav li a {
	display: block;
	height: 32px;
	list-style: none;
	text-indent: -9999px
}
#nav li a:hover {
	background-position: -215px 0;
}
body.home #nav li.home a,
body.about #nav li.about a,
body.facil #nav li.facil a,
body.staff #nav li.staff a,
body.actSched #nav li.actSched a,
body.act #nav li.act a,
body.sched #nav li.sched a,
body.rates #nav li.rates a,
body.photos #nav li.photos a,
body.test #nav li.test a,
body.contact #nav li.contact a,
body.email #nav li.email a,
body.newsletter #nav li.newsletter a,
body.employ #nav li.employ a,
body.employ #nav li.employCit a {
	background-position: -430px 0;
}
#nav .bottom {
	height: 22px;
	background: url(../images/nav-bottom.png);
}
#nav .home a {
	background: url(../images/nav-home.png);
}
#nav .about a {
	background: url(../images/nav-about.png);
}
#nav .facil a {
	background: url(../images/nav-facilities.png);
}
#nav .staff a {
	background: url(../images/nav-staff.png);
}
#nav .act a {
	background: url(../images/nav-act.png);
}
#nav .sched a {
	background: url(../images/nav-sched.png);
}
#nav .rates a {
	background: url(../images/nav-rates.png);
}
#nav .photos a {
	background: url(../images/nav-photos.png);
}
#nav .test a {
	background: url(../images/nav-test.png);
}
#nav .contact a {
	background: url(../images/nav-contact.png);
}
#nav .email a {
	background: url(../images/nav-email.png);
}
#nav .newsletter a {
	background: url(../images/nav-newsletter.png);
}
#nav .employ a {
	background: url(../images/nav-employ.png);
}
#nav .employCit a {
	background: url(../images/nav-employ-cit.png);
}
#ss {
	position: absolute;
	top: 42px;
	right: 10px;
	overflow: visible;
	width: 420px;
	height: 280px;
	border: 5px #00aeef solid;
	margin: 0 60px 100px 0;
}
#ss div.c {
	background-image: url(../images/ss-corners.png);
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 150;
}
.tl {
	top: -5px;
	left: -5px;
}
.tr {
	top: -5px;
	right: -5px;
	background-position: 100% 0;
}
.br {
	bottom: -5px;
	right: -5px;
	background-position: 100% 100%;
}
.bl {
	bottom: -5px;
	left: -5px;
	background-position: 0 100%;
}
#ss .images {
	width: 420px;
	height: 280px;
	overflow: hidden;
	z-index: 125;
}
#ss .balloons {
	position: absolute;
	width: 120px;
	height: 210px;
	top: -25px;
	right: -65px;
	background: url(../images/ss-balloons.png);
	z-index: 150;
}
.freetrans {
	position: absolute;
	width: 481px;
	height: 96px;
	bottom: -85px;
	left: -6px;
	text-indent: -9999px;
	background: url(../images/free-transportation.png) no-repeat;
	z-index: 150;
}
.freetrans.available {
	background-image: url(../images/free-transportation-available.png);
}
.infobox {
	position: relative;
	margin: 10px 0;
	width: 196px;
	padding-top: 25px;
	background: url(../images/loc-infobox-top.png) no-repeat;
	line-height: 1.1;
}
.infobox.pink {
	background-image: url(../images/loc-infobox-pink-top.png);
	padding-top: 40px;
}
.infobox ul {
	margin: 0;
	padding-bottom: 10px;
	background: url(../images/loc-infobox-bottom.png) no-repeat 0 100%;
}
.infobox.pink ul {
	background-image: url(../images/loc-infobox-pink-bottom.png);
	color: #fff;
}
#content .infobox li {
	position: relative;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 1em;
	list-style-image: none;
	list-style: none !important;
	font-weight: bold;
	font-family: "Comic Sans MS";
	padding: 0 8px;
}
#content .infobox a {
	background: transparent;
	color: #b67e36;
	display: block;
	text-decoration: none;
}
#content .infobox a:hover {
	color: #7f5421;
	background-color: transparent !important;
}
#content .infobox.pink a {
	color: #fee5f3;
}
#content .infobox.pink a:hover {
	color: #fff37d;
}

.infobox b {
	display: block;
	color: #553816;
}
.infobox.pink b {
	display: inline;
	color: #FFF37D;
}
.infobox h1 {
	font-size: 14pt;
	padding: 0 40px 0 10px;
	line-height: 1;
}
.misc li {
	width: 180px;
	margin-bottom: 5px;
}
#accred {
	position: absolute;
	width: 150px;
	top: 370px;
	left: 30px;
}
/* Staff Page */

body.staff .staffmember {
	clear: both;
	border-top: 1px #FFEE00 solid;
	padding: 10px 0;
	
}
.staffmember h2 {
	margin: 0;
}
.staffmember h3 {
	font-style: italic;
	color: #00a44f;
	font-weight: normal;
}
/* Testimonials */

.quote {
	padding: 0 40px;
	margin-bottom: 50px;
	background: url(../images/quote-l.png) no-repeat 0 0;
}
.quote div {
	background: url(../images/quote-r.png) no-repeat 100% 100%;
}
.byline {
	font-style: italic;
	font-size: 110%;
	color: #666;
}
.quote .intro {
	font-size: 130%;
	font-weight: bold;
	color: #00A14D;
	font-family: "Comic Sans MS", cursive;
}
/* Contact */

body.contact textarea {
	width: 100%;
}
#preEnroll {
	margin-top: 20px;
}
form .checks,
form .radios {
	float: left;
}
form .checks label,
form .radios label {
	float: none;
}
/* Rates */
body.rates td,
body.rates th {
	text-align: center;
}
table.key td {
	vertical-align: middle;
	text-align: center;
}
table.key img {
	vertical-align: middle !important;
}
/* Sched */

table.key {
	border-right: 1px #b7eeff solid;
}
table.cal {
	border: none;
	width: auto;	
	background: #b7e8f9 url(../images/cal-head.png) no-repeat;
}
table.cal .head {
	background: transparent;
}
table.cal tr.head th {
	background: transparent;
	text-align: center;
	border: none;
	margin: 0 5px;
	width: 138px;
	height: 20px;
	line-height: 20px;
	padding: 0;
}
table.cal b {
}

table.cal td {
	background: #fff url(../images/cal-td.png) no-repeat 100% 0;;
	font-size: .9em;
	border: none;
	vertical-align: top;
	padding: 5px;
	width: 138px;
}
.cal td ul {
	margin-left: 20px;
	clear: left;
}
#content .cal td ul li {
	text-indent: -2px;
	padding: 0;
	font-size: 1.1em;
}
.cal h3 {
	color: #227e3e;
}
.cal .date {
	background: url(../images/cal-date.png) no-repeat;
	float: left;
	position: relative;
	top: -8px;
	left: -9px;
	z-index: 100;
	width: 30px;
	height: 33px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding-top: 6px;
	margin: 0;
	margin-bottom: -4px;
	margin-right: -5px;
}
body.sched .month {
	position: relative;
	z-index: 200;
	margin-bottom: -20px;
	text-align: center;
}
.Y {
	list-style-image: url(../images/li-y.png) !important;
}
.O {
	list-style-image: url(../images/li-o.png) !important;
}
.S {
	list-style-image: url(../images/li-s.png) !important;
}

/* Photos */

body.photos h2 {
	text-align: center;
	margin-bottom: 0;
}
body.photos #content ul {
	margin: 0;
	text-align: center;
	background: #f1faf6;
	padding: .5em 0;
	margin-bottom: 20px;
}
body.photos #content ul li {
	list-style: none;
	display: inline;
}
body.photos #content ul img {
	border: 2px #f1faf6 solid;
	margin-bottom: .3em;
}
body.photos #content ul img:hover {
	border-color: #f81f8b;
}
/* Email Club */

body.email form label {
	text-align: right;
	margin-right: 4px;
}
body.email #content {
	height: 400px;
}
body.formResult #content {
	height: 400px;
}