/*
  pages_footer.css
  Version: 1
  Author: M Baynger
  Description: Styles for footer section
*/



#bl_footer {
	margin: 0px auto;  
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;  
  
  height: 40px;
  width: 1000px;  
  border-top: 1px solid #82C7DB;    /* light cho color */
  background: #FFF;   
	color: #666666;
	font-size: 10px;
	text-decoration: none;
    font-family: Verdana;
    font-weight: normal;
    letter-spacing:.1em;
}

#bl_footer a
{
	padding: 0px;
	margin: 0px;	
	text-decoration: none;
}

#bl_footer a:hover
{
  background: #CFDFE3;		/* lighter Cho color  */    
  color: #000;
}

#bl_footer p
{
	padding: 0px;
	margin: 0px;	
	text-decoration: none;
}

#bl_pages_footer_contents
{
   position: relative; 
   left: 0px;		
   top: 0px;
}

#bl_pages_address
{
  position: absolute; 
  left: 10px;		
  height: 15px;
  top: 30px;
  padding-right: 20px; 
  letter-spacing:.25em;  
}

#bl_pages_contact
{
  position: absolute;
  left: 750px;
  top: 0px;
  width: 80px;
  height: 15px;   
  padding: 0px;   
  text-align: center;
  border-left: 1px solid #82C7DB;    /* light cho color */  
  border-right: 1px solid #82C7DB;    /* light cho color */
}

#bl_pages_mailing
{
  position: absolute;
  right: 20px;
  height: 15px;   
  top: 0px;
  width: 180px;  
  text-align: right;  
}

#bl_pages_flickr
{
  position: absolute;
	font-size: 9px;  
  left: 10px;
  height: 20px;   
  top: 0px;
  color: #000;
}

#bl_pages_tuag
{
  position: absolute;
	font-size: 9px;  
  right: 20px;
  height: 20px;   
  top: 30px;
  color: #888888;
}

