/* Right Area */
#promoCol {
  min-width: 42px;
  width: 42px;

}
#promoCol div {
  min-width: 42px;
  width: 42px;
}
/* Promo Col images */
#promo_graytop {
  background-image:url(../site_images/wide_graytop.png); 
  background-repeat: no-repeat;

  height: 91px;
}
#promo_blog {
  background-image:url(../site_images/wide_blog_off.png); 
  background-repeat: no-repeat;

  height: 62px;
}
#promo_resources {
  background-image:url(../site_images/wide_resources_off.png); 
  background-repeat: no-repeat;

  height: 171px;
}
#promo_self {
  background-image:url(../site_images/wide_dependable_off.png); 
  background-repeat: no-repeat;

  height: 131px;
}
#promo_service {
  background-image:url(../site_images/wide_partner_off.png); 
  background-repeat: no-repeat;

  height: 129px;
}
#promo_bttm {
  background-image:url(../site_images/wide_bttm.png); 
  background-repeat: no-repeat;

  height: 40px;
}
/* Promo Hovers */
#promo_blog:hover {
  background-image:url(../site_images/wide_blog_ov.png); 
}
#promo_resources:hover {
  background-image:url(../site_images/wide_resources_ov.png); 
}
#promo_self:hover {
  background-image:url(../site_images/wide_dependable_ov.png); 
}
#promo_service:hover {
  background-image:url(../site_images/wide_partner_ov.png); 
}