/*
	--------------------------------------------------
	NAVIGATION STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/


/* ===================================================================================== COMMON ELEMENTS */

.horizNavSeparator 
{
	padding: 0px 3px 0px 3px;
}

.footerSpacer
{
	padding: 0px 5px 0px 5px;
}


/* ===================================================================================== TOP NAVIGATION */

#topNav a, 
#topNav a:active, 
#topNav a:visited 
{
	color: #D7D7D7;
	font-size: 1.0em;
	text-decoration: none;
	padding-left:15px;
}

#topNav a:hover 
{
	text-decoration: underline;
}
#topNav p
{
	color: #D7D7D7;
	display: inline;
	font-size: 1.2em;
	padding-left:15px;
}




/* ===================================================================================== MAIN NAVIGATION */

/* ========== Global (Level 1) Navigation ========== */

#nav 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

	#nav li 
	{
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#navTab01, 
	#navTab02, 
	#navTab03, 
	#navTab04, 
	#navTab05, 
	#navTab06 
	{
		position: relative;
		float: left;
	}
	
	a.mainNavItem, 
	a.mainNavItem:active, 
	a.mainNavItem:visited 
	{
		float: left;
		padding: 0;
		width: 160px;
		height: 56px;
		background-image: url(/images/structure/mainNav.jpg);
		text-indent: -9999px;
		font-size: 1%;
		overflow: hidden;
	}
	
	#navTab01 a.mainNavItem { background-position: 0px 0px; width:175px;}
	#navTab02 a.mainNavItem { background-position: -175px 0px; width:184px;}
	#navTab03 a.mainNavItem { background-position: -359px 0px; width:225px;}
	#navTab04 a.mainNavItem { background-position: -584px 0px; width:144px;}
	#navTab05 a.mainNavItem { background-position: -728px 0px; width:222px;}
	
	#navTab01 a.mainNavItem:hover { background-position: 0px -56px; width:175px;}
	#navTab02 a.mainNavItem:hover { background-position: -175px -56px; width:184px;}
	#navTab03 a.mainNavItem:hover { background-position: -359px -56px; width:225px;}
	#navTab04 a.mainNavItem:hover { background-position: -584px -56px; width:144px;}
	#navTab05 a.mainNavItem:hover { background-position: -728px -56px; width:222px;}
	
	#navTab01 a.current { background-position: 0px -112px; width:175px;}
	#navTab02 a.current { background-position: -175px -112px; width:184px;}
	#navTab03 a.current { background-position: -359px -112px; width:225px;}
	#navTab04 a.current { background-position: -584px -112px; width:144px;}
	#navTab05 a.current { background-position: -728px -112px; width:222px;}


/* ========== Drop-down (Level 2) Navigation ========== */

		#nav ul.dropdown
		{
			display: none;
			position: absolute;
			margin: 0; padding: 0;
			left: 0px;
			top: 56px; /* Height of main navigation item */
			list-style-image: none; list-style-type: none;
			/*border-left: solid 1px #666; border-right: solid 1px #666;*/
			z-index: 1000;
		}
		
		#nav ul.lastMainNavDropdown 
		{
			left: auto; /* Required for 'right' to work */
			right: 0px;
			/*border-left: solid 1px #666; border-right: solid 1px #666;*/
		}
			
			#nav ul.dropdown li 
			{
				position: relative;
				background-color: #FFF;
				border-bottom: solid 1px #565c4e;
			}
				
			#nav ul.dropdown li a, 
			#nav ul.dropdown li a:active, 
			#nav ul.dropdown li a:visited 
			{
				display: block;
				padding: 3px 5px 3px 5px;
				width: 220px;				
				background-color: #1a1a1a;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				text-decoration: none;
				color: #a9a9a9;
				cursor: pointer;	
			}
					
			#nav ul.dropdown li a:hover 
			{
				background-color: #2f2f2f;
				color: #fff;
			}
			
			
/* ========== Flyouts (Level 3) Navigation ========== */
			
				#nav ul.flyout
				{
					display: none;
					position: absolute;
					margin: 0;
					padding: 0;
					left: 230px;
					top: 0px;
					list-style-image: none;
					list-style-type: none;
					border-left: solid 1px silver;
					border-right: solid 1px silver;
					border-top: solid 1px #8aa032;
					z-index: 1001;
				}
				
				/* Required for the 'right' navigation to flyin */
				#nav ul.lastMainNavDropdown ul
				{
					left: -230px;
					z-index: 1001;
					width: 230px !important;
				}
				
				/* IE 6 only - Drop-down was bumpped to the left 1px */
				* html #nav ul.lastMainNavDropdown
				{
					left: auto;
					right: -1px;
					z-index: 1001;
				}
				
				#nav ul a.dropdownItemHasFlyout
				{
					background: url(/images/structure/mainnav_arrow_up.gif) 216px 7px no-repeat;
				}
				
				#nav ul a.dropdownItemHasFlyout:hover
				{
					background: url(/images/structure/mainnav_arrow_over.gif) 216px 7px no-repeat;
				}




/* ===================================================================================== BREADCRUMBS  */

#breadcrumbs a, 
#breadcrumbs a:visited, 
#breadcrumbs a:active 
{
	font-size:1em;
	text-decoration: none;
	color: #123884;
	text-transform:uppercase;
}

#breadcrumbs a:hover 
{
	text-decoration: underline;
}




/* ===================================================================================== ACTIONS  */

#actions a, #actions a:active, #actions a:visited {
	font-size:1.2em;
	color:#636363;
	height:16px;
	position:relative;
	text-decoration:none;
}
	#actions a:hover {
		color:#636363;
		text-decoration:underline;
	}
	#actions .printLink img, #actions .rssLink img, #actions .emailLink img, #actions .ShareLink img {
		padding-right:3px;
	}
#printLink {
	background:transparent url(/images/actions/icon_print.gif) no-repeat scroll left top;
	padding:0 5px 0 15px;
}
#rssLink {
	background:transparent url(/images/actions/icon_rss.gif) no-repeat scroll left top;
	padding:0 0 0 15px;
}
#emailLink {
	background:transparent url(/images/actions/icon_email.gif) no-repeat scroll left top;
	padding:0 0px 0 20px;
	float: right;
}
#Share {
	cursor:pointer;
	position:relative;
	z-index:999;
}
	#ShareLink {
		background:transparent url(/images/actions/icon_share.gif) no-repeat scroll left top;
		padding:0 10px 0 20px;
	}
a.ShareLink, a.ShareLink:active, a.ShareLink:visited {
	padding:0;
}
#Share ul {
	background-color:#FFFFFF;
	border:1px solid #E9E9E9;
	display:none;
	left:0;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:16px;
}



/* ===================================================================================== SUB NAVIGATION */

#subNav 
{
	margin: 0px 0px 0px 0px;
	padding: 31px 0px 0px 21px;
	width: 197px;
	list-style-image: none;
	list-style: none;
}
	
	#subNav li 
	{
		float: left; /* This corrects the */
		width: 100%; /* IE whitespace bug */
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-image: none;
		list-style: none;
	}
	
	#subNav a, 
	#subNav a:active, 
	#subNav a:visited 
	{
		font-size: 1.0em;
		display: block;
		padding: 0px 0px 15px 0px;
		text-decoration: none;
		color: #C0C0C2;	
		cursor: pointer;
	}
	
	#subNav a:hover 
	{
		text-decoration:underline;
		color:#fff;
	}
	
	#subNav a.current 
	{
		font-weight: bold;
		color:#fff;
	}
		
/* ===================================================================================== TERTIARY NAVIGATION */


#tertiaryHeader{
	width:193px;
	height:25px;
	background:url(/images/structure/colours/tertiary-nav-header-bar-01.jpg) top left no-repeat;
	
}

#tertiaryImage{
	/*width:193px;
	height:51px;
	background:url(/images/structure/colours/tertiary-nav-image-01.jpg) top left no-repeat;*/
}

#tertiaryMenu{
	width:193px;
	min-height:164px;
	height:auto !important;
	height:164px;
	background:url(/images/structure/tertiary-nav-menu-background.gif) top left no-repeat;
}
	#tertiaryMenu ul{
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	#tertiaryMenu li{
		padding:5px 0px 5px 20px;
		border-bottom:1px solid #bababa;
	}
	#tertiaryMenu a{
		text-decoration:none;
		color:#4F4F52;
		font-size:12px;
	}
	#tertiaryMenu a:hover{
		text-decoration:underline;
	}
	#tertiaryNav h2{
		padding:8px 0 0 0;
	}
	#tertiaryNav h2 a{
		font-size:10px;
		text-transform:uppercase;
		color:#FFF;
		padding-left:20px;
		text-decoration:none;
	}


/* ===================================================================================== FOOTER NAVIGATION */

#footerNav a, 
#footerNav a:active, 
#footerNav a:visited 
{
	color: #294762;
	text-decoration: none;
}

#footerNav a:hover 
{
	text-decoration: underline;
}




/* ----- END OF TEMPLATE ----- */