﻿/*-------------------------------------------------------------------------------------------------------------*/
#footer {
     display:block;
     width:1000px;
     height:35px;
     margin-left:auto;
     margin-right:auto;
     background: #e3e0d1 url('../img/bkgrd-footer.jpg') repeat-y top left; 
     clear:both;
}
#footer-footerNav{
     display:block;
     width:730px; 
     float:left;
     margin-top:11px;
     margin-left:40px;
     color:#4c4c4c;
     font-size:11px;
}
#footer-footerNav a, .footerNavOff {
     color:#4c4c4c;
     text-decoration: none; 
     font-size:11px;
}
#footer-footerNav a:hover, .footerNavOn {
     color:#00529b;
     text-decoration: none; 
     font-size:11px;
}   
#footer-footerTagLine {
     display:inline;
     width:215px;
     height:35px; 
     float:right;
     background: transparent url('../img/footerTagline.jpg') no-repeat top left;
}
#footer-footerTagLine a { display: block; width:100%; height:100%; }