@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
}
ul, li, form{
	margin:0;
	padding:0;
}
hr{
	border:none;
	color:#eee;
	background:#eee;
	height:1px;
}
#content li{
	margin-left:20px;
}
h1{
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#content h2{
	margin-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h3{
	margin-top:10px;
}
a{
	color:#8cc63f;
}
a:hover{
	text-decoration:none;
}
a img{
	border:solid 1px #ccc;
}
#content input, #content textarea{
	border:solid 1px #999;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
td.title{
	font-weight:bold;
	text-transform:uppercase;
}
td{
	vertical-align:top;
	padding:0;
}
table{
	border-collapse:collapse;
}
#content a{
	color:#8cc63f;
	text-decoration:none;
	border-bottom:solid 1px #000;
}
#content a:hover{
	color:#000;
	border-bottom:solid 1px #8cc63f;
}
#header{
	background:#000;
	height:150px;
	text-align:right;
}
#logo{
	float:left;
	padding-top:45px;
}
#mainNav{
	background:#8cc63f;
	height:50px;
	border-top:solid 1px #fff;
}
#mainNav ul{
	padding-top:16px;
}
#mainNav li{
	display:block;
	float:left;
}
#mainNav li a{
	color:#000;
	text-decoration:none;
	padding:15px;
	border:solid 1px #8cc63f;
	border-bottom:none;
}
#mainNav li a:hover{
	border:solid 1px #fff;
	border-bottom:none;
	color:#fff;
}
#mainNav li a.selected{
	background:#111;
	color:#fff;
}
#search{
	float:right;
	color:#666;
	margin-top:30px;
	letter-spacing:1px;
	line-height:40px;
}
#search a{
	text-decoration:none;
	border-bottom:dotted 1px #666;
}
#search a:hover{
	border-bottom:solid 1px #8cc63f;
}
#search input.searchField{
	padding:3px;
	border:solid 1px #333;
	background:#222;
	color:#fff;
	width:250px;
}
#search input.searchBT{
	border:solid 1px #333;
	border-top:none;
	background:#333;
	color:#fff;
	text-transform:uppercase;
	height:24px;
}
#search input.searchBT:hover{
	background:#8cc63f;
}
#feature{
	background:#111;
	padding:20px;
}
#feature h1, #feature h2{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#feature h1{
	color:#fff;
}
#feature h2{
	color:#666;
}
#nav{
	width:200px;
	float:left;
	background:#222;
	padding-bottom:10010px;
	margin-bottom:-10000px;
}
#nav h3{
	color:#8cc63f;
	padding:0 0 0 20px;
	margin-bottom:0px;
}
#nav small{
	display:block;
	margin-top:-5px;
}
#nav strong{
	display:block;
	padding-top:5px;
	color:#999;
	line-height:18px;
}
#nav strong:hover{
	color:#fff;
}
#nav ul{
	list-style:none;
}
#nav ul li a{
	display:block;
	padding:0 0 0 20px;
	text-decoration:none;
	color:#666;
}
#nav ul li a:hover{
	background:#444;
	color:#fff;
}
#nav ul li a.selected{
	background:#fff;
	color:#000;
	font-weight:bold;
}
#nav ul li a.selected:hover{
	color:#000;
}
#content_holder{
	background:#333;
	padding-bottom:40px;
	overflow:auto;
}
#content_border{
	background:#fff;
	overflow:hidden;
	border:solid 1px #444;
	border-top:none;
}
#content{
	background:#fff;
	padding:30px 0 30px 0;
	color:#333;
	padding:30px;
	float:left;
	width:640px;
}
#content h1{
	color:#8cc63f;
}
#content h2{
	color:#000;
	border-bottom:dotted 1px #8cc63f;
}
#content.wide{
	width:840px;
}
#content.thin{
	width:400px;
}
#content_right{
	float:left;
	width:200px;
	padding:20px;
	padding-bottom:10000px;
	margin-bottom:-10000px;
	background:#eee;
	color:#333;
}
#content_right h3{
	margin-bottom:-10px;
	border-bottom:solid 1px #8cc63f;
	color:#000;
}
.column_2{
	float:left;
	width:380px;
	padding:20px;
}
#footer{
	border-top:solid 2px #000;
	padding-top:10px;
	padding-bottom:10px;
}
#footer_nav{
	float:right;
}
.center{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.green{
	color:#8cc63f;
}

/* Admin Controls */

#adminControls{
	background:#333;
	border-bottom:solid 1px #666;
	padding:10px;
	text-align:left;
	color:#999;
	overflow:auto;
}
#adminControls ul{
	margin:0;
	padding:0;
	list-style:none;
}
#adminControls li{
	display:block;
	float:right;
	border-left:dotted 1px #999;
	padding:0 10px 0 10px;
}
#adminControls a{
	text-decoration:none;
	padding:5px;
}

#adminControls a:hover{
	background:#222;
}