/*
CVS: $Id: asu_footer.css,v 1.1 2007/03/30 18:47:39 cvsdevel Exp $
Title: ASU Drupal Template
Copyright: (c) 2007
Author: Aaron Smitthipong
Company: Rhino Internet Solutions
Description: Footer styles for ASU content template
*/

/* =Footer
-------------------------------------------------------- */
#asu_footer {
   clear: both;
   display: block;
   margin: 0; padding: 0 30px 0 0;
   text-align: right;
   }
   
.asu_black_footer {
   background-color: #000;
   }
   
.asu_dark_grey_footer {
   background-color: #666;
   }
   
.asu_light_grey_footer {
   background-color: #999;
   }

#asu_footer li {
   border-right: 1px solid #FFF;
   display: inline;
   font: normal 11px/27px Tahoma, Arial, sans-serif; color: #FFF;
   padding: 0 7px;
   }

#asu_footer a {
   color: #FFF; text-decoration: none;
   }

#asu_footer a:hover {
   color: #FFB310; text-decoration: none;
   }
   
#asu_footer_contact_info {
   clear: both;
  	text-align: right;
   margin: 0; padding: 10px 30px 10px 0;
   font: normal 11px/14px Tahoma, Arial, sans-serif; color: #666;
   background-color: #fff;
   display: block;
   }
