@charset "UTF-8";
body {
	background: #353535;
	margin: 10 0 0 7; /* 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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-style: 20;
	list-style-position: inside;
}

.leftquote {
	font-family:Arial, Helvetica, sans-serif;
	color:#56595c;
	font-size:12px;
	line-height: 18px;
}
.leftquote blockquote {
font-family:Arial, Helvetica, sans-serif;
color:#353535;
font-style:italic;
margin:20px;
font-size:13px;
line-height:19px;
}
.leftquote h4 {
font-family:Arial, Helvetica, sans-serif;
color:#353535;
font-style:normal;
text-align:right;
font-weight:normal;
margin:20px;
font-size:13px;
line-height:16px;
}




.news	{
font-family:Arial, Helvetica, sans-serif;
color:#56595c;
font-size:14px;
}
.news h3	{
font-weight:bold;
color:#56595c;
padding:20px 0 0 25;
font-size:14px;
}
.news li	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#383f8e;
	list-style-type:none;
	background:url(../img/newslist.gif) no-repeat;
	padding-top: 10px;
	padding-right: 25;
	padding-bottom: 10px;
	padding-left: 40;
}
.news a	{
color:#383f8e;
text-decoration:none;}
.news a:hover	{
text-decoration:underline;}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #00703c;
}

h2	{
margin-bottom:0px;
	font-size: 12px;
	color:#3f3f3f;

	}

.hometd {
padding:35px 0px 35px 35px;
}
.hometd p {
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	text-transform: none;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
}
.hometd h3 {
	margin-top:14px;
padding: 0 70px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #353535;
	font-weight:bold;
	font-style:italic;
	line-height: 16px;
}
.hometd h2 {
	margin-bottom:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9b9fc6;
	font-weight:normal;
	line-height: 16px;
}
.homecopy td {
	margin-top:14px;
}
.hometd li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.style2 {
	font-size: 12px;
	line-height:19px;
	color: #3f3f3f;
	padding-right:25px;
}

.topseo	{
font-size:10px;
text-align:left;
color:#666666;
padding-left:50px;
padding-top:20px;
}
.searchbox{
font-size:10px;
width: 150px;
height:20px;
text-align:left;
color:#666666;
margin-left:15px;
}
.botlinks{
font-size:10px;
color:#666666;
}
.leftnav{
display:block;
margin: 0px 0px 0px 0px;
padding:0;
width: 266px;
height:70px;
}



.mainnav	{

	font-family:Trebuchet MS, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006235;
	text-decoration:none;
	text-transform:uppercase;
	padding: 0px 6px 0 6;
	margin: 3px 0 3px 0;
	border-right: dashed 1px;
}

.botlinks a{
font-size:10px;
color:#666666;
}

#nav A {
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 12px;
	line-height:13px;
	font-style: normal; 
	display: block; 
	color: #56595c;
	background-color:#797b7e;  /* Change this color for the normal state in the dropdown */
	}

#nav A:hover {
	font-style: normal; 
	text-decoration: none; 
	background-color: #797b7e;  /* Change this color for the over state in the dropdown */
	color: #ffffff;
	}


#nav A:link { 
	display: block; 
	padding: 5px 3px 8px 15px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 2px solid #797b7e;
	}

#nav A:visited {
	font-style: normal; 
	padding: 5px 3px 8px 15px;
		border-bottom: 1px solid #FFFFFF;
border-right: 2px solid #797b7e;	}


#nav, #nav ul{ /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1.5;
    display: block;
	}


#nav li { /* all list items */
	float: left;
   width: 137px; /* width needed or else Opera goes nuts */
	margin: 0px;
   padding: 0;
	background-color: #ffffff;
	display: block;
	line-height: 1.5;
	background: none;
}

.arrow	{
	background: no-repeat url(../img/nav_arrow_wht.gif);
}
.arrow:hover	{
	background: no-repeat url(../img/nav_arrow_drk.gif);
}

#nav li ul { /* second-level lists */
list-style-image:url(../img/nav_arrow_wht.gif);
	position: absolute;
	width: 137px;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	display: block;
	left: -999em;   /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
        position: absolute;
        display: block;
        margin: -27px 0px 0px 137px;  /* False value for IE4-5.x/Win */
        margin: -27px 0px 0px 137px;	 /* Actual value for conformant browsers */
}


#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul{
	left: -999em;
	color: #FF0000;
	display: block;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{ /* lists nested under hovered list items */
	left: auto;
	display: block;
}

#content {
	clear: left;
	color: #cccccc;
}
ul {
	padding: 3px;
	margin: 3px;
}

li {
	background: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
}
.pullquote {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #e3e2ed;
	width: 275px;
	color: #383f8e;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.pullquotehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383f8e;
	font-weight: normal;
}
#pull ul {
	margin-left: 15px;
	padding-left: 15px;
	margin-right: 15px;
	padding-right: 15px;
}
#pull li {
	list-style-image: url(../img/list/list-image.gif);
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #383f8e;
	line-height: 17px;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #383f8e;
}
a:link {
	color: #383f8e;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.highlight {
	font-weight: bold;
	color: #383f8e;
}
.block ul li {
	background-image: url(../img/nav_arrow_wht.gif);
	height: 20px;
	width: 300px;
	list-style-type: none;
	line-height: 1.5;
	display: block;
	list-style-image: url(../img/nav_arrow_wht.gif);
}
a:visited {
	color: #383f8e;
	text-decoration: none;
}
.home-subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6666cc;
	line-height: 18px;
}
.bullet {
	list-style-image: url(../img/list/list-image.gif);
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 125%;
	color: #FFFFFF;
}.footer-text a {
	color: #FFFFFF;
}
ul-popup {
	padding: 10px;
	margin: 10px;
}

