@charset "utf-8";

/* CSS Document */

body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
a {
	text-decoration: none;
	color: #06512E;
	margin: 0px;
	width: 100%;
	font-weight: bold;
}
a:link {
	color: #841416;
}



#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a:hover, a:active, a:focus {
	color: #F8F089;
}
a:visited {
	color: #E8CBCC;
}


#mainnav li {
	list-style: none;
	text-decoration: none;
}
#mainnav a {
	width: 25%;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	background-color: #7D633B;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	background-color: #006F3B;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
footer {
	background-color: #AFAFAF;
	clear: left;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #7D633B;
	text-align: center;
}
#wrapper {
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
h1, h2 {
	text-align: center;
	font-family: acme;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
}
#top img {
	position: relative;
	right: auto;
	float: right;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
#main {
	width: 58%;
	float: left;
	margin-left: 2%;
}
#sidebar {
	width: 34%;
	margin-left: 4%;
	float: left;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
figure {
	width: 420px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 25px #0D311D;
	box-shadow: 1px 1px 25px #0D311D;
	margin: 0px;
}
figcaption {
	text-align: center;
	font-family: acme;
	margin-top: 0.5em;
	font-weight: 400;
	font-style: normal;
	display: block;
	width: 420px;
	font-size: 0.85em;
}
.bio {
	width: 220px;
	text-align: center;
}
.contact {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-family: acme;
	font-style: normal;
	font-weight: 400;
	text-align: left;
}
#acordian {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 2px 2px 15px 0px #073A23;
	box-shadow: 2px 2px 15px 0px #073A23;
	background-color: #CCB593;
	border-radius: 25px;
}
#acordian h3 {
	margin-left: 10px;
	color: #082919;
}
#acordian p input {
	background-color: #C1EDD4;
	margin-left: 15px;
	-webkit-box-shadow: inset 0px 0px;
	box-shadow: inset 0px 0px;
	color: #322817;
}
#acordian p textarea {
	background-color: #C1EDD4;
	margin-left: 15px;
	-webkit-box-shadow: inset 0px 0px;
	box-shadow: inset 0px 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-width: 40px;
}
#acordian .submit {
	background-color: #082919;
	color: #FDFCFC;
	font-family: acme;
	font-style: normal;
	font-weight: 400;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}
.thanks {
	text-align: center;
	color: #083921;
	text-shadow: 0px 2px 4px #D3C0A3;
}
#wrapper .thanks h3 {
	margin-top: 300px;

}
a.thispage {
	background-color: #0C5632;
	font-weight: bold;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
