/*
	--------------------------------------------------
	NAVIGATION STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* ===================================================================================== COMMON ELEMENTS */

.horizNavSeparator { padding: 0px 4px 0px 4px; }
#broadcastAlertBar .horizNavSeparator { padding: 0px 4px 0px 4px; }


/* ===================================================================================== 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:focus, #topNav a:active { text-decoration: underline; }

#translate{	
	list-style-type:none;
	position:relative;
}
	#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;
	}
	#translate ul li a:hover, #translate ul li a:focus {
		background:#CCC;
	}



/* ===================================================================================== SKIP TO CONTENT */
 
#skipContentWrapper{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1205;
}
 
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{ 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 {
	position: relative;
	float: left;
}

a.mainNavItem, a.mainNavItem:active, a.mainNavItem:visited {
	float: left;
	padding: 0;
	height: 73px;
	background-image: url(../en/images/structure/mainNav.png);
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
	margin: 0 0 0 0;
}

#navTab01 a.mainNavItem, #navTab01 a.mainNavItem:active, #navTab01 a.mainNavItem:visited { margin: 0; }

#navTab01 a.mainNavItem { background-position: 0px 0px; width: 153px; }
#navTab02 a.mainNavItem { background-position: -153px 0px; width: 242px; }
#navTab03 a.mainNavItem { background-position: -395px 0px; width: 171px; }
#navTab04 a.mainNavItem { background-position: -566px 0px; width: 176px; }
#navTab05 a.mainNavItem { background-position: -742px 0px; width: 221px; }

#navTab01 a.mainNavItem:hover,#navTab01 a.mainNavItem:focus { background-position: 0px -73px; }
#navTab02 a.mainNavItem:hover,#navTab02 a.mainNavItem:focus  { background-position: -153px -73px; }
#navTab03 a.mainNavItem:hover,#navTab03 a.mainNavItem:focus { background-position: -395px -73px; }
#navTab04 a.mainNavItem:hover,#navTab04 a.mainNavItem:focus { background-position: -566px -73px; }
#navTab05 a.mainNavItem:hover,#navTab05 a.mainNavItem:focus { background-position: -742px -73px; }

#navTab01 a.current { background-position: 0px -73px; }
#navTab02 a.current { background-position: -153px -73px; }
#navTab03 a.current { background-position: -395px -73px; }
#navTab04 a.current { background-position: -566px -73px; }
#navTab05 a.current { background-position: -742px -73px; }

/* For Mouse hover - stay current  */
#navTab01 a.currentHover { background-position: 0px -73px; }
#navTab02 a.currentHover { background-position: -153px -73px; }
#navTab03 a.currentHover { background-position: -395px -73px; }
#navTab04 a.currentHover { background-position: -566px -73px; }
#navTab05 a.currentHover { background-position: -742px -73px; }

/* ========== 2nd Level (Drop-down) Navigation ========== */

.treenode{
	display: none;
}

.dropDownContainer{
	position: absolute;
	top: 73px;
	width: 961px;
	z-index: 1000;
	overflow: hidden; 
	background: url(../images/structure/dropdown_bg.png) bottom left repeat-x;
	padding: 0 0 21px 0;
}

.dropDownWrapper{
	background: #fff;
	padding: 26px 13px 24px 13px;
}

#navTab01 .dropDownContainer{ left: 1px; }
#navTab02 .dropDownContainer{ left: -152px; }
#navTab03 .dropDownContainer{ left: -394px; }
#navTab04 .dropDownContainer{ left: -565px; }
#navTab05 .dropDownContainer{ left: -741px; }

#mainNav ul.dropdown,
.quickDropDownWrapper ul.dropdown,
#eservices ul.dropdown {
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	width: 285px;
	margin: 0 13px;
	float: left;
	overflow: hidden;
}

#eservices ul.dropdown {
	margin: 24px 0 0 27px;
}

#eservices.interior ul.dropdown {
	margin: 62px 0 0 27px;
}


.quickDropDownWrapper ul.dropdown {
	width: 280px;
	margin: 0 5px;
}

#mainNav ul.lastMainNavDropdown {
	left: auto; /* Required for 'right' to work */
	right: 0px;
}

#mainNav ul.dropdown li {
	position: relative;
	width: 285px;
	margin-bottom: 2px;
}

.quickDropDownWrapper ul.dropdown li {
	position: relative;
	width: 280px;
	margin-bottom: 0px;
}
	
#mainNav ul.dropdown li a, 
#mainNav ul.dropdown li a:link, 
#mainNav ul.dropdown li a:visited {
	display: block;
	padding: 5px 10px;
	width: 260px;				
	color: #01457e;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	cursor: pointer;	
	overflow: hidden;
	background-image: url(../images/structure/arrow.png);
	background-repeat: no-repeat;
	background-position: 264px 10px;
	font-weight: normal;
}

.quickDropDownWrapper ul.dropdown li a, 
.quickDropDownWrapper ul.dropdown li a:link, 
.quickDropDownWrapper ul.dropdown li a:visited {
	display: block;
	padding: 5px 10px;
	width: 260px;				
	color: #01457e;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	cursor: pointer;	
	overflow: hidden;
	background-image: url(../images/structure/arrow.png);
	background-repeat: no-repeat;
	background-position: 259px 10px;
	font-weight: normal;
}

#eservices ul.dropdown li a, 
#eservices ul.dropdown li a:link, 
#eservices ul.dropdown li a:visited {
	display: block;
	padding: 5px 20px 5px 10px;
	margin-bottom: 2px;
	width: 250px;				
	color: #fff;
	background-color: #c85204;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	cursor: pointer;	
	overflow: hidden;
	background-image: url(../images/structure/arrow_hover.png);
	background-repeat: no-repeat;
	background-position: 259px 10px;
	font-weight: normal;
}

#eservices ul.dropdown li.viewAll a, 
#eservices ul.dropdown li.viewAll a:link, 
#eservices ul.dropdown li.viewAll a:visited {
	background-color: #b34700;
}

#quickLink05 .quickDropDownWrapper ul.dropdown li a, 
#quickLink05 .quickDropDownWrapper ul.dropdown li a:link, 
#quickLink05 .quickDropDownWrapper ul.dropdown li a:visited {				
	color: #333;
	font-size: 13px;
	line-height: 17px;
}

#quickLink05 .quickDropDownWrapper ul.dropdown li a.viewAll, 
#quickLink05 .quickDropDownWrapper ul.dropdown li a.viewAll:link, 
#quickLink05 .quickDropDownWrapper ul.dropdown li a.viewAll:visited {				
	color: #474747;
	font-style: italic;
	text-align: right;
	background-color: #fff;
	background-image: none;
}

#quickLink05 .quickDropDownWrapper ul.dropdown li a.viewAll:hover, #quickLink05 .quickDropDownWrapper ul.dropdown li a.viewAll:focus, 
#quickLink05 .quickDropDownWrapper ul.dropdown li a.viewAll:active {				
	text-decoration: underline;
	color: #474747 !important;
}

#mainNav ul.dropdown li a .navItemTitle{
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #0d8595;
}
		
#mainNav ul.dropdown li a:hover,#mainNav ul.dropdown li a:focus,
.quickDropDownWrapper ul.dropdown li a:hover, .quickDropDownWrapper ul.dropdown li a:focus,
#eservices ul.dropdown li a:hover,#eservices ul.dropdown li a:focus,
#eservices ul.dropdown li a.viewAll:hover, #eservices ul.dropdown li a.viewAll:focus {
	text-decoration: none;
	background-color: #5d8827;
	color: #fff !important;
	background-image: url(../images/structure/arrow_hover.png);
}

#eservices ul.dropdown li a:hover,#eservices ul.dropdown li a:focus,
#eservices ul.dropdown li.viewAll a:hover, #eservices ul.dropdown li.viewAll a:focus {
	background-color: #555;
}

#mainNav ul.dropdownImages{
	width: 197px;
	margin: 0;
	padding: 3px 0 2px 0;
	list-style-image: none;
	list-style-type: none;
	float: right;
}

#mainNav ul.dropdownImages li{
	width: 197px;
	height: 82px;
	overflow: hidden;
	padding: 8px 0;
}

#mainNav ul.dropdownImages li img{
	width: 197px;
	height: 82px;
}

#mainNav .dropdown.col2 img
{
    width: 281px; 
    height: 87px;
}
#mainNav .dropdown.col3 img
{
    width: 290px; 
    height: 287px;
}

/* ===================================================================================== MAIN NAVIGATION - HOME */


.home a.mainNavItem, .home a.mainNavItem:active, .home a.mainNavItem:visited {
	background-image: url(../en/images/structure/mainNav_home.png);
}

.home .dropDownWrapper{
	padding-bottom: 0;
}

.home .dropDownContainer{
	position: absolute;
	top: -336px;
	width: 961px;
	height: 337px;
	z-index: 1000;
	overflow: hidden; 
	/*background: url(../images/structure/home_popup.png) no-repeat;*/
	padding: 0 0 0 0;
}

.home #navTab01 .dropDownContainer{
	background: url(../images/structure/home_popup_navTab01.png) no-repeat;
}

.home #navTab02 .dropDownContainer{
	background: url(../images/structure/home_popup_navTab02.png) no-repeat;
}

.home #navTab03 .dropDownContainer{
	background: url(../images/structure/home_popup_navTab03.png) no-repeat;
}

.home #navTab04 .dropDownContainer{
	background: url(../images/structure/home_popup_navTab04.png) no-repeat;
}

.home #navTab05 .dropDownContainer{
	background: url(../images/structure/home_popup_navTab05.png) no-repeat;
}

.home #mainNav ul.dropdown.col2 li {
  	width: 281px;
}

.home #mainNav ul.dropdown.col2 li a, 
.home #mainNav ul.dropdown.col2 li a:link, 
.home #mainNav ul.dropdown.col2 li a:visited {
	padding: 0px;
	background-color: #fff;
	background-image: none;
	width: 281px;
}

.home #mainNav ul.dropdown li.viewMore {
	margin-top: 20px;
}

.home #mainNav ul.dropdown li.viewMore a, 
.home #mainNav ul.dropdown li.viewMore a:link, 
.home #mainNav ul.dropdown li.viewMore a:visited {
	padding: 8px 16px;
	background-color: #fff;
	background-image: url(../images/structure/view_more_bg.jpg);
	background-position: 0 0;
	width: 285px;
	height: 36px;
	color: #fff;
	font-size: 12px;
}

.home #mainNav ul.dropdown li.viewMore a:hover, .home #mainNav ul.dropdown li.viewMore a:focus, 
.home #mainNav ul.dropdown li.viewMore a:active {
	color: #ddd;
}

.home #mainNav ul.dropdown.col3 {
	width: 290px;
	margin-right: 0;
	margin-top: -11px;
}

.home #mainNav ul.dropdown.col2 li {
  	width: 290px;
  
}

.home #mainNav ul.dropdown.col3 li a, 
.home #mainNav ul.dropdown.col3 li a:link, 
.home #mainNav ul.dropdown.col3 li a:visited {
	padding: 0px;
	background-color: #fff;
	background-image: none;
	width: 290px;
	position: relative;
}




/* ===================================================================================== BREADCRUMBS  */


#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #fff;
}

#breadcrumbs a:hover,#breadcrumbs a:focus, #breadcrumbs a:active { color: silver; }




/* ===================================================================================== ACTIONS  */

#actions .printLink,
#actions .rssLink,
#actions .emailLink,
.translateLink,
#actions .ShareLink {
	padding: 0 0 0 15px;
}

#actions .printLink img,
#actions .rssLink img,
#actions .emailLink img,
.translateLink img,
#actions .ShareLink img {
	position: relative;
	padding: 0 3px 0 0;
	top: 3px;
}

.translateLink{
	float: right;
}

#actions .textSize.text {
	position: relative;
	top: 3px;
}

#actions .textSize img {
	position: relative;
	padding: 0 3px 0 0;
	top: 3px;
}

#actions a, 
#actions a:link, 
#actions a:visited,
a#translateLink,
a#translateLink:link,
a#translateLink:visited {
	position: relative;
	height: 16px;
	text-decoration: none;
	color: #070906;
	font-weighT: normal;
	float: right;
}

#actions a:hover, #actions a:focus, #actions a:active,
a#translateLink:hover, a#translateLink:focus, a#translateLink:active  {
    color: #013662;
    text-decoration: underline !important; 
}

/*
   Share Drop-down Styles - see:
   /share/share.css
*/




/* ===================================================================================== SUB NAVIGATION */

.subNav {
	margin: 0;
	padding: 0 0 30px 0;
	width: 241px;
	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 25px 5px 20px;
	width: 195px;
	border-bottom: solid 1px #cccdca;
	background-color: #fff;
	text-decoration: none;
	color: #070906;	
	cursor: pointer;
	overflow: hidden;
	border-right: 1px solid #cccdca;
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
}

.subNav .withChildren a, 
.subNav .withChildren a:link, 
.subNav .withChildren a:visited {
	background-image: url(../images/structure/subnav_arrow_l2_up.gif);
	background-position: 222px 8px;
	background-repeat: no-repeat;
}

.subNav a:hover, .subNav a:focus { 
	background-color: #ebebeb;
}

.subNav .withChildren a:hover, .subNav .withChildren a:focus { 
	background-image: url(../images/structure/subnav_arrow_l2_over.gif);
	background-position: 222px 8px;
	background-repeat: no-repeat;
}

.subNav a.current {
	background-color: #ebebeb !important;
	font-size: 18px;
	line-height: 20px;
	padding-top: 20px;
	background-position: 222px 25px;
}

.subNav .withChildren a.current {
	background-image: url(../images/structure/subnav_arrow_l2_on.gif) !important;
	background-position: 222px 25px !important;
	background-repeat: no-repeat !important;
}

.subNav .withChildren a.open {
	background-color: #ebebeb !important;
	background-image: url(../images/structure/subnav_arrow_l2_open.gif) !important;
	background-position: 222px 25px !important;
	background-repeat: no-repeat !important;
	font-size: 18px;
	line-height: 20px;
	padding-top: 20px;
}


/* ========== 3rd Level ========== */

.subNav ul a,
.subNav ul a:link,
.subNav ul a:visited {
	padding: 4px 25px 4px 20px;
	width: 195px;
	background-color: #ebebeb !important;
	background-image: none !important;
	color: #0c497a;	
	font-size: 13px;
	line-height: 17px;
}

.subNav ul .withChildren a,
.subNav ul .withChildren a:link,
.subNav ul .withChildren a:visited {
	background-image: url(../images/structure/subnav_arrow_l2_up.gif) !important;
	background-position: 222px 8px !important;
	background-repeat: 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-image: url(../images/structure/subnav_arrow_l2_over.gif) !important;
	background-position: 222px 8px !important;
	background-repeat: no-repeat !important;
}

.subNav .withChildren ul a.current {
	background-color: #fff !important;
	background-image: none !important;
	border-right: 1px solid #fff;
}

.subNav .withChildren ul .withChildren a.current {
	background-image: url(../images/structure/subnav_arrow_l2_on.gif) !important;
	background-position: 222px 8px !important;
	background-repeat: no-repeat !important;
}

.subNav .withChildren ul .withChildren a.open {
	background-color: #ebebeb !important;
	background-image: url(../images/structure/subnav_arrow_l2_open.gif) !important;
	background-position: 222px 8px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	line-height: 17px;
	padding-top: 5px;
}


/* ========== 4th Level ========== */

.subNav ul .withChildren ul a,
.subNav ul .withChildren ul a:link,
.subNav ul .withChildren ul a:visited {
	padding: 4px 25px 4px 37px;
	width: 178px;
	background-color: #dbdbdb !important;
	background-image: none !important;
	color: #0c497a;	
	font-size: 13px;
	line-height: 17px;
}

.subNav ul .withChildren ul .withChildren a,
.subNav ul .withChildren ul .withChildren a:link,
.subNav ul .withChildren ul .withChildren a:visited {
	background-image: url(../images/structure/subnav_arrow_l2_up.gif) !important;
	background-position: 222px 8px !important;
	background-repeat: no-repeat !important;	
}

.subNav ul .withChildren ul a:hover, .subNav ul .withChildren ul a:focus {
	background-color: #FFF !important;
	background-image: none !important;
}
.subNav ul .withChildren ul .withChildren a:hover, .subNav ul .withChildren ul .withChildren a:focus { 
	background-image: url(../images/structure/subnav_arrow_l2_over.gif) !important;
	background-position: 222px 8px !important;
	background-repeat: no-repeat !important;
}

.subNav .withChildren ul .withChildren ul a.current {
	background-color: #fff !important;
	background-image: none !important;
	border-right: 1px solid #fff;
}

.subNav .withChildren ul .withChildren ul .withChildren ul .withChildren ul{
    display: none !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.current {
	background-image: url(../images/structure/subnav_arrow_l2_on.gif) !important;
	background-position: 222px 8px !important;
	background-repeat: no-repeat !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open {
	background-color: #dbdbdb !important;
	background-image: url(../images/structure/subnav_arrow_l2_open.gif) !important;
	background-position: 222px 8px !important;
	background-repeat: 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: 4px 25px 4px 54px;
	width: 161px;
	background-color: #C3C3C3 !important;
	background-image: none !important;	
}

.subNav ul .withChildren ul .withChildren ul a:hover, .subNav ul .withChildren ul .withChildren ul a:focus {
	background-color: #FFF !important;
	background-image: none !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul a.current {
	background-color: #fff !important;
	background-image: none !important;
	border-right: 1px solid #fff;
}

.subNav .withChildren ul .withChildren ul .withChildren ul .withChildren ul{
    display: none !important;
}



/* ===================================================================================== FOOTER NAVIGATION */

#footerNav a, #footerNav a:link, #footerNav a:visited {
	color: #dfdfdf;
	text-decoration: none;
	font-weight: normal;
}

#footerNav a:hover, #footerNav a:focus,
#footerNav a:active {
    text-decoration: underline;
}

