@charset "UTF-8";
/*
===============================================================================
navigation.css - Defines template navigation styles
-------------------------------------------------------------------------------
CONTENTS
===============================================================================
1.	Utility Navigation
-------------------------------------------------------------------------------
2.	Top/Main Navigation
-------------------------------------------------------------------------------
3.	Secondary/Left Navigation
-------------------------------------------------------------------------------
4.	Department Navigation (Typically used for Academic sites)
-------------------------------------------------------------------------------
5.	Footer Navigation
-------------------------------------------------------------------------------
6.	Misc. Navigation Items
===============================================================================*/


/*
===============================================================================
===============================================================================
1.	UTILITY NAVIGATION
-------------------------------------------------------------------------------
-	Usually resides within the header along with top/main nav and contains 
	items such as contact, search, or similar secondary main navigation items
-------------------------------------------------------------------------------
-	Structure of the utility navigation can be adjusted/modified by editing
	the header include file for the template…
	(IE. /Templates/temp-default/includes/header.cfm)
-------------------------------------------------------------------------------*/
#utilityNav ul {
	list-style:none;
	float: right;
	/* To make sure base UL and LI attributes do not control these items, 
	specify both the Margin and Padding */
	padding: 3em 0 0 0;
	*padding: 2.9277em 0 0 0;
	margin: 0; }
	
#utilityNav li {
	font-family: 93%;
	color: #333;
	display: block;
	height: 100%;
	float: left;
	text-align: right;
	/* To make sure main UL and LI attributes do not control these items, 
	specify both the Margin and Padding */
	padding: 0 0 0 1.38em;
	margin: 0; }
	
#utilityNav li a:link,
#utilityNav li a:visited { color: #333; text-decoration: none; }
	
#utilityNav li a:hover { color: #ff6d00; }

/*
===============================================================================*/


/*
===============================================================================
===============================================================================
2.	TOP/MAIN NAVIGATION
-------------------------------------------------------------------------------
-	The main site/template navigation, usually resides on all pages 
-------------------------------------------------------------------------------*/	
#topNav ul {
	list-style: none;
	padding: 0;
	margin: 0; }

#topNav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0; } 

#topNav a {
	font-size: 85%;
	font-weight: 500;
	display: block;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	/*background: url(images/navigation/topnav-tab-left.jpg) left top no-repeat;*/
	text-decoration: none;
	padding-left: 22px;
	height: 32px;
	cursor: pointer; }

#topNav .first a { /*background: url(images/navigation/topnav-tab-left-first.jpg) left top no-repeat;*/ }

#topNav a span {
	display: block;
	line-height: 13px;
	padding: 9px 22px 10px 0;
	background: url(images/navigation/topnav-tab-right.jpg) right top no-repeat; }

#topNav .last a span { background-image: none; /*background: url(images/navigation/topnav-tab-right-last.jpg) right top no-repeat;*/ }

#topNav a:hover {
	color: #ff9a02;
	/*background: url(images/navigation/topnav-tab-left.jpg) left bottom no-repeat;*/ }

/*#topNav a:hover span {
	background: url(images/navigation/topnav-tab-right.jpg) right bottom no-repeat;*/ }

/* Hide from IE5-Mac \*/#topNav a, #topNav a span { float: left; } /* End hide */ 


#topNav #on a {
	color: #ff9a02;
	/*background: url(images/navigation/topnav-tab-left.jpg) left bottom no-repeat;*/ }

#topNav #on.first a { /*background: url(images/navigation/topnav-tab-left-first.jpg) left bottom no-repeat;*/ }

#topNav #on a span {
	/*background: url(images/navigation/topnav-tab-right.jpg) right bottom no-repeat;*/ }

#topNav #on.last a span { /*background: url(images/navigation/topnav-tab-right-last.jpg) right bottom no-repeat;*/ }


		/*
===============================================================================*/


/*
===============================================================================
===============================================================================
3.	SECONDARY/LEFT NAVIGATION
-------------------------------------------------------------------------------
-	Typically on the left hand side of interior site pages, but can also be
	adjusted and reside under the top/main navigation
-------------------------------------------------------------------------------
-	TIER 2
-------------------------------------------------------------------------------*/
#navlist {
	width: 100%;
	clear: both;
	display: block;
	list-style-type: none;
	/* To make sure main UL and LI attributes do not control these items, 
	specify both the Margin and Padding */
	padding: 0;
	margin: 0; }
	
#navlist li {
	list-style-type: none;
	/* To make sure main UL and LI attributes do not control these items, 
	specify both the Margin and Padding */
	padding: 0;
	margin: 0; }

#navlist li.navlistEnd { border-bottom: none; }

#navlist li a:link,#navlist li a:visited {
	display: block;
	color: #92886b;
	font-size: 93%;
	text-decoration: none;
	padding: .4em .85em .5em .8em;
	font-weight: bold; }

#navlist li.navlistEnd a:link,#navlist li.navlistEnd a:visited {  }

#navlist li a:hover {
	color: #ff9a02;
	text-decoration: none; }
	
#navlist li a:link#current,#navlist li a:visited#current {	
	color: #ff9a02;
	text-decoration: none; }

/*
-------------------------------------------------------------------------------
-	TIER 3
-------------------------------------------------------------------------------*/
#subnavlist {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	font-weight: normal;
	/* To make sure main UL and LI attributes do not control these items, 
	specify both the Margin and Padding */
	padding: 0 0 1em 0;
	margin: 0; }
	
#navlist li li {
	width: 100%;
	float: left;
	clear: both;
	text-decoration: none;
	/*border-top: 1px solid #f6ecbc;*/
	/* To make sure main UL and LI attributes do not control these items, 
	specify both the Margin and Padding */
	padding: 0;
	margin: 0;
	border-bottom: none;
	font-size: 85%;
	padding-left: 1em;
	font-weight: normal;}
	
#navlist li li a:link,#navlist li li a:visited {
	display: block;
	color: /*#B37940*/ #888;
	text-decoration: none;
	padding-left: .85em;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: .6em; }
	
#navlist li li a:hover {
	color: #4072B9;
	text-decoration: none;
	background-color: transparent; }
	
#navlist a:link#subcurrent,#navlist a:visited#subcurrent {
	display: block;
	color: #4072B9; }
	
#navlist a:hover#subcurrent {
	color: #4072B9;
	text-decoration: none; }
/*
-------------------------------------------------------------------------------
-	TIER 4
-------------------------------------------------------------------------------*/
#sub2navlist {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	/* To make sure main UL and LI attributes do not control these items, 
	specify both the Margin and Padding */
	padding: 0;
	margin: 0; }
	
#navlist li li li {
	text-decoration: none;
	/* To make sure main UL and LI attributes do not control these items, 
	specify both the Margin and Padding */
	padding: 0;
	margin: 0; }
	
#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 { }
/*
===============================================================================*/


/*
===============================================================================
===============================================================================
4.	DEPARTMENT NAVIGATION
-------------------------------------------------------------------------------
-	Typically used in Academic or department-heavy sites
-------------------------------------------------------------------------------
-	Allows user to return back to main listing from within a department
-------------------------------------------------------------------------------
-	Usually resides below top/main nav and above page content
-------------------------------------------------------------------------------*/
#subdirectory-nav { display: none; }

#subdirectory-nav.active {
	width: 96%;
	padding: .769em 2% .769em 2%;
	color: #FFFFFF;
	display: block;
	float: left;
	background-color: #818386;
	border-bottom: 1px solid #68696C; }
	
#subdirectory-nav a:link,#subdirectory-nav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; }
	
#subdirectory-nav a:hover { text-decoration: underline; }

.subdirectory-back {
	width: auto;
	float: right;
	background-image: url(/css/images/subdirectory-link-arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 4px; }
	
#subdirectory-nav .subdirectory-back a:link,
#subdirectory-nav .subdirectory-back a:visited { font-weight: normal; }
/*
===============================================================================*/


/*
===============================================================================
===============================================================================
5.	FOOTER NAVIGATION
-------------------------------------------------------------------------------*/
#footer a:link,
#footer a:visited {
	text-decoration: underline; }
	
#footer a:hover {
	text-decoration: underline; }
/*
===============================================================================*/


/*
===============================================================================
===============================================================================
6.	MISC. NAVIGATION ITEMS
-------------------------------------------------------------------------------*/
/*	Insert styles here
===============================================================================*/