@charset "utf-8";
/* CSS Document */
/* ---------- General ---------- */
* { /* Resets on every element */
	margin: 0;
	padding: 0;
}
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #E6E6E6;
}
img {
	border: none;
}
hr { color: #C93; background-color: #C93; height: 1px; border: none; }

/* ---------- Typography ---------- */
h1 {
	font: bold 140% Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}
h2 {
	font: bold 120% Arial, Verdana, Helvetica, sans-serif;
	margin: 15px 0px 5px 0px;
	color: #666;
	clear: left;
}
h3 {
	font: bold 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 15px 0px 5px 0px;
	color: #666;
}
h4 {
	font: bold 90% Arial, Verdana, Helvetica, sans-serif;
	margin: 15px 0px 5px 0px;
	color: #666;
}
p {
	font-size: 85%;
	line-height: 1.4;
	color: #333;
	margin: 10px 0px 10px 0px;
}
/* ---------- Containers / IDs ---------- */
#container {
	width: 960px;
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}
#branding {
	width: 295px;
	float: left;
	margin-right: 5px;
}
#logo {
	width: 295px;
	height: 270px;
	float: left;
}
#kids {
	width: 295px;
	height: 158px;
	float: left;
	background: url(../images/branding2.gif) no-repeat;
}
#topbar {
	width: 660px;
	height: 44px;
	float: left;
	margin: 0px 0px 5px 0px;
	background-color: #4D4D4D;
}
#slider, #slider li {		/* JQuery Slider Settings */
	width: 660px;
	height: 221px;
	float: left;
	overflow: hidden;
}
#slider ul, #slider li {
	list-style: none;
}
#donate {
	width: 300px;
	height: 44px;
	float: right;
	overflow: hidden;
	text-align: right;
}
#donate_btn {
	margin-left: 1px;	
}
#search {
	width: 290px;
	float: right;
	margin: 12px 30px 0px 0px;
	text-align: right;
}
#search fieldset {
	border: none;
}
#search label {
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #CCC;
	vertical-align: middle;
}
#searchbox {
	width: 160px;
	vertical-align: middle;
}
#submit {
	vertical-align: middle;
}
#main_container {
	width: 960px;
	float: left;
	margin: 5px 0px 5px 0px;
	background: url(../images/navbar_bg.gif) repeat-y;
}
#sidebar {
	float: left;
	background: url(../images/navtopbar2.gif) top no-repeat;
}
* html #sidebar { /* Fixes IE6's terrible box model system which causes #content to fall below #sidebar (float drop) */
	display: inline;
	margin-right: -244px;
}
#main_menu {
	margin-top: 5px;
}
#main_menu li {
	width: 244px;
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.7;
	list-style-type: none;
}
#main_menu li a {
	padding: 5px 0px 5px 1.5em;
	background: #C93;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#main_menu li a:hover {
	background: #963;
	color: #FFF;
	text-decoration: none;
}
#random_stuff { /* Input info for 2nd sidebar if it gets used... but do NOT apply margins! Apply to elements WITHIN #random_stuff */
	width: 244px;
}
#main {
	width: 711px;
	margin: 0px 0px 0px 249px;
}
#banner {
	width: 711px;
	height: 85px;
	float: left;
	margin: 0px 0px 5px 0px;
	background: #A53311 url(../images/banner4.gif) no-repeat;
}
#date {
	margin: 43px 0px 0px 0px;
	font-size: 80%;
	color: #FFF;
	width: 220px;
	float: left;
	text-align: right;
}
#content {
	width: 623px;
	float: left;
	padding: 30px 43px 30px 43px;
	background-color: #FCFCFC;
	border: 1px #DBDBDB solid;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
#content a {
	color: #960;
	border-bottom: 1px dotted #960;
	text-decoration: none;
}
#content a:hover {
	color: #C93;
	border-bottom: 1px dotted #C93;
	text-decoration: none;
}
#content li {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 2px 0px 0px 15px;
	list-style-type: square;
}
#footer {
	width: 960px;
	height: 46px;
	float: left;
	clear: left;
	background-color: #858585;
}
#copy {
	margin-top: 15px;
	font-size: 70%;
	color: #D0D0D0;
	text-align: center;
}
/* ---------- Classes ---------- */
.chart {
	display: block;
	margin: 10px auto;
}
.board, .calendar, .contactus {
	width: 220px;
	float: left;
	padding: 0px 60px 0px 0px;
	margin-bottom: 25px;
}
.rightimg {
	margin: 10px 0px 10px 20px;
	float: right;
}
.leftimg {
	margin: 10px 20px 10px 0px;
	float: left;
}
.bgcaimg {
	float: left;
	height: 264px;
	width: 320px;
	margin: 20px 0px 0px 0px;
}
/* ---------- Forms ---------- */

#form_container, #donate_form {
	border: 1px solid #CCC;
	padding: 5px 20px 20px;
	clear: both;
	margin-top: 15px;
}
fieldset { border: none; }
label.contact, label.donate { font-weight: bold; color: #999; margin-bottom: 5px; display: block; }
p.error_msg {clear: both;}
span.invalid {color: #FF0000; font-weight: bold; }
.field {
	padding: 5px;
	width: 200px;
	margin-bottom: 0px;
}
.textarea { width: 400px; }

/* ---------- Buttons ---------- */
input.button {
	overflow: visible;
	padding: 3px 5px;
	width: auto;
	font-weight: bold;
	background-color: #C33;
	color: #FFF;
}

/* ---------- News ---------- */
.newsimg {
	margin: 10px 0 0;	
}

/* ---------- Gallery ---------- */
#back {
	float: right;
	clear: both;
	font-weight: bold;
	margin-top: -3.50%;
}