@charset "utf-8";
body {
	margin: 0px;
	color: #151515;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	/* [disabled]background-color: #EFF5F8; */
}
#wrapper {
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	position: static;
}
#top {
	overflow: hidden;
	margin-top: 1%;
}
#hero img {
	max-width: 100%;
}
h1, h2 {
	color: #231F20;
	font-style: normal;
	font-weight: 600;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

h1 {
	font-size: 72px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	text-transform: uppercase;
}
h2 {
	margin-top: 0.5em;
}
#main {
	width: 66%;
	margin-left: 2%;
	float: left;
	border-width: medium;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#sidebar {
	width: 25%;
	margin-left: 4%;















	absolute;
	position: static;
	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;
	position: static;
}
footer {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 2%;
	color: #FFFFFF;
	clear: left;
	background-image: url(../img/footer.png);
	text-align: center;
}
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 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#mainnav a {
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	background-color: #231F20;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus   {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #231F20;
}
#mainnav a.thispage {
	background-color: #FFFFFF;
	color: #231F20;
}

#hero article {
	width: 36%;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 25px;
	right: 33px;
	background-color: #231F20;
	border-radius: 10px;
	color: #FFFFFF;
}
#hero h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: -8px;
}

#hero {
	position: relative;
}
#main aside img {
	position: relative;




}
#footerLOGO {
	position: relative;
	float: right;
	display: inherit;
}
#footerFB {
	text-align: right;
}
