/* CSS Document */
div#page_wrap {
	width: 100%;
	background:url(../images/bg.jpg) repeat top;
	margin: -5px auto -12px auto;
	}
div#container {
	width:966px;
	background:url(../images/container_bg.jpg) repeat-y top;
	margin: -5px auto -12px auto;
	border: 1px solid #000;
	position:relative;
	z-index: 0;
}

div#header {
	position:relative;
	top: 0;
	left: 0;
	z-index: 2;
	width:100%;
	height:140px;
	background: url(../images/header_bg.jpg) repeat-x top;
	}
	div#header #logo {
		width: 100%;
		height: 143px;
		float:left;
		margin: 0 auto;
		background: url(../images/logo_bg.jpg) no-repeat top left;
		}
div#main_section {
	width:600px;
	float:left;
	padding: 20px 20px 0  0;
	font-size:.9em;
	color: #333;
	}
	div#main_section #styleOfPlay {
		width: 620px;
		padding: 30px 0 0 10px;
		margin: 0 0 50px 0;
		background: url(../images/styleOfPlay.jpg) no-repeat top left;
		}		
		div#main_section #styleOfPlay ul {
			height: 1.5em;
			width: 100%;
			list-style: disc;
			padding: 0 2em;
			}	
		div#main_section #styleOfPlay li {
			display: list-item;
			list-style: outside;
			float: none;
			line-height: 1.5em;
			padding: 0;
			color:#333;
			text-align: left;
			width: 100%;
			}
	div#main_section .link {
		text-align:right;
		padding: 10px 0;
		}
		div#main_section .link a, div#main_section .link a:visited {
			font-weight: bold;
			font-style: italic;
			text-decoration: none;
			color: #333;
			}
		div#main_section .link a:hover {
			text-decoration: underline;
			}
img { border: 1px solid #000;}
#offensiveArrow {
	width: 19px;
	height: 17px;
	background: url(../images/arrowHide.jpg) no-repeat top;
}	
#defensiveArrow {
	width: 19px;
	height: 17px;
	background: url(../images/arrowHide.jpg) no-repeat top;
}	
#specialTeamsArrow {
	width: 19px;
	height: 17px;
	background: url(../images/arrowHide.jpg) no-repeat top;
}	
			
			
div#sidebar {
	float:left;
	width:275px;
	font-size: .9em;
	margin: 20px 0 0 35px;
	}
	div#sidebar #upcomingEvents {
		background: url(../images/upcomingEvents.jpg) no-repeat top left;
		width: 275px;
		height: 206px;
		padding: 40px 15px 0 15px;
		}
		#upcomingEvents #event {
			padding: 8px 0;
			font-size:.9em;
			}
		#upcomingEvents #event .title {
			font-weight:bold;
			}
	div#sidebar #countdown {
		background: url(../images/countdown.jpg) no-repeat top left;
		width: 275px;
		height: 190px;
		padding: 55px 0 0 0;
		text-align:center;
		}
		
		
		
div#nav_container{
	float:left;
	width:100%;
	margin: -30px auto 0 auto;
	height: 25px;
	padding-top: 1px;
	background:url(../images/nav_bg.jpg) repeat-x top;	
	}
	div#nav {
		display: table;
		margin: auto;
		.width: 900px;
		}

ul, li, a, body {
	margin: 0; 
	padding: 0;
	}

a {
	color: #FFF;
	text-decoration: none;
	}

ul {
	height: 1.5em;
	width: 950px;
	list-style:none;
	}

li {
	display: inline;
	float: left;
	line-height: 1.5em;
	padding: 0 1em;
	color:#FFF;
	position: relative;
	text-align: center;
	
	}

ul li a {
	display: block;
	font-size: 11pt;
	}

ul li a:hover {
	color: #999;
	}

/* Second tier */
li ul {
	display: none;
	height: auto;
	margin: -1px -12px 0 -12px;
	position: absolute;
	top: 100%;
	font-size: .9em;
	}
	li ul#aboutCoach {
		width: 8em;
		left: -.2em;
		}
	li ul#coachBlog {
		width: 4em;
		left: 2em;
		}
	li ul#becomeBearcat {
		width: 9em;
		left: .5em;
		}
	li ul#coachingPlan {
		width: 9em;
		left: 0em;
		}
	li ul#bearcatBackers {
		width: 10em;
		left: 0em;
		}

li:hover ul {
	display: block;
	color: #999;
	}

li ul li {
	display: list-item;
	width:100%;
	text-align: center;
	border: 1px solid black;
	background:url(../images/subNav_bg.png) repeat-x bottom;
	}

li ul li a {
	color: #CCC;
	font-size: .9em;
	}

li ul li:hover a {
	display: block;
	height: 100%;
	color: #FFF;
	}	
	
/* Menu Across Top*/
/*
.topMenu {
	min-width: 970px;
	}
div#nav ul {
	list-style: none;	
	margin: auto; 
	padding: 0;
	text-align: center;

	}
	div#nav li {
		display: inline;
		position:relative;
		}
	div#nav li a.mainNav {
		font-size:11pt;
		display: block;
		float: left;
		padding: 2px 8px;
		color: #FFF;	
		text-decoration: none;
		}
	div#nav li a.mainNav:hover, div#nav li a.mainNav:active {
		color: #999;
		}
	div#nav li #current {
		color: #999;
		cursor: default;
		}
*/

/* Drop Downs */	
/*	
div#nav ul li ul {
	display: none;
	font-size: .8em;
	height: auto;
	margin: 23px 0 0 0;
	position:absolute;
	top: 100%;
	left: -10em;
	width: 11em;
	}
	div#nav ul li ul li {
		display:list-item;
		padding: 5px;
		border: 1px #000 solid;
		background:url(../images/subNav_bg.png) repeat-x bottom;
		width: 100%;
		}
	div#nav ul li ul li a {
		display: block;
		color: #CCC;	
		text-decoration: none;
		}
	div#nav ul li ul li a:hover, div#nav li a:active {
		color: #FFF;
		}
	div#nav ul li ul li #current {
		color: #999;
		cursor: default;
		}
*/