@charset "utf-8";
body {
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #EFF5F8;
	height: 100%;
	width: 100%;
}
html {
	height: 100%;
	background-color: #EFF5F8;
	width: 100%;
	background: #EFF5F8;
}
#wrapper {
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #041E42;
}
#top {
    overflow: hidden;
}
#hero img {
	max-width: 90%;
	padding: 25px;
}
h1, h2, h3 {
	color: #FFC325;
	font-style: normal;
	font-weight: 600;
	font-family: source-sans-pro;
}

h1 {
	font-size: 72px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	font-family: averia-sans-libre;
}
h2 {
	margin-top: 0.5em;
}
#main {
	width: 90%;
	left: 10%;
	float: left;
	padding: 25px;
}
#sidebar {
	width: 34%;
	margin-left: 4%;
	float: left;
}


figure {
	display: block;
	width: 420px;
}
figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

figcaption {
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 0.5em;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
footer {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	background-color: #041e42;
	color: #FFCB52;
	clear: left;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF944C;

}
a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}
#mainnav a {
	width: 16%;
	display: block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	background-color: #041E42;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	background-color: #FFC325;
	text-decoration: none;
}
