﻿.small {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333}
.smallbold {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #333333}
.graylink {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #999999}
.darklink {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666}
.redlink {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #CC0033}
.copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666}
.smallnav a{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333 ; text-decoration: none; font-weight: bold}
.normaltext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}
.questiontext {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333}
.complete {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #99FF00}
.incomplete {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF9900}
.header {  text-transform:uppercase; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #336600}
.subheader {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #000000}
.title {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336600}
.errortext 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FF0000}
#body
{
	background-color:#BCC9AF;
	text-align:center;	
	}
	
.livelink 
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c00820;
	text-decoration: none;
 }
 
 .menu1 {
	font-family: Arial, Helvetica, sans-serif;
	width: 855px;
	height: 24px;
	background-color:#d0dac5;
	font-size: 12px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom:5px;
	padding-left: 6px;
	text-align:justify;
}
.menu1 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.menu1 li {
    color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: none;
	margin: 0;
    padding: 0;
	padding-right: 5px;	
    float:left;
}
.menu1 li a {
	color: #294f01;
	background: none;
	text-decoration: none;
	font-weight: bold;
}
.menu1 li a:hover {
	color: #999999;
	background: none;
}
.menu1 li a:active {
	color: #999999;
}

#dropmenudiv
{	
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;	
	line-height:18px;
	z-index:100;	
}

#dropmenudiv a
{	
	background-color: #d3e4c1;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding-left: 3px;
	text-decoration: none;
	color: #294e02;
	margin-left:0px;
	font-size:14px;
	font-family: Tahoma;
	font-weight: normal;	
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #7dae52;
}


* {padding:0; margin:0}

.dropdown 
{ 
	padding-right:0px
}

.dropdown dt 
{
	width:120px; 
	height: 35px;
	border:0px solid #9ac1c9; 
	padding:0px; 
	font-weight:bold; 
	cursor:pointer; 
	background-image:url(../images/pagemenu_services.jpg);
	background-position:inherit;
	background-repeat:no-repeat;

	
}

.dropdown dt:hover 
{
	background-image:url(../images/pagemenu_services_mouseHover.jpg);
	background-position:center;
	background-repeat:repeat-x;
}

.dropdown dd 
{
	position:absolute;
	overflow:hidden;
	width:200px;
	display:none;
	background:#fff;
	z-index:200;
}

.dropdown ul 
{
	width:200px;
	border:1px solid #005804;
	list-style:none;
	border-top:none;
	border-right-style:solid;		
}

.dropdown li 
{
	display:inline;
}

.dropdown a, .dropdown a:active, .dropdown a:visited 
{
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#cde2bb;
	background-image:url(../images/home_menu_bg.gif);
	background-repeat:repeat-x;
	background-position:center;	
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:100;
}
.dropdown a:hover 
{
	background-image:url(../images/home_menu_bg_hover.gif);
	background-repeat:repeat-x;
	background-position:center;
	background:#005804;
	color:#fff
}
.dropdown .underline 
{
	border-bottom:1px solid #005804
}

.mainMenuDiv 
{	
	width:306px;
	text-align: center;
}

.mainMenuDiv ul
{
	list-style-type: none;
	width: 100%;


}

.mainMenuDiv ul li
{
	display: inline;
	position: relative;
	float: left;
	margin: 1px;	
}

.mainMenuDiv ul li a
{
	display: block;
	width: 151px; /*Width of top level menu link items*/
	padding: 2px,2px,2px,2px;	
	height: 28px;	
	text-decoration: none;
	background: url(../images/home_menu_bg.gif) center center repeat-x;
	color: black;
	font: normal 12px Arial;
	line-height: 28px;		
}

.mainMenuDiv ul li a:hover
{	
	background: url(../images/home_menu_bg_hover.gif) center center repeat-x;	
}


.frontMenuDiv
{
	text-align: center;
	background-color:green;
	float:left;
	width: 151px;
	font-size:12px;
	height: 25px;
	margin: 1px;
}

























