@charset "utf-8";
/* CSS Document */

#footer-pane
{	
 width: 940px;
 height: 350px; /* was 450px */
 margin: 0px auto;
}
#footer-container
{	
 text-align: center;
}

#footer-top
{
 height: 21px;
 background-color: #0e416b; 
}

#footer-bottom
{
 height: 329px; /* was 429px */
 padding: 0px 0px;
 background-color: #013763; 
}

#footer-message{
 padding: 20px;

}

#footer-message-line1{
 color: #b3c3d0;
 font-size: 11px;
 font-weight: bold; 
 text-align: center;
 padding-bottom: 5px;
 }

a.footer-message-link {
	color: #b3c3d0;
	padding-left: 30px;
}

#footer-message-line2{
 color: #809cb1;
 font-size: 11px;
 font-weight: bold;
 }
 
 #footer-top-logos{
  padding: 45px 0px 30px 0px;
 }
 
 #footer-top-logos img{
  padding: 0px 20px;
  vertical-align: middle;
 }
 
  #footer-bottom-logo{
  padding: 25px 0px;
 }