ol, ul, li {
  padding: 0;
  margin: 0;
}
#stormBanner {
  width: 629px;
  position: relative;
  float: left;
  top: -320px; 
  text-align: left;
  display: none;
}
#homePageMiddle {
  height: 510px;
}
.homePageSectionHead {
  cursor: pointer;
  float: left;
  width: 313px;
}
.homePageSectionSpacer {
  float: left;
  width: 3px;
  height: 100px;
}
.homePageDropDown li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 4px;
}

.homePageDropDown li:hover a {
  color: #FFFFFF;
}

.homePageDropDown li:hover {
  background: #87A8CB url('/images/homePage/rollOverMainPgSubNav.jpg') repeat-x;
}

.homePageDropDown li {
  cursor: pointer;
}
.homePageDropDown {
  display: none;
  background: url('/images/homePage/gradientListBox.jpg') repeat-x;
  width: 313px;
  padding-bottom: 15px;
  float: left;
  list-style: none;
}

