@charset "utf-8";
/* CSS Document */

* { 
	margin:0;
	padding:0;
	}
	
body {
	background:url("../images/bg_stadium.jpg") bottom center no-repeat #81b3e6;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	}
	
a:link, a:visited {
	color:#003366;
	text-decoration:none;
	}
		
a:hover, a:active {
	color:#990000;
	text-decoration:none;
	}

/* hide from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */

p {
	line-height: 140%;
	}

h2 {
	font-size:18px;
	color:#fff;
	}

#wrapper {
	background:url("../images/bg_header.jpg") top no-repeat;
	width:100%;
	height:100%;
	}

#container {
	margin:0 auto;
	width:772px;
	height:100%;
	}
		
#top {
	background:url("../images/logo.gif") no-repeat 15px 0 #000033;
	height:80px;
	padding-left:12px;
	}
	
#top h1 {
	display: none;
	}
.Header_black {
	color: #000000;
	font-size: 24px;
}
			
#header {
	background:url("../images/headers/header_001.jpg");
	height:228px;
	}
			
#header p {
	padding: 202px 0 0 20px;
	}
	
#content {
	background:url("../images/bg_content.gif") repeat-y;
	padding: 0 15px 15px 16px; /*no need to pad elements for positioning within this div*/
	float:left;
	}	

#content.setfull { /*force footer to extend fully for pages with less content */
	height:600px;
	}
	
#content_top { /*container*/
	width:772px;
	}

#flash {
	width:540px;
	height:248px;
	float:left;
	background:url("../images/flash/flash_placeholder.jpg") no-repeat;
	}

#leftcol {
	width:542px;
	padding-bottom:15px;
	float:left;
	background: url("../images/panels/panelwide.gif") bottom center no-repeat ;
	}
	
	#leftcol.home {
		background: none;
		}
	
#leftcol h2 {
	height:41px;
	background:url("../images/panels/titleleft.gif") no-repeat left top;		 
    }

#leftcol h2 span {
    padding-top:5px;
	padding-left:10px;
	width:532px;     
	height:36px; 
	float:left;
    display:block;
    background:url("../images/panels/titleright.gif") no-repeat right top;
    }
	
#leftcol h3 {
	clear:both;
	padding:15px 15px 0 12px; 
	color: #003366;
	font-size: 14px;
	}
	
#leftcol ul {
	line-height: 140%;
	margin: 15px 15px 0 25px;
	}
	
#leftcol hr {
	color: #003366;
	margin: 15px;
	margin-bottom: 0;
	display: block;
	}
	
#leftcol table {
	margin-top: 15px;
	}
	
#leftcol p {
	clear:both;
	padding:15px 15px 0px 12px; 	 
	}

small {
	padding: 5px 15px 0 12px;
	}
	
	#story_col {
		width: 265px;
		float: left;
		display: inline;
		margin: 10px 0;
		background: #E8E8E8;
		}
		
	img.story_bottom {
		vertical-align:text-bottom;
		}
		
	#story_col h2 span {
		padding-top:5px;
		padding-left:10px;
		width:255px;     
		height:36px; 
		background:url("../images/panels/title_story.jpg") no-repeat right top;
		}
		
	#story_col a:link, #story_col a:visited {
		color:#003366;
		text-decoration:none;
		}
		
	#story_col a:hover, #story_col a:active {
		color:#990000;
		text-decoration:none;
		}
	   
#col_right {
	margin-left:12px;
	float:left;
	width:186px;
	}
	
#col_right ul {
	list-style-type: none;
	}
	
.box {
	width:186px;
	margin-bottom: 15px;
	background:url("../images/panels/paneltool.gif") no-repeat center bottom #E8E8E8;
	}
	
.box h2 {
	float:left;
	height:41px;
	background:url("../images/panels/titleleft.gif") no-repeat left top;		 
    padding-left:16px;
	}

.box h2 span {
	padding-top:5px;
	width:170px;  
	height:36px; 
	float:left;
    display:block;
    background:url("../images/panels/titleright.gif") no-repeat right top;
	}
	
.box h4 {
	font-size: 14px;
	color: #000;
	line-height: normal;
	padding: 15px 15px 0 15px;
	}

.box p {
	font-size: 10px;
	line-height: normal;
	padding: 10px 15px 0 15px;
	}
		
.box em {
	color: #666;
	}

.box a {			
	color:#003366;	
	font-weight:bold;
	}
		
.box a:hover, .box a:active {			
	color:#990000;
	text-decoration:none;
	}
			
.box ul {
	margin-left:10px;
	clear:both;
	}

.box li {		
	padding:0 5px 5px 5px;			
	}
			
.box li.headspace {
	padding-top:8px;
	}
			
.box li.bottomspace {
	padding-bottom:15px;
	} 

#footer {
	background:url(../images/bg_footer.png) no-repeat;
	margin:0 auto;
	height:100px;
	width:772px;			
	behavior:url(javascript/iepngfix.htc); /*invoke transparent PNG fix*/
	clear:both;	
		}
		
#footer p {
	color:#fff;	
	}
	
#footer a:link, #footer a:visited {			
	color:#fff;	
	text-decoration:none;
	}
		
#footer a:hover, #footer a:active {			
	color:#fff;	
	text-decoration:underline;
	}
		
#footleft {
	margin:35px 0 0 15px;
	display:inline; /*fix double float display bug */
	width:350px;
	text-align:left;
	float:left;
	}
		
#footright {
	margin:35px 15px 0 0;
	width:350px;
	text-align:right;
	float:right;
	}
	
.separator {
	clear: both;
	height: 0;
		}
		

/* images */

a img {
		border: 0;
		}
		
/* hacks */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#container {
		text-align: left;
		}  
		
/************* Form **************/

#contactForm label {
	float: left;
	width: 100px;
	padding: 0;
	margin-left: 5px;
}

#contactForm div {
	padding: 5px 0;
	margin: 0;
	width: 100%;
}

#contactForm legend {
	padding: 0 5px;
	font-weight: bold;
	color: #000033;
}

#contactForm fieldset {
	width: 300px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000033;
}

#contactForm .txt {
	border: 1px solid #000033;
	width: 182px;
}

#contactForm textarea {
	height: 125px;
}

#contactForm div.submit {
	text-align: right;
}

.btn {
	padding: 0;
	margin-right: 50px;
	border: 2px solid #000033;
	background-color: #81b3e6;
}


#poweredby {
	display: none;
	}
	
.gallery {
	margin: 15px 0 0 15px;
	}
	
.gallery img {
	margin: 5px;
	border: 1px solid #356385;
	}
#leftcoltwo {
	width:542px;
	padding-bottom:15px;
	float:left;
}
shedule {
}
#wrapper #container #content #leftcol #schedule img {
	float: right;
	margin-right: 80px;
}
