/* Fixes for IE/Win browsers
   * html = IE6
   *+html = IE7
----------------------------------- */
* html #container {
  behavior: url("/images/ie6/iepngfix.htc");
}

* html #header-wrapper {
  height: auto !important;
  height: 200px;
}

* html #sitenav ul {
  float: left;
}

* html #sitenav li a {
  line-height: 1.3;
}

* html #secnav li {
  float: left;
  width: 100%;
}

* html #content p.sectionhead {
  position: relative;
  margin-top: -3px;
}

* html #dashboard #summary td.status h3.can {
  display: inline;
}

* html #footer-wrapper {
  height: auto !important;
  height: 177px;
}

