/* Start of CMSMS style sheet 'uccnav' */
/* CSS Document 
These styles control the rollover states for the navigation both main and subnavigation */

/* Main navigation styling */
div.navwrap {
	padding: 0 0 0 5px;
}

ul.mainnav {
	margin:0;
	padding: 0;
	list-style:none;
}

ul.mainnav li {
	float:left;
	padding: 0;
}

ul.mainnav li a, ul.mainnav li a:visited {
	display:block;
	float:left;
	padding: 0 2.0em;
	line-height: 20px;
	text-decoration:none;
	color: #fff;
}

/* highlights current main nav by placing the ID tag in the body tag of the appropriate pages and the class in list items. Applies to general
hover tag as well. */

#mainnav a:hover, #mainnav a.currenton {
	background-color: #000;
	}

/* Subnavigation list formatting */

div.subnav {
	margin: 0 0 20px 0;
	padding: 0px;
	}

div.subnav ul {
	margin:0px;
	padding: 0px;
	list-style:none;
	}
	
div.subnav ul a, div.subnav ul a:visited {
	display: block;
	width: 250px;
	height: 30px;
	line-height: 17px;
	font-size: 1.2em;
	color: #A71A18;
	text-indent: 45px;
	}
	
div.subnav li {
	margin: 0px;
	padding: 0px;
	}

/* These control the on state for the subnavigation for the Who We Are pages
apply the CLASS to the body tag for the appropriate page - this also applies the general hover class as well */
div.subnav ul a:hover, div.subnav ul a.currenton {
	text-decoration: none;
	}

div.subnav ul a.currenton {
        font-weight: bold;
        }
	
	
/* Homepage list on left sidebar */
div.leftnav {
	margin: 0 0 20px 0;
	padding: 0px;
	}

div.leftnav ul {
	margin:0px;
	padding: 0px;
	list-style:none;
	}
	
div.leftnav ul a, div.leftnav ul a:visited {
	display: block;
	width: 250px;
	height: 30px;
	line-height: 17px;
	font-size: 1.2em;
	color: #A71A18;
	margin-left: 20px;
	padding-left: 25px;
	background: url(/images/arrow.gif) no-repeat 0 20%;
	}
	
div.leftnav li {
	margin: 0px;
	padding: 0px;
	}
	
div.leftnav ul a:hover {
	text-decoration: none;
	}
/* End of 'uccnav' */

