/*GENERAL************************************************/
/*+clearfix {*/
.feature:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.feature
{
	display: inline-block;
}
.feature
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
BODY
{
/*Background color is green*/
	background: url(resources/school/warrior_bkground.png);
	color: #000000;
	font-family: Verdana;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
/*Text align center so that IE positions the box in the center of the screen.*/
	text-align: center;
	margin: 10px;
/*Do not allow graphics to overlap each other, too much*/
}
*
{
	margin: 0;
	padding: 0;
}
/*HEADERS, PARAGRAPHS, AND LINKS**************************/
H1
{
	color: #F8C400;
/*Dark Green*/
	font-size: 150%;
	margin-bottom: 0.25em;
}
H2
{
	font-size: 125%;
	color: #009240;
/*Dark Green*/
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
H3
{
	font-size: 100%;
	color: #009240;
}
A
{
	font-size: 1em;
}
P
{
	margin-top: 1em;
	margin-bottom: 1em;
}
.p_address
{
	margin-top: 0;
	margin-bottom: 0px;
}
/*MAIN LAYOUT********************************************/
#container
{
	margin: 0px auto;
	text-align: left;
	width: 810px;
	background-image: url(resources/school/bcs_bkground_mid.png);
	background-repeat: repeat-y;
}
#container .right_img
{
	margin-top: 10px;
	margin-right: 15px;
}
#container .left_img
{
	margin-left: 15px;
}
#container .center_img
{
	/*+placement:shift 38px 0px;*/
	position: relative;
	left: 38px;
	top: 0px;
}
#header
{
/*This box contains the BCS top web layout graphic*/
	margin: 0px;
	width: 810px;
	height: 214px;
	background-image: url(resources/school/bcs_bkground_top.png);
	background-repeat: no-repeat;
}
#header #BCS_shine
{
	/*+placement:shift 38px 5px;*/
	position: relative;
	left: 38px;
	top: 5px;
}
#content
{
/*This box contains the BCS middle web layout graphic*/
	width: 800px;
	padding-left: 24px;
}
#content H1, H3
{
	margin-right: 50px;
}
#content P
{
	margin-right: 40px;
}
#content TABLE
{
	margin-left: 5px;
	margin-right: 50px;
}
/*BCS Layout*************************************/
/*[clearfix]*/.feature
{
	float: left;
	margin: 20px 0 0 30px;
	width: 45%;
	height: 200px;
	background-color: #F4F4F4;
}
.feature H2
{
	margin-top: 0;
	height: 32px;
	padding-top: 5px;
	background-color: #D4B400;
	color: #008000;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
}
.feature_table
{
	float: left;
	margin: 20px 0 0 30px;
	width: 45%;
	height: 350px;
	background-color: #F4F4F4;
}
.feature UL
{
	padding-left: 30px;
}
.feature_table H2
{
	margin-top: 0;
	height: 32px;
	padding-top: 5px;
	background-color: #D4B400;
	color: #008000;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
}
#contact_info
{
	float: left;
	margin: 20px 0 0 30px;
}
#slide_show
{
	float: left;
	margin: 20px 0 0 20px;
	height: 240px;
	width: 270px;
}
/*Main Navigation.*/
.crossing_nav
{
	margin: auto 40px auto auto;
	background-color: #4DB31A;
/*Dark Green
dark gray background*/
	height: 20px;
}
.crossing_nav UL
{
	margin: 0;
	padding: 0;
	float: left;
}
.crossing_nav UL LI
{
	display: inline;
}
.crossing_nav UL LI A
{
	float: left;
	color: #FFFFE6;
/*Text color Gold*/
	text-decoration: none;
	padding: 0px 15px;
}
.crossing_nav UL LI A
{
	border-right: 1px solid #C0C0C0;
/*gray divider between menu items*/
}
.crossing_nav UL LI A:hover, .crossing_nav UL LI .current
{
	color: #B3E699;
/*Lime green when mouse hovers over text and to indicate the current page*/
	font-style: italic;
}
/*FOOTER*************************************************/
#footer
{
/*This box contains the BCS bottom web layout graphic*/
	clear: both;
	width: 810px;
	height: 81px;
	background-image: url(resources/school/bcs_bkground_bottom.png);
	background-repeat: no-repeat;
	text-align: center;
}
#footer_text
{
	font-size: 0.9em;
}
#footer #footer_text
{
	padding-top: 0px;
}
/*TABLES ************************************************/
TABLE
{
	padding: 2px;
	width: 88%;
	margin: auto;
}
TD
{
	border: 1px dotted #000000;
}
THEAD
{
	color: #020202;
	font-size: 100%;
	background-color: #EDA907;
	font-weight: bold;
}
/*Center text in class c1*/
.c1
{
	text-align: center;
}
TBODY
{
	background-color: #FFFFFF;
}
