
.content-div {
	margin-top: -11px;
}
.outer-wrapper-div {
	width: 100%;
	background: url(../images/bg2.png) top center no-repeat;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	background-attachment: fixed;
	z-index: 1;
}
.outer-banner-div {
	border-top: 8px solid #ec7519;
}
.banner-div {
	width: 980px;
	height: 12px;
	background: none;
	position: relative;
}
.logo-holder {
	width: 990px;
	height: 144px;
	margin: 0px auto;
	z-index: 20;
	position: relative;
	background: url(../images/logo-holder.png) no-repeat;
}
	.banner-logo {
        position: absolute;
        top: 6px;
        left: 12px;
        margin: 0px;
        padding: 0px;
        z-index: 25;
	} 
		.banner-logo img{} 
		.banner-logo-sitename {
			position: absolute;
			top: 0px;
			left: 120px;
			width: 250px;
		}
	.banner-side-div {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 50;
	}
		.banner-supernav-div {
			text-align: right;
			float: right;
			width: 502px;
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ec7519), color-stop(1, #e1580b));
			background:-moz-linear-gradient( center top, #ec7519 5%, #e1580b 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec7519', endColorstr='#e1580b');
			background-color: #ec7519;
			padding: 10px 18px 12px 18px;
			font: 17px/22px Montserrat-Bold;
			color: #feaf77;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			text-shadow: 0px 2px 0px #c24c0a;
			text-transform: uppercase;
			margin-bottom: 7px;
			letter-spacing: .025em;
		}
		.banner-supernav-div a {
			color: #ffffff;
			padding: 0px 2px;
		}
		.banner-supernav-div a.current {
			color: #333333;
			text-shadow: 0px 2px 0px #ec7519;
		}
		.banner-socialmedia-div {
			float: right;
			margin-left: 5px;
			display: inline-block;
		}
		.banner-contact-div {
			text-align: right;
			display: inline-block;
			font: 19px/24px Montserrat-Bold;
			color: #ffffff;
			float: right;
			padding: 5px 0px;
			margin-right: 10px;
			text-shadow: 1px 1px 4px rgba(0, 0, 0, .70);
			
		}
		.banner-tagline-div h3 {
			text-align: right;
			margin-right: 600px;
			margin-top: 7px;
			font: bold 15px/20px 'Arial';
			font-style: italic;
			color: #04163b;
		}

.navbar-div {
	width: 980px;
	z-index: 11;
	margin-top: -18px;
	height: 54px;
	line-height: 54px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #217ec1), color-stop(1, #04163b));
	background:-moz-linear-gradient( center top, #217ec1 5%, #04163b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#217ec1', endColorstr='#04163b');
	background-color: #217ec1;
	font: 18px/54px Montserrat-Bold;
}
.navbar-div-shadow {
	width: 980px;
	height: 11px;
	position: relative;
	margin: 0px auto;
	z-index: 10;
	background: url(../images/nav-shadow.png) no-repeat;
}
.anchMainNav.last {
	padding: 0px 22px;
	border-right: 0px;
}
.navbar-div a {
	display: block;
	float: left;
	padding: 0px 28px;
	border-right: 1px solid #04163b;
	color: #ffffff;
	text-shadow: 0px 2px 0px #08498d;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #217ec1), color-stop(1, #04163b));
	background:-moz-linear-gradient( center top, #217ec1 5%, #04163b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#217ec1', endColorstr='#04163b');
	background-color: #217ec1;
	text-transform: uppercase;
	letter-spacing: .025em;
}
.navbar-div a:hover {
	background: #04163b;
	text-decoration: underline;
}


.navbar-div a.current {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ec7519), color-stop(1, #e1580b));
	background:-moz-linear-gradient( center top, #ec7519 5%, #e1580b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec7519', endColorstr='#e1580b');
	background-color: #ec7519;
	color: #ffffff;
	border-right: 1px solid #e1580b;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-shadow: 0px 2px 0px #c24c0a;
}
.navbar-div a span.currentarrow {
	display: block;
	position: relative;
	width: 40px;
	z-index: 999;
	margin: 0px auto 0px auto;
}
.navbar-div a span.currentarrow img {
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 999;
}

.footer-div {
	background: none;
	color: #555555;
	width: 980px;
	padding: 15px 0px 20px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}
.footer-div a {
	color: #555555;
	text-decoration: none;
}
.footer-div a.current {
	color: #ec7519;
	text-decoration: underline;
}
.banner-tagline-div {
    margin: 12px 0px 0px 0px;
}
.logo-holder {
    margin-top: -20px;
}

