@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: small/150% Georgia, "Times New Roman", Times, serif;
	background: url(images/bodyImg.gif) repeat-x 0 0;
	background-color: #e0e085;
}
h1 span {
	display: none;
}
p, ol li, ul li {
	margin: 0 35px 10px 35px;
	padding: 0;
	font-size: .9em;
	color: #333;
}
a, a:link {
	color: #363;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #cccc66;
}
a:visited {
	color: #690;
}
ul li {
	margin: 0 0 5px 35px;
	padding: 0;
	font-size: .9em;
	color: #333;
}
h3 {
	margin: 0 0 15px 35px;
	padding: 0;
	font-size: 1.3em;
	color: #363;
}
h4 {
	margin: 0 0 0 35px;
	padding: 0;
	font-size: .95em;
	color: #363;
}
h6 {
	margin: 15px 0 0 35px;
	padding: 0;
	font-size: .9em;
	color: #690;
	font-weight: bold;
}
em, strong {
	color: #363;
}
/* Layout DIVs */
#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
}
#header {
	background: url(images/header.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	height: 100px;
}
#navContainer {
	background: url(images/navBkg.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	height: 65px;
}
#content {
	background: url(images/contentBkg.gif) repeat-y 0 0;
	margin: 0;
	padding: 0;
}
#footer {
	background: url(images/footer.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	height: 75px;
}
/* Tab Navigation */
#navlist {
	height: 40px;
	margin: 0;
	padding: 0;
}
#navlist li {
	list-style-type: none; 
	display: inline; 
	margin: 0; 
	padding: 0
}
#navlist a {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 40px;
	float: left
}
#navlist a:hover {
	background-position: 0 -40px
}
#navlist a#active {
	background-position: 0 -80px
}
#thome a    {
	background: url(images/tb_home.gif) no-repeat left top;
	width: 150px;
	margin: 0 0 0 15px
}
#tcommunity a   { background: url(images/tb_community.gif) no-repeat 0 0; width: 150px }
#tclasses a   { background: url(images/tb_classes.gif) no-repeat 0 0; width: 150px }
#tadmissions a       { background: url(images/tb_admissions.gif) no-repeat 0 0; width: 150px }
#tabout a   { background: url(images/tb_about.gif) no-repeat 0 0; width: 150px }
#navContainer  span {
	display: none
}
/* Footer Style */
#footer p {
	margin: 0;
	padding: 35px 0 0 0;
	font-size: 0.7em;
	color: #fff;
	text-align: center;
}
#footer a, footer a:link {
	color: #cccc33;
	font-weight: normal;
}
#footer a:hover, #footer a:visited {
	text-decoration: underline;
}
/* Slideshow */
#slideshow         { 
	background: url(images/slideshow_bg.jpg) no-repeat 50% 0; 
	margin: 25px 0 0 0; 
	padding: 0; 
	height: 470px 
}
#slideshow_bg     { 
	margin: 0; 
	padding: 30px 0 0 150px; 
	width: 540px; 
	height: 470px 
}
/* Various Classes/Tags */
img {
	border: 0;
}
.imgLg {
	float: right;
	margin: 0 35px 15px 15px;
	border: 10px solid #363;
}
.imgRight {
	float: right;
	margin: 5px 35px 15px 15px;
	border: 5px solid #363;
}
.imgSM {
	float: left;
	margin: 0 0 0 35px;
	border: 2px solid #690;
}
.note {
	font-size: .8em;
	margin: 15px 35px 10px 35px;
	padding: 0;
}
/* Form Styles */
label {
	margin: 2px;
	color: #363;
	font-weight: bold;
}
input, textarea  { 
	font-size: 1em; 
	margin: 0; 
	padding: 4px; 
	border: solid 1px #363; 
}
/*Clear Fix*/
.clearfix:after{ 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden
} 
.clearfix {display: inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
* html .clearfix{ height: 1px; } 
