/* CSS Document */

/* overall styles 
------------------------------------------------------------------------------------------------------*/

 body {
 font-family: Arial, Helvetica, sans-serif;
 background-color:#CCCCCC;
 font-size: 75%;
 line-height: 130%;
 padding: 0;
 margin: 0;
 }
 
 #container {
top: 0px;
text-align: left;
background-color: #ffffff;
border-right: 1px solid black;
border-left: 1px solid black;
margin: 0px auto;
padding: 0px;
width: 70em;
height: 100%;
z-index: 200;
}

 a {
text-decoration: underline;
color: #ffffff;
}

a:hover {
text-decoration: none;
}

a:visited {
color: #669966;
}


/* skipnav styles 
------------------------------------------------------------------------------------------------------*/
#skipnav {
color:#669966;
width: 0px;
height: 0px;
z-index: 0;
font-size: .025em;
}

#skipnav a {
color:#669966;
text-decoration: none;
}


#search_bar {
  position:absolute; /* absolute, relative, fixed */
  margin: 0;
  padding: 0;
  left:43em;
  top:2em;
 }
 #button {
  width: 30px;
  height: 20px;
  background-color: #D5D5D5;
  color: #000000;
  font-size: 10px;
 }
 

/* header styles
------------------------------------------------------------------------------------------------------ */
 
#searchbox {
  float: left;
  margin-left: 10px;
}
 
#dropdown {
  float: left;
  z-index: 2000;
  background-color:#669966;
 }

#header {
float: left;
background-color:#669966;
color: #000000;
padding-left: 10px;
padding-top: 10px;
overflow: hidden;
width: 69.2em;
}

* html #header {
padding-top: 0px;
padding-top: 0px;
margin-top: -40px;
margin-top: -40px;
}

#header_contact {
float: right;
font-size: 85%;
color: #000000;
width: 170px;
height: 55px;
padding-top: 2px;
padding-left: 60px;
background-image:url(../images/statesealgreen6.jpg);
background-repeat: no-repeat;
overflow: hidden;
}

* html #header_contact {
padding-top: 0px;
padding-top: 0px;
}


/* horizontal navigation styles
------------------------------------------------------------------------------------------------------ */
#hor_nav {
float: left;
text-align: left;
width: 100%;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
padding:0px;
margin:0px;
z-index: 5000;
}

#hor_nav a {
text-decoration: none;
color: #000000;
text-align: left;
list-style: none;
padding: 10px 0px 10px 10px;
display: block;
z-index: 5000;
}

#hor_nav ul {
padding: 0px;
margin: 0px;
list-style: none;
background-color: #ffffff;
z-index: 5000;
}

#hor_nav li { /* all list items */
float: left;
width: 11.66em; /* width needed or else Opera goes nuts */
background-color: #ffffff;
z-index: 5000;
}

#hor_nav li:hover {
background-color: #669966;
color: #ffffff;
z-index: 5000;
}

#hor_nav li a:hover {
background-color: #669966;
color: #ffffff;
z-index: 5000;
}

#hor_nav li ul { /* second-level lists */
position: absolute;
width: 11.5em; 
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
background-color: #ffffff;
z-index: 5000;
}

#hor_nav li ul li {
background-color: #ffffff;
border-right: 1px solid #669966;
border-left: 1px solid #669966;
width: 11.5em; 
z-index: 5000;
}

#hor_nav li:hover ul, #hor_nav li.sfhover ul, #hor_nav li.over ul { /* lists nested under hovered list items */
left: auto;
display: block;
z-index: 5000;
}

.ruleabove {
border-top: 1px solid #669966;
}

.ruleboth {
border-top: 1px solid #669966;
border-bottom: 1px solid #669966;
}

/* footer styles 
------------------------------------------------------------------------------------------------------*/
#footer {
clear: both;
margin: 0;
padding: 0;
background-color: #669966;
color: #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
height: 35px;
width: 70em;
}

#footer a {
color: #000000;
text-decoration: none;
font-size: 85%;
text-align: left;
}

#footer a:hover {
text-decoration: underline;
}

#footer ul {
padding: 0;
margin: 0;
padding-top: 10px;
}

#footer li {
padding: 0px 22px 10px 22px;
display: inline;
list-style-type: none;
}
