/*
	--------------------------------------------------
	NAVIGATION STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* ===================================================================================== COMMON ELEMENTS */

.horizNavSeparator { padding: 0px 7px 0px 7px; }
#topNav .horizNavSeparator { padding: 0px 8px 0px 8px; }
#subfooterNav .horizNavSeparator { padding: 0px 17px 0px 17px; }
#footerSocialMedia .horizNavSeparator { float: left; padding: 0px 5px 0px 5px; }
#actions .horizNavSeparator{ float: right; display: block; height: 21px; padding: 0 9px 0 9px; background: url(../images/structure/bg-actions-divider.gif) center 0px no-repeat; }


/* ===================================================================================== 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: #6C6C6C;
	text-decoration: none;
	font-weight: bold;
}

#topNav a:hover, #topNav a:active, #topNav a:focus { 
	text-decoration: underline; 
	color:black;
}

#translate{
	float:left;	
	list-style-type:none;
	position:relative;
	z-index: 1200;
}
	#translate ul {
		display: none;
		position:absolute;
		top:20px;
		right:0px;
		list-style-type:none;
		background:#fff;
		border:1px solid #868686;
		width:100px;
	}
	#translate ul li a{
		display:block;
		width:90px;
		padding:5px;
		background:#fff;
		font-weight: normal;
	}
	#translate ul li a:hover, #translate ul li a:focus{
		background:#CCC;
	}



/* ===================================================================================== MAIN NAVIGATION */


/* ========== 1st Level (Global) Navigation ========== */

#nav {
	list-style-type: none;
	list-style-image: none;
}

#nav li {
	float: left;
}

#navTab01, #navTab02, #navTab03, #navTab04, #navTab05 {
	position: relative;
	float: left;
}

a.mainNavItem, a.mainNavItem:active, a.mainNavItem:visited {
	float: left;
	padding: 0;
	height: 47px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 47px;
	text-align: center;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#navTab01 a.mainNavItem { width: 178px; text-align: left; padding-left: 3px;}
#navTab02 a.mainNavItem { width: 137px; }
#navTab03 a.mainNavItem { width: 193px; }
#navTab04 a.mainNavItem { width: 205px; }
#navTab05 a.mainNavItem { width: 165px; }
#navTab06 a.mainNavItem { width: 96px; text-align: right; padding-right: 3px; }

#navTab01 a.mainNavItem:hover, #navTab01 a.mainNavItem:focus,
#navTab02 a.mainNavItem:hover, #navTab02 a.mainNavItem:focus,
#navTab03 a.mainNavItem:hover, #navTab03 a.mainNavItem:focus,
#navTab04 a.mainNavItem:hover, #navTab04 a.mainNavItem:focus,
#navTab05 a.mainNavItem:hover, #navTab05 a.mainNavItem:focus,
#navTab06 a.mainNavItem:hover, #navTab06 a.mainNavItem:focus { font-weight: bold !important; background-image: none !important; color: #FFF !important; }

#navTab01 a.currentHover,
#navTab02 a.currentHover,
#navTab03 a.currentHover,
#navTab04 a.currentHover,
#navTab05 a.currentHover,
#navTab06 a.currentHover { font-weight: normal !important; background-image: none !important; color: #FFF !important; }

#navTab01 a.current, #navTab02 a.current, #navTab03 a.current, #navTab04 a.current, #navTab05 a.current, #navTab06 a.current { background: url(../images/structure/mainNav-current.png) center bottom no-repeat;  }

#navTab01 a.current{ background-position: 17px bottom; }
#navTab06 a.current{ background-position: 63px bottom; }

/* ========== 2nd Level (Drop-down) Navigation ========== */

/*#mainNav ul.dropdown {
	background: url(../images/structure/bg-mainnav-dd.png) repeat;
	display: none;
	position: absolute;
	margin: 0;
	padding: 5px 0 0 0;
	left: 0px;
	top: 47px; /* Height of main navigation item *i/
	list-style-image: none;
	list-style-type: none;
	z-index: 1000;
	width: 230px;
}

#mainNav ul.lastMainNavDropdown {
	left: auto; /* Required for 'right' to work *i/
	right: 0px;
}

#mainNav ul.dropdown li {
	position: relative;
	border-top: solid 1px #D9D9D9;
	width: 230px;
}

#mainNav ul.dropdown li:first-child {
	border: none;
}
	
#mainNav ul.dropdown li a, 
#mainNav ul.dropdown li a:link, 
#mainNav ul.dropdown li a:visited {
	display: block;
	padding: 5px 5px 5px 10px;
	width: 215px;				
	color: #FFF;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;	
	overflow: hidden;
	font-weight: normal;
}
		
#mainNav ul.dropdown li a:hover, #mainNav ul.dropdown li a:focus {
	background-color: #FFF;
	color: #16678a;
}*/


.treenode{
	display: none;
}

.dropDownContainer{
	position: absolute;
	top: 37px;
	z-index: 1000;
	padding: 12px 0 2px 0;
	left: 50%; 
	margin-left: -100px;
}

#navTab01 .dropDownContainer{ left: 0 !important; margin-left: 0 !important;}
#navTab06 .dropDownContainer{ left: auto !important; right: 0 !important; margin-left: 0 !important;}

.dropDownCornersTop{
	position: absolute;
	top: 0px;
	background: url(../images/structure/dropdown-bg-top.png) 0 0 no-repeat;
	width: 199px;
	height: 12px;
}

.dropDownCornersBottom{
	position: absolute;
	bottom: 0px;
	background: url(../images/structure/dropdown-bg-bottom.png) 0 0 no-repeat;
	width: 199px;
	height: 2px;
}

#navTab01 .dropDownCornersTop{
	background: url(../images/structure/dropdown-bg-top-left.png) 0 0 no-repeat;
}

#navTab06 .dropDownCornersTop{
	background: url(../images/structure/dropdown-bg-top-right.png) 0 0 no-repeat;
}


.dropDownMiddle{
	background: url(../images/structure/dropdown-bg.png) 0 0 repeat-y;
	padding: 0;
	width: 199px;
	overflow: hidden;
}

#mainNav ul.dropdown {
	display: block;
	/*position: absolute;*/
	margin: 0;
	padding: 7px 19px 5px  19px;
	list-style-image: none;
	list-style-type: none;
   /*min-height: 74px; */ /* commented as it looks very big with only 1 item */
}

#mainNav ul.lastMainNavDropdown {
	left: auto; /* Required for 'right' to work */
	right: 0px;
}

#mainNav ul.dropdown li {
	position: relative;
	width: 161px;
	border-top: 1px solid #e0e0e0;
	float: none;
	
}

#mainNav ul.dropdown li:first-child { border-top: none; }
	
#mainNav ul.dropdown li a, 
#mainNav ul.dropdown li a:link, 
#mainNav ul.dropdown li a:visited {
	display: block;
	padding: 8px 0px 8px 0px;
	width: 161px;				
	color: #000;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	font-weight: bold;
}

#mainNav ul.dropdown li:first-child a{ border-top: none; padding-top: 8px;}
		
#mainNav ul.dropdown li a:hover, #mainNav ul.dropdown li a:active, #mainNav ul.dropdown li a:focus {
	text-decoration: underline;
}





/* ===================================================================================== BREADCRUMBS  */


#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}

#breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:focus { text-decoration: underline; }




/* ===================================================================================== ACTIONS  */

#actions .printLink,
#actions .rssLink,
#actions .emailLink,
#actions .brosweAloudLink,
#actions .ShareLink,
#actions .textSize{
	padding: 0 0 0 0px;
	float: right;
}

#actions .printLink img,
#actions .rssLink img,
#actions .emailLink img,
#actions .brosweAloudLink img,
#actions .ShareLink img {
	position: relative;
	padding: 0 0 0 0;
}

#actions a:focus img  {
	outline: 1px solid #D9D9D9;
}

#textSize{
	position: relative;
	float: right;
	height: 21px;
	width: 31px;
}

.textPlus {
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;
	height: 5px;
	display:block;
	padding: 3px 1px 2px 4px !important;
}
.textPlus img
{
 padding: 3px 1px 2px 4px !important;
}
.textMinus{
	position: absolute;
	right: 0;
	bottom: 1px;
	width: 7px;
	height: 5px;
	display:block;
	padding: 2px 1px 3px 4px !important;
}
.textMinus img
{
    padding: 2px 1px 3px 4px !important;
}

.textReset{
	position: absolute;
	left: 1px;
	top: 0;
}

.textSize img{
	position: absolute;
	top: 0;
	left: 0;
}

/*
   Share Drop-down Styles - see:
   /share/share.css
*/




/* ===================================================================================== SUB NAVIGATION */

.subNav {
	margin: 0;
	padding: 0 0 0 0;
	width: 225px;
	list-style-image: none;
	list-style: none;
	float: left;
	background: url(../images/structure/subnav.gif) 0 0 repeat-y;
	z-index: 500;
}

.subNav li {
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
	position: relative;
	z-index: 499;
}


/* ========== 2nd Level ========== */

.subNav li .shadowTop{
	position: absolute;
	background: url(../images/structure/subnav_shadow_l2_top.gif) 0 0 no-repeat;
	width: 225px;
	height: 21px;
	top: 1px;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 1%;
	border-top: 1px solid #FFF;
	z-index: 497;
	left: 0;
}

.subNav li:first-child .shadowTop{ border: none;}

.subNav li .shadowBottom{
	position: absolute;
	background: url(../images/structure/subnav_shadow_l2_bottom.gif) 0 0 no-repeat;
	width: 225px;
	height: 21px;
	bottom: 0;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 1%;
	z-index: 497;
	left: 0;
}

.subNav a, 
.subNav a:link, 
.subNav a:visited {
	font-weight: normal;
	display: block;
	padding: 14px 25px 14px 15px;
	width: 185px;
	border-top: solid 1px #d0d0d0;
	text-decoration: none;
	color: #000;	
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 498;
	font-size: 19px;
	line-height: 23px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	background-color: transparent;
}

.subNav li:first-child a,
.subNav li:first-child a:link, 
.subNav li:first-child a:visited{ border: none; }

.subNav .withChildren a, 
.subNav .withChildren a:link, 
.subNav .withChildren a:visited {
	background:  url(../images/structure/subnav_arrow_up.png) 203px 21px no-repeat;
}

.subNav a:hover, .subNav a:focus { 
	background-color: #FFF;
	text-decoration: underline;
}

.subNav .withChildren a:hover, .subNav .withChildren a:focus { 
	background: url(../images/structure/subnav_arrow_over.png) #FFF 203px 21px no-repeat;
}

.subNav a.current {
	background-color: #676767 !important; 
	color: #FFF !important;
}

.subNav .withChildren a.current {
	background: url(../images/structure/subnav_arrow_on.png) #676767 203px 23px no-repeat !important;
}

.subNav .withChildren a.open {
	background: url(../images/structure/subnav_arrow_open.png) transparent 203px 23px no-repeat !important;
	color: #000 !important;
}

.subNav .withChildren a.open:hover, .subNav .withChildren a.open:focus {
	background: url(../images/structure/subnav_arrow_open.png) #FFF 203px 23px no-repeat !important;
}


/* ========== 3rd Level ========== */

.subNav ul li { position: static; }

.subNav ul li .shadowTop, .subNav ul li .shadowBottom{ display: none;}

.subNav ul a,
.subNav ul a:link,
.subNav ul a:visited {
	padding: 7px 25px 7px 15px;
	width: 185px;
	background-color: #f0f0f0 !important;
	background-image: none !important;
	border-top: solid 1px #d0d0d0;
	color: #333;
	font-size: 15px;
	line-height: 19px;
}

.subNav li:first-child ul a,
.subNav li:first-child ul a:link, 
.subNav li:first-child ul a:visited{ border-top: solid 1px #d0d0d0; }

.subNav ul .withChildren a,
.subNav ul .withChildren a:link,
.subNav ul .withChildren a:visited {
	background: url(../images/structure/subnav_arrow_up_l2.png) #f0f0f0 203px 12px no-repeat !important;	
}

.subNav ul a:hover, .subNav ul a:focus {
	background-color: #FFF !important;
}

.subNav ul .withChildren a:hover, .subNav ul .withChildren a:focus { 
	background: url(../images/structure/subnav_arrow_over_l2.png) #FFF 203px 12px no-repeat !important;
}

.subNav .withChildren ul a.current {
	background-color: #676767 !important;
	background-image: none !important;
	color: #FFF !important;
}

.subNav .withChildren ul .withChildren a.current {
	background: url(../images/structure/subnav_arrow_on_l2.png) #676767 203px 14px no-repeat !important;
}

.subNav .withChildren ul .withChildren a.open {
	background: url(../images/structure/subnav_arrow_open_l2.png) #f0f0f0 203px 14px no-repeat !important;
	color: #333 !important;
}

.subNav .withChildren ul .withChildren a.open:hover, .subNav .withChildren ul .withChildren a.open:focus{
	background: url(../images/structure/subnav_arrow_open_l2.png) #FFF 203px 14px no-repeat !important;
}


/* ========== 4th Level ========== */

.subNav ul .withChildren ul a,
.subNav ul .withChildren ul a:link,
.subNav ul .withChildren ul a:visited {
	padding: 7px 25px 7px 35px;
	width: 165px;
	background: url(../images/structure/subnav_l3.png) #e7e7e7 21px 14px no-repeat !important;
	border-top: solid 1px #d0d0d0;
	color: #333;	
}

.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_arrow_up_l3.png) #e7e7e7 21px 12px no-repeat !important;	
}

.subNav ul .withChildren ul a:hover, .subNav ul .withChildren ul a:focus {
	background-color: #FFF !important;
	background: url(../images/structure/subnav_l3.png) #FFF 21px 14px no-repeat !important;
}
.subNav ul .withChildren ul .withChildren a:hover, .subNav ul .withChildren ul .withChildren a:focus { 
	background: url(../images/structure/subnav_arrow_over_l3.png) #FFF 21px 12px no-repeat  !important;

}

.subNav .withChildren ul .withChildren ul a.current {
	background: url(../images/structure/subnav_l3.png) #676767 21px 14px no-repeat !important;
	color: #FFF !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.current {
	background: url(../images/structure/subnav_arrow_on_l3.png) #676767 21px 14px no-repeat  !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open {
	background: url(../images/structure/subnav_arrow_open_l3.png) #e7e7e7 21px 14px no-repeat  !important;
	color: #333 !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open:hover, .subNav .withChildren ul .withChildren ul .withChildren a.open:focus{
	background: url(../images/structure/subnav_arrow_open_l3.png) #FFF 21px 14px 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: 7px 25px 7px 55px;
	width: 145px;
	background: url(../images/structure/subnav_l4.png) #dedede 41px 14px no-repeat !important;
	border-top: solid 1px #d0d0d0;
	color: #333;	
}

.subNav ul .withChildren ul .withChildren ul a:hover, .subNav ul .withChildren ul .withChildren ul a:focus {
	background: url(../images/structure/subnav_l4.png) #FFF 41px 14px no-repeat !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul a.current {
	background: url(../images/structure/subnav_l4.png) #676767 41px 14px no-repeat !important;
	color: #FFF !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul .withChildren ul{
    display: none !important;
}



/* ===================================================================================== FOOTER NAVIGATION */

#footerNav a, #footerNav a:link, #footerNav a:visited,
#subfooterNav a, #subfooterNav a:link, #subfooterNav a:visited{
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
}

#footerNav a:hover, #footerNav a:focus, #footerNav a:active,
#subfooterNav a:hover, #subfooterNav a:focus, #subfooterNav a:active{
    text-decoration: underline;
}

/* ===================================================================================== SKIP CONTENT */
#skipContentWrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

#skipContentLink {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

	#skipContentLink:hover, #skipContentLink:visited {
		display: block;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}

	#skipContentLink:active, #skipContentLink:focus {
		position: relative;
		width: auto;
		height: auto;
		font-size: 15px;
		z-index: 10000;
		text-decoration: underline;
		padding: 20px;
		background: #f38809;
		color: #000;
	}
 