@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: 10px;
	float: right;
	}
#utility-navigation li {
	/* em used for font and background sizing for browser/platform conssistency */
	font-size: .95em;
	display: block;
	height: 18px;
	background-image: url('/css/images/arrow-top-nav.gif');
	background-repeat: no-repeat;
	background-position: 0em .72em;
	padding-left: 11px;
	padding-right: 15px;
	padding-top: 2px;
	background-color: #E6E6E6;
	float: right
	}
#utility-navigation li.capStart {
	width: 22px;
	height: 20px;
	background-image: url('/css/images/top-nav-capStart.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin: 0px
	}
#utility-navigation li.capEnd {
	width: 8px;
	height: 20px;
	background-image: url('/css/images/top-nav-capEnd.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin: 0px
	}
#utility-navigation li a:link,
#utility-navigation li a:visited {
	text-decoration: none;
	}	
#utility-navigation li a:hover {
	color: #D70909;
	}
/*
---------------------------------------------------------------------------------------------
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 {
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 5px;/* was 65 before*/
	}
#branding #navigation ul {
	list-style: none;
	height: auto;
	float: right;
	}
#branding #navigation ul li {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	background-image: url('/css/images/arrow-red-nav.gif');
	background-repeat: no-repeat;
	background-position: 0 .45em;
	padding-left: 8px;
	margin-left: 20px
	}
#branding ul li a:link,
#branding ul li a:visited {
	text-decoration: none;
	color: #205095;
	}
#branding ul li a:hover {
	color: #D70909;
	}
#branding ul li.on a:link,
#branding ul li.on a:visited,
#branding ul li.on a:hover {
	color: #D70909;
	text-decoration: none;
	}
/*
---------------------------------------------------------------------------------------------
DEPARTMENT SUb-NAVIGATION (Directly above content in Sub Departments)
---------------------------------------------------------------------------------------------*/
#subdirectory-nav {
	display: none;
	clear: both;
	}
#subdirectory-nav.active {
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #707070;
	color: #FFFFFF;
	padding-right: 18px;
	display: block;
	}
#subdirectory-nav a:link,
#subdirectory-nav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
#subdirectory-nav a:hover {
	text-decoration: underline;
	}
#subdirectory-nav ul {
	float: right;
	}
#subdirectory-nav ul li {
	display: inline;
	background-image: url('/css/images/subdirectory-link-arrow.gif');
	background-repeat: no-repeat;
	background-position: 20px 4px
	}
#subdirectory-nav ul li a:link,
#subdirectory-nav ul li a:visited {
	font-weight: normal;
	padding-left: 30px;
	}
#subdirectory-nav ul li a:hover {
	}
/*
---------------------------------------------------------------------------------------------
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;
	font-weight: bold;
	}
#navlist li {
	width: 100%;
	float: left;
	clear: both;
	list-style-type: none;
	}
#navlist li a:link,
#navlist li a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-bottom: 15px;
	padding-left: 8px;
	}
#navlist li a:hover {
	color: #1a4a91;
	text-decoration: none;
	}
#navlist li a:link#current,
#navlist li a:visited#current {	
	color: #1a4a91;
	text-decoration: none;
	background-image: url('images/abx-leftnav-arrow-bg.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat
	}
/*
---------------------------------------------------------------------------------------------
THIRD TIER - SIDE/SECONDARY NAVIGATION
---------------------------------------------------------------------------------------------*/
#subnavlist {
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 0px;
	width: 100%;
	}
#navlist li li {
	width: 100%;
	float: left;
	clear: both;
	text-decoration: none;
	}
#navlist li li a:link,
#navlist li li a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-bottom: 8px;
	padding-left: 20px;
	}
#navlist li li a:hover {
	color: #d60000;
	text-decoration: none;
	}
#navlist a:link#subcurrent,
#navlist a:visited#subcurrent {
	display: block;
	color: #d60000;
	}
#navlist a:hover#subcurrent {
	color: #d60000;
	text-decoration: none;
	}
/*
---------------------------------------------------------------------------------------------
FOURTH TIER - SIDE/SECONDARY NAVIGATION
---------------------------------------------------------------------------------------------*/
#sub2navlist {
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	padding-left: 15px;
	}
#navlist li li li {
	width: 100%;
	text-decoration: none;
	}
#navlist li li li a:link,
#navlist li li li a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	background-image: url('images/abx-leftnav-arrow-bg-small.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat
	}
#navlist li li li a:hover {
	color: #333333;
	text-decoration: none;
	}
#navlist a:link#sub2current,
#navlist a:visited#sub2current {
	color: #99857D;
	text-decoration: none;
	}
#navlist a:hover#sub2current {
	color: #99857D;
	text-decoration: none;
	}
#navlist a:link#subcurrent:hover,
#navlist a:visited#subcurrent:hover,
#navlist a:hover {
	}