
/* Utility Navigation
-------------------------------------------------*/

#utilityNav {
	float: right;
	width: 837px;
	margin-top: 15px;
}

#utilityNav ul {
	list-style-type: none;
	padding: 0 25px 0 0 ;
}

#utilityNav li {
    float: right;
	display: inline;
	border-right: 1px solid #333;
	padding: 0 15px 0px 15px;
	margin: 5px 0 0 0;
	line-height: 12px;
	height: 12px;
}

#utilityNav a {
	display: block;
	color: #333;
	text-decoration: underline;
	font-size: .8em;
	font-weight: bold;
}

#utilityNav a:hover {
	text-decoration: none;
}
#utilityNav .active {
	text-decoration: underline;
}

#utilityNav input {
	border: 1px solid #333;
	background-color: transparent;
	font-size: 11px;
	color: #999999;
}

#utilityNav input#submit {
	background: url("images/arrowSearch.gif") no-repeat right;
	width: 19px;
	height: 19px;
	border: none;
	cursor: pointer;
}

#utilityNav input#searchbox {
	float: left;
	height: 15px;
	margin-left: 10px;
	padding: 2px 0 0 3px;
}

#utilityNav li.lastItem {
	border-right: 0;
	padding: 0 0 0 15px;
	margin: 0;
}

/* Primary Navigation
-------------------------------------------------*/

#primaryNav {
	float: right;
	clear: right;
	margin: 63px 13px 0 0;
	width: 643px;
	list-style-type: none;
}

#primaryNav li {
	display: inline;
}

#primaryNav a {
	display: block;
	float: right;
	color: #333;
	text-decoration: none;
	padding: 0 12px 5px;
	font-weight: bold;
	font-size: .9em;
}

#primaryNav a:hover {
	text-decoration: underline;
	color: #0C2446;
}

#primaryNav .active {
	text-decoration: underline;
	color: #0C2446;
}

/* Secondary Navigation
-------------------------------------------------*/

.secondaryNavRoot
{
	font-size: 1.2em;
	font-weight: bold;
}

.secondaryNavItem
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 4px 0;
	line-height: 1.1em;
}

.secondaryNavItemSelected a 
{
	text-decoration: underline;
}

.secondaryNav a:hover {
	text-decoration: underline;
}


.secondaryNav a, .secondaryNav a:visited  {
	color: #FFFFFF;
}


/* Footer Navigation
-------------------------------------------------*/

#footerNav li {
    float: right;
	display: inline;
	font-size: .8em;
	border-right: 1px solid #333;
	padding: 0px 13px;
	line-height: 12px;
	height: 12px;
}

#footerNav li.lastItem {
    border-right: 0;
    padding: 0 0 0 13px;
}

#footerNav a {
	display: block;
	color: #333;
}

#footerNav a:hover {
	text-decoration: none;
}

/* Sitemap Navigation
-------------------------------------------------*/ 

#columnWide  #sitemapNav 
{	margin: 20px 0px;
	}

#columnWide #sitemapNav li  {
	font-weight: normal;
	margin: 5px 0 0 10px;
}
#columnWide #sitemapNav li h1  {
	font-weight: bold;
	margin: 5px 0 0 -10px;
}
#columnWide  #sitemapNav ul 
{
	background-image: url("images/arrowGreen.gif") no-repeat left;
	}
#columnWide  #sitemapNav ul li ul {	
	list-style-type:circle;
	margin: 5px 0 0 5px;
	}
#columnWide  #sitemapNav ul li ul li ul {	
	list-style-type:disc;
	margin: 5px 0 0 5px;
	}
#columnWide  #sitemapNav ul li ul li ul li ul {	
	list-style-type:square;
	margin: 5px 0 0 5px;
	}
#columnWide  #sitemapNav li {
	text-align: left;
	float: none;
	clear: none;
}

#columnWide #sitemapNav a {
	color:  #0C2446;
	text-decoration: none;
	padding: 0px;
	font-size: .9em;
	line-height: 19px;
	height: 19px;
}

#columnWide #sitemapNav a:hover {
	text-decoration: underline;
}

