.blue-bar {
  display: block; }
  .blue-bar * {
    display: block;
    height: 1px;
    overflow: hidden;
    font-size: .01em;
    background: #005300; }

.blue-bar1 {
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 1px;
  padding-right: 1px;
  border-left: 1px solid #91bcde;
  border-right: 1px solid #91bcde;
  background: #3f8bc6; }

.blue-bar2 {
  margin-left: 1px;
  margin-right: 1px;
  padding-right: 1px;
  padding-left: 1px;
  border-left: 1px solid #e5eff7;
  border-right: 1px solid #e5eff7;
  background: #3082c1; }

.blue-bar3 {
  margin-left: 1px;
  margin-right: 1px;
  border-left: 1px solid #3082c1;
  border-right: 1px solid #3082c1; }

.blue-bar4 {
  border-left: 1px solid #91bcde;
  border-right: 1px solid #91bcde; }

.blue-bar5 {
  border-left: 1px solid #3f8bc6;
  border-right: 1px solid #3f8bc6; }

.blue-bar-footnav {
  background: #005300;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font: normal 10px Tahoma, Arial; }
  .blue-bar-footnav a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px; }

.blue-bar-normal {
  background: #005300;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font: normal 12px Tahoma, Arial; }
  .blue-bar-normal a {
    color: #fff;
    text-decoration: none;
    padding-left: 12px; }

.signup-form {
  width: 50%; }
  .signup-form label {
    margin-bottom: 0px;
    font-size: 100%;
    display: block;
    width: 150px;
    float: left;
    text-align: right;
    width: 40%;
    padding-right: 15px; }
  .signup-form p {
    clear: left; }
  .signup-form a {
    text-decoration: none;
    position: relative;
    z-index: 24; }
    .signup-form a:hover {
      z-index: 25; }
      .signup-form a:hover span {
        font-weight: normal;
        text-align: left;
        display: block;
        position: absolute;
        text-decoration: none;
        top: -6em;
        left: 5em;
        width: 25em;
        background-color: #ffffe5;
        color: #000;
        padding: 5px;
        border: 1px solid #cc9;
        white-space: normal !important; }
    .signup-form a span {
      display: none; }

br {
  clear: left; }
