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

	Author:	eSolutionsGroup.ca
		
*/


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

.horizNavSeparator { padding: 0px 7px 0px 7px; }
#footerNav .horizNavSeparator { padding: 0px 5px 0px 5px; }
#footerTextTop .horizNavSeparator { padding: 0px 18px 0px 18px; }



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

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

#topNav .mobileLink {
    display: inline-block;
    padding: 0 8px;
    background: #123c70;
}

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



/* ===================================================================================== SKIP TO CONTENT */
 
#skipContentWrapper{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1200;
}
 
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 {
	float: left;
}

a.mainNavItem, a.mainNavItem:active, a.mainNavItem:visited {
	float: left;
	padding: 0;
	height: 50px;
	text-align: center;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 50px;
	color: #2D2D2D;
	font-weight: normal;
	text-transform: uppercase;
	overflow: hidden;
	text-decoration: none;
}

#navTab01 a.mainNavItem { width: 193px; }
#navTab02 a.mainNavItem { width: 78px; }
#navTab03 a.mainNavItem { width: 246px; }
#navTab04 a.mainNavItem { width: 105px; }
#navTab05 a.mainNavItem { width: 237px; }
#navTab06 a.mainNavItem { width: 121px; }

a.mainNavItem:hover, a.mainNavItem:focus, a.currentHover, .sfHover a.mainNavItem { background-color: #FFF !important; }

a.mainNavItem.current { background-color: #e3e1e1; }


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

#mainNav .dropDownContainer {
	display: none;
	float: left;
	position: absolute;
	margin: 0 0;
	padding: 16px 28px 34px 28px;
	top: 50px; /* Height of main navigation item */
	list-style-image: none;
	list-style-type: none;
	background: url(../images/structure/bg-mainnav-dropdown.png) left bottom repeat-x;
	z-index: 1000;
	width: 924px;
	left: 0px;
}

#mainNav ul.dropdown{
	float: left;
	width: 290px;
	margin: 0 0 0 27px;
	list-style-type: none;
	list-style-image: none;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	overflow: hidden;
}

#mainNav ul.dropdown li{
	float: left;
	width: 290px;
	padding: 11px 0 12px 0;
	border-top: 1px solid #d9d9d9;
}

#mainNav ul.dropdown li:first-child{ border: none; }

#mainNav ul.dropdown li a{
	display: block;
	color: #094892;
	width: 290px;
	text-decoration: none;
}

#mainNav ul.dropdown li a:hover, #mainNav ul.dropdown li a:active, #mainNav ul.dropdown li a:focus{ text-decoration: underline; }

#mainNav ul.dropdown:first-child{ margin: 0; }

#mainNav ul .customdd{ margin: 0 !important;}
#mainNav ul .customli{ border-top: 1px solid #D9D9D9 !important }


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


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

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




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

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


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

#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: 20px;
    position: relative;
    width: 28px;
	margin: 0 0 0 0;
}

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

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

.textSize{ 
	float: right;
}

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

#actions #Share a, 
#actions #Share a:link, 
#actions #Share a:visited {
	position: static;
}
#actions #Share a:focus img { outline: none !important; }

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



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

.subNav {
	margin: 0;
	padding: 0px 1px 20px 0;
	width: 233px;
	list-style-image: none;
	list-style: none;
	float: left;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}

.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: 12px 30px 12px 22px;
	width: 181px;
	border-bottom: solid 1px #ebebeb;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	line-height: 19px;	
	cursor: pointer;
	overflow: hidden;
}

.subNav .withChildren a, 
.subNav .withChildren a:link, 
.subNav .withChildren a:visited {
	background: url(../images/structure/subnav_arrow_l2_up.png) 212px 16px no-repeat;
}

.subNav li.first a, 
.subNav li.first a:link, 
.subNav li.first a:visited { padding-top: 22px; background-position: 212px 26px !important; }

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

.subNav .withChildren a:hover, .subNav .withChildren a:focus { 
	background: url(../images/structure/subnav_arrow_l2_over.png) #d0e2ec 212px 16px no-repeat;
}

.subNav a.current {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	background-color: transparent !important;
	color: #0b4994;
}

.subNav .withChildren a.current {
	background: url(../images/structure/subnav_arrow_l2_on.png) 210px 20px no-repeat !important;
}

.subNav li.withChildren.first a.current { background-position: 210px 30px !important; }

.subNav .withChildren a.open {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	background: url(../images/structure/subnav_arrow_l2_open.png) 210px 20px no-repeat !important;
	color: #000;
}

.subNav li.withChildren.first a.open { background-position: 210px 30px !important; }

.subNav .withChildren a.open:hover, .subNav .withChildren a.open:focus {
	background: url(../images/structure/subnav_arrow_l2_open.png) #d0e2ec 210px 20px no-repeat !important;
}

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

.subNav ul a,
.subNav ul a:link,
.subNav ul a:visited,
.subNav li.first ul a,
.subNav li.first ul a:link,
.subNav li.first ul a:visited  {
	padding: 12px 30px 12px 37px !important;
	width: 166px;
	background-color: transparent !important;
	background: url(../images/structure/subnav_l3.gif) 22px 19px no-repeat !important;
	border-bottom: solid 1px #ebebeb;	
	color: #000;
}

.subNav ul .withChildren a,
.subNav ul .withChildren a:link,
.subNav ul .withChildren a:visited,
.subNav li.first ul .withChildren a,
.subNav li.first ul .withChildren a:link,
.subNav li.first ul .withChildren a:visited {
	background: url(../images/structure/subnav_arrow_l3_up.png) 0 0 no-repeat !important;	
}

.subNav ul a:hover, .subNav ul a:focus,
.subNav li.first ul a:hover, .subNav li.first ul a:focus {
	background-color: #d0e2ec !important;
}

.subNav ul .withChildren a:hover, .subNav ul .withChildren a:focus,
.subNav li.first ul .withChildren a:hover, .subNav li.first ul .withChildren a:focus { 
	background: url(../images/structure/subnav_arrow_l3_over.png) #d0e2ec 0 0 no-repeat !important;	
}

.subNav .withChildren ul a.current,
.subNav .withChildren.first ul a.current {
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	color: #0b4994;
	background: url(../images/structure/subnav_l3_on.gif) 22px 19px no-repeat !important;
}

.subNav .withChildren ul .withChildren a.current,
.subNav .withChildren.first ul .withChildren a.current {
	background: url(../images/structure/subnav_arrow_l3_on.png) 0 0 no-repeat !important;	
}

.subNav .withChildren ul .withChildren a.open,
.subNav .withChildren.first ul .withChildren a.open {
	font-size: 15px;
	line-height: 19px;
	background: url(../images/structure/subnav_arrow_l3_open.png) 0 0 no-repeat !important;	
	color: #000;
	font-weight: normal;
}

.subNav .withChildren ul .withChildren a.open:hover, .subNav .withChildren ul .withChildren a.open:focus,
.subNav .withChildren.first ul .withChildren a.open:hover, .subNav .withChildren.first ul .withChildren a.open:focus{
	background: url(../images/structure/subnav_arrow_l3_open.png) #d0e2ec 0 0 no-repeat !important;	
}


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

.subNav ul .withChildren ul a,
.subNav ul .withChildren ul a:link,
.subNav ul .withChildren ul a:visited,
.subNav li.first ul .withChildren ul a,
.subNav li.first ul .withChildren ul a:link,
.subNav li.first ul .withChildren ul a:visited {
	padding: 12px 30px 12px 52px !important;
	width: 151px;
	background-color: transparent !important;
	background: url(../images/structure/subnav_l4.gif) 37px 19px no-repeat !important;
	border-bottom: solid 1px #ebebeb;	
}

.subNav ul .withChildren ul .withChildren a,
.subNav ul .withChildren ul .withChildren a:link,
.subNav ul .withChildren ul .withChildren a:visited,
.subNav li.first ul .withChildren ul .withChildren a,
.subNav li.first ul .withChildren ul .withChildren a:link,
.subNav li.first ul .withChildren ul .withChildren a:visited {
	background: url(../images/structure/subnav_arrow_l4_up.png) 0 0 no-repeat !important;	
}

.subNav ul .withChildren ul a:hover, .subNav ul .withChildren ul a:focus,
.subNav li.first ul .withChildren ul a:hover, .subNav li.first ul .withChildren ul a:focus {
	background-color: #d0e2ec !important;
}
.subNav ul .withChildren ul .withChildren a:hover, .subNav ul .withChildren ul .withChildren a:focus,
.subNav li.first ul .withChildren ul .withChildren a:hover, .subNav li.first ul .withChildren ul .withChildren a:focus { 
	background: url(../images/structure/subnav_arrow_l4_over.png) #d0e2ec 0 0 no-repeat !important;	
}

.subNav .withChildren ul .withChildren ul a.current,
.subNav .withChildren.first ul .withChildren ul a.current {
	font-weight: normal;
	color: #0b4994;
	background: url(../images/structure/subnav_l4_on.gif) 37px 19px no-repeat !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.current,
.subNav .withChildren.first ul .withChildren ul .withChildren a.current {
	background: url(../images/structure/subnav_arrow_l4_on.png) 0 0 no-repeat !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open,
.subNav .withChildren.first ul .withChildren ul .withChildren a.open {
	background: url(../images/structure/subnav_arrow_l4_open.png) 0 0 no-repeat !important;	
	color: #000;
	font-weight: normal;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open:hover, .subNav .withChildren ul .withChildren ul .withChildren a.open:focus,
.subNav .withChildren.first ul .withChildren ul .withChildren a.open:hover, .subNav .withChildren.first ul .withChildren ul .withChildren a.open:focus{
	background: url(../images/structure/subnav_arrow_l4_open.png) #d0e2ec 0 0 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,
.subNav li.first ul .withChildren ul .withChildren ul a,
.subNav li.first ul .withChildren ul .withChildren ul a:link,
.subNav li.first ul .withChildren ul .withChildren ul a:visited {
	padding: 12px 30px 12px 67px !important;
	width: 136px;
	background-color: transparent !important;
	background: url(../images/structure/subnav_l5.gif) 52px 19px no-repeat !important;
	border-bottom: solid 1px #ebebeb;
}

.subNav ul .withChildren ul .withChildren ul a:hover, .subNav ul .withChildren ul .withChildren ul a:focus,
.subNav li.first ul .withChildren ul .withChildren ul a:hover, .subNav li.first ul .withChildren ul .withChildren ul a:focus {
		background: url(../images/structure/subnav_l5.gif) #d0e2ec 52px 19px no-repeat !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul a.current,
.subNav .withChildren.first ul .withChildren ul .withChildren ul a.current {
	background: url(../images/structure/subnav_l5_on.gif) 52px 19px no-repeat !important;
	color: #0b4994;
	font-weight: normal;
}

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



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

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

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

