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

/*
-----colors
Orange: #FF8D0E
Light Blue: #33DCE3
midblue:#169BA3;
darkblue: #0E6367
*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0E6367;
	margin:0px;
	background-color:#666666;
	}

#wrapper{
	width:960px;
	margin:0 auto;
	background-color:#FFFFFF;
	}
	
#header {
	width:920px;
	height:150px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	padding:0px 0 0 40px;
	}
	
#flash{
	width:960px;
	height:325px;
	margin:0px;
	}
	
#navigation {
	width:960px;
	height:25px;
	background-color:#0E6367;
	margin:0;
	}

#nav, #nav ul {
padding: 0;
margin:0 auto;
list-style: none;
}

#nav li {
float: left;
position: relative;
width: 80px;
height: 25px;
padding:0;
background-color: #0E6367;
font-size: 80%;
text-align:center;
}

#nav a:link, #nav a:visited {
display:inline;
text-decoration: none;
color: #FF8D0E;
margin:0;
}

* html #nav a {
width: 100%;
}

#nav ul {
display: none;
position: absolute;
padding: 0;
}

#nav ul li {
	color:#FFFFFF;
	width:200%;
	border: 0 none transparent;
	background-color:#666666;
	font-size: 1em;
	margin-bottom: -1px;
	margin-top: 1px;
	padding: 0;
	}

#nav li:hover ul {
	display: block;
	}
	
#nav li:hover{
	background-color:#169BA3;
	}

#content {
	width:870px;
	padding:0 45px;
	}
/*-----sideMenu navigation and content for all first level pages-----*/
#sideMenu {
	width:220px;
	float:left;
	/*width:870px;*/
	}

/*#sideMenu li{
	display:inline;
	}
	*/
		
#mainContent {
	width:640px;
	float:right;
	clear:none;
	}	
	
/*---- home page divs------*/
#mission {
	width:430px;
	float:left;
	}

#events{
	width:210px;
	margin-left:10px;
	float:left;
	clear:none;
	}
	
#scores{
	width:210px;
	height:210px;
	margin-left:10px;
	float:right;
	clear:none;
	overflow:auto;
	}
/*------- end homepage divs------*/	
.scoresTable {
	width:210px;
	height:auto;
	}
	
.scoresTable th {
	height:100%;
	text-align:left;
	}
		
#altNav {
	width:950px;
	height:30px;
	padding:10px 0;
	clear:both;
	}
	
#altNav ul {
	list-style:none;
	}
	
#altNav li{
	display:inline;
	margin:10px;
	}
	
#footer {
	width:960px;
	height:25px;
	text-align:center;
	color:#33DCE3;
	font-style: italic;
	background-color:#0E6367;
	}

a:link, a:visited, a:active {
	color:#0E6367;
	}
	
a:hover {
	color:#169BA3;
	}

	
h1 {
	font-size:2em;
	}
	
h2 {
 	font-size:1.5em;
	margin-bottom:0px;
 	}
 
 h2+p {
 	margin:10px 0 0 0;
 	}
 h2+h3, h3+p, h3+h4 {
 	margin:10px 0 0 0;
	}
	
 h3 {
	font-size:1em;
	text-transform: capitalize;
 	}
	
h4 {
 	font-size:.9em;
	font-style:italic;
 	}
 
 p {
 	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	line-height:1.7em;
	}
	
.orange {
	color:#FF9900;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.subHead {
	color:#0E6367;
	text-transform:lowercase;
	font-weight: lighter;
	letter-spacing: .5em;
	}
	
.oddRow{
	width:210px;
	height:auto;
	background-color:#33DCE3;
	}

.evenRow{
	width:210px;
	height:auto;
	background-color:#FFFFFF;
	}
	
.logo{
	margin:10px 10px 0px 0px;
	}