/* General Styles Site-wide */

/* CSS hack examples
Hide a rule from IE: */
html>body p { } 

/*Hide a rule from all browsers but IE: */
* html p { }

html,body,#bgflash{
	height:100%;
}
body {
	background: #152115 url(../media/images/background01.jpg) top center no-repeat;
	padding:0;
	margin:0;
}
body,input,select,textarea{
	font-family:'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif;
	color:#666;
	font-size:70%; /* nested elements inherit this size*/
}
p, fieldset{
	margin-top:0;
	margin-bottom:1em;
}
a {
	text-decoration: underline;
	color: #888;
}
a:hover {
	text-decoration:none;
}
a img, map img {
	border:none;
}
hr{
	height:1px;
	background-color:#333;
	border:none;
	margin:1.5em 0;
}
h1, h2, h3, h4, h5 {
	color:#336633;
	font-weight:bold;
}
h1 {
	/*font-size:190%;*/
	font-size:400%;
	margin-bottom:0;
	color:#006633;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
small{
	font-size:90%;
}
code{
	font-family:Consolas, "Lucida Console", "Courier New","Courier", typewriter;
	font-size:110%;
}
/* Frames */
#content_wrapper{
	margin:20px auto;
	width:950px;
	padding:15px;
}
/* Layout */
#headerflash{
	height:150px;
}
#nav{
	color:#666;
	letter-spacing:0.15em;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	cursor:default;
	height:80px;
	background:#A8C284;
}
#nav ul{
	background:#444;
	margin:0;
	position:relative;
	line-height:40px;
	padding:0px;
	padding-left:30px;
}
#nav li{
	/*hack ie css to fix dropdown positioning*/
	list-style:none;
	display:inline;
	padding:13px 0;
	margin:0;
	position:relative;
}
#nav li li{
	position:static;
}
#nav a{
	color:#ccc;
	padding:0 8px;
	text-decoration:none;
	display:inline;
}
#nav a:hover{
	/*border-bottom:1px solid #999;*/
}
#nav a.open{
	color:#fff;
}
#nav a.active{
	color:#fff;
	background-image:url(../media/images/nav_arrow_green.gif);
}
/* Subnav */
#nav ul ul{
	position:absolute;
	letter-spacing:0;
	top:40px;
	left:0;
	color:#999;
	text-transform:none;
	font-weight:normal;
	display:none;
	background:transparent url(../media/images/nav_arrow_gray.gif) no-repeat 15px 0;
	padding-left:0;
	white-space:nowrap;
}
#nav ul ul a{
	color:#666;
}
#nav ul ul a:hover{
	color:#fff;
}

/*content navigation boxes*/
#subnav{
	border-collapse:collapse;
}
#subnav td{
	border-left:1px solid white;
	text-align:center;
	font-weight:bold;
	font-size:110%;
}
#subnav a{
	text-decoration:none;
	color:#666;
	display:block;
	zoom:1;  /*IE6 hack*/
}
#subnav a:hover{
	background:#b7d69a; 
}
#subnav a:focus{
	outline:none;
}
.subnav-active{
	background:#d0e9a8;
}

#breadcrumbs{
	margin-bottom:5px;
}
#content{
	background:#fff;
	padding:20px 35px;
}
#footer {
	font-size:95%;
	position:relative;
	background:url(../media/images/footer.png) no-repeat;
	color:#333;
	text-align:right;
	height:130px;
	width:950px;
}
#footer-links{
	position:absolute;
	width:870px;
	white-space:pre;
	margin:80px 35px 35px;
	top: -1px;
	left:0;
}
#footer a{
	color:#99CC99;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/* Tables */
table {}
td{
	vertical-align:top;
}
th {}
th a {}
th a:hover {}
.linetable td{
	border-bottom:1px solid #333;
	padding:3px 0;
}
/* Forms */
form {
	padding:0;
}
input,textarea,select{
	font-size:100%;
	margin-bottom:1em;
	/*
	width:100%;
	padding:2px;
	background:#99ccff;
	border:1px solid #ccc;*/
}
fieldset {
	border: 1px solid #333;
	padding: 16px 20px;
}
fieldset legend {
	font-size: 120%;
	font-weight: bold;
	padding:0.5em;
	margin:0;
	color:#ccc;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
label {
	display: block;
}
.inlineinput{
	width:auto;
}
.submit{
	clear:both;
	display:block;
}
.success{
	color:#CC3333;
}
.required{
	color:#CC3333;
}
/* content styling */
pic, .picleft, .picright, .picleftholder img, .picleftholder img{
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
}
.picleftholder, .picrightholder{
	border:10px solid #333;
}
.picleft, .picleftholder{
	clear:left;
	float:left;
	margin:0.4em 15px 0 0;
}
.picright, .picrightholder{
	clear:right;
	float:right;
	margin:0.4em 0 0 15px;
}
caption{
	font-size:85%;
	color:#999;
	margin-bottom: 15px;
	margin-top: 4px;
	padding-top: 4px;
}
.readmore{
	display:none;
	clear:both;
}
.readmorelink{
}
object:focus, embed:focus {
	/* hide flash outline when users click in firefox */
	outline:none;
}
.hidden{
	display:none;
}

