@charset "utf-8";
/*
 * Main Template Layout
 */
body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/bkgrd_02.jpg) repeat-x top;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	background: #FFFFFF url(../images/bkgrd_08.jpg) left repeat-y;
	color: #000000;
}
#header {
	height: 232px;
	background: #FFFFFF url(../images/bkgrd_04.jpg) top left no-repeat;
}
#header h1 {
	display:none;
}

#nav {
	position: absolute;
	top: 160px;
	right: 0px;
	width: 1000px;
	font-weight: bold;
	margin: 0px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 130%;
	font-weight: bold;
	float: right;
}
#nav ul li {
	display: inline;
}
#nav ul.campusChooser li {
	background: #ffffff url(../images/bkgrd_campusTab.jpg) repeat-x bottom;
	float: left;
	padding: 3px 0px 3px 0px;
	border-right: 1px solid #CCCCCC;
}
#nav ul.campusChooser li a, #nav ul.campusChooser li a:visited {
	background: transparent url(../images/bkgrd_corner_blk.gif) no-repeat top left;
	color: #666666;
	padding: 3px 10px 0px 15px;
	text-decoration: none;
}
#nav ul.campusChooser li a:hover, #nav ul.campusChooser li a:active {
	color: #CC0000;
}
#nav ul.sportChooser {
	clear: both;
	background: #ffffff;
	width: 1000px;
	border-bottom: 1px solid #ccc;
}
#nav ul.sportChooser li {
	font-size: 80%;
	float: left;
	margin: 3px 5px;
}
#nav ul.sportChooser li a, #nav ul.sportChooser li a:visited {
	color: #000000;
	text-decoration: none;
}
#nav ul.sportChooser li a:hover, #nav ul.sportChooser li a:active {
	color: #CC0000;
}

#content {
	padding: 0px 12px;
}
#footer {
	clear: both;
}
#footer p {
	text-align: center;
	font-size: 80%;
	padding: 5px;
	background: #000000 url(../images/bkgrd_10.jpg) top right no-repeat;
	color: #FFFFFF;
	font-size: 80%;
}
#footer a,#footer a:active,#footer a:hover,#footer a:visited {
	color: #FFFFFF;
}
.smallprint {
	font-size: 80%;
}
.highlight {
	color: #CC3300;
}
.itemTitle {
	font-size: 130%;
	font-weight: bold;
	color:#333333;
	margin: 10px 0 0;
	padding:2px 5px 0;
	background:#efefef;
	display: block;
}
.itemTitle a {
	color:#333333;
	text-decoration: none;
}
.teamDetail {
	margin: 0 5px 10px;
	border-bottom: 1px solid #ccc;
}
.total, .stat {
	color: #CC0000;
	font-size: 130%;
	font-weight: bold;
}
/*
 * Homepage specific layout
 */
#hm_col_1,#hm_col_2,#hm_col_3,#hm_col_comb  {
	/*margin-top: -25px;*/
	margin-top: 0px;
}
#hm_col_comb {
	padding: 0px;
	width: 710px;
	float: left;
	margin-right: 10px;
	display: inline;
}
#hm_col_1 {
	padding: 0px;
	width: 300px;
	float: left;
	margin-right: 10px;
	display: inline;
}
#hm_col_2 {
	width: 400px;
	float: left;
}
#hm_col_3 {
	width: 255px;
	float: right;
}
/*#hm_col_1 h2,#hm_col_2 h2,#hm_col_3 h2 {*/
#col_section {
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-bottom: 5px;
}
#col_section h2 {
	background: #666666 url(../images/bkgrd_corner.gif) top left no-repeat;
	color: #FFFFFF;
	padding: 2px 5px 3px 15px;
	font-size: 110%;
	margin: 3px 0px 5px;
}
#col_section h3, #col_section p, #col_section ul {
	margin: 0px 5px 3px;
}

#messageBox {
	width: 500px;
	margin: 100px auto;
	border: 1px solid #CCCCCC;
}
#messageBox h1 {
	display: none;
}

