/* ---------- start of footer section ---------- */

#footer{
  clear:both;
}	

#footer_bar{  
  background:#003366;	
  height:35px;								/* height of footer bar */
  margin:0px;
  padding:0px;
  font-family:arial;
  font-weight:normal;
  font-size:13px;
  text-align:center;
  color:#ffffff;  						/* color of footer bar */    
}

/*-- sub footer hyperlinks --*/                                   
#footer_bar a:link    {color: #ffffff}      
#footer_bar a:visited {color: #ffffff}      
#footer_bar a:hover   {color: #ffffff}      
#footer_bar a:active  {color: #ffffff}  	  
#footer_bar a:focus   {color: #ffffff} 

#fb_link{											/* links layer on footer bar */  
  padding-top:8px;   
}

#fb_link a{										/* footer bar links */
	text-decoration:none; 
}

#disclaimer{
 position:relative;
 top:10px;
 width:70%;
 font-family:arial;
 font-size:10px;
 font-weight:normal;	        
 margin-left: auto;
 margin-right: auto; 
}

#sub_footer{									/* section below the footer bar */
  font-family:arial;
  font-weight:normal;  
  font-size:12px;
  text-align:center;  
  position:relative;
  top:16px;
  left:0px;		
  height:120px;
}

#sub_footer a{
  text-decoration:underline;
}

/*-- sub footer hyperlinks --*/
#sub_footer a:link    {color: #000000}  /* unvisited link  */                     
#sub_footer a:visited {color: #000000}  /* visited link    */                       
#sub_footer a:hover   {color: #000000}  /* mouse over link */                    
#sub_footer a:active  {color: #000000}  /* selected link   */ 	                    
#sub_footer a:focus   {color: #000000}  /* selected link   */ 

/* ---------- end of footer section ---------- */
