@charset "UTF-8";
/* CSS Document */

/*
---------------------------------------------------------------------------------------------
UTILITY NAVIGATION (Global)
---------------------------------------------------------------------------------------------
-	Typically resides at the top right of all page, above main/top navigation
-	Content effected by these attributes resides in the main includes folder (default-top-include.cfm)
-	If there is a sub-site the include that these attributes effect may vary (ath-top-include.cfm - Athletics Site) 
---------------------------------------------------------------------------------------------*/
#utility-navigation {
	padding-top:8px;
	padding-right:4px;
	}
#utility-navigation li {
	/* em used for font and background sizing for browser/platform conssistency */
	font-size: 1em;
	font-weight: normal;
	display: block;
	height: 18px;
	padding-left: 11px;
	padding-right: 8px;
	padding-top: 2px;
	float: right;
	}
#utility-navigation li a:link,
#utility-navigation li a:visited {
	text-decoration: none;
	color:#333333;
	}	
#utility-navigation li a:hover {
	color:#999999;
	}

/*
---------------------------------------------------------------------------------------------
MAIN SITE/TOP NAVIGATION (Global)
---------------------------------------------------------------------------------------------
- 	Typically resides at the top of all pages
- 	Content effected by these attributes resides in the main includes folder (default-top-include.cfm)
-	If there is a sub-site the include that these attributes effect may vary (ath-top-include.cfm - Athletics Site) 
-	If there is a need to have a different look for the Main Navigation on the home page there is a variable
	set in the include to call an alternate set of attributes
---------------------------------------------------------------------------------------------*/
#branding #navigation {
	font-size: 13px;
	color: #dbdbdb;
	text-transform: uppercase;
	width: 100%;
	float: left;
	clear: both;
	padding-top: 22px; /* If changing refer to the #branding h1 in Master.css for correct heights and padding */
	}
#branding #navigation ul {
	list-style: none;
	clear: both;
	padding-left:18px;
	}
#branding #navigation ul li {
	display: block;
	padding-left: 22px;
	float: left;
	margin-left:0px;
	padding-bottom:0px;
	}
#branding #navigation ul li a:link, 
#branding #navigation ul li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #1c5099;
	}
#branding #navigation ul li a:hover {
	color: #cc9933;
	}
#branding #navigation ul li.on {
	}
#branding #navigation ul li.on a:link,
#branding #navigation ul li.on a:visited {
	/*color: #CC6600;*/
	color: #e95020;
	}
#branding #navigation ul li.on a:hover {
	color: #cc9933;
	}
/*
---------------------------------------------------------------------------------------------
SIDE/SECONDARY NAVIGATION (Specific to interior pages)
---------------------------------------------------------------------------------------------
- Typically resides at the left of all pages
---------------------------------------------------------------------------------------------*/
#navlist {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
	}
	
#navlist li {
	width: 100%;
	float: left;
	clear: both;
	list-style-type: none;
	background-image: url(images/nav-blue-arrow.gif);
	background-repeat: no-repeat;
	background-position:22px 12px;
	padding-bottom: 0px;
	margin-left: 0px;
	}
#navlist li a:link,
#navlist li a:visited {
	display: block;
	/*color: #CC6600;*/
	color: #1b59b0;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 33px;
	padding-right: 8px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	}
#navlist li a:hover {
	color: #cc9933;
	/*color: #e95020;*/
	text-decoration: none;
	}
#navlist li a:link#current,
#navlist li a:visited#current  {
	/*color: #1b59b0;*/
	color: #e95020;
	text-decoration: none;
	}
#navlist li a:hover#current {
	/*color: #1777F8;*/
	color:#cc9933;
	}
/*
---------------------------------------------------------------------------------------------
THIRD TIER - SIDE/SECONDARY NAVIGATION
---------------------------------------------------------------------------------------------*/
#subnavlist {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	font-weight: normal;
	padding-bottom:10px;
	}
#navlist li li {
	width: 100%;
	float: left;
	clear: both;
	text-decoration: none;
	background-image: url(images/sub-nav-arrow.gif);
	}
#navlist li li a:link,
#navlist li li a:visited {
	display: block;
	color: #666666;
	text-decoration: none;
	padding-left:40px;
	padding-bottom: 2px;
	padding-top:4px;
	font-weight: normal;
	font-size: 11px;
	}
#navlist li li a:hover {
	color: #cc9933;
	text-decoration: none;
	background-color: transparent;
	}
#navlist a:link#subcurrent,
#navlist a:visited#subcurrent {
	display: block;
	color: #cc9933;
	}
#navlist a:hover#subcurrent {
	color: #e95020;
	text-decoration: none;
	}
/*
---------------------------------------------------------------------------------------------
FOURTH TIER - SIDE/SECONDARY NAVIGATION
---------------------------------------------------------------------------------------------*/
#sub2navlist {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	}
#navlist li li li {
	text-decoration: none;
	}
#navlist li li li a:link,
#navlist li li li a:visited {
	display: block;
	color: #777777;
	text-decoration: none;
	}
#navlist li li li a:hover {
	color: #333333;
	text-decoration: none;
	}
#navlist a:link#sub2current,
#navlist a:visited#sub2current {
	color: #333333;
	text-decoration: none;
	}
#navlist a:hover#sub2current {
	color: #333333;
	text-decoration: none;
	}
#navlist a:link#subcurrent:hover,
#navlist a:visited#subcurrent:hover,
#navlist a:hover {
	}
/*
---------------------------------------------------------------------------------------------
FOOTER NAVIGATION - SEE FOOTER INFORMATION IN MASTER.CSS
---------------------------------------------------------------------------------------------*/

