@charset  "UTF-8";

/* *********************** SITE THEME ********************* */
/* ********** THEME COLORS / BACKGROUND IMAGES ************ */
body
{
	background-color: #000000;
}

#container-fullwidth
{
	background-image: none;
}

#container-pagewidth
{
	background-color: #FFF;
	background-image: url(/athletics/_site_theme/images/pagewidth_gradient.jpg);
}

#header-pagetitle
{
	background-color: #0039a6;
	/* <= normal background color */
	background-image: url(/athletics/_site_theme/images/banner_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 102px;
}

#header-breadcrumb
{
	background-image: url(/athletics/_site_theme/images/banner_top.jpg);
	border-bottom: #FFFFFF, solid, 1px;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #ffffff;
	background-color: #002978;
	/* <= dark background color */
}

#header-pagetitle-1col
{
	background-color: #0039a6;
	/* <= normal background color */
	background-image: url(/athletics/_site_theme/images/banner_bottom_1col.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 102px;
	margin: 0;
}

#header-breadcrumb-1col
{
	background-image: url(/athletics/_site_theme/images/banner_top_1col.jpg);
	border-bottom: #FFFFFF, solid, 1px;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #ffffff;
	background-color: #002978;
	/* <= dark background color */
	height: 16px;
	font-size: 0.8em;
}

#header-breadcrumb-1col, #header-breadcrumb-1col a
{
	color: #cccccc;
	text-decoration: none;
}

#header-breadcrumb-1col a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#mainContent
{
	background-color: #FFF;
}

/* *************** SIDEBAR 1 LAYOUT (LEFT NAV AREA)  *************** */
#sidebar1
{
	background-color: transparent;
	/* #0038A8 <= normal background color */
	color: #FFF;
	background-image: url(/athletics/_site_theme/images/sidebar_blue_bluedevil.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 110px;
	/* _overflow-x:hidden; Attemped hackfix for broken pages*/
}

#sidebar1 a, #sidebar1 a:link, #navlist a:visited, #navlist_secondary a:visited, .navlabel
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 6px 6px;
	width: 140px;
	background-color: #0038A8;
	background-image: url(/athletics/_site_theme/images/sidebar_left.jpg);
	border-bottom: 1px solid #1549B0;
	/* #e3e3e3; <= normal background color */
	border-top: #cccccc solid 0px;
}

#sidebar1 a:hover
{
	background-color: #0038A8; /*#102C7F;*/
	background-image: none;	
	/* &lt;= left nav rollover background color */
	color: #FFF;
}

#sidebar1 a.email_address, a:hover.email_address, a:visited.email_address
{
	color: #FFF;
	background-color: transparent;
	background-image: none;
	border-bottom: 0px solid #1549B0;
	text-decoration: none;}

#sidebar2 h2
{
	
	background-image: url(/athletics/_site_theme/images/headline_right.jpg);
	border-bottom: 3px solid #0038A8;
	border-top: 0px;
	padding: 3px;
	font-size: 12px;
	font-family: arial narrow;
	color: #0038A8;
}

#sidebar2 p
{
	background-color: #FFF;
	padding: 3px;
	margin-bottom: 8px;
}	

.Rotator-Caption 
{
	font-family: Verdana;
	font-size: 18px;
	color:      #f5bb13;
	background-color:#0039a6;
	width:400px;
	height:30px;
	margin:0px;
	padding-top:7px;
	text-align: center;
}
.Rotator-Photo
{
	width:400px;
	height:240px;
	text-align:center;
}


