@charset "utf-8";
body { background-color: #8CC640; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 0; padding: 0; }
a img { border-style:none; }
a:focus{ outline:none; }

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF url(../images/container_bg.gif) repeat-y;
}
#header {
	border-top: 7px solid #016937;
	clear: both;
	padding-top: 15px;
	background-color: #FFF;
}
#header a #logo {
	height: 155px;
	width: 795px;
	border-style: none;
	margin-top: 70px;
	margin-bottom: 40px;
}


#header #nav {
	background-color: #016937;
	clear: both;
	padding: 2px 10px;
	height: 14px;
	text-align: right;
}
#header #nav a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
#header #nav a:hover { text-decoration: underline; }


a.orangebox {
	background-color: #EC881D;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding: 15px;
	display: block;
	text-align: left;
}
a.orangebox:hover { background-color:#ea9f1d; }

a.orange { color: #EC881D; text-decoration: none; }
a.orange:hover { text-decoration: underline; }

#sidebar {
	background-color: #439539;
	display: inline;
	float: left;
	width: 195px;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

#sidebar h3 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCFF66;
	padding: 10px;
	margin: 0 0 5px;
}
#sidebar p {
	font-size: 14px;
	color: #FFF;
	padding: 0;
	margin: 0 0 10px;
	line-height: 1.3em;
}
#sidebar hr {
	width: 80px;
	margin: 10px auto;
	padding: 0px;
	border-style: none;
	border-bottom: 2px solid #F89728;
	color: #439539;
	text-align: center;
	font-size: 1px;
	line-height: 1px;
}
#content {
	width: 745px;
	display: inline;
	float: left;
	font-size: 14px;
	color: #695E4A;
	padding: 20px;
}
#content p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

#content ul { padding: 0; margin: 0 0 20px 10px; line-height: 1.5em; }

#content h4 {
	font-size: 24px;
	font-weight: normal;
	color: #006227;
	padding: 0px;
	line-height: 1em;
	margin: 0px;
}

#content .info {
	clear: both;
	border: 1px solid #689F54;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	padding: 10px;
	overflow: auto;
}
#content input, #content textarea {
	display: inline;
	float: left;
	border:1px solid #6E5300;
}

#container #footer {
	background-color: #006227;
	clear: both;
	padding: 5px 20px;
	font-size: 12px;
	color: #FFF;
}
#container #footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#container #footer a:hover {
	text-decoration: underline;
}
a.button, input.button {
	height: 25px;
	width: 100px;
	display: inline;
	border: 1px solid #6CB33F;
	font-size: 12px;
	background-color: #A0CF67;
	color: #006227;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px;
	margin: 5px 5px 5px 0;
}

a.button:hover, input.button:active {
	color: #FFF;
	background-color: #006227;
	text-decoration: none;
}

input.button, input.button:active { border: 1px solid #6E5300; margin-top:0; padding-top:3px; cursor: pointer; }

.alignright { display: inline; float: right; }

.clear { clear: both; }
.green { color: #68933E; }
.blue { color: #3B6E8F; }
.strip {
	visibility: visible;
	overflow: visible;
	clear: both;
	float: left;
	width: 100%;
	padding-top:20px;
}
.col2 {
	display: inline-block;
	float: left;
	width: 49%;
	margin-bottom: 10px;
}
.col3 {
	display: inline-block;
	float: left;
	width: 32%;
	margin-bottom: 10px;
}
