/* ------   Basic Styling ----- */
@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	color: #66FF66;
}
body {
	background-color: #fff;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
/* 	font-size: .8em;	*/
}
#wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #006600;
}
#clear {
	clear:both;
}

/*  -----  Container elements ---- */
#header {
	position:relative;
	height: 143px;
	background-position: 10px 10px;
	background-color: #006600;
	background-image: url(../images/bbhs_stangs_logo.gif);
	background-repeat: no-repeat;
}
#header h1{
	margin-left: -9000px;
}
#slogan {
	position: absolute;
	top: 9px;
	left: 358px;
	height: 73px;
	width: 251px;
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#logoImage {
	position:absolute;
	top:0;
	right:0;
	width: 99px;
	height: 143px;
 	background-image: url(../images/katie.gif);
	background-repeat: no-repeat;
}
#logoImage2 {
	position:absolute;
	top:0;
	left: 200px;
	height: 118px;
	Width: 142px;
	background-image: url(../images/player1.gif);
	background-repeat: no-repeat;
}
#logoImage3 {
	position:absolute;
	top:0;
	right: 0px;
	height: 143px;
	Width: 198px;
	background-image: url(../images/goal.gif);
	background-repeat: no-repeat;
}
/* -- Main Navigation -- */
#header ul {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	display:inline;
	background: #006600 url(../images/menu_bg.gif) repeat-x top left;
	list-style: none;
	position: absolute;
	left: 2px;
	bottom:-3px;
	width: 700px;
}
#header ul li {
	float: left;
}

#header ul a{ 
	padding: 0 .8em;
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	display: block;
	background: url(../images/menu_sep.gif) no-repeat left top;
}

#header ul a.first {
	background: none;
}
#home #homeLink a, #schedule #scheduleLink a, #pictures #picturesLink a, #gate #gateLink a, #links #linksLink a {
	color: #CCCCCC;
}
#home #homeLink a:hover, #schedule #scheduleLink a:hover, #pictures #picturesLink a:hover, #gate #gateLink a:hover, #links #LinksLink a:hover {
	cursor: default;
}
	
#header ul a:hover {
	color:#CCCCCC;
	}

/* -----  Top Container -----*/
#topContainer {
	background-color: #666666;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 10px;
	height: 400px;
}
#topContainer h2 {
	padding: 5px 15px;
	color:#FFFFFF;
}
/* -----  Top Left Container -----*/
#topLeft {
	float: left;
	width: 280px;
	margin: 0px 10px;
	display: inline; /*  Used to fix double float margin ie bug */
}
#topLeft h2 {
	background: url(../images/box_bkgd_top_280.gif) no-repeat left top;
	margin: 0px 0px 15px;
}

/* -----  Top Right Container -----*/
#topRight {
	float: right;
	width: 460px;
	margin: 0px 10px;
	display: inline;
}
#topRight h2 {
	background: url(../images/box_bkgd_top_460.gif) no-repeat;
	margin: 0px 0px 15px;
}

/* -----  Bottom Container -----*/
#bottomContainer {
	height: auto;
	margin-top: 5px;
}
#bottomContainer h2 {
	padding: 21px 30px;
	color:#FFFFFF;
}
#bottomLeft p {
	padding: 0 5px 0 8px;
}
#bottomRight p {
	padding: 0 5px 0 8px;
}

/* -----  Bottom Left Container -----*/
#bottomLeft {
	float: left;
	width: 250px;
	margin: 0px 5px;
	background: url(../images/box_bkgd.gif) repeat-y;
 	display: inline;
}
#bottomLRHeader {
	background: url(../images/box_bkgd_top.gif) no-repeat left top;
}
/* -----  Bottom Center Container -----*/

#bottomCenter {
	float: left;
	width: 250px;
	margin: 0px 5px;
}
#bottomCenterHeader {
	background: url(../images/box_bkgd_top_center.gif) no-repeat left top;
}
/* -----  Bottom Right Container -----*/
#bottomRight {
	float: right;
	width: 250px;
	margin: 0px 5px;
 	display: inline;
	background: url(../images/box_bkgd.gif) repeat-y;
}
p.last {
	background: url(../images/box_bkgd_bottom.gif) no-repeat bottom left;
	padding-bottom: 2em;
	margin: 0;
}
/* ------ Footer -------*/
#footer {
	color: #FFFFFF;
	font: .8em "Trebuchet MS", Arial, sans-serif;
	background: #000000; 
	clear: both;
	margin-top: 2em;
}
#footer p {
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 10px; 
}  
/* ------- Styles ---------- */
p {
	color: #00FF00;
	font-size: 14px;
}

h2 {
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;	
}
#topContainer img {
	margin-right: 10px;
}
#topContainer p {
	margin: 0px 15px;
}
#topContainer img {
	margin-right: 10px;
}
#topRight img {
	margin-bottom: 10px;
	float: left;
}
#bottomContainer img {
	margin-right: 10px;
}
p.clear {
	clear: both;
	border-top:thin;
	border-top-style:solid;
	border-color:#006600;
}
th {
	background: #006600;
	color: #CCCCCC;
	text-align:center;
}
/*   Schedule Container style   */

#schedContainer {
	height: auto;
	background-color: #666666;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 10px;
}
#tableContainer {
	height: auto;
	width: 780px;
	background-color: #666666;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 10px;
	float: left;
}
#tableContainer table {
	position: relative;
	left: 10px;
	float: left;
	margin-right: 10px;
}
.altrow {
	background-color: #999999;
}
#bottomCenter p {
	padding-left: 10px;
}
#home #wrapper #bottomContainer ul {
	list-style: disc;
	margin-left: 20px;
}
#home #wrapper #topContainer ul {
	margin-left: 25px;
}
#home #wrapper #topContainer #topLeft img {
	float: left;
}
#home #wrapper #topContainer #topRight img {
	float: left;
}
.special {
	color: #FFFF00;
}
y
