/*=== Page Title Styles
Author: Roger, Andrew
==================================================*/

#sticky-nav {
	position: static;
	margin-top: 8px;
	z-index: 1000;
	}
	
#sticky-nav .sticky-nav-wrapper {
	width: 962px;
	margin: 0 auto;
	text-align: left;
	padding: 18px 0 0;
	}	
	
.social-share .at300b {
    width: 110px;
	}			
	
body.fixed-nav-enabled #sticky-nav {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFF;
	}
	
body.fixed-nav-enabled #jb-header{
	padding-bottom: 116px;
	}

body.fixed-nav-enabled #jb-header.no-stick-nav {
	padding-bottom: 56px;
	}

#sticky-nav .page-title {
	position: relative;
	padding: 0 0 20px;
	border-bottom: 1px solid #E1EDF8;
	}
	
#sticky-nav .page-title h3 {
	color: #004990;
 	width: 450px;
 	margin: 0 !important;
 	padding: 0;
	}
	
#sticky-nav .page-title .social-share {
 	position: absolute;
 	top: 0;
 	/*right: 35px;*/
 	right: 70px;
 	width: 405px;
 	margin: 0;
 	padding: 0;
 	z-index: 900;
 /*	// @mc changed right from 0 to 30px */
	}
	
#sticky-nav .page-title #back-to-top {
	display: block;
	position: absolute;
 	top: 0;
 	right: 0;
 	width: 83px;
	padding: 3px 0 0;
	background: url(/img/bg-back-to-top.jpg) no-repeat right 5px;
	color: #4D90CD;
	font-size: 13px;
	line-height: 1.1;
	}
	
#sticky-nav .page-title #back-to-top:hover {
	color: #004990;
	background-position: right -35px;
	text-decoration: underline;
	}	

/*=== Sticky Navigation
Author: Roger, Andrew
==================================================*/
#sticky-nav .nav-sections {
	cursor: pointer;
	z-index: 5;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0 20px;
	border-bottom: 1px solid #E1EDF8;
	}
	
#sticky-nav .nav-sections .section-dropdown {
	/*z-index: 1001; @mc */
	z-index: 500;
	position: absolute;
	top: 12px;
	right: 0;
	background: transparent url(/img/section-dd-bg.png) 0 0 no-repeat;
	width: 152px;
	height: 32px;
	}
	
#sticky-nav .nav-sections .section-dropdown h5 {
	cursor: inherit;
	font-size: 13px;
	color: white;
	margin: 0;
	padding: 8px 0 8px 10px;
	}
	
#sticky-nav .nav-sections .section-dropdown .section-nav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(/img/section-dd-bg.png) -157px top no-repeat;
	width: 152px;
	padding: 0 0 13px;
	}
	
#sticky-nav .nav-sections .section-dropdown .section-nav .inner {
	background: transparent url(/img/section-dd-bg.png) -314px bottom no-repeat;
	padding: 0 0 3px;
	}
	
#sticky-nav .nav-sections .section-dropdown .section-nav .inner .nav {
	background-color: #4d90cd;
	padding: 5px 0;
	}
	
#sticky-nav .nav-sections .section-dropdown .section-nav .inner li {
	margin: 0;
	padding: 0;
	background: none;
	/*margin-bottom: 3px;*/
	}
	
#sticky-nav .nav-sections .section-dropdown .section-nav .inner a { 
	font-size: 13px;
	line-height: 1.1;
	display: block;
	color: white;
	text-decoration: none;
	padding: 6px 10px;
	}
	
#sticky-nav .nav-sections .section-dropdown .section-nav .inner a:hover {
	background-color: #004990;
	}
	
#sticky-nav .nav-sections .active .section-nav {
	display: block;
	}

#sticky-nav .nav-sections #page-nav {
	padding: 0;
	margin: 0;
	}
	
#sticky-nav .nav-sections #page-nav li {
	background: none;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 15px;
	font-weight: 700;
	margin-left: 24px;
	}

#sticky-nav .nav-sections #page-nav li:first-child,
#sticky-nav .nav-sections #page-nav .first {
	margin-left: 0;
	}
	
#sticky-nav .nav-sections #page-nav a {
	font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #4d90cd;
	padding-bottom: 4px;
	}
	
#sticky-nav .nav-sections #page-nav a:hover {
	text-decoration: underline;
	color: #004990;
	}	

/*
#sticky-nav .nav-sections #page-nav a:hover, 
#sticky-nav .nav-sections #page-nav a.active {
	background: transparent url(/img/dwn-arrow.png) center bottom no-repeat;
	}
*/

#sticky-nav .page-title:after,
#page-nav:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	}
	
html.oldie #sticky-nav .page-title,
html.oldie #page-nav {
	zoom: 1;
	_height: 1%;
	}	
