/**
 * Navigation
 *
 * The follow styles are applied to all navigational menus.
 *
 */

/* ----------------------------------------------------------------------------
	TOOLBAR NAVIGATION
---------------------------------------------------------------------------- */

/* ================================================================
The original version of the dropdown menu stylesheet and the associated (x)html
is Copyright (c) 2009 Stu Nicholls - www.cssplay.co.uk. All rights reserved.
=================================================================== */

#toolbar {
	font-size: 11px;
	line-height: 14px;
	list-style-type: none;
	margin: 0;
	position: absolute;
	right: 16px;
	text-align: right;
	top: 57px;
}
	#toolbar li {
		background-image: none;
		display: inline;
		margin: 0;
		padding: 0;
	}
		/* Normal State */
		#toolbar li a:link,
		#toolbar li a:visited,
		#toolbar li a:hover,
		#toolbar li a:active {
			color: #003946;
			font-weight: bold;
			margin: 0 8px 0 6px;
			text-decoration: none;
		}
		/* Rollover State */
		#toolbar li a:hover,
		#toolbar li a:active {
			text-decoration: underline;
		}
		/* Active / Lit State */
		#toolbar li a.lit:link,
		#toolbar li a.lit:visited,
		#toolbar li a.lit:hover,
		#toolbar li a.lit:active {
			color: #fff;
		}



/* ----------------------------------------------------------------------------
	PRIMARY NAVIGATION

	This is the navigation that runs along the top of each page.
---------------------------------------------------------------------------- */

#primary {
	background: #003946 url(/static/global/images/navigation/primary/grad_blue_bg_normal.gif) repeat-x left bottom;
	font-size: 12px;
	height: auto !important;
	height: 35px;
	line-height: 14px;
	list-style-type: none;
	margin: 0 0 4px 0;
	min-height: 35px;
	position: relative;
	width: 969px;
	z-index: 500;
}
	#primary li {
		background-image: none;
		display: inline;
		float: left;
		margin: 0;
		min-width: 40px;
		padding: 0;
		position: relative;
		width: auto !important;
		width: 40px;
	}
		/* Normal State */
		#primary li a:link,
		#primary li a:visited,
		#primary li a:hover,
		#primary li a:active {
			background: transparent url(/static/global/images/navigation/primary/item_divder_vertical_bg.gif) no-repeat right bottom;
			color: #fff;
			display: block;
			font-weight: bold;
			height: auto !important;
			height: 17px;
			margin-bottom: 2px;
			min-height: 17px;
			padding: 9px 13px 7px 13px;
			text-decoration: none;
			white-space: nowrap;
		}
		/* Rollover and Active State */
		#primary li a:hover,
		#primary li a:active {
			background: transparent url(/static/global/images/navigation/primary/grad_blue_bg_active.gif) no-repeat right top;
		}
		#primary li a.lit {
			background-image: url(/static/global/images/navigation/primary/grad_blue_bg_active.gif);
			background-position: right top;
			display: inline;
			float: left;
		}
             /* keep the Rollover and Active State when moving to the dropdown list */
             #primary li:hover > a,
             #primary li a:active > a {
             background: transparent url(/static/global/images/navigation/primary/grad_blue_bg_active.gif) no-repeat right top;
               }

		/* Last navigation item */
		#primary li.last a:link,
		#primary li.last a:visited,
		#primary li.last a:hover,
		#primary li.last a:active {
			background-image: none;
		}
		/* Rollover and Active State for last navigation item */
		#primary li.last a.lit:link,
		#primary li.last a.lit:visited,
		#primary li.last a:hover,
		#primary li.last a:active {
			background-image: url(/static/global/images/navigation/primary/grad_blue_bg_last_active.gif);
		}



/* ----------------------------------------------------------------------------
	BREADCRUMB
---------------------------------------------------------------------------- */

#breadcrumb {
	background: transparent url(/static/global/images/layout/bread_dot_grad_bg.gif) repeat-x left bottom;
	font-size: 11px;
	line-height: 14px;
	padding: 9px 0 11px 9px;
	position: relative;
	width: 960px;
}
	#breadcrumb ul {
		list-style-type: none;
		margin: 0 130px 0 0;
	}
		#breadcrumb ul li {
			background-image: none;
			display: inline;
			float: left;
			margin: 0 0 0 10px;
			padding: 0;
		}
			/* Normal State */
			#breadcrumb ul li a:link,
			#breadcrumb ul li a:visited,
			#breadcrumb ul li a:hover,
			#breadcrumb ul li a:active {
				margin-right: 9px;
				line-height: 16px;
				white-space: nowrap;
			}
			/* Active State */
			#breadcrumb ul li a.lit:link,
			#breadcrumb ul li a.lit:visited,
			#breadcrumb ul li a.lit:hover,
			#breadcrumb ul li a.lit:active {
				color: #5482ab;
				cursor: default;
				font-weight: bold;
				text-decoration: none;
			}



/* ----------------------------------------------------------------------------
	TEXT RESIZE / PRINT PAGE ICON
---------------------------------------------------------------------------- */

#breadcrumb #resize {
	list-style-type: none;
	margin: 0;
	position: absolute;
	right: 16px;
	top: 6px;
	width: 50%;
}
	/*
	By default, we will not show these buttons unless JavaScript is enabled.
	The script will manually set the display parameter to "block".
	*/
	#breadcrumb #resize li {
		display: none;
		float: right;
		margin: 0 5px 0 0;
	}
		#breadcrumb #resize li a:link,
		#breadcrumb #resize li a:visited,
		#breadcrumb #resize li a:hover,
		#breadcrumb #resize li a:active {
			margin-right: 0;
			text-decoration: none;
		}

		#breadcrumb #resize li#text-large a {
			background-image: url(/static/global/images/icons/text_large.gif);
			height: 18px;
			width: 17px;
		}
		#breadcrumb #resize li#text-medium a {
			background-image: url(/static/global/images/icons/text_medium.gif);
			height: 18px;
			width: 17px;
		}
		#breadcrumb #resize li#text-small a {
			background-image: url(/static/global/images/icons/text_small.gif);
			height: 18px;
			width: 17px;
		}
		#breadcrumb #resize li#print-page a {
			background-image: url(/static/global/images/icons/printer.gif);
			height: 21px;
			width: 22px;
		}



/* ----------------------------------------------------------------------------
	SECONDARY NAVIGATION

	Left-hand side navigation, visible on all second-level pages.
---------------------------------------------------------------------------- */

/*
First level styles.
*/
#secondary {
	font-size: 12px;
	line-height: 13px;
	list-style-type: none;
	margin: 0 0 20px 0;
	width: 100%;
}
	#secondary li {
		background: transparent url(/static/global/images/navigation/secondary/item_div_hoiz_lvl2_bg.gif) repeat-x left bottom;
		display: inline;
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}
		/* Normal State */
		#secondary li a:link,
		#secondary li a:visited,
		#secondary li a:hover,
		#secondary li a:active {
			color: #003946;
			display: block;
			font-weight: bold;
			padding: 4px 0 11px 20px;
			text-decoration: none;
			zoom: 1;
		}
		/* Rollover / Active State */
		#secondary li a.lit:link,
		#secondary li a.lit:visited,
		#secondary li a:hover,
		#secondary li a:active {
			color: #5482ab;
		}
		/* Active State */
		#secondary li a.lit:link,
		#secondary li a.lit:visited {
			/*
			background: transparent url(/static/global/images/navigation/secondary/item_selected_lvl2_grad_bg.gif) no-repeat left center;
			padding-right: 8px;
			*/
		}
		/* Open State */
		#secondary li a.open:link,
		#secondary li a.open:visited {
			background: transparent url(/static/global/images/navigation/secondary/item_selected_lvl1_grad_bg.gif) no-repeat left center;
			padding-right: 13px;
		}


/*
Second level styles.
*/
#secondary ul {
	font-size: 11px;
	margin: -6px 0 10px 16px;
	position: relative;
}
	#secondary ul li {
		background: #fff url(/static/global/images/navigation/secondary/item_div_hoiz_lvl3_bg.gif) no-repeat left top;
		padding-top: 1px;
	}
		/* Normal State */
		#secondary ul li a:link,
		#secondary ul li a:visited,
		#secondary ul li a:hover,
		#secondary ul li a:active {
			color: #5482ab;
			font-weight: normal;
			padding: 4px 10px 4px 4px;
		}
		/* Rollover / Active State */
		#secondary ul li a.lit:link,
		#secondary ul li a.lit:visited,
		#secondary ul li a:hover,
		#secondary ul li a:active {
			background: transparent url(/static/global/images/navigation/secondary/item_selected_grad_bg.gif) no-repeat left center;
		}
		/* Active State */
		#secondary ul li a.lit:link,
		#secondary ul li a.lit:visited {
			font-weight: bold;
		}



/* ----------------------------------------------------------------------------
	TERTIARY NAVIGATION

	"Profile" navigation that exists within the content area at the top. These
	links are shown via JavaScript.
---------------------------------------------------------------------------- */

#tertiary {
	display: none;
	font-size: 11px;
	line-height: 14px;
	list-style-type: none;
	margin: 0 0 14px -7px;
	position: relative;
}
	#tertiary li {
		background: transparent url(/static/global/images/navigation/tertiary/item_bg_normal_right.gif) no-repeat right top;
		display: inline;
		float: left;
		min-width: 30px;
		padding: 0 8px 0 0;
		width: auto !important;
		width: 30px;
		font-weight: bold;
	}
		#tertiary li a:link,
		#tertiary li a:visited,
		#tertiary li a:hover,
		#tertiary li a:active {
			background: transparent url(/static/global/images/navigation/tertiary/item_bg_normal_left.gif) no-repeat left top;
			color: #003556;
			display: block;
			height: auto !important;
			height: 24px;
			min-height: 24px;
			padding: 6px 16px 0px 26px;
			text-decoration: none;
			white-space: nowrap;
		}
		/* Rollover / Active State */
		#tertiary li a.lit:link,
		#tertiary li a.lit:visited,
		#tertiary li a:hover,
		#tertiary li a:active {
			background-image: url(/static/global/images/navigation/tertiary/item_bg_active_left.gif);
		}
		/* Active State */
		#tertiary li a.lit:link,
		#tertiary li a.lit:visited {
			font-weight: bold;
		}



/* ----------------------------------------------------------------------------
	DROP-DOWN NAVIGATION

	This is the navigation that pops open when hovering over any primary
	navigation item that has children.
---------------------------------------------------------------------------- */

#primary li ul {
	background-color: #fff;
	margin-left: 0;
	border: 1px solid #5482ab;
	left: -9000px;
	padding: 5px 11px 0 12px;
	position: absolute;
	top: 32px;
	width: 180px;
}

#primary li:hover ul,
#primary li a:hover ul {
	left: 0;
	zoom: 1;
}
	#primary li ul li {
		background: transparent url(/static/global/images/navigation/dropdown/item_normal_bg.gif) no-repeat left bottom;
		clear: left;
		margin: 0;
		padding: 0;
		width: 180px;
	}
	#primary li ul li.last {
		background-image: none;
	}
		#primary li ul li a:link,
		#primary li ul li a:visited,
		#primary li ul li a:hover,
		#primary li ul li a:active {
			background-image: none;
			color: #003946;
			font-weight: normal;
			height: auto !important;
			margin: -2px 0 5px 0;
			min-height: 0;
			padding: 4px 20px 8px 0;
			white-space: normal;
			width: 160px;
		}
		#primary li ul li a:hover,
		#primary li ul li a:active {
			background: transparent url(/static/global/images/navigation/dropdown/item_active_bg.gif) no-repeat left center !important;
		}