/* Big */

h2.fboxdarkhead {
  position: relative;
  z-index: 2;
  background: transparent url('img/fsbheaddark.gif') no-repeat;
  padding-left: 80px;
  padding-top: 18px;
  height: 33px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}

div.fboxdark {
  position: relative;
  background-color: #BFC8CD;
  border-left: 3px solid white;
  border-right: 3px solid white;
  color: #32546D;
  margin: 0px;
  padding: 0px;
  width: 500px;
}

div.fboxdarkbottom {
  position: relative;
  background: transparent url('img/fsbheaddarkb.gif') no-repeat;
  height: 16px;
  padding-bottom: 10px;
}

h2.fboxhothead {
  position: relative;
  z-index: 2;
  background: transparent url('img/fsbheadhot.gif') no-repeat;
  padding-left: 80px;
  padding-top: 18px;
  height: 33px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}

h2.fboxlighthead {
  position: relative;
  z-index: 2;
  background: transparent url('img/fsbheadlight.gif') no-repeat;
  padding-left: 80px;
  padding-top: 18px;
  height: 33px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}

div.fboxlight {
  position: relative;
  background-color: white;
  border-left: 3px solid white;
  border-right: 3px solid white;
  color: #32546D;
  margin: 0px;
  padding: 0px;
  width: 500px;
}

div.fboxlightbottom {
  position: relative;
  background: transparent url('img/fsbheadlightb.gif') no-repeat;
  height: 16px;
  padding-bottom: 10px;
}



/* Small */

h2.cboxdarkhead {
  position: relative;
  z-index: 2;
  background: transparent url('img/csbheaddark.gif') no-repeat;
  padding-left: 80px;
  padding-top: 18px;
  height: 33px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  width: 168px;
}

div.cboxdark {
  position: relative;
  background-color: #BFC8CD;
  border-left: 3px solid white;
  border-right: 3px solid white;
  color: #32546D;
  margin: 0px;
  padding: 0px;
  width: 242px;
}

div.cboxdarkbottom {
  position: relative;
  background: transparent url('img/csbheaddarkb.gif') no-repeat;
  height: 16px;
  padding-bottom: 10px;
  width: 248px;
}

h2.cboxhothead {
  position: relative;
  z-index: 2;
  background: transparent url('img/csbheadhot.gif') no-repeat;
  padding-left: 80px;
  padding-top: 18px;
  height: 33px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  width: 168px;
}

h2.cboxlighthead {
  position: relative;
  z-index: 2;
  background: transparent url('img/csbheadlight.gif') no-repeat;
  padding-left: 80px;
  padding-top: 18px;
  height: 33px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  width: 168px;
}

div.cboxlight {
  position: relative;
  background-color: white;
  border-left: 3px solid white;
  border-right: 3px solid white;
  color: #32546D;
  margin: 0px;
  padding: 0px;
  width: 242px;
}

div.cboxlightbottom {
  position: relative;
  background: transparent url('img/csbheadlightb.gif') no-repeat;
  height: 16px;
  padding-bottom: 10px;
  width: 248px;
}


/* Orange */

div.orange_box {
  background: transparent url('img/orangebox.gif') no-repeat;
  width: 503px;
  height: 158px;
}

div.orange_content {
  padding-left: 10px;
  padding-top: 10px;
  width: 333px;
  height: 110px;
  overflow: hidden;
  position: absolute;
  color: white;
}