/* =============================================================================
Buffalo - About
============================================================================= */

/* General
============================================================================= */

.section {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #dcdcdc;
}

p.link {margin: 16px 0 0 0;}
ul#navigation li a#services_active {background: url(/images/services.gif) 0 -50px no-repeat;}


/* Services
============================================================================= */

.services {
  width: 430px;
  padding: 0 0 30px 0;
  margin: 0 30px 0 0;
  float: left;
}

h3#services, h3#service_header {
  background: url(/images/services2.gif) 0 0 no-repeat;
  width: 52px;
  margin: 30px 0 12px 0;
}

h3#credentials, h3#credentials_header {
  background: url(/images/credentials.gif) 0 0 no-repeat;
  width: 77px;
  margin: 30px 0 12px 0;
}

h3#going_green, h3#going_green_header {
  background: url(/images/going_green.gif) 0 0 no-repeat;
  width: 87px;
  margin: 30px 0 12px 0;
}


h3#service_header {background-image: url(/images/we_do.gif);}

div.pullout {
  background: url(/images/services_quote.gif) 0 0 no-repeat;
  width: 200px;
  height: 169px;
  margin: 3px 0 10px 15px;
  float: right;
}

  div.pullout span {display: none;}

#page_text p {
  color: #5c5c56;
  font: normal 12px/17px Arial, Helvetica, sans-serif;
  margin: 9px 0 0 0;
}

/* Services list
============================================================================= */

#services_list {
  float: left;
  width: 200px;
  padding: 0 0 30px 0;
}

  #services_list ul {margin: 12px 0 0 0}

  #services_list ul li {
    background: url(/images/tick.gif) 0 5px no-repeat;
    line-height: 17px;
    padding: 0 0 0 16px;
  }

