/*
	--------------------------------------------------
	NAVIGATION STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* ===================================================================================== COMMON ELEMENTS */

.horizNavSeparator { padding: 0px 7px 0px 7px; }
#footerNav .horizNavSeparator { padding: 0px 12px 0px 12px; }



/* ===================================================================================== TOP NAVIGATION */

#topNav a, 
#topNav a:link, 
#topNav a:visited {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#topNav a:hover, #topNav a:active, #topNav a:focus { text-decoration: underline; }

#translate a, 
#translate a:link, 
#translate a:visited{
	font-weight: normal;
	color: #000;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}



/* ===================================================================================== 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{ 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: 54px;
	background-image: url(../images/structure/mainNav.png);
	font-size: 17px;
	line-height: 54px;
	font-weight: normal;
	color: #FFF;
	overflow: hidden;
	text-align: center;
}

#navTab01 a.mainNavItem { background-position: 0px -54px; width: 190px; }
#navTab02 a.mainNavItem { background-position: -190px -54px; width: 180px; }
#navTab03 a.mainNavItem { background-position: -370px -54px; width: 191px; }
#navTab04 a.mainNavItem { background-position: -561px -54px; width: 187px; }
#navTab05 a.mainNavItem { background-position: -748px -54px; width: 232px; }

.homepage #navTab01 a.mainNavItem { background-position: 0px 0px; }
.homepage #navTab02 a.mainNavItem { background-position: -190px 0px; }
.homepage #navTab03 a.mainNavItem { background-position: -370px 0px; }
.homepage #navTab04 a.mainNavItem { background-position: -561px 0px; }
.homepage #navTab05 a.mainNavItem { background-position: -748px 0px; }

#navTab01 a.current, #navTab01 a.mainNavItem:focus { background-position: 0px -108px; }
#navTab02 a.current, #navTab02 a.mainNavItem:focus { background-position: -190px -108px; }
#navTab03 a.current, #navTab03 a.mainNavItem:focus { background-position: -370px -108px; }
#navTab04 a.current, #navTab04 a.mainNavItem:focus { background-position: -561px -108px; }
#navTab05 a.current, #navTab05 a.mainNavItem:focus { background-position: -748px -108px; }

#navTab01 a.mainNavItem:hover, #navTab01 a.currentHover, #navTab01.sfHover a { background-position: 0px -54px !important; text-decoration: none; }
#navTab02 a.mainNavItem:hover, #navTab02 a.currentHover, #navTab02.sfHover a { background-position: -190px -54px !important; text-decoration: none; }
#navTab03 a.mainNavItem:hover, #navTab03 a.currentHover, #navTab03.sfHover a { background-position: -370px -54px !important; text-decoration: none; }
#navTab04 a.mainNavItem:hover, #navTab04 a.currentHover, #navTab04.sfHover a { background-position: -561px -54px !important; text-decoration: none; }
#navTab05 a.mainNavItem:hover, #navTab05 a.currentHover, #navTab05.sfHover a { background-position: -748px -54px !important; text-decoration: none; }



/* ========== 2nd Level (Drop-down) Navigation Advanced ========== */

 #mainNav ul.dropdown {
	display: none;
	position: absolute;
	margin: 0;
	padding: 1px 0 0 0;
	left: 0px;
	top: 54px; /* Height of main navigation item */
	list-style-image: none;
	list-style-type: none;
	border-left: solid 1px #4544af;
	border-right: solid 1px #4544af;
	z-index: 1000;
	width: 230px;
}

#mainNav #navTab01 ul.dropdown { background: url(../images/structure/dropdown_01.gif) #283187 0 0 no-repeat; }
#mainNav #navTab02 ul.dropdown { background: url(../images/structure/dropdown_02.gif) #283187 0 0 no-repeat; }
#mainNav #navTab03 ul.dropdown { background: url(../images/structure/dropdown_03.gif) #283187 0 0 no-repeat; }
#mainNav #navTab04 ul.dropdown { background: url(../images/structure/dropdown_04.gif) #283187 0 0 no-repeat; }
#mainNav #navTab05 ul.dropdown { background: #283187; }

#mainNav ul.lastMainNavDropdown {
	left: auto; /* Required for 'right' to work */
	right: 0px;
	border-left: solid 1px #4544af;
	border-right: solid 1px #4544af;
}

#mainNav ul.dropdown li {
	position: relative;
	background-color: #283187;
	border-bottom: solid 1px #4544af;
	width: 230px;
}
	
#mainNav ul.dropdown li a, 
#mainNav ul.dropdown li a:link, 
#mainNav ul.dropdown li a:visited {
	display: block;
	padding: 8px 15px 8px 15px;
	width: 200px;				
	background-color: #283187;
	color: #FFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;	
	overflow: hidden;
}
		
#mainNav ul.dropdown li a:hover, #mainNav ul.dropdown li a:focus {
	text-decoration: underline;
}



/* ===================================================================================== BREADCRUMBS  */


#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#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: #d6dae4;
}


#actions .printLink,
#actions .emailLink{
	margin: 0 0 0 10px;
}

#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 #3b3b89;
}

#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: 0 0 20px 0;
	width: 240px;
	list-style-image: none;
	list-style: none;
	float: left;
	font-size: 16px;
	line-height: 22px;
}

.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: 9px 30px 9px 20px;
	width: 190px;
	border-bottom: solid 1px #cbcfdc;
	background: #e5eaf9;
	text-decoration: none;
	font-weight: normal;
	color: #333;	
	cursor: pointer;
	overflow: hidden;
}

.subNav .withChildren a, 
.subNav .withChildren a:link, 
.subNav .withChildren a:visited {
	background: url(../images/structure/subnav_arrow_l2_up.png) #e5eaf9 220px 15px no-repeat;
}

.subNav a:hover, .subNav a:focus { 
	background-color: #c4c8e5;
}

.subNav .withChildren a:hover, .subNav .withChildren a:focus { 
	background: url(../images/structure/subnav_arrow_l2_over.png) #c4c8e5 220px 15px no-repeat;
}

.subNav a.current {
	background-color: #c4c8e5 !important; 
	font-weight: bold !important;
}

.subNav .withChildren a.current {
	background: url(../images/structure/subnav_arrow_l2_on.png) #c4c8e5 218px 17px no-repeat !important;
}

.subNav .withChildren a.open {
	background: url(../images/structure/subnav_arrow_l2_open.png) #c4c8e5 218px 17px no-repeat !important;
	font-weight: normal !important;
}

.subNav .withChildren a.open:hover, .subNav .withChildren a.open:focus {
	background: url(../images/structure/subnav_arrow_l2_open.png) #e5eaf9 218px 17px no-repeat !important;
}

/* ========== 3rd Level ========== */

.subNav ul a,
.subNav ul a:link,
.subNav ul a:visited {
	padding: 8px 30px 8px 35px;
	width: 175px;
	background-color: #d4d8ee !important;
	background-image: none !important;
	border-bottom: solid 1px #e5eaf9;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

.subNav ul .withChildren a,
.subNav ul .withChildren a:link,
.subNav ul .withChildren a:visited {
	background: url(../images/structure/subnav_arrow_l3_up.png) #d4d8ee 220px 15px no-repeat !important;
}

.subNav ul a:hover, .subNav ul a:focus {
	background-color: #eaeefa !important;
}

.subNav ul .withChildren a:hover, .subNav ul .withChildren a:focus { 
	background: url(../images/structure/subnav_arrow_l3_over.png) #eaeefa 220px 15px no-repeat !important;
}

.subNav .withChildren ul a.current {
	background-color: #eaeefa !important;
	background-image: none !important;
	font-weight: bold !important;
}

.subNav .withChildren ul .withChildren a.current {
	background: url(../images/structure/subnav_arrow_l3_on.png) #eaeefa 218px 17px no-repeat !important;
}

.subNav .withChildren ul .withChildren a.open {
	background: url(../images/structure/subnav_arrow_l3_open.png) #d4d8ee 218px 17px no-repeat !important;
	font-weight: normal !important;
}

.subNav .withChildren ul .withChildren a.open:hover, .subNav .withChildren ul .withChildren a.open:focus{
	background: url(../images/structure/subnav_arrow_l3_open.png) #eaeefa 218px 17px no-repeat !important;
	
}


/* ========== 4th Level ========== */

.subNav ul .withChildren ul a,
.subNav ul .withChildren ul a:link,
.subNav ul .withChildren ul a:visited {
	padding: 8px 30px 8px 50px;
	width: 160px;
	background-color: #d4d8ee !important;
	background-image: none !important;
	border-bottom: solid 1px #e5eaf9;
	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_l4_up.png) #d4d8ee 220px 15px no-repeat !important;
}

.subNav ul .withChildren ul a:hover, .subNav ul .withChildren ul a:focus {
	background-color: #eaeefa !important;
	background-image: none !important;
}
.subNav ul .withChildren ul .withChildren a:hover, .subNav ul .withChildren ul .withChildren a:focus { 
	background: url(../images/structure/subnav_arrow_l4_over.png) #eaeefa 220px 15px no-repeat !important;
}

.subNav .withChildren ul .withChildren ul a.current {
	background-color: #eaeefa !important;
	background-image: none !important;
	font-weight: bold !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.current {
	background: url(../images/structure/subnav_arrow_l4_on.png) #eaeefa 218px 17px no-repeat !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open {
	background: url(../images/structure/subnav_arrow_l4_open.png) #d4d8ee 218px 17px no-repeat !important;
	font-weight: normal !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_l4_open.png) #eaeefa 218px 17px 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: 8px 30px 8px 65px;
	width: 145px;
	background-color: #d4d8ee !important;
	background-image: none !important;
	border-bottom: solid 1px #e5eaf9;
	color: #333;
}

.subNav ul .withChildren ul .withChildren ul a:hover, .subNav ul .withChildren ul .withChildren ul a:focus {
	background-color: #eaeefa !important;
	background-image: none !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul a.current {
	background-color: #eaeefa !important;
	background-image: none !important;
	font-weight: bold !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul .withChildren ul{
    display: none !important;
}



/* ===================================================================================== FOOTER NAVIGATION */

#footerNav a, #footerNav a:link, #footerNav a:visited {
	color: #2c3284;
	text-decoration: none;
	font-weight: normal;
}

#footerNav a:hover, #footerNav a:focus,
#footerNav a:active {
    text-decoration: underline;
}

