﻿@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center;
	font: 90% Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
	text-align: center;
}
h4 {
	font: bold 14pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}
#container {
	margin: 0px auto;
	text-align: left;
	line-height: 130%;
	color: #000000;
	background-image: url(images/bg_longest.jpg);
	background-repeat: repeat-x;
}
#header {
	margin-bottom: 20px;
	height: auto;
	width: 100%;
	background-color: #9841db;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header img {
	margin-left: 50px;
	margin-top: 5px;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 30px;
	width: auto;
	margin-top: 5px;
	margin-left: 60px;
	margin-bottom: 10px;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/nav_bg_03.jpg);
	padding: 10px 15px;
}
#navbar ul li a:hover {
	color: #66FFFF;
}
#navbar ul li a:visited {
	color: #6ff;
	text-decoration: underline;
}
#sidebar1/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the &quot;.twoColLiqLtHdr #sidebar1 p&quot; rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
  {
	width: 250px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: auto;
	line-height: 140%;
	background-color: #FFCC00;
	float: left;
	padding: 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 ul {
	width: 85%;
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#sidebar1 ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#sidebar1 ul li a {
	background-color: #f7f2ea;
	padding: 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffe;
	border-bottom-color: #ccc;
	border-left-color: #fff;
	border-right-color: #aaab9c;
	display: block;
	color: #666666;
	text-decoration: none;
	font: bold 11pt Arial, Helvetica, sans-serif;
}
#sidebar1 ul li a:hover {
	color: #800000;
	background-color: #ffebd8;
}
#sidebar1 h3        {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar1 a {
	color: #CC33FF;
	text-decoration: underline;
}
#mainContent1/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent &quot;hasLayout.&quot; This avoids several IE-specific bugs.
*/
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: auto;
	text-align: left;
	width: 610px;
	padding: 10px 0px 10px 275px;
	margin: 0px;
	background-image: url(images/images/icon_boy2red.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
#mainContent1 h1 {
	font: bold 21px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#mainContent1   h2 {
	font-family: Adobe Garamond Pro;
	font-size: 22px;
	font-weight: bold;
	color: #800000;
	padding-top: 10px;
}
#mainContent1 img {
	padding: 20px 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.quote {
	color: #800000;
	text-decoration: none;
	text-indent: -20px;
	display: block;
	font-size: 12pt;
	font-weight: normal;
	height: auto;
	width: 425px;
	line-height: 130%;
	padding-left: 20px;
	font-family: "Adobe Garamond Pro";
}
.graphic {
	padding: 0px;
	position: absolute;
	left: 750px;
	top: 250px;
}
.program {
	margin-left: 40px;
	float: right;
	text-align: center;
}
#sidebar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	float: left;
	height: auto;
	width: 250px;
	text-align: center;
	width: 275px;
	background-color: #FFCC33;
	line-height: 140%;
	padding: 15px 0;
	margin-right: 25px;
}
#sidebar2 ul {
	list-style-type: none;
	padding: 0;
	width: 80%;
	margin: 0 0 0 25px;
}
#sidebar2 ul li {
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar2 ul li a	{
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #666666;
	text-decoration: none;
	background: #f7f2ea;
	padding: 0.5em 0 0.5em 0.5em;
	display: block;
}
#sidebar2 ul li a:hover  {
	color: #800000;
	background-color: #FFEBD8;
}
#mainrr {
	text-decoration: none;
	background-color: #FFFFFF;
	height: auto;
	width: 850px;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #000000;
	padding: 10px 10px 10px 15px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/images/fade-icon_boy1-pl.jpg);
}
#mainrr img {
	padding-left: 10px;
	padding-bottom: 10px;
}
#rrock_staff {
	font: 11pt/130% Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	float: right;
	height: auto;
	width: 400px;
	padding: 0px 10px 10px;
	border: 2px solid #9841db;
}
#maingt {
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px 10px 10px 15px;
	height: auto;
	width: 850px;
	font-size: 11pt;
	line-height: 130%;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/images/fade-girl1-pl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#maingt img {
	padding-bottom: 10px;
}
#gt_staff {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	border: 2px solid #9841db;
	font-size: 11pt;
	line-height: 130%;
	height: 250px;
	width: 400px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}
.sp-camp {
	margin-left: 40px;
}
#mainbr {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #000000;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	height: auto;
	width: 850px;
	font-size: 11pt;
	background-color: #FFFFFF;
	background-image: url(images/images/boy2blugrdt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainbr img {
	padding-left: 10px;
	padding-bottom: 10px;
}
#br_staff {
	font: 11pt/130% Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 10px;
	height: 175px;
	width: 400px;
	border: 2px solid #9841db;
	float: left;
}
#main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #fff;
	line-height: 130%;
	height: auto;
	width: 765px;
	border: 2px solid #fc0;
	margin: 0px 0px 10px 35px;
	padding: 0px 10px 0px 15px;
}
#main2 h2 {
	text-align: center;
}
ol li {
	white-space: normal;
	padding-bottom: 3px;
}
#rates_table {
	background-color: #fff;
	height: 700px;
	width: 815px;
	border: 2px solid #fc0;
	padding: 10px;
	margin: 0px 0px 0px 15px;
	font-size: 11pt;
}
#table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	background-color: #f7f2ea;
	border: 2px solid #fc0;
	height: auto;
	width: 365px;
	padding: 5px;
	margin: 5px 0px 10px;
	float: left;
}
#table2 {
	border: 2px solid #fc0;
	padding: 5px;
	background-color: #f7f2ea;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	height: auto;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 20px 400px;
}
#sch_gt {
	text-decoration: none;
	background-color: #fff;
	margin: 0px 0px 0px 60px;
	height: 1370px;
	width: 650px;
	padding: 10px;
}
#sch_br  {
	text-decoration: none;
	background-color: #FFFFFF;
	width: 650px;
	height: auto;
	padding: 10px;
	margin: 0px 0px 0px 60px;
}
#sch_rr {
	background-color: #FFFFFF;
	height: auto;
	width: 650px;
	text-decoration: none;
	padding: 10px;
	margin: 0px 0px 0px 60px;
}
#table3 {
	padding: 2px;
	border: 2px solid #fc0;
	float: left;
	width: 300px;
	height: auto;
	font: normal 11pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#table4 {
	height: auto;
	width: 300px;
	padding: 2px;
	border: 2px solid #fc0;
	font: normal 11pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 15px 330px;
	background-color: #fff;
}
#table5 {
	font: normal 90% Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
	height: auto;
	width: 300px;
	border: 2px solid #FFCC00;
	text-align: center;
	margin: 0px 0px 10px 10px;
	clear: both;
	float: right;
}
#peak {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 60px;
	padding: 20px;
	height: auto;
	width: 700px;
	border: 2px dotted #9841db;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 120%;
	font-weight: normal;
}
#peak h2 {
	font: bold 16pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#adult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	font-weight: normal;
	color: #800000;
	text-decoration: none;
	padding: 20px;
	height: auto;
	width: 550px;
	border: 2px dotted #9841db;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 50px;
	background-color: #FFFFFF;
	background-position: center top;
}
#adult  ul li {
	list-style-type: none;
	text-align: left;
	text-indent: 3px;
	padding-bottom: 3px;
}
#contact {
	text-decoration: none;
	background-color: #fff;
	text-align: 
	center;
	height: auto;
	width: 758px;
	border: 2px dotted #fc0;
	font: normal 14px/130% Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 0px 60px;
}
#contact h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#contact h2 {
	font: bold 18px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#event {
	font: normal 11pt/130% Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding: 25px;
	height: auto;
	width: 650px;
	border: 2px solid #fc0;
	margin: 0px 0px 0px 60px;
}
#event h2 {
	font: bold 16pt/120% Arial, Helvetica, sans-serif;
	color: #800000;
	text-decoration: none;
}
#form {
	font: normal 11pt/130% Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 40px;
	height: 550px;
	width: 525px;
	text-align: center;
	border: 2px solid #9841db;
	background-color: #fff;
	margin: 0px 0px 0px 30px;
	background-image: url(images/images/lg_girl3-pl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#form h1 {
	font: bold 16pt Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
#form h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#footer  {
	background-color: #9841db;
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
	height: 40px;
	width: 99%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
} 
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #66FFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #66FFFF;
}
.mdyl {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #fffca9;
	text-align: center;
}
.mania {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #66FFCC;
	text-align: center;
}
.tr {
	background-color: #f7f2ea;
	text-align: left;
}
.th {
	font-size: 11pt;
	text-decoration: none;
	background-color: #d1f8f8;
	text-align: left;
	font-weight: bold;
}
.lp {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	background-color: #fdcbfc;
}
.mp {
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #fea5fd;
	text-align: center;
}
.dkyl {
	background-color: #fff603;
	text-align: center;
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.td {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.cheer {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #ee95b7;
	text-align: center;
	color: #000000;
}
.adult {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #800000;
	text-align: center;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: auto;
	margin: 0px;
}
.fltrt p {
	margin: 10px 0px 0px;
	padding: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.home {
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #CCCC99;
}
.dkor {
	background-color: #ffa60a;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.dkp {
	background-color: #c376fe;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
.team {
	background-color: #9841db;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
.mlp {
	background-color: #e7c9fd;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.ltp {
	background-color: #f2e5f3;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.mdp {
	background-color: #d19dfa;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.mdpk {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #fe6efc;
	text-align: center;
}
.mdor {
	background-color: #fec563;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.ltor {
	background-color: #ffdda2;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.lb {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #96cefe;
	text-align: center;
}
.lmb {
	font-weight: bold;
	color: #000000;
	background-color: #5bb2fc;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.ltyl {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #fbfad3;
	text-align: center;
}
.tramp {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #66CCCC;
	text-align: center;
}
.dance {
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #b7ed14;
	text-align: center;
}
.peak {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #3af3ff;
	text-align: center;
	font-size: 11pt;
}
.bible {
	font: bold 14pt/130% "Adobe Garamond Pro";
	color: #800000;
	text-decoration: none;
	text-indent: -20px;
	padding: 25px;
	font-family: "Adobe Garamond Pro";
	font-size: 14pt;
	font-weight: bold;
}
#maingt map {
	padding: 15px;
	float: right;
}
.map {
	padding: 15px;
	float: right;
}
.clearfloat  {
clear: both;
font-size: 1px;
height: 0px;
line-height: 0px;
}
#mission {
	position: absolute;
	left: 475px;
	top: 290px;
}
#birthday {
	border: #FFCC00 solid;
	border-style: solid;
	border-width: thin;
	padding: 5px 5px 5px 5px;
	margin-left: 275px;
	width: 500px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}
#dance {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	border: thin solid #ffcc00;
	width: 500px;
	padding-bottom: 10px;
	margin-left: 275px;
	font-size: medium;
}
#funfriday {
	text-align: center;
	background-color: #FFFFFF;
	width: 885px;
}
