@charset "utf-8";
html, body { 
	height: 100%; 
}
body {
	line-height: 1.8em;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #aaa;
	margin: 0px;
	padding: 0;
	color: #7A97A7;
	font-style: normal;
	font-weight: normal;
	width: 100%;
}
ul, ol, dl {
	font-size: 80%;
}
h1, h2, h3, h4, h5, h6, p  , blockquote, figcaption{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0.5em;
}

#top-menu {
	border: 1px solid rgba(39,41,98,1.00);
	background-color: rgba(255,255,255,1.00);
	display: none;
}
a img {
	border: none;
}

a:link {
	color: #7C958F;
	text-decoration: none;
}
a:visited {
	color: #566884;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: rgba(67,144,255,1.00);
}

.container {
    background-color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    margin-top: 0em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -3em;
    overflow: auto;
    width: 100%;
}
header p {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 3px 3px 1px rgba(0,0,0,0.90);
    letter-spacing: 0.5em;
    padding-top: 16px;
}

header h1 { /* The header features an h1 element. The company name could also be added to the background image itself, but then it would not be accessible to search engines. */
	font-size: 400%;
	font-family: "Arial Black", sans-serif;
	color:rgba(35,84,94,1.00);
	line-height: 1.2em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: baseline;
	padding-top: 0.75em;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.75);
}

header h2 { /* The header features an h1 element. The company name could also be added to the background image itself, but then it would not be accessible to search engines. */
	font-size: 200%;
	font-family: "Arial Black", sans-serif;
	color: rgba(192,192,192,1.00);
	line-height: 1.2em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: baseline;
	padding-top: 0.75em;
	text-shadow: 2px 3px 6px rgba(0,0,0,0.75);
}
header {
    height: 150px;
    color: #fff;
    background-color: #0D3A5B;
    position: relative;
    background-image: -webkit-linear-gradient(270deg,rgba(43,58,73,1.00) 0%,rgba(4,17,30,1.00) 99.48%);
    background-image: -moz-linear-gradient(270deg,rgba(43,58,73,1.00) 0%,rgba(4,17,30,1.00) 99.48%);
    background-image: -o-linear-gradient(270deg,rgba(43,58,73,1.00) 0%,rgba(4,17,30,1.00) 99.48%);
    background-image: linear-gradient(180deg,rgba(43,58,73,1.00) 0%,rgba(4,17,30,1.00) 99.48%);
    background-repeat: no-repeat;
    background-size: cover,auto auto,100% auto;
    background-position: 50% center,left top,left top;
}
header p.collapsed img {
	background-position: center top;
	text-align: center;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 12px;
}
.threeColumn {
	float: left;
	width: 100%;
}
.top {
    border-top: 5px solid #7E7E7E;
    border-bottom-style: none;
    border-bottom-width: medium;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.60);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.30);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.30);
    margin-bottom: 25px;
    text-align: center;
    overflow: auto;
    width: 100%;
    background-color: #456B7E;
}
.top ul {
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 46em;
}
.top ul li {
    margin: 0px;
    list-style: none;
    border: 1px solid #FFFFFF;
    float: left;
    display: block;
    overflow: auto;
}
.top ul li a:link  , .top ul li a:visited {
	padding-right: 0.2em;
	padding-left: 0.2em;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
	display: block;
	width: 7em;
	line-height: 3em;
}
.top ul li a:hover {
	color: #fff;
	background-image: -moz-linear-gradient( 270deg, rgb(2,129,166) 0%, rgb(0,97,153) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(159,159,159,1.00) 0%,rgba(141,141,141,1.00) 100%);
	background-image: -ms-linear-gradient( 270deg, rgb(2,129,166) 0%, rgb(0,97,153) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
}
.main  {
    width: 1024px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.main aside {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 8px solid #93C7ED;
	border-bottom: 8px solid #0086A9;
	font-size: 75%;
	background-image: -webkit-linear-gradient(270deg,rgba(218,238,253,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(218,238,253,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(218,238,253,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(218,238,253,1.00) 0%,rgba(255,255,255,1.00) 100%);
	padding-left: 2px;
	padding-right: 2px;
}
.main aside blockquote {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
aside blockquote p {
	margin: 0px 0px 5px 0px;
	padding: 0px .5em;
	text-indent: -0.4em;
}
aside blockquote cite {
	display: block;
	font-size: 90%;
	text-align: right;
	font-style: italic;
}
.sidebar1 {
	float: left;
	width: 200px;
	border-radius: 0;
	position: relative;
	overflow: auto;
	line-height: 1.6em;
}
.content {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    visibility: visible;
}
.main .content h1 {
	font-size: 150%;
}
.main .content h2 {
	font-size: 110%;
	line-height: 120%;
}
.main .content h3 {
	font-size: 85%;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.main .content p {
	font-size: 90%;
}


.container h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

.content ul, .content ol {
	padding-top: 0;
	padding-left: 32px;
	padding-bottom: 15px;
	
}

.sidebar2 {
	width: 196px;
	background-color: #CDE2E9;
	float: left;
	overflow: auto;
	line-height: 1.5em;
	padding-left: 2px;
	padding-right: 2px;
}
.sidebar2 section h2 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 130%;
	line-height: 1.4em;
}

footer {
    padding-top: 10px;
    padding-right: 10%;
    padding-bottom: 10px;
    padding-left: 10%;
    background-color: #FFFFFF;
    position: relative;/* this gives IE6 hasLayout to properly clear */
    clear: both;
    color: #D1DFEF;
    font-size: 74%;
    margin-top: 20px;
    background-image: -webkit-linear-gradient(90deg,rgba(57,88,118,1.00) 0%,rgba(4,18,23,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(57,88,118,1.00) 0%,rgba(4,18,23,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(57,88,118,1.00) 0%,rgba(4,18,23,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(57,88,118,1.00) 0%,rgba(4,18,23,1.00) 100%);
    line-height: 1.4em;
    text-align: center;
}
footer, .push {	
	min-height:1em; 
}
	
.logo-white {
	color: #fff;
}
figcaption {
	margin-top: 0px;
	font-size: 65%;
	font-weight: bold;
	line-height: 0.75em;
	margin-bottom: 12px;
}
section p img {
	width: auto;
}
figcaption + section p {
	margin-top: 0px;
}

header, section, footer, aside, article, figure { 
	display: block;
}





@media screen and (max-width:1023px) {
.container {
	width: 100%;
}
header { 
	position:relative;
	background-color: #090;
	height: 150px;
}
header h2 {
	font-size: 250%;
	padding-top: 0.5em;
	line-height: normal;
}
header p {
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 10px rgba(0,0,0,0.93);
    letter-spacing: 0.5em;
    font-size: 16px;
}
.top ul {
	width: 48em;
}
.top ul li a:link  , .top ul li a:visited{
	padding: 0px .2em;
	width: 7em;
	font-size: 90%;
}
.main  {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.sidebar1 {
	width: 20%;
}
.sidebar2 {
	float: none;
	margin-left: 23%;
	width: 75%;
	margin-top: 20px;
	margin-bottom: 20px;
}
section p img {
	max-width: 593px;
}
header p.collapsed img {
	width: 36%;
}
.content {
	width: 75%;
}
}
@media screen and (max-width:665px){
.container {
	width: 100%;
}
header { 
	position:relative;
	background-color: #090;

	height: 100px;
}
header h2 {
	font-size: 235%;
	font-family: "Impact";
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
	text-outline: 1px #0F6B00;
	padding-top: .6em;
}
header p {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: 0px 1px 7px rgba(0,0,0,0.93);
    letter-spacing: 0.5em;
    padding-top: 7px;
}
.main  {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}
.content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: none;
}
.sidebar1 {
	display: none;
}
.sidebar2 {
	float: none;
	clear: both;
	margin: 10px 0px;
	width: 100%;
}
.top {
	height: 40px;
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
}
.top ul {
	display: block;
	width: 100%;
	margin: 0px;
	text-align: center;
}
.top li {
	display: block;
	float: none;
	margin-left: 0px;
	width: 100%;
}

.top ul li a:link  , .top ul li a:visited{
	padding: 0px 2em;
	width: auto;
	font-size: 100%;
	margin: 0px;
	background-color: #006699;
	height: 40px;
	line-height: 2.5em;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.30);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.30);
}
.top.open {
	overflow: visible;
	z-index: 100;
}
.top.open .navbar{
	/* [disabled]top: 40px; */
	z-index: 100;
	font-size: medium;
	max-height: 240px;
}
#top-menu {
	display: block;
	float: right;
	border: 1px solid #2D4D67;
	padding: 7px 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 20px;
	z-index: 1000;
	background-color: rgba(11,76,112,1.00);
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(186,219,247,1.00) 65.80%,rgba(0,102,153,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(270deg,rgba(186,219,247,1.00) 65.80%,rgba(0,102,153,1.00) 100%);
	background-image: -o-repeating-linear-gradient(270deg,rgba(186,219,247,1.00) 65.80%,rgba(0,102,153,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(186,219,247,1.00) 65.80%,rgba(0,102,153,1.00) 100%);
}
header p.collapsed img {
	width: 35%;
}
section p img {
	max-width: 540px;
}

}
@media screen and (max-width:480px){
.main {
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	width: 100%;
}
header p {
    letter-spacing: 0.2em;
    font-size: 11px;
    margin-bottom: -29px;
    padding-top: 23px;
    padding-bottom: 11px;
}
.content h1 {
    font-size: 153%;
    text-align: left;
}
.content {

}

.content section h2 {
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.4em;
}
.main .sidebar2 {
	width: 100%;
	margin: 20px 0px;
	overflow: hidden;
}
.main .sidebar2 section {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.sidebar2 figure {
	clear: none;
}
.sidebar2 figure img  {
	max-width: 95%;
	float: none;
	clear: both;
	margin: 5px auto;
}
.sidebar2 figure p {
	width: 90%;
	float: none;
	clear: both;
	margin: 5px auto;
}

footer {
	padding-top: 5px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 5px;
}
header p.collapsed img {
	width: 55%;
}
section p img {
	max-width: 400px;
}

}
