#block_1, #block_3 {
  color: #fff;
  width: 320px;
  height: 660px;
  margin: 0;
  padding: 0;
  float: left;
  background: #3a3a3a; }

#block_2
{
  color: #fff;
  width: 320px;
  height: 590px;
  margin: 0;
  padding: 0;
  float: left;
  background: #3a3a3a; 
  margin-top: 70px;
}

p.cta_text {
  color: #fff;
  font-size: 1.2em;
  padding: 10px 15px 0; }

#block_1 .form {
  padding: 0 15px; }
  #block_1 .form .form_field label {
    width: 50px; }
  #block_1 .form .form_field input[type="text"] {
    background: #77787A;
    border: none;
    color: #e4e4e4;
    margin: -22px 0 0 70px;
    padding: 5px 10px;
    width: 175px; }
  #block_1 .form .cta_button {
    margin: 1.5em 0 0; }
    #block_1 .form .cta_button input.btn_home_loc_search {
      width: 64px;
      height: 22px;
      display: block;
      border: none;
      margin-right: 10px;
      cursor: pointer;
      color: #fff;
      font-weight: bold;
      font-size: 1.1em;
      background: transparent url("../images/button_gradients.png") repeat-x top left; }

#block_2 {
  background: #5F6062; }
  #block_2 p.cta_button {
    margin: 0;
    padding: 1.65em 15px 0; }

#block_3 p.cta_button {
  margin: 0;
  padding: 1.65em 15px 0; }

#block_2 p.cta_button a, #block_3 p.cta_button a {
  display: block;
  padding: 6px 10px 4px;
  line-height: 1em;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  background: transparent url("../images/button_gradients.png") repeat-x; }

#block_2 p.cta_button a {
  width: 90px;
  background-position: 0 -32px; }

#block_3 p.cta_button a {
  width: 110px;
  background-position: 0 -64px; }

/* subheaders */
.subhead_wrapper {
  width: 100%; }
  .subhead_wrapper.green {
    background-color: #cbdd46; }
  .subhead_wrapper.grey {
    background-color: #77787a; }
  .subhead_wrapper .arrow {
    margin: 0 0 0 25px;
    padding-bottom: 40px;
    width: 41px;
    height: 22px; }
    .subhead_wrapper .arrow.green {
      background: url('../images/arrow_green.jpg') no-repeat 0 0; }
  .subhead_wrapper .subhead {
    color: white;
    padding: 18px 0; }
    .subhead_wrapper .subhead h3 {
      font-size: 2em;
      font-weight: bold;
      color: white;
      text-transform: uppercase;
      margin: 0; }
    .subhead_wrapper .subhead p {
      font-size: 1.6em;
      margin: 10px 0 0 0; }
      
/*Solar*/
.home-feature{
    height:70px; 
    width:640px; 
    background-color:#3c3a3a;
}

.home-feature-text{
    font-size:16px; 
    font-style: italic; 
    padding: 10px 10px 0px 20px;
}

.solar{
    height:70px; 
    background-color:#5F6062; 
    padding-left:10px;
}

.solar-content
{
    display:inline; 
    position:absolute; 
    margin:10px 0px 0px 15px;
}

.solar-image
{
    display:inline;
}

.solar-title
{
    font-weight: bold; 
    font-size: 18px; 
    margin:0px;   
}

#solar-link a
{
    color:#EFCC28;
}

