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

/* ///////////////// */
/* Gobal Font Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
}

#content ul, #content li {
	color: #333;
	list-style: none;
	line-height: 1.5em;
}



/* /////////////////////////////// */
/* Beginning Layout Control Styles */
body {
	margin: 0 0 30px 0;
	text-align: center;
	background: url('images/site-background.jpg') repeat #0962af;
	
}

#wrapper {
	min-width: 958px;
	max-width: 958px;
	width: auto;
	width: 958px;
	
	margin: 0 auto;
	text-align: left;
}

.inside {
	padding: 18px 20px 20px 20px;
}
/* End of Layout Control Styles */
/* //////////////////////////// */




/* ////////////////////////// */
/* Beginning of header styles */
#header {
	width: 958px;
	/*height: 60px;*/
	background: url('images/header-bg.jpg') no-repeat;
	
	clear: both;
}

#header .inside {
	/*padding: 25px 24px 0 24px;*/
}

#header h1 {
	color: #fff;
	font-size: 17px;
	padding: 0;
	margin: 0;
}


/* End of header styles */
/* //////////////////// */




/* //////////////////////////// */
/* Beginning of Overview Images */
#subpages div {
	float: left;
	text-align: center;
	margin: 5px 5px 10px 0;
}

#subpages div a {
	text-decoration: none;
}

#subpages div img {
	margin: 0 5px 5px 5px;
	padding: 10px;
	border: 1px solid #0856ac;
}

#subpages div img:hover {
	background: #bbdbff;
}
/* End of Overview Images */
/* ////////////////////// */




/* /////////////////////// */
/* Beginning of No Content */
#no-content h1 {
	color: #033c7b;
	font-size: 20px;
	margin: 10px 0 0 20px;
}

#no-content p {
	padding: 0 0 0 20px;
	margin: 10px 20px 10px 0;
}

#no-content ul {
	margin: 0;
}

#no-content li {
	list-style: disc;
	line-height: 1.3em;
	margin: 0 20px 5px 0;
	padding: 0 10px 0 0;
}

#no-content a {
	color: #0856ac;
	text-decoration: underline;
}

#no-content pre {
	margin: 0 0 0 20px;
}

#no-content a:hover {
	text-decoration: none;
}
/* End of No Content */
/* ///////////////// */



/*#mainbody {
	width: 958px;
	min-height: 1002px;
}*/

#mainbody {
	width: 958px;
	background-color: #FFF;
	background: url('images/leftcorner-bg.jpg') repeat-y;
}




/*#leftcorner, #rightcorner, #innerbody {
	min-height: 1002px;
}*/


#rightcorner {
	float: left;
	overflow: hidden;
}


#leftcorner {
	background: url(images/leftcorner-bg.jpg) repeat-y left;
}

#rightcorner {
	background: url('images/rightcorner-bg.jpg') repeat-y;
	background-position: right;
}

#innerbody {
	background: url('images/innerbody-bg.jpg') repeat-y #fff;
	width: 900px;
	margin: 0 auto;
	float: left;
}

#leftside {
	width: 235px;
	/*min-height: 1002px;
	background: #fff;*/
	float: left;
	display: inline;
}

#leftside hr {
	margin: 10px 10px 10px 0;
}

#rightside {
	width: 665px;
	/*min-height: 1002px;
	background: #fff;*/
	float: left;
	display: inline;
	/*border-left: 1px solid #0856ab;*/
}

#footer {
	width: 958px;
	min-height: 60px;
	height: auto; /* Hack for IE6 */
	height: 60px;
	background: url('images/footer-bg.jpg') no-repeat top;
}

#footer .inside {
	padding: 30px 24px 0 24px;
}

#footer p, #footer a {
	color: #fff;
	font-size: 13px;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	margin: 5px 0;
}

#footer  a:hover {
   color:#fff;
   text-decoration: underline;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}	

hr {
	border: 0 none;
	background-color: #0856ac;
	height: 1px;
	margin: 10px 0 10px 0;
}

.more {
	text-align: right;
	padding: 0 30px;
}


/* Leftside Control Styles */
#logo .inside {
	padding: 10px 10px 0 10px;
}

#logo a {
	outline: none;
	text-decoration: none;
}

#logo a img {
	outline: none;
	border: none;
}




/* ///////////////////////////// */
/* BEginning of Main Menu Styles */
#mainmenu {
	width: 234px;
	margin: 0 0 15px 0;
	position: relative;
	z-index: 100;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
}

#mainmenu ul li {
	display: block;
	list-style: none;
	background: url('images/arrow.jpg') no-repeat 25px 12px;
	margin: 0;
	padding: 1px 0 0 40px;
	position: relative;
}

#mainmenu ul li:hover {
	/*display: block;*/
	/*list-style: none;*/
	background: url('images/arrow-hover.jpg') no-repeat 25px 12px #0856ab;
	/*padding: 1px 0 0 40px;*/
}

#mainmenu ul li a {	
	display: block;
	color: #0856ac;
	font-weight: bold;
	line-height: 2em;
	text-decoration: none;
	outline: none;
	border: none;
}

#mainmenu ul li a:hover {
	color: #fff;
	outline: none;
	border: none;
	text-decoration: none;
}

#mainmenu ul li ul li:hover {
	padding: 0;
	margin: 0;
	background-image: none;
}

#mainmenu ul li ul li a:hover {
	border: none;
}

#mainmenu ul li ul li {
	padding:0;
	margin-bottom: -1px !important;
}

#mainmenu ul li ul {
	visibility:hidden;
	position: absolute;
	/*height: 0;
	top: 0;
	left: 234px; 
	width: 200px;
	*/
}

.inactive  ul {
	height: 0;
	top: 0;
	left: 234px; 
	width: 200px;
}

.inactive  ul li {
	/*margin: 0 0 -1px 0;*/
}

/* Second level link styling starts here. */
#mainmenu ul li ul li a {
	background-color: #0856ac;
	color: #fff; 
	/*height: auto;*/
	line-height: 15px;
	margin: 0; 
	padding: 8px 15px 10px 15px; 
	width: 190px;
	font-size: 16px;
	font-weight: normal;
}

#mainmenu ul li ul li a:hover {
	color: #fff;
	background-color: #033c7b;
}

#mainmenu :hover > a {
	color: #fff;
}

#mainmenu ul li ul :hover > a {
	color: #fff;
}
 /*Second level link styling ends here. */

/* Make the second level visible when hover on first level list OR link */
#mainmenu ul li:hover ul, #mainmenu ul a:hover ul{
	visibility: visible;
}

.active {
	background: url('images/arrow-over.jpg') no-repeat 25px 12px !important;
}

.active a, .active a:hover {
	color: #0856ab !important;
}

.active ul {
	visibility: visible !important;
	position: static !important;
	margin-top: 0 !important;
	margin-left: -15px !important;
}

.active ul li {
	background: none !important;		
}

.active ul li a {
	color: #033c7b !important;
	background: none !important;
	font-weight: normal !important;
}

.active ul li a:hover {
	color: #033c7b !important;
	background: none !important;
	text-decoration: underline !important;
}
/* End of Main Menu */
/* //////////////// */




/* //////////////////////////////// */
/* Beginning of Testimonials Styles */
#testimonial {
	margin:0 0 15px 0;
}

#testimonial-left {
	width: 4px;
	height: 145px;
}

#testimonial-txt .inside {
	padding: 0 15px 0 10px;
}

#testimonial-txt h3 {
	margin: 0;
	padding: 0;
	color: #033c7b;
	font-size: 16px;
}

#testimonial-txt {
	width: 221px;
	min-height: 145px;
	background: url('images/testimonial-bg.jpg') repeat-y;
	margin: 0 0 0 4px;
}

#testimonial-txt p {
	color: #333;
	font-size: 14px;
	padding: 0 10px 0 5px;
}

#testimonial-txt .parents {
	color: #474747;
	font-size: 12px;
	padding: 0 10px 0 5px;
	text-align: right;
	font-style: italic;
}

#testimonial-link {
	background: url('images/testimonial-bottom.jpg') no-repeat;
	width: 225px;
	height: 47px; 
	color: #0856ac;
	font-size: 14px;
	text-align: right;
}

#testimonial-link .inside {
	padding: 0 25px 0 0;
}

#testimonial-link p {
	padding: 0;
	margin: 0;
}

#testimonial-link a {
	color: #0856ac;
	text-decoration: underline;
}

#testimonial-link a:hover {
	text-decoration: none;
}



/* ///////////////////// */
/* Call To Action Styles */
#calltoaction {
	margin: 0 0 15px 0;
	padding: 0 15px 0 4px;
}

#calltoaction h2 {
	font-size: 17px;
	color: #ec2316;
	font-weight: normal;
	margin: 0 0 0 10px;
	text-align: left;
	float: left;
}

#calltoaction h2 span {
	font-weight: bolder;
}

#calltoaction h2 a {
	color: #0856ab;
	text-decoration: underline;
}

#calltoaction h2 a:hover {
	text-decoration: none;
}



/* ///////////////////// */
/* External Links Styles */
#links {
	padding: 0 0 0 4px;
}

#links a, img {
	border: none;
	outline: none;
}

/* ///////////////////////// */
/* Rightside  control styles */
#banner-home {
	width: 665px;
	min-height: 342px;
}

#banner-pages {
	width: 665px;
	min-height: 230px;
}

#contact {
}




/* //////////////////////////// */
/* //////////////////////////// */
/* Beginning of Homepage Styles */
#homepage-top h2 {
	font-size: 17px !important;
	color: #ec2316 !important;
	font-weight: normal !important;
	padding: 0px 0 15px 0px !important;
	/* background: url('images/calltoaction-img1.jpg') no-repeat 0px 0 !important; */
}

#homepage-top h2 span {
	font-weight: bolder !important;
	font-size: 22px;
}

#homepage-top h2 a {
	color: #0856ac !important;
	text-decoration: underline !important;
}

#homepage-top h2 a:hover {
	text-decoration: none !important;
}

#homepage-tour {
	margin-top: 10px !important;
}

#homepage-tour p {
	margin: 0 0 15px 0 !important;
	padding: 0 10px 0 0 !important;
}


#homepage-tour ul {
	margin: 0 !important;
	padding: 0 !important;
}

#homepage-tour p a {
	text-decoration: none;
	color: #333;
}

#homepage-tour p a:hover {
	color: #333;
}

#homepage-tour ul li {
	float: left !important;
	list-style: none !important;
	padding: 0 30px 0 0 !important;
	color: #0856ac !important;
}

#homepage-tour ul li a {
	text-decoration: underline !important;
	color: #0856ac !important;
}

#homepage-tour ul li a:hover {
	text-decoration: none !important;
}

#homepage-news {
	margin: 20px 0 0 0 !important;
}

#homepage-left {
	float: left !important;
	width: 311px !important;
}

#homepage-right {
	float: left !important;
	width: 290px !important;
}

#homepage-left h3 {
	color: #033c7b !important;
	width: 271px !important;
	padding: 0 10px !important;
}

#homepage-left p {
	width: 271px !important;
	padding: 0 10px !important;
}

#homepage-left span, #homepage-left a {
	color: #0856ac !important;
}

#homepage-left a:hover {
	text-decoration: none !important;
}

#homepage-right {
	border-left: 1px solid #0856ab !important;
	padding: 0 0 0 20px !important;
}

#homepage-right h3 {
	color: #033c7b !important;
	width: 271px !important;
	margin: 0 !important;
}

#homepage-right p {
	width: 271px !important;
}
 
#homepage-right hr {
	margin-right: 0 !important;
}
/* End of Homepage Styles */
/* ////////////////////// */




/* /////////////////////////// */
/* Beginning of Content Styles */
#content h1 {
	margin: 0;
	padding: 0;
	color: #033c7b;
	font-size: 20px;
	
}

#content h2 {
	margin: 0;
	padding: 0;
	color: #033c7b;
	font-size: 22px;
}

#content h3 {
	margin: 10px 0 0 0;
	padding: 0;
	color: #0856ac;
	font-size: 18px;
}

#content h4 {
	color: #0856ac;
	font-style: italic;
	font-weight: normal;
}

#content h4 a {
	font-size: 14px;
}

#content p {
	margin: 15px 0 20px 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.5em;
}

#content a {
	color: #0856ac;
	text-decoration: underline;
}

#content a:hover {
	color: #0856ac;
	text-decoration: none;
}

#content .parents {
	text-align: right;
	font-style: italic;
	color: #666;
}

#fundamental-list ul {
	float: left;
	margin: 0 34px 0 0;
	padding: 0;
	list-style: none;
}

#fundamental-list li {
	margin: 0;
	padding: 0;
	color: #474747;
	font-size: 16px;
	line-height: 1.5em;
}

.pointer {
	margin: 0 0 0 10px;
	padding: 5px; 0 10px 20px;
}

.pointer li {
	background: url('images/arrow.jpg') no-repeat 0 7px; left;
	padding: 0 0 0 15px;
	line-height: 1.5em;
}

.camp-list li {
	float: left;
	margin: 0 20px 0 0;
}

.camp-list-left {
	width: 110px;
	color: #ec2316 !important;
	text-align: right;
	background: #eee;
	margin: 0 20px 5px 0 !important;
	padding: 0 10px;
}

.camp-list-right {
	width: 300px;
	background: #eee;
	margin: 0 0 5px 0 !important;
	padding: 0 10px;
}

.camp-list2 li {
	margin: 0 20px 0 0;
}

.camp-list2 .clearboth {
	height: 20px;
}

.meals-list li {
	float: left;
	list-style: none;
}

.meals-list h3 {
	color: #033c7b !important;
	font-size: 22px !important;
	margin-top: 30px !important;
}

.activities-list li {
	float: left;
	margin: 0 10px 0 0;
}

.activities-list img {
	border: 1px solid #033c7b;
}



.dates-list span {
	color: #ec2316;
}

.dates-list .month table {
	padding: 5px 10px 5px 20px;
	background: #e0e0e0;
}

.dates-list .month table td {
	padding: 2px;
}

.dates-list .week {
	padding: 2px;
	text-align: right;
	background: #e0e0e0;
}

.dates-list .week td {
	padding: 2px;
}

.dates-list .price {
	padding: 5px 0 5px 10px;
	background: #ccc;
}

.dates-list .price td {
	padding: 2px;
}



.partners tr td {
	text-align: center;
}


.partners p {
	width: 280px;
	text-align: left;
}

.camp-faq li {
	color: #0856ac !important;
	list-style: decimal !important;
}

.camp-local li {
	float: left;
	margin: 0 10px 0 0;
	background: #eee;
}

.camp-local h4 {
	font-size: 18px !important;
	font-style: normal !important; 
	padding: 0;
	margin: 0;
}

.camp-local-left {
	width: 150px;
	text-align: right;
	background: #eee;
	margin: 0 20px 5px 0 !important;
	padding: 0 10px;
}

.camp-local-right {
	width: 270px;
	background: #eee;
	margin: 0 0 5px 0 !important;
	padding: 0 10px;
}

.contact-list li {
	float: left;
	margin: 0 0 10px 0;
}

.contact-list p {
	margin: 0 !important;
	padding: 0 20px 0 0 !important;
	width: 190px;
	text-align: right;
}

.contact-list input {
}

.sample-menu {
	width: 624px;
	height: ;
}

.sample-menu .inside {
	padding: 6px;
}



/*  */
#registration-step1 table, #registration-step1 hr {
	width: 580px;
}

.level2 {
	background-color: #eee;
}

.schedule {
	width: 500px;
}

.pricing {
	width: 25%;
	text-align: right;
}

#registration-step1 p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#registration-step1 span {
	color: #000;
}

#registration-step2 ul, #registration-step1 fieldset, #registration-step2 fieldset, #registration-step3 fieldset, #registration-step4 fieldset {
	margin: 0;
	padding: 0 20px;
	border: none;
}

#registration-step1 ul li, #registration-step2 ul li, #registration-step4 ul li {
	padding: 5px 5px 5px 0px;
	text-align: left;
}

#registration-step2 fieldset label, #registration-step4 fieldset label {
	display: block;
	width: 180px;
	float: left;
	font-weight: normal;
	text-align: right;
	padding: 0 10px 0 0;
}

#registration-step2 input, #registration-step2 span {
	float: left;
}

#registration-step3 fieldset label {
	display: block;
	width: 135px;
	float: left;
	font-weight: normal;
	padding: 0 10px 0 0;
}

#registration-step3 input, #registration-step3 span 
	{

	}

#registration-step3 #payment_options li
	{
	float: left;
	}
	
.dvdrequest {
	text-align: right;
	width: 200px;
	vertical-align:text-top;
}

.payments td {
	vertical-align:text-top;	
}

.activities	tr td {
	text-align: center
	}
.activities tr td img	{
	padding-bottom: 5px;
	}
.activities tr	{
	vertical-align: top;
	}
	
.hidden-link a {
	text-decoration: none !important;
	color: #333333 !important;
}
.required	{
	font-weight: bold !important;
	}
.inputError 
	{
	background: #FFE1E1;
	}

.negativeAmount
	{
	color: #ec2316 !important;
	}

#registration-step2 fieldset, #registration-step3 fieldset
	{
	border-bottom: 1px solid #0856AC;
	padding: 10px;
	}
#registration-step4 fieldset	{
	padding: 10px;
	}
fieldset.checkboxes ul{ display: inline;}  

fieldset.checkboxes li
	{
	float:left;
	line-height: 100% !important;
	}  

fieldset.checkboxes label
	{
	float:left !important;
	width: 200px !important;
	padding: 0px !important;
	}
#registration-step2 legend	{
	color: #0856AC
	}
fieldset.checkboxes input
	{
	width: 20px;
	float:left !important;
	padding-right: 10px;
	}


.ui-widget
        {
        font-size: 12px;
        }

.ui-widget-header
        {
        font-size: 13px;
        }
.small	{
	font-size: 13px;
	}