/* CSS Document */

<!--
.body {
	width:100%;
 	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background:#cccccc url(images/grad.jpg) repeat-x;
}

.pageContainer {
	position: absolute;
	
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
.header {
	background:url(images/covHeader.jpg) no-repeat;
	height: 340px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.bodyContainer {
	width: 800px;
	background:#ffffff;
	text-align:left;
}
.leftCol {
	display: inline;
	float: left;
	height: 100%;
	width: 190px;
	margin:0;
	padding:0;
}
.rightCol {
	display: inline;
	float: right;
	height: 100%;
	width: 600px;
	margin:10px 0 0 0;
	text-align:left;
	overflow:auto;
}
.footer {
	bottom: 0px;
	width: 800px;
	clear: both;
	padding:0 0 0 9px;
	text-align:center;
}
#events {
	border: 1px solid #666666;
}
.staffPhoto {
	float:right;
	border:1px solid #666666;
}
.linkBox {
	color: #333333;
	clear:both;
	background-color:#daf3c2;
	background-image: url(images/link_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 172px;
	text-align:left;
}
.highlightBox {
	color: #666666;
	clear:both;
	text-align:left;
	background-color: #f3cece;
	background-image: url(images/highlight_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 172px;
	overflow:hidden;
}
.leaderBox {
	color: #666666;
	float:right;
	clear:both;
	text-align:right;
	background-image: url(images/leader_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 172px;
	overflow:hidden;
}
.content {
	color:#333333;
	text-align:left;
}
.firstWord {
	color: #669966;
}
.greenText {
	color: #669966;
}
.titleSize {
	color:#666666;
	font-size:18px;
}
.sideNote {
	color: #006699;
	font-size:11px;
}
div.clear { 
	clear:both; 
	height:0px; 
	font-size:0px; 
	line-height:0px; 
	margin:0px; 
	padding:0px; 
} 
#navList ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:172px;
}
#navList ul li {
	position:relative;
	z-index:100;
}
li ul{
	position: absolute;
	left: 150px;
	top: 0;
	display: none;
}
#navList ul li a.levelOne {
	display: block;
	text-decoration: none;
	color: #666666;
	padding:0 0 0 5px;
	margin:0 0 0 5px;
}
#navList ul li a:hover.levelOne {
	display: block;
	text-decoration: none;
	color: #336633;
	padding-left:45px;
	margin-left:5px;
}
#navList ul li a.levelTwo {
	display: block;
	text-decoration: none;
	color: #666666;
	background: #daf3c2;
	padding: 5px;
	line-height:10px;
	border:1px solid #99cc99;
}
#navList ul li a:hover.levelTwo {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background:#99cc99;
	padding: 5px;
}
#navList li:hover ul, li.over ul { 
	display: block; 
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#footer ul {
	list-style-type: none;
	display:inline;
	}
#footer ul li a.kids {
	float:left;
	display: inline;
	background: url(images/foot_kids_1.jpg) no-repeat;
	padding:0 1px 0 0;
}
#footer ul li a:hover.kids {
	float:left;
	display: inline;
	background: url(images/foot_kids_2.jpg) no-repeat;
	padding:0 1px 0 0;
}
#footer ul li a.youth {
	float:left;
	display: inline;
	background: url(images/foot_youth_1.jpg) no-repeat;
	padding:0 1px 0 1px;
}
#footer ul li a:hover.youth {
	float:left;
	display: inline;
	background: url(images/foot_youth_2.jpg) no-repeat;
	padding:0 1px 0 1px;
}
#footer ul li a.men {
	float:left;
	display: inline;
	background: url(images/foot_men_1.jpg) no-repeat;
	padding:0 1px 0 1px;
}
#footer ul li a:hover.men {
	float:left;
	display: inline;
	background: url(images/foot_men_2.jpg) no-repeat;
	padding:0 1px 0 1px;
}
#footer ul li a.women {
	float:left;
	display: inline;
	background: url(images/foot_women_1.jpg) no-repeat;
	padding:0 0 0 1px;
}
#footer ul li a:hover.women {
	float:left;
	display: inline;
	background: url(images/foot_women_2.jpg) no-repeat;
	padding:0 0 0 1px;
}
-->