/* CSS Document */


#footerContainer {
float:left;
margin-left:75px;
width:500px;
height:75px;
margin-top:-100px;
}

.footer {
margin-left:220px;
float:left;
width:560px;
height:75px;
padding:0px;
display:inline;
margin-top:50px;
margin-bottom:0px;

}


.footer li {/*The inline display style goes on the li, not the ul.*/
float:left;
width:100px;
height:40px;
display:inline;
/*background-image:url(../../images/homePage/footerImages/footerBackground_image.png);
background-repeat:no-repeat;*/

 }
 
.footer li a {
font-family:inherit;
color:#1441B8;
display:block;
text-decoration:underline;
font-size:16px;
font-weight:bold;
 }
 
 #hoursofOp {
 float:left;
 margin-left:100px;
 margin-top:5px;
 width:400px;
 height:20px;
 padding-top:5px;
 border:0px;
 background-image:url(../../images/backgroundTransparent/tanBackground_50trans.png);
 text-align:right;
 }
 
 
 #hoursofOp p {
 padding:0px;
 margin:0px;
 
 }


