@charset "UTF-8";
body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
p {
	margin-bottom: 0px;
}
body {
	background: #F9E9C8 url(assets/images/header_slice.jpg) center top repeat-x;
	min-height: 220px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #341411;
}
a:link, a:visited, a:hover, a:active {
	color: inherit;
}
#sidebar h2 {
	font-size: 30px;
	font-weight: normal;
	color: #FFFBCD;
	padding-bottom: 10px;
	letter-spacing: .03em;
}
#sidebar ul {
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	line-height: 15px;
	letter-spacing: .03em;
}
#sidebar a:link, #sidebar a:visited {
	display: block;
	text-decoration: none;
	color: #6B3C2C;
	border-bottom: solid 1px #FFFBCD;
	padding: 5px 0px 5px 0px;
}
#sidebar a:hover {
	color: #FFFBCD;
}
#sidebar li a.current:link , #sidebar li a.current:visited, #sidebar li a.current:hover, #sidebar li a.current:active {
	color: #FFFBCD;
	cursor: default;
}
h1 {
	display: block;
	font-size: 26px;
	text-indent: -9999px;
}
h3 {
	font-size: 28px;
	color: #5D4B77;
}
h4 {
	font-size: 22px;
	color: #905441;
}
h5 {
	font-size: 16px;
	color: #5D4B77;
}
#container {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	min-width: 935px;
	background-image: url(assets/images/container_slice.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 248px;
	min-height: 100%;
	height: auto;
}
#header {
	height: 288px;
	background: url(assets/images/header_img.jpg) left top no-repeat;
	position: relative;
}
#kids {
	float: left;
	position: relative;
	top: -32px;
	height: 222px;
	left: 28%;
	width: 722px;
	background: url(assets/images/kidsrow.png) top no-repeat;
}
#content {
	margin: 0 auto;
	width: 950px;
	background: transparent;
}
#sidebar-wrap {
	float: left;
	width: 264px;
	position: relative;
	top: -15px;
}
#sidebar-top {
	height: 31px;
	background: url(assets/images/mission_top.png) no-repeat top;
}
#sidebar {
	padding: 0px 30px 5px 30px;
	background: url(assets/images/mission_mid.png) repeat-y;
}
#sidebar p {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #6B3C2C;
	letter-spacing: .03em;
}
#sidebar-bottom {
	height: 78px;
	background: url(assets/images/mission_bottom.png) no-repeat bottom;
}
.main-wrap {
	float: right;
	width: 660px;
	position: relative;
	top: -15px;
}
.main-top {
	height: 14px;
	background: url(assets/images/main_top.png) no-repeat top;
}
.main {
	padding: 10px 25px 10px 25px;
	background: url(assets/images/main_mid.png) repeat-y;
}
.main p{
	line-height: 18px;
}
.main-bottom {
	height: 18px;
	background: url(assets/images/main_bottom.png) no-repeat bottom;
	margin-bottom: 10px;
}
.main2-wrap {
	float: right;
	width: 950px;
	position: relative;
	top: -15px;
}
.main2-top {
	height: 14px;
	background: url(assets/images/main2_top.png) no-repeat top;
}
.main2 {
	padding: 10px 25px 10px 25px;
	background: url(assets/images/main2_mid.png) repeat-y;
}
.main2 p{
	line-height: 18px;
}
.main2-bottom {
	height: 18px;
	background: url(assets/images/main2_bottom.png) no-repeat bottom;
	margin-bottom: 10px;
}
#latest {
	float:left;
	width: 200px;
	padding: 20px;
	margin: 20px 12px;
	position: relative;
	border: solid 1px #FFFFFF;
}
#latest h2 {
	font-size: 30px;
	color: #413158;
}
#latest p {
	font-size: 15px;
}
#navbar {
	float: left;
	position: relative;
	top: -34px;
	width: 100%;
	height: 32px;
	border-top: 2px solid #5D4B77;
	border-bottom: 2px solid #5D4B77;
	background: #896D91;
}
#header ul {
	list-style: none;
	clear: both;
	float: left;
	width: 800px;
	position: relative;
	top: 4px;
	left: 9%;
}
#header li {
	float: left;
	width: auto;
	background: url(assets/images/navbutton_right_p.png) no-repeat right center;
	min-height: 24px;
	margin-right: 3px;
}
#header li:hover, #header li:active {
	background: url(assets/images/navbutton_right_y.png) no-repeat right center;
}
#header li.current, #header li.current:hover, #header li.current:active {
	background: url(assets/images/navbutton_right_y.png) no-repeat right center;
}
#header li a:link, #header li a:visited {
	display: block;
	background: url(assets/images/navbutton_left_p.png) no-repeat left center;
	text-decoration: none;
	color: #BCADC0;
	text-transform: uppercase;
	font-size: 11px;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	letter-spacing: .1em;
}
#header li a:hover {
	display: block;
	background: url(assets/images/navbutton_left_y.png) no-repeat left center;
	color: #EBD1A3;
}
#header li a.current:link, #header li a.current:visited, #header li a.current:hover, #header li a.current:active {
	background: url(assets/images/navbutton_left_y.png) no-repeat left center;
	color: #FFFFFF;
	cursor: default;
}
.button {
	float: left;
	width: auto;
	background: url(assets/images/navbutton_right_p.png) no-repeat right center;
	margin-bottom: 15px;
}
.button a:link, .button a:visited {
	display: block;
	background: url(assets/images/button_left_p.png) no-repeat left center;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	letter-spacing: .1em;
}
.block-indent p {
	padding-left: 25px;
}
.block-indent em {
	font-style: normal;
	font-weight: bold;
	color: #413158;
}
#contact p {
	font-size: 13px;
	font-weight: bold;
	color: #413158;
}
#contact a {
	text-decoration: none;
	color: #EBA52C;
}
.main li {
	padding-left: 25px;
	list-style: none;
	font-weight: bold;
	color: #413158;
}
ul.indent {
	margin-left: 30px;
}
#footer {
	clear: both;
	
	overflow: auto;
	width: auto;
	position: relative;
	top: 40px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
#footer ul {
	float: right;
}
#footer li {
	float: left;
	width: auto;
	list-style: none;
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px;
}
#footer li.last-link {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}
#footer a {
	text-decoration: none;
}
#footer p {
	clear: both;
	float: right;
	width: auto;
	margin-top: 6px;
}
#gallery img {
	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-color:#CCC #888 #888 #CCC;
	padding: 15px;
	margin: 0px 15px 15px 0px;
	vertical-align: middle;
	background-color: #FFFFFF;
	max-width: 400px;
}
p#gallery {
	clear: left;
}
#instructors img {
	float: left;
	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-color:#CCC #888 #888 #CCC;
	padding: 15px;
	margin: 0px 14px 8px 0px;
	vertical-align: middle;
	background-color: #FFFFFF;
}
#links img {
	float: left;
	margin: 0px 14px 8px 0px;
	vertical-align: middle;
}
th {
	padding: 5px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
td {
	padding: 5px 10px;
	vertical-align: top;
	background-color: #F5D49C;
}
td.sub {
	font-weight: bold;
	background-color: #EBA833;
}
