/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:11px Arial, Helvetica, sans-serif;
	background: #f4f2f2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
#page_title {
	padding:10px 0 0 30px;
	font:20px arial, helvetica, sans-serif;
	display:block;
	background:#e1f0c5;
	font-weight:bold;
	height:28px;
	margin:0;
}
h2 {
	margin:0 0 15px 0;
	font-size:14px;
	font-weight:bold;
}
h3 {
	font:12px arial, helvetica, sans-serif;
	font-weight:bold;
}

hr{border:none; background:none; border-top:1px dotted #bdbcbc; padding:0; margin:0 0 15px 0; height:1px}

p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
}
ul, ol {
	padding:0 0 18px 0px;
}
li{margin:0 0 0 15px;}
lh{font-weight:bold}
ol{font-weight:bold}
ol li{margin:0 0 0 18px;}

blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a, a:visited {
	text-decoration:none;
	color:#0066cc;
	
}



/***** Forms *****/
 
form div {
	margin:0 0 8px 0;

}

#form_header{
	clear:left; margin:15px 0 0 0;
}

label {
	font-weight:normal;
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;

}
form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000
}
form div.actions {
	margin-left:6em;
	padding-left: 1.5em;
}

input, textarea, select {
	border:1px solid #bdbcbc; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
}

.radio_button{float:left; margin:0 3% 0 0; border:none; clear:left }


/***** Tables *****/
/* 
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
table tr td {
	padding:2px;
}

*/
/***** DESIGN *****/
 




#container {
	width: 100%;
	background:url(../images/bkg.gif) repeat-y right #FFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	background:url(../images/header_bkg.gif);
	height:100px;
	border-bottom:4px solid #bdbcbc;
	position:relative;
	 z-index:100;
}
	#header h1 {
		margin: 0; 
		padding: 10px 0; 
	}
	
#logo {
	float:left
}
#welcome {
	float:left;
	font-size:11px;
	margin:12px 0 0 10px;
	color:#999999;
	background-image:url(../images/icons/welcome.gif) no-repeat;
	height:16px
}
	#welcome strong {
		color:#FFFFFF
	}
	
#top_nav {
	float:right;
	margin:12px 30px 0 0;
	height:18px;
	list-style:none;
	padding:0;
	
}

	#top_nav a {
		color:#FFFFFF;
		font-size:11px;
		
	}
	#top_nav a:hover { border:none; }
	
	#top_nav li {
		padding:0 10px 0 0;
		margin:0;
		margin-right:5px;
		display:inline;
		list-style:none;
		border-right: 1px solid #999;

		
		
	}
	#top_nav li.last {
		border-right:0 none;
		margin-right:0px;
	}





#main_nav{
	position:absolute;
	left: 290px;
	top: 64px;
	padding:0;
	margin:0;
	list-style:none;
	display:block
	
}
	#main_nav li{
		padding:0;
		margin:0;
		display:inline;
		list-style:none;
		padding-right:5px;
		position:relative;
		height:37px;
			
		float:left;
	}
	#main_nav a{
		font-size:16px;
		color:#fff;
		font-weight:bold;
		padding:0 0 0 15px;
		height:37px;
		display:block;
		float:left;
	}
	#main_nav a:hover{ color:#86c517 }
	#main_nav img {margin:0 6px -2px 0}





#main_nav ul {position:absolute; padding:0; margin:0; top:-999em;  width:185px; z-index:200; }	
	 
#main_nav ul li{ float:none; padding:0; margin:0; border-bottom:1px solid white; width:auto; z-index:200;   }

#main_nav ul li a{ background-image:none; text-indent:0;  color:#fff; font:11px Arial, Helvetica, sans-serif; padding:6px 25px 0 15px; display:block; height:22px; background-color:#252525; float:none}

#main_nav ul li a:hover{ background-color:#689b0e; color:#FFFFFF; border:none }

#main_nav ul li img{margin:0 6px -6px 0}
#main_nav li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul#main_nav li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */
{
	left:0px; /* position first submenu directly under parent li */
	top:28px; /* VARIABLE. This is calculated by adding 1em text height to top and bottom anchor element padding (original skin: .75em top + .75em bottom + 1em text height = 2.5em) */
	z-index:150;
}

/**** Very important ****/
/* this negates the pure CSS hovers so submenu remains hidden and JS controls when and how it appears. This is in turn is overridden by the .sfHover rules above as they have greater specificity */
/* notice there are three selectors here. You need three for a four tier menu system. If you had a five tier system you would copy the last selector of these three and paste it below to create a fourth selector and add another li just after the .superfish part. On the other hand if you only had a three tiered menu you could delete the third line here and save some file size.*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; /* hide submenu in screen-reader and search-engine friendly way */
}


#date{
float:right;
font:10px Arial, Helvetica, sans-serif;
color:#999;
font-weight:normal;
}




.icon {
	margin:0 6px -4px 0
}
#breadcrumbs {
font-weight:bold;
}
	#breadcrumbs img {
		margin-bottom:-2px
	}
	#breadcrumbs a{font-weight:normal;}
	#breadcrumbs a:hover{border:none}
	
#info {
	margin:13px 0 20px 0;
	padding:10px 10px;
	display:block;
	border:1px solid #0066cc;
	font-size:14px;
	background-color:#99ccff;
	font-weight:bold
}
	#info img {
		margin:0 10px -2px 0
	}
#featured {
	border:1px solid #bdbcbc; 
	padding:4px 4px; 
	display:block;
	margin:10px 0;
	position:relative;
}
	#featured a{ font-weight:bold }
	#featured_inner{
	background:#ffffea; 
	padding:8px 5px;
	color:#333333;
	font-weight:bold;
	position:relative;
	}
		
		




#col_two_thirds{width:63%; padding:10px 10px; float:left; margin:0;}
	#col_two_thirds h2 {
			margin:0;
			font-size:12px;
			font-weight:bold;
			
		}	

#col_one_third{width:30%; padding:10px 10px; float:left; color:#336600; margin:0 0 0 10px; z-index:0 }

	#col_one_third h2 {
			margin:0;
			font-size:11px;
			font-weight:bold;
			
			color:#86c517;
		}	


#featured_inner h2{
			margin:0 0 15px 0;
			font-size:14px;
			font-weight:bold;
			font-variant:normal;
			
		}
			#featured_inner h2 img{
				margin:0 10px -2px 0
			}


#table_content {
	margin:13px 0 20px 0;
	padding:10px 10px;
	display:block;
	border:1px solid #bdbcbc; 
	color:#666666;
	font-weight:normal
}
	#table_content h2{
			margin:0;
			font-size:14px;
			font-weight:bold;
			font-variant:normal;
			padding:0 0 15px 0;
			color:#000000
		}
	#table_content h2 img {
		margin:0 10px -2px 0
	}


#file_box{
border:1px solid #bdbcbc;
padding:3px 4px;
}
	#file_box a{
	display:block;
	background-color:#f4f2f2;
	padding:8px 6px;
	color:#0066cc
	}
	#file_box a:hover{ border:none; background-color:#e4e0e0; }


#sidebar1 {
	float: right;
	width: 190px; /* since this element is floated, a width must be given */
	background: #f4f2f2; /* the background color will be displayed for the length of the content in the column, but no further */
	 /* top and bottom padding create visual space within this div  */
	border-left:1px solid #bdbcbc;
}
#sidebar1 h3, #sidebar1 p {
	margin:0 0 11px 0;
}
	#sidebar1 ul, #sidebar1 li{list-style:none; padding:0; margin:0}
	#sidebar1 li{margin:0 0 11px 0;}
	#sidebar1 a{font-weight:normal}
	#sidebar1 a:hover{border:none}
	#right_box_one{
		padding:13px 10px;
		border-bottom:1px solid #bdbcbc;
	}
	#right_box{
		padding:13px 10px;
		border-bottom:1px solid #bdbcbc;
		border-top:1px solid #fff;
	}
	#right_box_last{
		padding:13px 10px;
	
		border-top:1px solid #fff;
	}

#mainContent {
	margin: 0;
}
#footer {
	padding: 0 10px; 
	background:#f4f2f2;
	border-top:4px solid #86c517;
	font-size:12px;
	padding:24px 40px; 
	color:#999;
	line-height:23px;
}
	#footer p {
		margin: 0; 
		padding: 10px 0;
		font-size:10px; 
	}
	
	#footer label {width:170px; float:left; font-size:12px; font-weight:bold   }
	#footer a{color:#78b40e; font-weight:normal}
	#footer a:hover{border-bottom:1px dotted #669900; color:#669900  }
	.small_link a {font-size:10px;}
	
#col_main_inner {
	margin:9px 200px 9px 30px;
	position:relative;
}
	#col_main_inner h1 {font:16px Arial, Helvetica, sans-serif; color:#000000}
	
	
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}

.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 15px 4px 0;
	border:1px solid #bdbcbc;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
	border:1px solid #bdbcbc;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.midgray{
	color:#666666;
	font-weight:normal
}
.img_title{
	padding: 8px 0 0 0 ;
	color:#666666;
	font-weight:normal 
}
.img_caption{
	color:#666666;
	font-weight:normal;
	font-size:10px;
	margin:0 0 8px 0;
}
.two_col_img {border:1px solid #bdbcbc; float:right; margin:0 0 0 15px;}
.bottom_pad {margin-bottom:15px}
.img_border{border:1px solid #bdbcbc}
.not_bold{font-weight:normal}


#file_table {
width:100%;

float:left;
}
#file_table th{margin:0 0 3px 0; font:12px Arial, Helvetica, sans-serif; color:#999999; font-weight:bold}

#file_table td{ margin:0 0 3px 0;  color:#333333;}
.grid_headers{  margin:0 0 3px 0; font:12px Arial, Helvetica, sans-serif; color:#999999; font-weight:bold}

.grid_row{ background-color:#f4f2f2; margin:0 0 3px 0;  color:#333333; }


.grid_row_alt{ background-color:#FFF; margin:0 0 3px 0;  color:#333333; }
.grid_cell{width:23%; padding:4px 5px; float:left; }
.grid_wide{width:33%; padding:4px 5px; float:left; background:none} 
.grid_narrow{width:12%; padding:4px 5px; float:left; background:none;}
.grid_row:hover, .grid_row_alt:hover{background-color:#cce5ff;}
.grid_row a:hover, {background-color:#cce5ff;}
.row_hover{background-color:#cce5ff;}
.red{color:#cc0000}
.hidden{display:none}
.form_button_green {background:url(../images/button_bkg_green.gif) repeat-x; border:1px solid #bdbcbc; height:22px; font:12px Arial, Helvetica, sans-serif; color:#000; width:108px; margin:5px 3% 0 0;  padding:0  }
.form_button_silver {background:url(../images/button_bkg_silver.gif) repeat-x; border:1px solid #bdbcbc; height:22px; font:12px Arial, Helvetica, sans-serif; color:#000; width:108px; margin:5px 3% 0 0;  padding:0  } 

/****** FIX FIREFOX *******/
:-moz-any-link:focus {
 outline: none;
}
:focus {
	-moz-outline-style: none;
}
