/* 
    Document   : footer
    Created on : Oct 8, 2010, 8:28:40 AM
    Author     : scott
    Description:
        Define styles for the footer elements
*/

/*************************** footer *******************************************/

#footer {
  border-top:0 none;
}

#footer {
  clear:both;
  /*margin-top:15px;*/

  /*background-color:#E8D4AF; */
 /* border-top:1px solid olive;*/
 /* color:chocolate; */
  font:11px Helvetica,Arial,sans-serif;
/*  font-family:Times New Roman; */
/*  font-size:93%; */
  margin-bottom:5px;
  margin-top:10px;
  padding-top:5px;
  text-align: left;
}

#footer a {
  color:white;
  text-decoration:underline;
}
#footer a:hover {
  text-decoration:none;
}

ul#menu-footer {
  width: auto;
  float: right;
  margin-right: 20px;
}

#siteinfo { /* in footer */
  color:#FFD235;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom:10px;
  padding-top: 0px;
  width:auto;
  float: left;
}

#footer a:active, #footer a:hover {
  color: #97002B; /* maroon */
}

#smallLogo {
  margin-top:2px;
  vertical-align:bottom;
}
