/* COPYRIGHT 2010 BULLSEYE CREATIVE (www.bullseyecreative.net) */

@import url(reset.css);

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #1a6101;
}

/* Standard fonts and rollovers  */

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a, object {
	outline:none;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;
}

.clear {
	clear: both;	
}

.fl {
	float: left;
}

.fr {
	float: right;	
}

p {
	margin-bottom: 15px;
}

h1 {
	font-weight: bold;
}

h2 {
	font-weight: normal;
	color: #207901;
}
/* regular container (centered horizontally) */

div#container {
	width: 1000px;
	margin: 0 auto;
}

div#header {
	background: #217C01;
	width: 1000px;
	height: 100px;
}

div#logo {
	float: left;
	width: 380px;
	margin-top: 30px;
	margin-left: 20px;
}

div#navigation {
	float: right;
	width: 580px;
	margin-top:50px;
	margin-right: 10px;
}

ul#nav {
	float: right;
}

ul#nav li {
	float: left;
	/*border: 1px solid #fff;*/
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*padding: 6px 15px;*/
	background: #155201;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#nav li:first-child {
	border-left: 1px solid #fff;
}

ul#nav li:hover {
	background: #3ab1f5;
}

ul#nav li.active {
	background: #FF6201;
	padding: 6px 15px;
}

ul#nav li.special_active {
	background: #FF6201;
}

ul#nav a{
	color: #ffffff;
	display:block;
	padding: 6px 15px;
}

.semi_bar {
	width: 1000px;
	height: 30px;
	background: #1a6101 url("../_img/bg.gif");
}

div#banner_box {
	position: relative;
	float: right;
	width: 1000px;
	height: 338px;
}

div#gallery_box {
	position: relative;
	width: 300px;
	height: 340px;
	/*margin-right: 10px;*/
}

div#gallery_box img{
	/*border: 5px solid #1A6101;*/
}

.homepage_image {
	position: absolute;
	display: none;
}

div#dot_grid {
	position: absolute;
	top: 10px;
	right: 5px;
}

div#dot_grid a {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../_img/dot_up.gif") no-repeat;
	float: left;
	margin-left: 4px;
}

div#dot_grid a:hover, div#dot_grid a.dot_active {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../_img/dot_down.gif") no-repeat;
}

div#content {
	width: 1000px;
	background: #217C01;
}

.content_left {
	float: left;
	width: 480px;
	padding: 10px;
}

.content_left a{
	text-decoration: underline;
	color: #fff;
}

.content_left a:hover{
	text-decoration: none;
	color: #fff;
}

.left_header {
	background: #155201;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 8px 10px 6px 8px;
	margin-bottom: 20px;
}

.content_left p{
	color: #cdf5bf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin-left: 10px;
	margin-right: 10px;
}

.content_right {
	float: right;
	width: 480px;
	padding: 10px;
}

.right_header {
	background: #2BA101;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 8px 10px 6px 8px;
	margin-bottom: 20px;
}

.content_right p{
	color: #cdf5bf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin-left: 10px;
	margin-right: 10px;
}

.content_right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
	text-decoration: underline;
}

.content_right a:hover {
	text-decoration: none;
}

div#footer {
	width: 970px;
	margin: 0 auto;
	background: #155201;
	padding: 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#footer ul {
	float: right;
	width: 100%;
}

div#footer li {
	float: left;
	color: #CDF5BF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#footer a {
	color: #fff;
}

div#footer a:hover {
	text-decoration: underline;
}

.back {
	position: absolute;
	top: 104px;
}

.back a {
	color: #fff;
	font-size: 14px;
}

.back a:hover {
	text-decoration: none;
}
/* Internal Pages */

ul#sub_nav {
	width: 510px;
	/*margin: 0 auto;*/
	margin-bottom: 40px;
}

ul#sub_nav li {
	float: left;
	border: 1px solid #fff;
	background: #155201;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#sub_nav li:hover {
	background: #3ab1f5;
}

ul#sub_nav li.active {
	background: #FF6201;
	padding: 4px 16px;
}

ul#sub_nav a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 16px;
}

/*.internal_left {
	float: left;
	width: 680px;
	padding: 10px;
	background: #fff;
}*/

.internal_left {
	float: left;
	width: 570px;
	padding: 30px;
	background: #fff;
}

.internal_left h1{
	color: #155201;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.internal_left p{
	font-size: 12px;
	line-height: 150%;
}

.internal_left a{
	color: #207901;
	text-decoration: underline;
}

.internal_left a:hover{
	text-decoration: none;
}

.news h1{
	color: #155201;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_roll p{
	font-size: 12px;
	line-height: 150%;
}

.news_roll a{
	color: #207901;
	text-decoration: underline;
}

.news_roll a:hover{
	text-decoration: none;
}

/*.internal_right {
	float: right;
	width: 300px;
}*/

.internal_right {
	float: left;
	width: 200px;
	padding:20px;
	margin-right: 5px;
	margin-left: 20px;
}

.internal_right a{
	color: #fff;
	text-decoration: underline;
}

.internal_right a:hover{
	text-decoration: none;
}

.internal_right img{
	/*border: 5px solid #1A6101;*/
}

ul#sitemap {
	margin-left: 10px;
	font-size: 12px;
}

ul#sitemap a:hover{
	text-decoration: none;
}

ul#sitemap li{
	line-height: 150%;
}

ul#sitemap ul{
	margin-left: 20px;
}

/* ANNUAL REPORTS */

table#reports{
	width:580px;
	font-size: 14px;
}

table#reports a:hover{
	text-decoration: none;
}

table#reports .header td{
	background: #CDEEBF;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}

table#reports .secondary td{
	background: #DFF5D6;
	padding: 4px;
}

table#reports .primary td {
	background: #ffffff;
	padding: 8px 4px;
}

.centered {
	text-align: center;
}

td.year {
	width: 100px;
}

.tbl_download {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

/* NEWS */
.news_wrap hr{
	border: 1px dotted #c0c0c0;
	height: 0px;
}

.news_left {
	float: left;
	width: 100px;
}

.news_right {
	float: right;
	/*width: 380px;*/
	width: 510px;
}

.news_date {
	font-size: 12px;
	color: #217C01;
}

.news_thumb {
	padding-top:10px;
}

.headline a{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color:#000;
}

.publication {
	font-style: italic;
	margin-bottom: 10px;
	font-size: 14px;
}

.latest_news {
	color: #217C01;
	width: 150px;
	float: left;
	margin-bottom: 20px;
}

form#story_select {
	float: right;
	margin-bottom: 20px;
}

p.report {
	margin-left: 20px;
	margin-right: 20px;
}

div.paginator {
	text-align:center;
	width: 520px;
	height: 40px;
}

.paginator a {
	padding: 4px 7px;
	font-size: 12px;
	border: 1px solid #207901;
	margin-right:3px;
}

.paginator a:hover {
	background: #207901;
	color: #ffffff;
	text-decoration: none;
}

.paginator a.inactive {
	background: #207901;
	color: #ffffff;
	text-decoration: none;
}

.active_arrow {
	
}

.location_item {
	background: #ECFAE4;
}

.location_item a {
	display: block;
	padding: 4px;
	padding-left: 12px;
	font-size: 14px;
	text-decoration: none;
}

a.stripe {
	background: #dcfacb;
}

.location_item a:hover{
	background: #FF6201;
	color: #fff;
}

div#contact_left {
	float: left;
	width: 330px;
}

div#contact_left a:hover{
	text-decoration: none;
}

div#contact_right {
	float: right;
	width: 330px;
}

.contact {
	width: 280px;
	float: left;
}

.contact_r {
	float: right;
	width: 300px;
	margin-top:40px;
}

div.bubble_wrap img{
	border: 0;
}
