body {
	margin: 0px;
	padding: 0px;
	background-color: #DFDFDF;
}
.header {
	background-image: url(images/headbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.footerbar {
	background-image: url(images/footerbar.gif);
	background-repeat: repeat-x;
	height: 16px;
	padding: 100px;
}

td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #565656;
	line-height: 18px;
}
.padding {
	padding: 30px;
}
.greenheading {
	font-size: 16px;
	color: #009933;
	font-weight: bold;
}
.greenheading2 {
	font-size: 12px;
	color: #009933;
	font-weight: bold;
}
.redheading {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
a {
	color: #339933;
	text-decoration: underline;
}
a:hover {
	color: #009933;
	text-decoration: underline;
}
a img {
	border: 1px solid #093;
}
.img2 {
	border: 1px solid #cc3830;
}
.blackheading {
	font-size: 16px;
	color: #000000;
}
.boldgreen {
	font-weight: bold;
	color: #009933;
}

.red {
        color:#F00;
}
/*       Forms
======================= */
form {
    margin: 0 0px 1em 0px;
    12px Helvetica, Verdana, Arial, sans-serif;
}
input, textarea, select{
    font: 11px Helvetica, Verdana, Arial, sans-serif;
}
form p{
    margin:0 0 1em 0;
    padding:0;
}
form legend {
	color:#000;
	font-size: 12px;
    font-weight: bold;
}
form legend a {
	font-weight:normal;
	font-size:.9em;
}
form fieldset {
	border:2px solid #009933;
	margin:  0 0 1em 0;
	padding: 0 1em 1em;
}
form fieldset.radio{
   margin: 1em 0 1em 0;
}

form fieldset.radio input{
	width:auto;
	float:left;
	margin-right:3px;
}
form fieldset input.radio {
	width:auto;
	float:left;
	clear:both;
	margin-right:3px;
	line-height:1.6em;
}
form fieldset.float label{
	display:inline; 
	float:left;
	white-space: nowrap;
	margin-right: 15px;
}
form .submit {
	width: auto;
	background:#000;
	color:#fff;
	font-weight:bold;
	display:inline;
	margin-right: 2em;
	border: 1px solid #009933;
}
form .ChkBox {
	width:auto;
	border:none;
	display:inline;
}
form .submit.light{
	color:#000;
	background:#000;
	font-weight:normal;
	margin-right:2em;
	border: 1px solid #000;

}
form input.hidden {
	border:none;
	padding:0;
	display:inline;
}
form input, 
form textarea
{
	display: block;
	width: 95%;
	background: #fff;
	border: 1px solid #009933;
	font-weight:bold;
}
form label
{
	display: block;
	margin-bottom: .5em;
	line-height:14px;
}
form .first
{
	padding-top: .5em;
}
form select
{
	display: block;
	font-weight:bold;
	color:#000;
}
form .captchaimg
{
    float: right;
    margin-right: 6px;
    display: inline;
} 
form .captchalbl
{
    float: left;
    width:100px;
    
}
/*   Dropdown Nav
======================= */

.navbar {
	background-color: #000000;
	padding:0;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0 0 0 10px;	
}
#nav li {
	float: left;
	padding: 0;
    margin:0;
}
#nav a {
	color: #fff;
	text-decoration: none;
	padding: 12px 23px;
    font-size:16px;
	line-height:16px;
	white-space:nowrap;
    margin:0;
	display: block;
}
#nav li a:hover,
#nav li a.current  {
	color:#093;
	text-decoration:none;
}
#nav li li a{
   padding:8px 5px 8px 15px;
   width: 160px; /*  total width of submenu */
   w\idth: 140px; /* sbmh fix ie5.5 (width - padding - border = total) */
   white-space:normal;
   font-size:14px;
   line-height:14px;
   border-bottom: 1px solid #146c2d;
}
#nav li ul {
	width: 160px; /*  total width of submenu */
	position: absolute;
	left: -999em;
	height: auto; 
	margin: 0 0 0 10px;
}
#nav li ul a { /* submenu style */
   background:#1E893C url(images/menu-bg.gif) repeat-x left top;
}
#nav li ul a:hover { /* submenu hover */
  color:#fff;
  background:#2ab250;
}
#nav li:hover ul,
#nav li.sfhover ul /*suckerfish*/{
	left: auto;
}
#nav li:hover {background-position: 0 0;} /* IE7 Sticky Fix */
