/*
	--------------------------------------------------
	NAVIGATION STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* ===================================================================================== COMMON ELEMENTS */

.horizNavSeparator { padding: 0px 7px 0px 7px; }
#footerNav .horizNavSeparator { padding: 0px 14px 0px 14px; }



/* ===================================================================================== TOP NAVIGATION */

#topNav a, 
#topNav a:link, 
#topNav a:visited,
#translateContainer a, 
#translateContainer a:link, 
#translateContainer a:visited,
#servicesContainer a, 
#servicesContainer a:link, 
#servicesContainer a:visited {
	color: #ff0000;
	text-decoration: none;
}

#topNav a:hover, #topNav a:active, #topNav a:focus { text-decoration: underline; }

#translate{
	float:left;	
	list-style-type:none;
	list-style-image: none;
	position:relative;
	z-index: 1200;
}
	#translate ul {
		display: none;
		position:absolute;
		top:20px;
		right:0px;
		list-style-type:none;
		list-style-image: none;
		background:#fff;
		border:1px solid #868686;
		width:100px;
	}
	#translate ul li a{
		display:block;
		width:90px;
		padding:5px;
		background:#fff;
	}
	#translate ul li a:hover, #translate ul li a:focus{
		background:#CCC;
	}



/* ===================================================================================== SKIP TO CONTENT */
 
#skipContentWrapper{
	position: fixed;
	top: 0;
	left: 0;
}
 
a#skipContentLink, a#skipContentLink:hover, a#skipContentLink:visited{
	display: block;
    width:1px;
    height:1px;
    overflow:hidden;
}
a#skipContentLink:active, a#skipContentLink:focus{
    position:static;
    width:auto;
    height:auto;
  	font-size: 15px;
 	z-index: 10000;   
	text-decoration: underline;
	padding: 20px;
	background: #FFF;
}

#maincontent, #headerBottomContent{ outline: none; }



/* ===================================================================================== MAIN NAVIGATION */


/* ========== 1st Level (Global) Navigation ========== */

#nav {
	list-style-type: none;
	list-style-image: none;
}

#nav li {
	float: left;
}

#navTab01, #navTab02, #navTab03, #navTab04, #navTab05 {
	float: left;
}

a.mainNavItem, a.mainNavItem:active, a.mainNavItem:visited {
	float: left;
	padding: 0;
	height: 58px;
	background-image: url(../en/images/structure/mainNav.png);
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}

#navTab01 a.mainNavItem { background-position: 0px 0px; width: 126px; }
#navTab02 a.mainNavItem { background-position: -126px 0px; width: 171px; }
#navTab03 a.mainNavItem { background-position: -297px 0px; width: 200px; }
#navTab04 a.mainNavItem { background-position: -497px 0px; width: 137px; }
#navTab05 a.mainNavItem { background-position: -634px 0px; width: 185px; }
#navTab06 a.mainNavItem { background-position: -819px 0px; width: 161px; }

#navTab01 a.mainNavItem:hover, #navTab01 a.mainNavItem:focus, #navTab01 a.currentHover, #navTab01.sfHover a { background-position: 0px -58px; }
#navTab02 a.mainNavItem:hover, #navTab02 a.mainNavItem:focus, #navTab02 a.currentHover, #navTab02.sfHover a { background-position: -126px -58px; }
#navTab03 a.mainNavItem:hover, #navTab03 a.mainNavItem:focus, #navTab03 a.currentHover, #navTab03.sfHover a { background-position: -297px -58px; }
#navTab04 a.mainNavItem:hover, #navTab04 a.mainNavItem:focus, #navTab04 a.currentHover, #navTab04.sfHover a { background-position: -497px -58px; }
#navTab05 a.mainNavItem:hover, #navTab05 a.mainNavItem:focus, #navTab05 a.currentHover, #navTab05.sfHover a { background-position: -634px -58px; }
#navTab06 a.mainNavItem:hover, #navTab06 a.mainNavItem:focus, #navTab06 a.currentHover, #navTab06.sfHover a { background-position: -819px -58px; }

#navTab01 a.current { background-position: 0px -58px; }
#navTab02 a.current { background-position: -126px -58px; }
#navTab03 a.current { background-position: -297px -58px; }
#navTab04 a.current { background-position: -497px -58px; }
#navTab05 a.current { background-position: -634px -58px; }
#navTab06 a.current { background-position: -819px -58px; }


/* ========== 2nd Level (Drop-down) Navigation Advanced ========== */

#topNavWrapper .dropDownContainer {
	display: none;
	float: left;
	position: absolute;
	margin: 0 0;
	padding: 0 0 8px 0;
	top: 58px; /* Height of main navigation item */
	list-style-image: none;
	list-style-type: none;
	z-index: 1000;
	overflow: hidden;
	width: 988px;
	left: -4px;
	background: url(../images/structure/dropdown_bg_bottom.png) 0px bottom no-repeat;
}

.dropDownWrapper {
	background: url(../images/structure/dropdown_bg_repeat.png) 0px 0 repeat-y;
	float: left;
	width: 980px;
	padding: 0 4px 0 4px;
}

.dropDownTop {
	float: left;
	width: 974px;
	padding: 1px 3px 0 3px;
}

#navTab01 .dropDownTop { background: url(../images/structure/dropdown_bg_top_01.gif) 0 0 no-repeat; }
#navTab02 .dropDownTop { background: url(../images/structure/dropdown_bg_top_02.gif) 0 0 no-repeat; }
#navTab03 .dropDownTop { background: url(../images/structure/dropdown_bg_top_03.gif) 0 0 no-repeat; }
#navTab04 .dropDownTop { background: url(../images/structure/dropdown_bg_top_04.gif) 0 0 no-repeat; }
#navTab05 .dropDownTop { background: url(../images/structure/dropdown_bg_top_05.gif) 0 0 no-repeat; }
#navTab06 .dropDownTop { background: url(../images/structure/dropdown_bg_top_06.gif) 0 0 no-repeat; }

.dropDownLines{
	background: url(../images/structure/dropdown_bg_lines.png) center center no-repeat;
	padding-top: 20px;
	min-height: 281px;
}

#topNavWrapper ul.dropdown{
	padding: 0 0 15px 0;
	list-style-type: none;
	list-style-image: none;
	width: 274px;
	margin: 0 26px;
	float: left;
}

#topNavWrapper ul.dropdown:first-child{
	margin-left: 24px;
	
}

#topNavWrapper ul.dropdown li{
	position: relative;
	float: left;
	width: 274px;
	margin-top: 1px;
}

#topNavWrapper ul.dropdown.last {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 11px;
}

#topNavWrapper ul.dropdown.last li {
	margin-top: 0;
	background: #fff;
	width: 274px;
	position: relative;
}

#topNavWrapper ul.dropdown.last li a {
	border-top: none !important;
}

#topNavWrapper ul.dropdown.last li:first-child {
	margin-bottom: 26px;
}

.quickDropDownWrapper ul.dropdown li {
	position: relative;
	float: left;
	width: 274px;
	margin-bottom: 0px;
	line-height: 0;
	overflow: hidden;
}
#topNavWrapper ul.dropdown li a, #topNavWrapper ul.dropdown li a:link, #topNavWrapper ul.dropdown li a:visited {
	display: block;
	float: left;
	width: 274px;
	color: #0b527b;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	padding: 4px 0px 5px 0px;
	border-top: 1px solid #c7c7c7;
}

#topNavWrapper ul.dropdown li:first-child a, #topNavWrapper ul.dropdown li:first-child a:link, #topNavWrapper ul.dropdown li:first-child a:visited { border: none; }
#topNavWrapper ul.dropdown li a:hover, #topNavWrapper ul.dropdown li a:active, #topNavWrapper ul.dropdown li a:focus { text-decoration: underline; }

#topNavWrapper ul.dropdown li.viewMore a, #topNavWrapper ul.dropdown li.viewMore a:link, #topNavWrapper ul.dropdown li.viewMore a:visited {
	background:url(../images/structure/more_bg.gif) 254px 11px no-repeat;
	padding-left: 14px;
	width: 260px;
	margin-top: 8px;
	border: 1px solid #c7c7c7;
}

#topNavWrapper ul.dropdown.last li a, #topNavWrapper ul.dropdown.last li a:link, #topNavWrapper ul.dropdown.last li a:visited {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	line-height: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	width: 274px;
	height: 110px;
}

.dropdownHeading{
	height: 31px;
	color: #FFF;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 31px;
	text-align: center;
	width: 274px;
	overflow: hidden;
	float: left;
	margin: 0 !important;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/structure/bg-dropdown-image-text.png) 0 0 repeat;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#topNavWrapper ul.dropdown a:hover .dropdownHeading, #topNavWrapper ul.dropdown a:active .dropdownHeading, #topNavWrapper ul.dropdown a:focus .dropdownHeading { text-decoration: underline !important; }

#topNavWrapper .dropdown.last img {
	width: 274px;
	height: 110px;
	padding: 0;
	margin: 0;
	line-height: 0;
	float: left;
}



/* ===================================================================================== BREADCRUMBS  */


#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #333;
	font-weight: normal !important;
}

#breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:focus { text-decoration: underline; }




/* ===================================================================================== ACTIONS  */

#actions .horizNavSeparator {
	display: block;
	position: relative;
	padding: 0;
	margin: 1px 0 0 8px;
	float: left;
	width: 1px;
	height: 19px;
	overflow: hidden;
	background: #bcbcbc;
}


#actions .printLink,
#actions .emailLink,
#actions .ShareLink{
	margin: 0 0 0 8px;
}

#actions .printLink img,
#actions .emailLink img,
#actions .ShareLink img {
	position: relative;
	top: 0px;
}

#actions a, 
#actions a:link, 
#actions a:visited {
	position: relative;
	text-decoration: none;
	float: left;
}

#actions #Share a, 
#actions #Share a:link, 
#actions #Share a:visited {
	float: right;
}

#textSize{
	float: left;
    height: 21px;
    position: relative;
    width: 28px;
	margin: 0 0 0 0;
}

#actions a.textResize{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 18px;
	height: 21px;
}
	
#actions a.textPlus, #actions a.textPlus img{
	display: block;
    height: 9px;
    position: absolute;
    right: 0;
    top: 0;
    width: 9px;
}

#actions a.textMinus, #actions a.textMinus img{
	display: block;
    height: 9px;
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 9px;
}

.textSize{ 
	float: right;
}

#actions a:focus img{
	outline: 1px solid #858585;
}

/*
   Share Drop-down Styles - see:
   /share/share.css
*/



/* ===================================================================================== SUB NAVIGATION */

.subNav {
	margin: 0;
	padding: 0 0 10px 0;
	width: 213px;
	list-style-image: none;
	list-style: none;
	float: left;
}

.subNav li {
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}


/* ========== 2nd Level ========== */

.subNav a, 
.subNav a:link, 
.subNav a:visited {
	display: block;
	padding: 5px 20px 5px 2px;
	margin: 0 10px 0 10px;
	width: 171px;
	background-color: transparent;
	text-decoration: none;
	color: #333;	
	cursor: pointer;
	overflow: hidden;
	border-top: solid 1px #d7d7d7;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
}

.subNav li:first-child a, .subNav li:first-child a:link, .subNav li:first-child a:visited { border-top: none; }

.subNav .withChildren a, 
.subNav .withChildren a:link, 
.subNav .withChildren a:visited {
	background: url(../images/structure/subnav_plus.gif) 177px 8px no-repeat;
}

.subNav a:hover, .subNav a:focus { 
	background-color: #d9d9d9;
}

.subNav .withChildren a:hover, .subNav .withChildren a:focus { 
	background: url(../images/structure/subnav_plus.gif) #d9d9d9 177px 8px no-repeat;
}

.subNav a.current {
	background-color: #1184c5 !important; 
	color: #FFF !important;
	padding: 11px 30px 7px 12px;
	margin: 0 0px 0 0px;
	font-size: 18px;
	line-height: 22px;
}

.subNav .withChildren a.current {
	background: url(../images/structure/subnav_minus.gif) #1184c5 187px 16px no-repeat !important;
}

.subNav .withChildren a.open {
	background: url(../images/structure/subnav_minus.gif) #1184c5 187px 16px no-repeat !important;
	color: #FFF !important;
	padding: 11px 30px 7px 12px;
	margin: 0 0px 0 0px;
	font-size: 18px;
	line-height: 22px;
}

.subNav .withChildren a.open:hover, .subNav .withChildren a.open:focus {
	background: url(../images/structure/subnav_minus.gif) #d9d9d9 187px 16px no-repeat !important;
	color: #333 !important;
}

/* ========== 3rd Level ========== */

.subNav ul a,
.subNav ul a:link,
.subNav ul a:visited {
	padding: 5px 30px 5px 12px !important;
	margin: 0 0px 0 0px !important;
	width: 171px;
	background-color: #eaeaea !important;
	background-image: none !important;
	border-top: solid 1px #d7d7d7 !important;
	color: #0b527b !important;	
	font-size: 15px !important;
	line-height: 20px !important;
}

.subNav ul .withChildren a,
.subNav ul .withChildren a:link,
.subNav ul .withChildren a:visited {
	background: url(../images/structure/subnav_plus.gif) #eaeaea 187px 8px no-repeat !important;	
}

.subNav ul a:hover, .subNav ul a:focus {
	background-image: none !important;
	background-color: #d9d9d9 !important;
}

.subNav ul .withChildren a:hover, .subNav ul .withChildren a:focus { 
	background: url(../images/structure/subnav_plus.gif) #d9d9d9 187px 8px no-repeat !important;
}

.subNav .withChildren ul a.current {
	background-image: none !important;
	background-color: #d9d9d9 !important;
	color: #0b527b !important;	
}

.subNav .withChildren ul .withChildren a.current {
	background: url(../images/structure/subnav_minus.gif) #d9d9d9 187px 8px no-repeat !important;
}

.subNav .withChildren ul .withChildren a.open {
	background: url(../images/structure/subnav_minus.gif) #eaeaea 187px 8px no-repeat !important;
	color: #0b527b !important;
}

.subNav .withChildren ul .withChildren a.open:hover, .subNav .withChildren ul .withChildren a.open:focus{
	background: url(../images/structure/subnav_minus.gif) #d9d9d9 187px 8px no-repeat !important;
}


/* ========== 4th Level ========== */

.subNav ul .withChildren ul a,
.subNav ul .withChildren ul a:link,
.subNav ul .withChildren ul a:visited {
	padding: 5px 30px 5px 27px !important;
	margin: 0 0px 0 0px !important;
	width: 156px;
	background-color: #eaeaea !important;
	background-image: none !important;
	border-top: solid 1px #d7d7d7 !important;
	color: #0b527b !important;	
}

.subNav ul .withChildren ul .withChildren a,
.subNav ul .withChildren ul .withChildren a:link,
.subNav ul .withChildren ul .withChildren a:visited {
	background: url(../images/structure/subnav_plus.gif) #eaeaea 187px 8px no-repeat !important;	
}

.subNav ul .withChildren ul a:hover, .subNav ul .withChildren ul a:focus {
	background-color: #d9d9d9 !important;
	background-image: none !important;
}
.subNav ul .withChildren ul .withChildren a:hover, .subNav ul .withChildren ul .withChildren a:focus { 
	background: url(../images/structure/subnav_plus.gif) #d9d9d9 187px 8px no-repeat !important;
}

.subNav .withChildren ul .withChildren ul a.current {
	background-color: #d9d9d9 !important;
	background-image: none !important;
	color: #0b527b !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.current {
	background: url(../images/structure/subnav_minus.gif) #d9d9d9 187px 8px no-repeat !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open {
	background: url(../images/structure/subnav_minus.gif) #eaeaea 187px 8px no-repeat !important;
	color: #0b527b !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open:hover, .subNav .withChildren ul .withChildren ul .withChildren a.open:focus{
	background: url(../images/structure/subnav_minus.gif) #d9d9d9 187px 8px no-repeat !important;
}

/* ========== 5th Level ========== */

.subNav ul .withChildren ul .withChildren ul a,
.subNav ul .withChildren ul .withChildren ul a:link,
.subNav ul .withChildren ul .withChildren ul a:visited {
	padding: 5px 30px 5px 42px !important;
	margin: 0 0px 0 0px !important;
	width: 141px;
	background-color: #eaeaea !important;
	background-image: none !important;
	border-top: solid 1px #d7d7d7 !important;
	color: #0b527b !important;		
}

.subNav ul .withChildren ul .withChildren ul a:hover, .subNav ul .withChildren ul .withChildren ul a:focus {
	background-color: #d9d9d9 !important;
	background-image: none !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul a.current {
	background-color: #d9d9d9 !important;
	background-image: none !important;
	color: #0b527b !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul .withChildren ul{
    display: none !important;
}



/* ===================================================================================== FOOTER NAVIGATION */

#footerNav a, #footerNav a:link, #footerNav a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#footerNav a:hover, #footerNav a:focus,
#footerNav a:active {
    text-decoration: underline;
}

#footerNav a.last{
	padding-left: 30px;
	background: url(../images/structure/icon_intranet.png) 0 0 no-repeat;
}

