/* csshacks.css */

/* IE 7 */

*:first-child+html #MainContent .HomeBoxes {
  border-spacing: expression(cellSpacing = 10);
}

/* IE 6 and below */
* html #MainContent a {
  position: relative;
}
* html #MainContent .HomeBoxes {
  border-spacing: expression(cellSpacing = 10);
}
* html #MainContent {
  height: 592px;
  display: table-cell;
  background: transparent url(/images/content/background-maincontent.gif) no-repeat top;
}
* html .MainContentBottom {
  background: transparent url(/images/content/background-maincontent-bottom.gif) no-repeat bottom;
}
* html .WithoutSectionMenu {
  background: transparent url(/images/content/background-withoutsectionmenu.gif) no-repeat top !important;
}
* html .WithoutSectionMenuBottom { 
  background: transparent url(/images/content/background-withoutsectionmenu-bottom.gif) no-repeat bottom !important;
}
* html #MainContent h1 {
  margin-left: 6px;
}
