/*----- 
COLORS

#97c8f5;  LIGHT BLUE
#2264af; BLUE

#284881 DARK BLUE
#81201d; DARK RED


 -----*/
 
body {
	background: #5c702c url(images/backg_body.jpg) center top repeat;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

/*----- TEXT FORMATS -----*/


a {
	color: #893600;
	text-decoration: none;
}

a:hover {
	color: #4c1b00;
}

h1, h2, h3, h4 {
	font-weight:normal;	
}


h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #81201d;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .03em;
	color: #81201d;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .03em;
	color: #000000;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .03em;
	color: #284881;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .1em;
	color: #2264af;
}

#home_content {
	position: relative;
	top: 50px;
	left: -10px;
	width: 380px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .02em;
	color: #27350a;
	text-align: left;
	border: solid #000000 0px;
}

#home_header {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #81201d;
}

#home_middle p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #FFFFFF;
	padding: 40px 100px 0 100px;
	margin: 0 auto;
}

#quote {
	padding: 0 40px 0 40px;
	margin: 0 auto;
	clear: both;
}

#quote p {
	font-size: 24px;
	letter-spacing: .02em;
	color: #284881; /*----- DARK BLUE -----*/
}

#quote2 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .05em;
	color: #81201d; /*----- DARK RED -----*/
	padding: 20px;
}

#tableheader {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .05em;
	color: #FFFFFF;
	padding: 5px;
	background-color: #81201d; /*----- DARK RED -----*/
}

#tableborder {
	border: solid #81201d 1px;
	padding: 5px;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.red {
	font-weight: bold;
	color: #81201d;
}

.blue {
	font-weight: bold;
	color: #2264af;
}

.yellow {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #c1a02c;
}

/*----- IMAGES -----*/
img { border: 0; }
img.left { float: left; margin: 0 10px 10px 15px; }
img.right { float: right; margin: 0 10px 10px 15px; }

#photo {
	position: relative;
	display: block;
	float: right;
	top: -10px;
	left: 45px;
}

ul#bluestar { list-style: none; padding: 0; margin: 0 auto; }

ul#bluestar li {
	display: block;
	background: url(images/star_blue.png) no-repeat;
	background-position: 0 0;
	padding-left: 2em;
	color: #2264af;
	font-weight: bold;
}

ul#redbox {
	list-style: none; padding: 0; margin: 0 auto;
	padding: 20px;
	border: solid #81201d 1px;
}
 
ul#redbox li {
 	padding: 0 0 10px 0;
 }
 
div#map {
	margin-bottom: 25px; 
	}
 
/*----- LAYOUT -----*/
	
#container {
	text-align: center;
	padding: 0;
	margin: 0 auto;	
}

#top {
	background: url(images/backg_top.jpg) center top no-repeat;
	text-align: center;
	padding: 0;
	margin: 0 auto;	
}

#subtop {
	width: 960px;
	background: url(images/backg_subtop.jpg) center top no-repeat;
	text-align: center;
	padding: 0;
	margin: 0 auto;	
}

#account {
	width: 880px;
	height: 28px;
	text-align: right;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

#account a {
	font-size: 11px;
	color: #eadec6;
	text-decoration: none;
}

#account a:hover {
	color: #FFFFFF;
}

#home_top {
	width: 900px;
	height: 698px;
	text-align: center;
	padding: 0;
	margin: 0 auto;	
}

#middle {
	background: url(images/backg_middle.jpg) center top no-repeat;
	text-align: center;
	padding: 0;
	margin: 0 auto;	
}

#home_middle {
	width: 900px;
	height: 168px;
	text-align: center;
	padding: 0;
	margin: 0 auto;	
}


#subcontainer {
	width: 960px;
	background: url(images/backg_dropshadow.png) center top repeat-y;
	text-align: center;
	padding: 0;
	margin: 0 auto;	
}

#backg_sub {
	width: 960px;
	background: url(images/backg_subtop.jpg) center top no-repeat;
	text-align: center;
	padding: 0;
	margin: 0 auto;	
}

#sub {
	width: 900px;
	background: url(images/backg_sub.jpg) center top no-repeat;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

#sub2 {
	width: 960px;
	background: url(images/backg_sub2.jpg) center top repeat-y;
	padding: 0;
	margin: 0 auto;	
}

#subleft {
	width: 380px;
	padding: 0;
	margin: 0 auto;
	float: left;
	text-align: left;
}

#subleft_image {
	position: relative;
	top: 135px;
	padding: 0;
	margin: 0 auto;
}

#subright {
	width: 520px;
	padding: 0;
	margin: 0 auto;
	float: left;
	text-align: left;
}


#subright_contentbox {
	width: 510px;
	height: 640px;
	overflow: auto;
}

#subright_content {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	padding: 0 20px 20px 20px;
	margin: 0 auto;
}



#footer {
	background: url(images/backg_bottom.jpg) center top no-repeat;
	text-align: center;
	padding: 0;
	margin: 0 auto;	
}

#footer_box {
	width: 900px;
	height: 108px;
	text-align: center;
	padding: 0;
	margin: 0 auto;	
}

#footer_left {
	width: 140px;
	text-align: right;
	float: left;
	padding: 20px 0 0 0;
	margin: 0 auto;	
}

#footer_right {
	width: 720px;
	font-size: 9px;
	letter-spacing: .1em;
	line-height: 20px;
	font-weight: normal;
	color: #f7f3dc;
	text-align: left;
	float: left;
	padding: 25px 0 0 40px;
	margin: 0 auto;	
}

#footer_right a {
	color: #f7f3dc;
	text-decoration: none;
}

#footer_right a:hover {
	color: #FFFFFF;
}


/*----- TOP NAVIGATION -----*/
#nav {
	height: 30px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	text-align: right;
	border: solid #000000 0px;
}

#nav ul {
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

#nav li {
	display: inline;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #eadec6;	
	padding: 0;
	margin: 0 auto;
}


#nav li a {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #eadec6;
	text-decoration: none;
}

#nav li a:hover {
	color: #FFFFFF;
}


#nav li#active a {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #344313;
	text-decoration: none;
}

/*----- HOME BUTTONS NAVIGATION -----*/

#buttons_container {
	width: 900px;
	position: relative;
	left: 0;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	border: solid #000000 0px;
}

#buttons {
	width: 400px;
	position: relative;
	left: 250px;
	padding: 0;
	margin: 0 auto;
	border: solid #000000 0px;
}


#btn_choose {
	position: relative;
	top: 0;
	left: 40px;
	border: solid #000000 0px;
}

#btn_camp { 
	position: relative;
	top: 0;
	left: 20px;
	border: solid #000000 0px;
}

#btn_jrcamp {
	position: relative;
	top: 0;
	left: 20px;
	border: solid #000000 0px;
}

#btn_d2 {
	position: relative;
	top: 0;
	left: 10px;
	border: solid #000000 0px;
}

#btn_minicamp {
	position: relative;
	top: 0;
	left: 10px;
	border: solid #000000 0px;
}
#btn_d1 {
	position: relative;
	top: 0;
	left: 0;
	border: solid #000000 0px;
}
#btn_registernow {
	position: relative;
	top: 18px;
	left: 185px;
	border: solid #000000 0px;
}



#middle_links {
	width: 200px;
	height: 75px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #efead2;
	text-align: left;
	border: solid #00FF00 0px;
	float: left;
}


#middle_links a {
	display: block;
	width: 160px;
	height: 75px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #efead2;
	text-decoration: none;
	border: solid #FF0000 0px;
}

#middle_links a:hover {
	color: #FFFFFF;
}

#star {
	background: url(images/star.png) no-repeat;
	background-position: .4em 1em;
	margin: 0 auto;
}


/*----- SUB BUTTONS NAVIGATION -----*/

#sub_buttons_container {
	width: 900px;
	position: relative;
	left: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	border: solid #000000 0px;
}

#sub_buttons {
	width: 520px;
	height: 170px;
	position: relative;
	left: 180px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	border: solid #000000 0px;
}


#sub_btn_choose {
	position: relative;
	top: 0;
	left: 0;
	padding: 0 0 5px 0;
	border: solid #000000 0px;
}

#sub_btn_camp { 
	position: relative;
	top: 0;
	left: 0;
	border: solid #000000 0px;
}

#sub_btn_jrcamp {
	position: relative;
	top: 0;
	left: 0;
	border: solid #000000 0px;
}

#sub_btn_d2 {
	position: relative;
	top: 0;
	left: 0;
	border: solid #000000 0px;
}

#sub_btn_minicamp {
	position: relative;
	top: 0;
	left: 0;
	border: solid #000000 0px;
}
#sub_btn_d1 {
	position: relative;
	top: 0;
	left: 0;
	border: solid #000000 0px;
}

/*----- LEFT SIDE NAVIGATION -----*/

#subleft_nav {
	text-align: left;
	padding: 120px 0 0 40px;
	margin: 0 auto;
	width: 310px;
	border: solid #000000 0px;
}

ul#pagetabnav { list-style: none; font-size: 18px; line-height: 40px; }

ul#pagetabnav li { display: block; }
	
ul#pagetabnav li a:link, ul#pagetabnav li a:visited { color: #8f1b0f; text-decoration: none; }

ul#pagetabnav li a:hover { color: #004685; }

ul#pagetabnav li a:link.current, ul#pagetabnav li a:visited.current { font-size: 20px; color: #004685; }

ul#pagetabnav li a:hover.current { font-size: 20px; color: #004685; }



dl#pagetabnav { list-style: none; font-size: 18px; line-height: 40px; }

dl#pagetabnav dt { display: block; }

dl#pagetabnav dt a:link, dl#pagetabnav dt a:visited { color: #8f1b0f; text-decoration: none; }

dl#pagetabnav dt a:hover { color: #004685; } /** BLUE **/

dl#pagetabnav dt a:link.current, dl#pagetabnav dt a:visited.current { font-size: 20px; color: #004685; }

dl#pagetabnav dt a:hover.current { font-size: 20px; color: #004685; }


dl#pagetabnav dd a:link, dl#pagetabnav dd a:visited { color: #684E3D; font-size: 14px; line-height: 22px; font-weight: bold; text-decoration: none; margin: 0 auto; padding: 0; display: block; }

dl#pagetabnav dd a:hover { color: #004685; }

dl#pagetabnav dd a:link.current, dl#pagetabnav dd a:visited.current { color: #7E1A1D; }

dl#pagetabnav dd a:hover.current { color: #7E1A1D; }


/*----- DAY CAMP SPECIALTIES -----*/

table.specialties td.descr { position: relative; display: block;}

table.specialties td.descr div { background-color: #284881; color: #EADEC6; position: absolute; top: 0; left: 100px; width: 378px; z-index: 10; }

table.specialties td.descr div p { color: #EADEC6; font-size: 12px; padding: 10px; text-align: left; }
	

/*----- VIDEOS -----*/
.video { margin: 10px 0 20px 0; 
	}
