
/*GENERAL LINKS
**********************************************************/

a:link, a:visited {
	color: #f15b27;
}

a:hover, a:active {
	color: #f96e0a;
	text-decoration: none;
}


/*TOP NAV
**********************************************************/

ul#topNavList {
	float: right;
}

ul#topNavList li {
	float: left;
	padding: 8px 0 0 0;
}

ul#topNavList li a:link, ul#topNavList li a:visited {
	color: #777;
	border-left: 1px solid #ccc;
	padding: 0 12px;
	font-size: 12px;
	text-decoration: none;
}

ul#topNavList li.last a {
	padding-right: 0px;
}

ul#topNavList li a:hover, ul#topNavList li a:active {
	color: #000;
	text-decoration: underline;
}

div#header ul#topNavList li.first a {
	border-left: 0;
}

div#header ul#topNavList li.onPath a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}


/*SOCIAL NAV
*****************************************************/

ul.socialNavList {
	text-align: right;
	padding-top: 22px;
}

ul.socialNavList li {
	width: 42px;
	height: 42px;
	margin: 10px 0 0 0;
	display: inline-block;
}

ul.socialNavList li a {
	width: 42px;
	height: 42px;
	display: inline-block;
	text-indent: -5000px;
	text-align: left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	opacity: 0.8;
}

ul.socialNavList li a:hover {
	opacity: 1;
}

ul.socialNavList li.navtwitter a {
	background-image: url('../images/social/twitter.png');
}


/*MAIN NAV
**********************************************************/

#mainNav {
	padding: 0;
	background-color: #225378;
	margin-top: 15px;
	text-align: center;
	transition: .6s all ease;
}

.sticky#mainNav {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-top: 0;
}

ul#mainNavList li {
	display: inline-block;
}

ul#mainNavList li a {
	display: block;
	padding: 14px 8px 14px 8px;
	color: #fff;
	font-size: 17px;	
	text-decoration: none;
	opacity: 0.8;
	position: relative;
	cursor: pointer;
	font-weight: 300;
	transition: .5s all ease;
}

ul#mainNavList li a:hover, 
ul#mainNavList li a:active,
ul#mainNavList li.onPath a {
	background-color: #3e7290;
	opacity: 1;
}

ul#mainNavList li.onPath a:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -10px;
	border-top: 8px solid #3e7290;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}



/*LEFT NAV
**********************************************************/

ul#leftNavList {
	padding: 32px 0 30px 0;
}

ul#leftNavList li {
	list-style-type: none;
}

ul#leftNavList li a {
	color: #6c5b55;
	font-size: 15px;
	display: block;
	padding: 10px 10px 10px 25px;
	text-decoration: none;
	border-bottom: 1px solid #b6b5a6;
	position: relative;
}

ul#leftNavList li a:hover, 
ul#leftNavList li a:active,
ul#leftNavList li.onPath a:hover {
	color: #fff;
	background-color: #6c5b55;
}

ul#leftNavList li.onPath > a {
	color: #f1592a;
}

ul#leftNavList li.sel > a {
	color: #fff;
	background-color: #6c5b55;
}

/*lev2*/

ul#leftNavList li.onPath li.lev2 a {
	font-weight: normal;
	padding-left: 45px;
	color: #f1592a;
}

ul#leftNavList li.onPath li.lev2 a:hover,
ul#leftNavList li.onPath li.lev2.sel a:hover {
	color: #fff;
	background-color: #6c5b55;
}

ul#leftNavList li.onPath li.lev2.sel a {
	color: #fff;
	background-color: #6c5b55;
}

ul#leftNavList li a:after  {
	display: inline-block;
	text-indent: 0;
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	top: 15px;
	left: 10px;
	border-top: 4px solid transparent;
	border-left: 4px solid #6c5b55;
	border-bottom: 4px solid transparent;
}

ul#leftNavList li.lev2 a:after  {
	left: 12px;
}

ul#leftNavList li.onPath a:after {
	border-left: 4px solid #f1592a;
}

ul#leftNavList li.onPath a:hover:after,
ul#leftNavList li a:hover:after, 
ul#leftNavList li a:active:after,
ul#leftNavList li.sel a:after  {
	border-left: 4px solid #fff;
}




/*FOOTER NAV
**********************************************************/

ul#footerNavList {
	text-align: center;
	padding:0;
	width:100%;
}

ul#footerNavList li {
	display: inline-block;
	padding: 0 12px;
	border-left: 1px solid #6c5b55;
}

ul#footerNavList li.first {
	border: 0;
}

ul#footerNavList li a:link, ul#footerNavList li a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #6c5b55;
}

ul#footerNavList li a:hover, ul#footerNavList li a:active {
	text-decoration: underline;
}

div#footerInner ul#footerNavList li.onPath a {
	color: #6c5b55;
	text-decoration: none;
}


/*PATH
**********************************************************/

div#path {
	padding: 15px 1% 40px;
	overflow: hidden;
	border-bottom: 1px solid #b6b5a6;
}

div#path li {
	float: left;
	padding: 0 25px 0 0;
}

div#path li a {
	font-size: 13px;
	display: inline-block;
	color: #6c7986;
	text-decoration: none;
	text-transform: uppercase;
}

div#path li.sel {
	background-image: none;
	padding-right: 0;
}

div#path li a:hover,
div#path li.sel a {
	text-decoration: none;
	color: #041221;
}

div#path li:after  {
	display: inline-block;
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 4px solid #f1592a;
	border-bottom: 4px solid transparent;
	margin: 4px 0 0 11px;
}

div#path li.sel:after {
	border: 0;
}