body {
  font-family: Verdana,Arial,sans-serif;
  font-size: 10pt;
  color: #333333;
  background-color: #a6d785;
 }

.footer {
 font-size:.75em;
 color: #888888;
 text-align:center;
 margin: 10px 0 -35px 0;
}

p {
  font-size: 1.0em;
  width: 100%;
  border: 0px solid #ff0000; 
  padding: 2px 0 2px 0; 
  margin: 2px 0 2px 0;
}

p.margin {
  margin: 2px 70px 10px 45px;
  width: 70%;
 }

hr {
  border : 0;
  height : 2px;
  background : #009901;
  margin : 25px 0 10px 0;
  width: 100%;
  padding: 1px 0 0 0;
}
li.list {
  padding: 0px 0 2px 0; 
  margin: 0px 0 0px 45px;
  width: 90%;
}

ol{
  width: 91%;
  list-style: decimal outside;
  padding: 0 0 8px 0;
}
li.li1 {
	margin-left: 45px;
	padding: 2px 0 0 0px;
}

.clearfix{
	height: 1px;
}

th {
  text-decoration: underline;
  }

td {
  width: 170px;
  border: 1px solid #d8d8d8;
}

ul.gif1 
  {
  margin: 5px 0 0 35px;
  list-style-image: url(images/square2.gif);
  list-style-position: outside;
  text-align: left;
  padding-left: 15px;
  text-indent: 0px;
  color: #008080;
  font-weight: bold; 
  width: 90%;
}
ul.gif0 
  {
  margin: 5px 0 0 35px;
  list-style-type: none;
  list-style-position: outside;
  text-align: left;
  padding-left: 0px;
  text-indent: 0px;
  color: #008080;
  font-weight: bold; 
  width: 90%;
}
ul.gif2 
  {
  margin: 15px 0 0 35px;
  list-style-type: none;
  list-style-position: outside;
  text-align: left;
  padding-left: 0px;
  text-indent: 0px;
  width: 90%;
}
ul.square {
  list-style-image: url(images/square2.gif);
  width: 90%;
  padding: 2px 0 0 0;
 }

h1 {
  font-family: Verdana,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0066ff;
  text-decoration: none;
  padding: 4px 0 4px 0; 
  margin: 5px 0 5px 0;
 }
h2 {
  font-family: Verdana,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0066ff;
  text-decoration: none;
  border: 0px solid #ff0000;
  padding: 4px 0 4px 0; 
  margin: 5px 0 5px 0;
}
h3 {
  font-family: Verdana,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #008080;
  text-decoration: underline;
  padding: 10px 0 2px 0; 
  margin: 2px 0 4px 0;
 }
h4 {
  font-family: Verdana,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #009902;
  text-decoration: none;
  padding-top: 3px;
  margin: 10px 0 10px 25px;
 }
h5 {
  font-family: Verdana,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #008080;
  font-style: italic;
  padding: 4px 0px 0px 0px;
  margin-bottom: -5px;
 }

#mainheader-container {
  border: 0px solid #ff1111;
  width: 900px;
  height: 236px;
  top: 0px;
  margin-left:auto;
  margin-right:auto;
  padding: 0 0 0 0;
}

* {margin:0; padding:0;}/* for demo only, use a proper reset in your final draft*/

#wrapper {
    top: 207px;    
    width:900px;
    height: 37px;
    margin:0px auto;
    background:#000000;
    border:0px solid #000;
    }

/*==== Begin Navbar Styles ====*/

ul#nav {
    background: #000000;
    font-size:.96em;/*was 1em base font-size for all menu sizing with ems was 13px but Opera overflowed so I changed it to .96 11.10.11*/
    font-family: Arial,Helvetica,sans-serif;
    height:1.75em;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    list-style:none;
    margin:0; /* reset the default left margin in IE */
    padding:5px 0 0 1em; /* reset the default left padding in good browsers */
}
#nav li {
    position:relative; /* establish stacking context for the AP'd dropdown sublist */
    float:left;
    padding:0 10px 0 0;
    font-weight:bold;
    background:#000000;
    border-left:0px solid #000;
    z-index: 1;
}

#nav li a {
    float: left;
    padding:0 1em; /* text padding for left and right only */
    line-height:1.75em; /* center the text vertically */
    text-decoration:none;
    color: white;/* 1st level font color*/
}

#nav li:hover, 
#nav li.sfhover{ 
    background:#848484;/* background for all links on hover */
    visibility:visible;/* makes IE7 think something changes on hover, fixes IE sticking dropdown */
}

#nav li:hover a, 
#nav li.sfhover a {color:#00FFFF}/*1st level font color on hover(cyan)*/

/*=== All Sublist Styles ===*/

#nav ul {
    position:absolute; /* position the sublist to nearest positioned ancestor, the (#nav li) in this case*/
    width:10em;
    margin-left:-999em;/* hide the sublist */
    left:0; /* IE6&7 need this to position the sublist correctly on hover*/
    top:1.75em;
    list-style:none;
    background: #FFF;/* IE needs some sort of BG on the nested ul */
    border:1px solid #000;
}
.arrow{
  background-image: url(images/navdown_white.gif);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
#nav li li{
    /*float:left;/*(note: lack of float here triggers IE6/7 overflow bug) inherits from #nav li anyway unless reset */
    border:0;/*reset borders from #nav li*/
}
#nav li li a{
    float: none;/*reset the float from #nav li a*/
    display:block;
    width:9em;/*IE6 needs a width (10em total with padding)*/
    line-height:1.2; /*reset from #nav li a */
    padding:.3em .5em;
}
/*=== Hide All Sublists ===*/
#nav li:hover ul,
#nav li:hover ul ul,
#nav li.sfhover ul, 
#nav li.sfhover ul ul {
    margin-left:-999em;
}
/*=== Sublist Font Colors ===*/

#nav li:hover li a, 
#nav li.sfhover li a, 
#nav li:hover li li a, 
#nav li.sfhover li li a {color:white} /*2nd and 3rd levels font color*/

#nav li li:hover a, 
#nav li li.sfhover a,
#nav li li li:hover a, 
#nav li li li.sfhover a {color:#7FFF00;} /*2nd and 3rd levels font color on hover*/

/*=== Second Level UL position on hover ===*/

#nav li:hover ul,
#nav li.sfhover ul{ 
    margin-left: -1px; /* show the sublist (line up with left border on main list items)*/
}
/*=== Third Level UL position on hover ===*/

#nav li li:hover ul,
#nav li li.sfhover ul {
    margin-left:10em;
    top:-1px;
}
#header-container-home {
  position: relative;
  border: 0px solid #000000;
  width: 900px;
  height: 250px;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
  background-image: url(images/915x254.jpg);
}
.smallboximage {
  position: relative;
  float: left;
  border: 2px solid #ffffff;
  width: 146px;
  height: 122px;
}
.smallboximage:hover {
  background-image: url(images/915x254.jpg);
}

#mainbody {
  position: relative;
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.0em;
  color: #333333;
  background-color: white;
  margin: 5px 0 0 0;
  padding: 1px 15px 15px 15px;  
  /*max-width: 870px;*/
  width: 870px;
  margin-left:auto;
  margin-right:auto;
  line-height: 125%;  
}
#header-container {
  position: relative;
  border: 0px solid #000000;
  width: 900px;
  height: 250px;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
  background-color: #ffffff;
}
#leftheader {
  border: 3px solid #ffffff;
  position: absolute;
  width: 300px;
  height: 250px;
  font-family: "Verdana",Times,serif;
  font-size: 50px;
  font-weight: bold;
  color: #99ccff;
  text-align: center; 
  background-color: #009900;
  line-height: 4em;	
}
#centerimage {
  border: 3px solid #ffffff;
  position: absolute;
  top: 0;
  left: 300px;
  margin: 0;
  padding: 0 0 0 0;
  display: block;
  width: 300px;
  height: 250px;
}
#rightheader {
  border: 3px solid #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 250px;
  font-family: "Verdana",Times,serif;
  font-size: 16px;
  font-weight: bold;
  color: #009900;
  line-height: 125%;
  text-align: left;
  background-color: #ccbbff;
}
#tablebox {
  position: relative;
  border: 0px solid #333333;
  width: 505px;
  height: 130px;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
 }
#widetablebox {
  position: relative;
  border: 0px solid #333333;
  width: 880px;
  height: 530px;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
 }
.column {
  position: relative;
  border: 0px solid #333333;
  width: 250px;
  float: left;
}
.widecolumn {
  position: relative;
  border: 0px solid #333333;
  width: 430px;
  float: left;
  left: 10px;
}
.floatleft 
  {
  float: left;
  width: auto;
}
.floatright 
  {
  float: right;
  padding: 15px 15px 15px 15px;
  display: inline;
  border: 0px solid #ff0000;  
  width: auto;
}
.center 
  { 
  position: relative;
  text-align: center; 
  display: block;
  margin-left:auto;
  margin-right:auto;
  border: 0px solid #ff1111;
}
.imagecenter 
  { 
  text-align: center; 
  width: 100%;
  padding: 10px 0 10px 0;
  margin-left: 0px; 
  border: 0px solid #ff1111;
}

.height300px {
  min-height: 320px;
}

.lime {
color: #669900;
text-decoration: underline;
}
.limenounderline {
color: #669900;
text-indent: -13px;
display: block;
margin: 0 4% 0 4%;
}
.purple {
color: #0000CC;
}


/* CLEAN FORM
/////////////////////////////*/

/* General */

.cleanform {
	font-size:1em;
	width:50em;
	color:#1b1b1b;
	text-align:left;
	margin:1em auto;
}

/* Elements */

.cleanform  label,.cleanform legend{
	padding:0;
	margin:0.3em 0;
}

.cleanform fieldset{
	padding:0.7em;
	border:3px solid #ddd;
	margin:0 0 0.5em 0;
}

.cleanform label {
    font-weight:bold;
}

.cleanform fieldset input {
    	width:70%;
	line-height:1.5em;
    	padding:0.15em;
}
#state, #zipcode, #worknumber, #homenumber {
width: 12em;
}

/* width of buttons*/
.cleanform .radio input,
.cleanform .checkbox input {
    width: 5%;
    border: none;
    margin:0 1.5em 0 0;
 }

.cleanform input, .cleanform textarea, .cleanform select {
    display:block;
    margin-bottom:.5em;
    font-size:1em;
    border:1px solid #bbb;
    padding:0.15em;
    margin-right:1em;
 }

.cleanform .radio label, .cleanform .radio input,
.cleanform .checkbox label, .cleanform .checkbox input {
    display:inline;
    margin:0 1.5em 0 0;
}
/* radio and checkbox line spacing */
.cleanform .radio input, .cleanform .checkbox input {
    
	margin:0 0.3em 0 0;
}

/* Button */

.cleanform button {
	margin:0.3em 0;
	border:1px solid #ccc;
	background-color:#eee;
	font-size:1em;
	cursor:pointer;
	padding:0.5em
}

.cleanform button:hover {
	background-color:#e6efc2;
	border:1px solid #c6d880;
	color:#529214;
}

.cleanform button:active {
	background-color:#333;
	color:white;
	border:1px solid #000;
}

/* information */

.cleanform .formInfo {
    margin-bottom:1em;
    padding-bottom:0.5em;
    border-bottom:0.1em solid #ddd;
}

.cleanform .formInfo h2 {
	color:#00889e;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em;
}

.cleanform .formInfo p{
	text-align:justify;
}

.cleanform .required {
	color:#ff3838;
	font-weight:bold;
	font-size:0.8em;
}
