/*
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_black_footer {
   background-color: #000;
   }
   
.asu_dark_grey_footer {
   background-color: #666;
   }
   
.asu_light_grey_footer {
   background-color: #999;
   }

#asu_footer {
	display: block;
	height: 2em;
	margin: 0; padding: 0 25px 0 0;
	text-align: right;
}

#asu_footer ul {
	margin: 0; padding: 0;
}
#asu_footer li {
	border-right: 1px solid #FFF;
	display: inline; list-style-type: none;
	font: normal .95em/2em Tahoma, Arial, sans-serif; color: #FFF;
	margin: 0; padding: 0;
}
#asu_footer li a {
	color: #FFF; text-decoration: none;
	padding: 0 .66em;
}
#asu_footer li a:hover {
	color: #FFB310; text-decoration: underline;
}
   
#asu_footer_contact_info {
   clear: both;
   text-align: right;
   margin: 0; padding: 10px 30px 10px 0;
   font: normal .95em/1.2em Tahoma, Arial, sans-serif; color: #666;
   background-color: #fff;
   display: block;
   }
