#nav li.off ul, #nav li.on ul{
  /*put the subnavs below and hide them all*/
  background: #564669;
}
#nav li.on ul{
  /*put the subnavs below and hide them all*/
  background: #CF5D22;
}
body {
  background:  URL(/images/businesspage_bg.jpg) center top no-repeat #FFFFFF;
}

form label {
  font-size: 90%;
}

.required, #requiredText {
  color: #ff0000; !important
}