/* CSS Document */

#advertise {
float:left;
margin-left:20px;
padding-left:0px;
width:175px;
height:40px;

}

 
#advertise a {
width:175px;
height:40px;
background-image:url(../../images/homePage/footerImages/doubles/AdvertiseWithUs_double_light_green.png);
background-position:0px 0px; 
background-repeat:no-repeat;

}
 
 
#advertise a:hover {
background-position:-175px 0px; 
 
 
 }
 
 /*======================================================*/

 
#map {
margin-left:0px;
height:40px;
width:175px;
height:40px;
 }
 
 
#map a {
width:175px;
height:40px;
background-image:url(../../images/homePage/footerImages/doubles/Map_Address_double_light_green.png);
background-position:0px 0px; 
background-repeat:no-repeat;
 
 }
 
 
#map a:hover {
background-position:-175px 0px;   
  
  }
 

 
 
 /*======================================================*/

#contactUs_footer {
float:left;
margin-left:0px;
margin-top:0px;
height:40px;
width:175px;

 }
 
 
#contactUs_footer a {
width:175px;
height:40px;/*The a link must have width and height to show the background-image.*/
background-image:url(../../images/homePage/footerImages/doubles/ContactUs_double_light_green.png);
background-position:0px 0px; 
background-repeat:no-repeat;
 }
 
#contactUs_footer a:hover {
background-position:-175px 0px; 

 }
 
/*======================================================*/
 
 
#hoursFooter {
padding-left:0px;
margin-left:110px;
width:175px;
height:40px;
clear:left;
}
 
#hoursFooter a {
width:175px;
height:40px;
background-image:url(../../images/homePage/footerImages/doubles/Hours_double.png);
background-position:0px 0px; 
background-repeat:no-repeat;
}
 

#hoursFooter a:hover {
background-position:-175px 0px; 

}


 
#hoursFooter a span {
width: 310px;
height:50px;
float:left;
margin-top:-115px;
margin-left:-70px;
visibility:hidden;
text-decoration:none;
text-align:center;
line-height:1.5em;

}
 
 
#hoursFooter a:hover span  {
visibility:visible;
text-decoration:none;
text-align:center;
border:thin solid black;
padding:5px;
 background-image:url(../../images/homePage/footerImages/spanRolloverImage.png);
 }
 


/*======================================================*/

#careerOps {
display:inline;
margin-left:125px;
width:175px;
height:40px;
}

#careerOps a {
width:175px;
height:40px;
background-image:url(../../images/homePage/footerImages/doubles/careerOps_double_light_green.png);
background-position:0px 0px; 
background-repeat:no-repeat;

}

#careerOps a:hover{ 
background-position:-175px 0px; 

}

#careerOps a img {
border:2px solid #fff;
}

/*======================================================*/


#blog {
display:inline;
margin-left:30px;
width:175px;
height:40px;
}

#blog a {
width:175px;
height:40px;
background-image:url(../../images/homePage/footerImages/doubles/blog_double.png);
background-position:0px 0px; 
background-repeat:no-repeat;
}

#blog a:hover{ 
background-position:-175px 0px; 

}

/*======================================================*/
