#welcome {
  background: #002c1d;
  color: #fff;
  margin: 0 0 5px 0;
}

  #welcome .content {
    padding: 20px;
  }
  
  #welcome h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
  }
  
  #welcome h3 {
    margin: 0;
    color: #fff;
  }
  
  
  #welcome a {
    color: #fff;
    text-decoration: underline;
  }
  
 /* hp newsletter sign up */

#home_newsletter_signup{
    background: #fff;
    border: solid 1px #999;
    margin: 0 0 5px;
    display: block;
    clear: both;
    float: none;
    padding: 0 0 15px 15px;
    min-height: 1px;
} * html #home_newsletter_signup{ height: 1px; } #home_newsletter_signup:after { height: 0; clear: both; display: block; content: "."; visibility: hidden; }

#home_newsletter_signup .header{
    background: #f9f9f9 ;
    margin: 0 0 10px -15px;
    padding: 5px 10px 5px 15px;
    border-bottom: solid 1px #ccc;
    -moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.1);
}

#home_newsletter_signup .header h3{
    color: #000;
    font-size: 15px;
    line-height: 1.3em;
    margin: 0;
}

#home_newsletter_signup .field{
    margin: 0 0 5px;
    border: solid 1px #ccc;
    border-width: 1px !important;
    -moz-border-radius: 3px;
    background: #f1f1f1;
    width: 196px;
    padding:4px 5px 2px;
    float: left;
}

#home_newsletter_signup .firstname,
#home_newsletter_signup .lastname{
    width: 89px;
    margin-right: 5px;
}

#home_newsletter_signup .focus{
    background: #fff;
    border-color: #999;
}

