/*---- TAGS ----------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font: 12px/20px helvetica, arial, verdana, sans-serif;
	color: #3D3D3D;
	background-image: url(../../images/home/bg_repeat.jpg);
	background-repeat: repeat;
	background-position: left top;
}

h1, h2, h3 { 
	font-weight: normal;
	color: #ED1C24; 
}

h1 { font-size: 24px; }

h2 { font-size: 20px; }

h3 { font-size: 16px; }

h4 { font-size: 12px; }

a:link { color: #0054A6; }

a:visited { color: #688DA8; }

a:hover { 
	color: #3174B5; 
}

img { border: none; }

td { vertical-align: top; }

/*---- CLASSES ---------------------------------------------------------------*/

.alignRight { text-align: right; }

.alignCenter { text-align: center; }

.clear { position: relative; clear: both; }

.floatLeft {
	position: relative;
	float: left;
}

.goButton {
	padding-left: 10px;
}

.imgFloatRight {
	position:relative;
	float: right;
}

.imgFloatLeft {
	position:relative;
	float: left;
	margin-right: 10px;
}

.hidden {
	display: none;
}

.margBot { margin-bottom: 5px; }

.margTop { margin-top: 0px; }

/*---- ID STYLES -------------------------------------------------------------*/

#container {
	position: relative;
	margin: auto;
	padding: 0px 10px;
	width: 741px;
	background: url(../../images/home/cont_bg.jpg) repeat-y top left;
}

/* HEADER *********************************************************************/

#header {
	position: relative;
	width: 741px;
	height: 320px;
	background: ur(../../images/home/header.jpg) no-repeat top left;
}

/* LOGO ======================================================================*/

#logo {
	position: relative;
	width: 741px;
	height: 133px;
}

#logo img {
	border: 0;
	display: block;
}

/* HEAD BODY =================================================================*/

#headBody {
	position: relative;
	padding: 0px 10px 0px 333px;
	height: 187px;
	background: url(../../images/home/locker.jpg) no-repeat top left #ccc;
}

#headBody h4 { margin: 0px; }

#headBody p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

/* SIDE L *********************************************************************/

#sideL {
	position:relative;
	float: left;
	width: 323px;
	margin-top: -9px;
}

/* NAV HEADER ================================================================*/

#navHeader {
	position: relative;
}

#navHeader img { display: block; }

/* NAV BODY ==================================================================*/

#navBody {
	height: 186px;
	margin-bottom: 12px;
	background: #DBE4EA;
}

#navBody ul {
	margin: 0px; 
	padding: 0px 0px 0px 0px;
}

#navBody li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navBody a {
	padding: 5px 13px 5px 13px;
	height: 20px;
	width: 297px;
	color: #0054A6;
	text-decoration: none;
	border-bottom: 1px solid #AFC7DD;
	display: block;
}

#navBody a:hover { 
	color: #fff;
	background-color: #3174B5;	
}

#navContent {
	padding: 0px 13px;
	font-size: 11px;
}

/* SPONSOR ===================================================================*/

#sponsor {
	position: relative;
	padding: 36px 12px 12px 12px;
	margin-bottom: 12px;
	background: url(../../images/home/sponsor.gif) no-repeat top left #ccc;
}

#sponsor img { display: block; }

#sponsor h4, #sponsor p { margin: 0px; }

/* SIDE R *********************************************************************/

#sideR {
	float: left;
	width: 406px;
	padding: 12px 0px 12px 12px;
	background:#fff;
}

/* GIRLS SPORTS, BOYS SPORTS =================================================*/

*html #girlsNav, #boysNav { margin: 2px 0px 0px 0px; }

#girlsSports {
	position: relative;
	float: left;
	height: 186px;
	width: 196px;
	margin-bottom: 13px;
	border-right: 1px solid #0054A6;
}

#boysSports {
	position: relative;
	float: left;
	height: 186px;
	width: 187px;
	padding-left: 9px;
	margin-bottom: 13px;
}

#girlsSports p, #boysSports p {
	margin: 0px;
}

#girlsMenu, #boysMenu {
	width: 187px;
	padding-top: 3px;
	_padding-top: 0px;
	font-size: 12px;
	font-family: helvetica, arial, verdana, sans-serif;
}

/* HEADLINES =================================================================*/

#headlines {
	position: relative;
	height: 100px;
	padding: 30px 12px 18px 52px;
	background: url(../../images/home/headline.gif) no-repeat top left #DBE4EA;
	clear: both;
}

/* FOOTER *********************************************************************/

#footer {
	position: relative;
	width: 715px;
	padding: 5px 13px 0px 13px;
	font-size: 10px;
	text-align: center;
	color: #688DA8;
	background: #fff;
	border-top: 1px solid #D2DBE2;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*----end footer styles----*/

#shadow {
	position: relative;
	margin: auto;
	width: 741px;
	padding: 0px 10px;
	height: 15px;
	background-image: url(../../images/home/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

