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


/****

################## HTML STUFF ##############

*****/

html {
	font-size: 100%;
}
body {
	margin:0;
	padding:0;
	font-family: verdana;
	font-size: 62.5%;
}
#content h2{

	font-size: 18px;

}

#content h3{

	font-size: 16px;

}

a img{

border: none;
padding: 0;
color: #fff;

}


#content h2, #content h3 {
	background: url(images/wrapper/line.jpg) no-repeat bottom left;
	padding-bottom:8px;
	color:#19620a;
}

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

}
#content a:link, #content a:visited {
	color: #750202;
}
#content a:hover {
	text-decoration:none;
}
li {
	margin: 0.5em 0;
}
#content p {
	line-height: 18px;
}


table.s-table{
	border: 1px solid #999;
	border-collapse:collapse;
	margin: 0;
	padding:0;
}

table.s-table td{
	border-collapse:collapse;
	border: 1px solid #999;
	padding: 4px;
	
}

table.s-table tr.gray{

	background: #ccc;

}
/****

################## HEADER ##############

*****/


#wrapper {
	width:860px;
	margin:0 auto;
	height:auto;
	background: blue;
	font-size:1.2em;
}
#header-wrapper {
	width: 100%;
	height:185px;
	border-top: 4px solid #444242;
	background:#941111 url(images/wrapper/banner.jpg) no-repeat top;
	float:left;
}
div.kb {
/*background: url(images/wrapper/girls.png) no-repeat 100% 50%;*/
}
#header {
	width: 878px;
	height: 185px;
	margin:0 auto;/*background:url(images/banner-bg.jpg)no-repeat top center;*/
}
#header-inside {
	width: 850px;
	height: 185px;
	margin:0 auto;/*	border: 1px solid black;
	*/
}
#headimgs {
	margin: 0;
	padding: 0;
	width:310px;
	height: 185px;
	float:right;
	overflow:hidden;
	
}

#headimgs img{
	
	padding: 0 0 0 0;
	margin: 0px 0px 0 -5px;
}
#header-inside h1 {
	margin:0;
	padding:0;
	height:0;
}
#header-inside h1 a {
	display:block;
	height: 115px;
	width:290px;
	text-indent: -99999px;
}
/****

################## HOME PAGE ##############

*****/


.row {
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.col_33 {
	width: 180px;
	float:left;
	height: auto;
	background:blue;
	margin-right:15px;
}
.col_33 a:link, .col_33 a:visited {
	display:block;
	text-decoration:none;
	width: 180px;
	height:200px;
	text-indent: -999999px;
}
#kids-btn {
	background: url(images/wrapper/kids-button.jpg) no-repeat center top;
}
#adult-btn {
	background: url(images/wrapper/adult-button.jpg) no-repeat center top;
}
#fit-btn {
	background: url(images/wrapper/fitness-button.jpg) no-repeat center top;
	margin:0;
}
/****

################## NAV ##############

*****/


#nav-container {
	width: 100%;
	height: auto;
	background:black;
	float:left;
	font-size:1.2em;
}
#nav {
	width: 860px;
	height: auto;
	background:black;
	margin:0 auto;
}
#nav-top-container {
	width: 100%;
	height: 45px;
	background:white url(images/wrapper/darkgrad.jpg) repeat-x top;
	border-top: 1px solid #473535;
	float:left;
}
#nav-top {
	width: 860px;
	height: 45px;
	margin:0 auto;
}
#nav-top ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav-top li {
	float:left;
	margin:0;
	padding:0;
	text-transform: lowercase;
}
#nav-top a:link, #nav-top a:visited {
	display:block;
	font-weight:bold;
	color:white;
	text-decoration:none;
	padding:12px 17px 20px 22px;
	text-transform: lowercase;
}
#nav-top a:hover {
	text-decoration:none;
	background:#fff url(images/wrapper/whtgrad.jpg) repeat-x top left;
	border: 1px solid white;
	color:#000;
	padding:11px 16px 20px 21px;
}


#nav-top  li.current_page_item  a:link,
#nav-top li.current_page_item a:visited,
#nav-top  li.current_page_ancestor  a:link,
#nav-top li.current_page_ancestor a:visited,
#nav-top li.current_page_parent a:link,
#nav-top li.current_page_parent a:visited{
	text-decoration:none;
	background:#fff url(images/wrapper/whtgrad.jpg) repeat-x top left;
	border: 1px solid white;
	color:#000;
	padding:11px 20px 20px 25px;
}
/****

################## CONTENT AREA ##############

*****/



#content-container {
	width: 100%;
	height: auto;
	float:left;
}
#content-inside {
	width: 850px;
	margin:0 auto;
	height: auto;
	background: white url(images/wrapper/content-bg.jpg) no-repeat top center;
}
#content {
	width: 570px;
	height: auto;
	float:left;
	font-size: 1.2em;
	padding: 0 20px 20px 20px;/*background:#e6e6e6 url(images/contentgrad.jpg) repeat-y right;*/
	
}
/****

################## SIDEBAR ##############

*****/


#sidebar {
	width: 210px;
	height: auto;
	float:right;
	padding:0px 10px 10px 10px;
}
#sidebar h2 {
	color:#19620a;
}

.sidebar-top{
	
	background: url(images/wrapper/sideline.jpg) no-repeat left top;
}

hr.sidebar-line{

	height: 2px;
	width: 100%; 
	float:left;
	clear:both;
	margin:0;
	padding:0;
	border:none;
	background: url(images/wrapper/sideline.jpg) no-repeat left bottom;
	border-collapse: collapse;
}


.sidebar-box{

	width:150px;
	float:left;
	padding: 15px 10px 15px 60px;
	min-height: 50px;
}


.sidebar-box a:link, .sidebar-box a:visited{


	text-decoration:none;
	background:#fff;
	color:black;

}

.sidebar-box a:hover{

	
	text-decoration: underline;
}

.sidebar-box  h2, .sidebar-box  h2{

	margin: 0;
	padding: 0;

}


.sidebar-box  p, .sidebar-box  p{

	margin: 0;
	padding: 6px 0 0 0;
	font-style: italic;
	font-size: 11px;
	color: #4e4f4e;

}

#latest-news{
	
	
	
	background: url(images/wrapper/clipboard.gif) no-repeat 5px 15px;
	
}

#upcoming-events{
	

	background: url(images/wrapper/calendar.gif) no-repeat 5px 18px;
	
	
}

#sidebar-photos{
	

	background: url(images/wrapper/calendar.gif) no-repeat 5px 18px;
	
	
}

#upcoming-events a:link, #upcoming-events a:visited{



}





ul#sidenav {
	margin:10px 0 0 0;
	list-style:none;
	padding: 0;/*background: url(images/wrapper/fade.jpg)no-repeat top left;*/
}
ul#sidenav li {
	list-style:none;
	padding:0;
	margin:0;
	background: url(images/wrapper/sidebar-top.jpg) no-repeat right top;
}
ul#sidenav li.first {
	list-style:none;
	/*padding:27px 0 0 0;*/
	margin:0;
	height: 27px;
	background: url(images/wrapper/sidebar-top-first.jpg) no-repeat right top;
}

ul#sidenav:first-child {
	list-style:none;
	padding:27px 0 0 0;
	margin:0;
	background: url(images/wrapper/sidebar-top-first.jpg) no-repeat right top;
}

ul#sidenav li a:link, ul#sidenav li a:visited {
	display:block;
	font-size: 1.2em;
	width:90%;
	/*border-left: 8px solid #750202;*/
	padding: 12px 10% 12px 0px;
	color:#750202;
	text-decoration: none;
	font-weight: bold;
	background: url(images/wrapper/sidebar-btm.jpg) no-repeat right bottom;
}
ul#sidenav li a:hover {
	/*background: url(images/wrapper/redarrow.gif) no-repeat 90% 50%;*/
	color:black;
}

ul#sidenav  li.current_page_item  a:link,
ul#sidenav li.current_page_item a:visited,
ul#sidenav  li.current_page_ancestor  a:link,
ul#sidenav li.current_page_ancestor a:visited,
ul#sidenav  li.current_page_parent  a:link,
ul#sidenav li.current_page_parent a:visited{


color:black;

}


ul#sidenav li a span {
	padding-left: 10px;
}


ul#sidenav li ul{
	background: none;
	margin:0;
	padding: 10px 0 0 0;
	background: #fff;
}

ul#sidenav li ul li{
	background: #fff;
}

ul#sidenav li ul li a:link, ul#sidenav li ul li a:visited {
	display:block;
	background: url(images/wrapper/miniarrow.gif) no-repeat 40px 50%;
	padding: 6px 0 6px 55px;
	width: 155px;
	font-weight: normal;
	font-size: 1.1em;
	color:#19620A;
	text-decoration: none;
}


ul#sidenav  li ul li.current_page_item  a:link, ul#sidenav li ul li.current_page_item a:visited{


text-decoration: underline;

}

ul#sidenav li ul li a:hover{
	text-decoration: underline;
}

ul#sidenav li ul li a span {
	padding-left: 0px;
}

/****

################## FOOTER ##############

*****/

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/



html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}


#content-inside{

	padding-bottom:100px;

}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footer-container {

	width:100%;
	/*float:left;*/
	background:#ccc url(images/wrapper/footer-bg.jpg) repeat-x top;
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	
}

#footer {
 
	width:860px;
	margin:0 auto;
	padding: 30px 0 0 0;
	height: 70px;
}
#footer p {
	margin:0;
	color: #565555;
}
#footer ul.footlinks {
	margin:0px 0 30px 0px;
	padding: 0;
	font-size: 1.1em;
}

#footer ul.footlinks li {

	list-style:none;
	float:left;
	padding: 0 8px 0 7px;
	border-left: 1px solid #565555;

}

#footer ul.footlinks li.page-item-2{

	padding-left: 0;
	border: none;

}

#footer ul.footlinks a:link,  #footer ul.footlinks a:visited{
	color: #565555;
	
}

#footer ul.footlinks a:hover{

	text-decoration: none;
	
}


#foot-left {
	float:left;
	width: 100%;
	height: 70px;
}

/****

################## MISC ##############

*****/


.clearboth {
	clear:both;
}
.underline {
	border-bottom: 1px solid #ccc;
}
#calendar_wrapLarge h2{
	
	background:none;
	font-size: 1.2em;
	color: #750202;
	text-decoration: underline;
	
}

.greybg{
	
	background: #e9e9e9 url(images/wrapper/sideline.jpg) no-repeat left bottom;
}

dd.gallery-caption{

	font-weight: bold;

}

#regform p{
	
	margin: 0 0 10px 14px;
	
}

#regform label{

	font-weight: bold;
		
}

ul.error li, p.error{
	color: #c92800;
	font-weight:bold;
	background: url(images/wrapper/star_red.png) no-repeat left 50%;
	padding-left: 20px;
}

ul.error li{
	list-style:none;
	line-height: 20px
		
}

p.reg-success{
	
	color: green;
	font-weight: bold;
	background: url(images/wrapper/yes.png) no-repeat left 50%;
	padding-left: 20px;
	
}

