@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
a{outline:none;border:none;}
img{border:none;}
input{vertical-align:middle;}

.floatleft		{float:left !important;}
.floatright		{float:right !important;}
acronym, abbr	{cursor: help;}

/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after	{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix		{display:inline-block;}
/* Hide from IE Mac \*/.clearfix{display:block;}/* End hide from IE Mac */


body
{
	margin:0;
	padding:0;
	background-color:#464646;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#9bc611;
	padding-left:25px;
	padding-top:4px;
}

.page-title
{
	background:url(images/arrow2.jpg) no-repeat center left;
	margin-left:20px;
	margin-top:10px;
}

#page
{
	width:850px;
	height:auto;
	margin:0 auto;
	background-color:#ffffff;
	
}

#header
{
	background-image:url(images/header.jpg);
	width:850px;
	height:208px;
	margin:0 auto;
}

#wrapper
{
	width:850px;
	height:auto;
	margin:0 auto;
	background-image:url(images/page-bg.jpg);
	background-repeat:repeat-y;
	

}


#left-bar
{
	width:217px;
	height:auto;
	float:left;
	padding-left:2px;
	margin-bottom:20px;

}

#top-links
{
	width:627px;
	height:33px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#95b92e;
}

#top-links a
{
	color:#95b92e;
	text-decoration:none;
}

#top-links ul {
	margin: 0;
	padding: 8px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#top-links li {
	float: right;
	padding: 0 20px 0 22px;
	background: url(images/bullet.jpg) no-repeat left center;
}

#top-links li.first {
	background: none;
}

#right-bar
{
	width:620px;
	height:auto;
	float:right;
	border:1px #c1b429 solid;
	margin-right:3px;
}

.rt-bar-top
{
	background:url(images/rtbar-top.jpg) no-repeat center bottom;
	width:627px;
	height:10px;
}

#rt-bar-mid
{
	background:url(images/rt-bar-mid.jpg) repeat-y;
	width:627px;
	height:auto;
}

.rt-bar-bottom
{
	background:url(images/rt-bar-bottom.jpg) no-repeat center top;
	width:627px;
	height:11px;
}

#menu
{
	width:217px;
	height:auto;
	margin:0 auto;
	padding-top:3px;
}

.menu-top
{
	background:url(images/menu-top.jpg) no-repeat center bottom;
	width:217px;
	height:29px;
}

#menu-mid
{
	background:url(images/menu-bg.jpg) repeat-y center;
	width:217px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#5b7414;
}

.menu-bottom
{
	background:url(images/menu-bottom.jpg) no-repeat top right;
	width:217px;
	height:9px;
}


.menu-heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-left:35px;
	padding-top:6px;
}

.search
{
	padding-top:8px;
	width:200px;
	margin-left:10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

#menu-mid ul {
	margin: 0;
	list-style:none;
	padding: 5px 3px 3px 15px;
		
}

#menu-mid li {
	
	padding: 2px 0px 0px 20px;
	background: url(images/arrow.jpg) no-repeat left center;
	line-height:1.5em;
}

#menu-mid a
{
	color:#5b7414;
	text-decoration:none;
}

#menu-mid a:hover
{
	color:#FF0000;
}

.text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#203153;
	text-align:justify;
	margin-left:35px;
	margin-top:15px;
	margin-right:35px;
}

.indent
{	
	margin-left:25px;
	line-height:1.5em;
	list-style:square;
}

#footer
{	
	width:850px;
	height:42px;
	background-color:#90ae2f;
	margin-top:20px;
	clear:both;

}

#footer a
{
	color:#ffffff;
	text-decoration:none;
}

.footer-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding-top:12px;
}

#state-list
{
	width:510px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	margin:15px;
	border:1px #093fba solid;
}

.sitemap
{
	margin-left:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

.sitemap-heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0066FF;
	padding-bottom:10px;
	padding-top:10px;
}

.sitemap-list
{
	line-height:1.5em;
	list-style:none;
	margin-left:25px;
}

.sitemap-list a
{
	color:#333333;
	text-decoration:underline;
}

.image-hold
{
	width:auto;
	height:auto;
	float:right;
	margin:10px;
}
