@charset "utf-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #151515;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: #EFF7F8;
}
#wrapper {
	background-color: #FFFFFF;
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#hero {
	position: relative;
	clear: left;
}
#hero article {
	width: 28%;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	top: 164px;
	right: 16px;
	background-color: #176F71;
	border-radius: 17px;
	color: #FFFFFF;
	opacity: 0.6;
}
#hero h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: -12px;
}



#hero img {
	max-width: 100%;
}
h1, h2 {
	color: #365EC3;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
}
h1 {
	font-size: 30px;
	text-align: left;
	margin-top: 14px;
	margin-bottom: 12px;
}
h3 {
	font-size: 12pt;
	text-transform: uppercase;
	margin-right: 30px;
	margin-left: 0px;
	float: none;
	clear: none;
	text-align: right;
}

#main {
	width: 58%;
	float: left;
	margin-left: 2%;
}
#sidebar {
	width: 34%;
	margin-left: 4%;
	float: left;
}
footer {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	background-color: #062431;
	color: #02B6AE;
	clear: left;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

figure {
	width: 420px;
}
figure img {
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}



figcaption {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	margin-right: 10px;
	float: left;
}
.floatright {
	margin-left: 10px;
	float: right;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #15777F;
}
a:visited {
	color: #03AE53;
}
a:hover, a:active, a:focus {
	color: #2DCF20;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav a {
	width: 20%;
	display: block;
	float: left;
	background-color: #176F71;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	text-decoration: none;
	background-color: #10B25B;
}
article, aside, figure, footer, header, nav {
}
