/***TOP BANNER************************/
#bannercontainer {
  background: #FFF;
  height: 70px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}

#bannerlogo {
  background: #FFF;
  float: left;
  padding: 5px 0px 0px 10px;
  width: 150px;
}

#bannerleft {
  background: #FFF;
  float: left;
  height: 65px;
  padding: 5px 0px 0px 0px;
  text-align: center;
}

#greeting {
  background: #FFF;
  height: 70px;
  padding: 5px 10px 0px 0px;
  text-align: right;
  width: 99%;
  z-index: 1;
}

.bannertitle {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
}

.bannerslogan {
  color: #cc0033;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.greeting {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}