* {margin: 0; padding: 0; box-sizing: border-box; font-family: Georgia, serif; font-size: 15px;}

.page {
	width: 100%;
	text-align: center;
}
header, footer {margin: 0 auto; width: 100%;}
.left {float:left;}
.right {float:right;}
p {	margin-bottom: 12px;}
h1, h2 { font-size: 24px; font-family: Arial; font-weight: bold; margin-bottom: 15px;}
img { display: block; max-width: 100%;}
article {
	width: 100%;
	overflow: hidden;
}
.default {
	
}
	.default p {
		padding-bottom: 35px;
		padding-top: 5px;
	}
	.default a {
		color: inherit;
	}
	.default ul {
		padding-left: 25px;
	}
	.default .full {
		padding: 10px;
	}
.text {
	width: 100%;
	overflow: hidden;
}
.full {
	width: 100%;
	float: left;
	text-align: justify;
}
.hr-black {
	display: block;
	width: 100%;
	height: 2px;
	border: none;
	background-color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hr-white {
	display: block;
	width: 86%;
	height: 2px;
	border: none;
	background-color: #fff;
	margin-bottom: 15px;
}
section {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.content {
	width: 990px;
	margin: 0 auto;
}

.header {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	min-width: 990px;
}	
.header-logos {
	width: 100%;
	min-width: 990px;
}
	.header-logos .content {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.header-logos div div {
		padding: 10px;
	}
	.header-logos a {
		display: block;
		font-size: 0;
	}
	.header-logos img {
		display: block;
		max-width: 100%;
	}	
.main-nav {
	width: 100%;
	min-width: 990px;
	text-align: center;
}
.main-nav:after {
  content: "";
  display: table;
  clear: both;
}
.main-nav > ul {
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	position: relative;
	font-size: 0;
}
.main-nav ul li {
	display: inline-block;
}
.main-nav a {
	display: block;
	padding: 0 30px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: .5px;
}
.main-nav a:hover {
	background-color: rgba(143,19,23,.9);
}

.toggle, [id^=drop] {
	display: none;
}

.main-nav li > a:only-child:after { content: ''; }

.menu-light {
	height: 36px;
	background: #e6e6e6;
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #fefefe 50%, #e6e6e6 100%);
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#fefefe 50%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #e6e6e6 0%,#fefefe 50%,#e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=0 );
}
	.menu-light a {
		line-height: 36px;
		color: #333;
	}
	.menu-light li:hover {
		
	}
		.menu-light li:hover a {
			
		}
.menu-dark {
	height: 44px;
	background-color: #333;
}
	.menu-dark a {
		line-height: 44px;
		color: #fff;
	}
	.menu-dark li:hover {
		
	}
		.menu-dark li:hover a {
			
		}
.header .banner {
	background: url(data/images/rotator/banner1.jpg) no-repeat center center;
	width: 100%;
	min-width: 990px;
	height: 328px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}
	.header .banner div {
		padding-bottom: 40px;
		display: -webkit-flex;
		display: flex;
		justify-content: -webkit-flex-end;
		justify-content: flex-end;
		align-items: -webkit-flex-end;
		align-items: flex-end;
		-webkit-flex-shrink: 0;
		flex-shrink:         0;
	}
		.header .banner div p {
			font-size: 36px;
			font-weight: bold;
			font-style: italic;
			text-align: right;
			color: #fff;
			text-shadow: 0 0 4px #000;
		}
.cols {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 100%;
	
	text-align: justify;
}
	.col-6 {
		-webkit-flex-basis: 49%;
		flex-basis: 49%;
		text-align: justify;
	}
.wrapper {
	width: 100%;
	min-width: 990px;
	/* background: #ded5cb url(graphic/eagle-big.png) no-repeat center center; */
	background: #ded5cb;
	background: -moz-linear-gradient(top, #ded5cb 0%, #ffffff 100%) url(graphic/eagle-big.png) no-repeat center center;
	background: -webkit-linear-gradient(top, #ded5cb 0%,#ffffff 100%) url(graphic/eagle-big.png) no-repeat center center;
	background: linear-gradient(to bottom, #ded5cb 0%,#ffffff 100%) url(graphic/eagle-big.png) no-repeat center center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded5cb', endColorstr='#ffffff',GradientType=0 );
	
	overflow: hidden;
}
	.wrapper .content {
		display: -webkit-flex;
		display: flex;
	}
.sidebar {
	-webkit-flex-basis: 254px;
	flex-basis: 254px;
	-webkit-flex-shrink: 0;
	flex-shrink:         0;
	min-height: 500px;
	background: url(graphic/blue-bg.png) repeat center left;
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}
	.sidebar > p {
		color: #fff;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
.main-content {
	flex: auto;
	padding: 35px;
	text-align: justify;
	position: relative;
	overflow: visible;
	z-index: 1;
}
	.main-content:before {
		content: "";
		background: url(graphic/eagle-big.png) no-repeat left center;
		position: absolute;
		top: 0;
		left: 50px;
		bottom: 0;
		min-width: 100%;
		width: 1122px;
		height: 100%;
		z-index: -1;
	}
	.main-content img {
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
	}
	.main-content ul, 
	.main-content ol {
		padding-left: 30px;
	}
	
iframe {
	width: 100%;
	height: 200px;
	border: none;
}

.footer {
	width: 100%;
	min-width: 990px;
	text-align: center;
	background-color: #AB151A;
}
	.footer img {
		margin: 0;
	}
	.footer .signature {
		width: 100%;
		background-color: #1a1a1a;
	}
	.footer .signature p {
		display: block;
		text-align: center;
		margin-bottom: 0;
	}
		.footer .signature p a {
			color: #fff;
			text-decoration: none;
			font-size: 10px;
			line-height: 23px;
			font-family: Verdana, Arial, Tahoma, sans-serif;
			display: inline-block;
			vertical-align: middle;
		}

