/*
   Purpose: CSS for ASD website (at least the onlineresources.html page)
Created by: Alan Lane -- awelane@yahoo.com
Created on: 20080725
Updated on: 20080830
 Last Edit: 
*/

html {
  height: 100%;
}

body 
{
  height: 100%;
  font-size: 92%;
  topmargin: 5px;
  leftmargin: 15px;
  background-color: #ffff99;
  font-family: verdana, arial, sans-serif;
}

#container {
min-height: 100%;
margin-bottom: -330px;
position: relative;
}

.clearfooter {
height: 330px;
clear: both;
}

#nav {
  margin: 0;    
  padding: 0;
  background: #6F6146;
  list-style-type: none;
  width: 540px;
  float: left; /* Contain floated list items */
}

#nav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}

#nav a {    
  display: block;  /* to increase clickable area as a's default to inline */
  color: #FFF;
  text-decoration: none;
  padding: 0 15px;
  line-height: 1.5;
  border-bottom: 1px solid #FFF;
}

#nav #nav_con a {
  border: none;
}

#nav a:hover {  
  background: #4F4532;
}

#footer {
  text-align: center;
  height: 330px;
  position: relative;

}
