@charset "UTF-8";
body {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #151515;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #FFCC99;
	position: relative;
}
#wrapper {
	background-color: #EDEDED;
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
}
#hero {
	position: relative;
	clear: left;
}
#hero article {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	left: 227px;
	background-color: #67A570;
	border-radius: 15px;
	color: white;
	top: 23px;
	opacity: 1;
	float: left;
}
#wrapper #top h1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#hero img {
	max-width: 100%;
}
#main {
	width: 100%;
	margin-left: 2%;
	float: left;
}
#sidebar {
	float: right;
	width: 30%;
	margin-left: 4%;
	margin-right: 10px;
	height: auto;
	margin-top: 50px;
	margin-bottom: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: normal;
	border-color: #0168F7;
	border-radius: 20px;
	background-color: #BADBFB;
	border-style: solid;
}
#footer {
	clear: left;
}
#figure {
	width: 420px;
}
figure img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}
#wrapper #top h1 {
}
#figcaption {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	margin-right: 10px;
	float: left;
}
.floatright {
	float: right;
	margin-left: 10px;
}
a {
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #6600ff;
}
a:visited {
	color: #cc66ff;
}
a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}
#mainnav ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainnav a {
	width: 13%;
	display: block;
	float: left;
	background-color: #4D4D4D;
	color: white;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
}
#mainnav a:hover, #mainnav a:active, #mainnava:focus, #mainnav a.thispage {
	text-decoration: none;
	background-color: #43A6CB;
}
#wrapper #hero video {
	display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #000000;
	border-radius: 2px;
	float: left;
	position: fixed;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
#wrapper #newnav select {
	color: red;
	border-radius: 0px / 11px;
	background-color: white;
	border-color: pink;
}
#wrapper #newnav {
}
article, aside, figure, footer, header, nav {
	padding: 10;
	border-radius: 13;
	margin-right: 10px;
	margin-left: 10px;
	font-size: medium;
	text-indent: 0;
	position: relative;
	text-align: left;
}
