/* =============================================================================
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;}

/* Introduction
============================================================================= */

h2#introduction {
  background: url(../img/typography/introductions/home.gif) 0 0 no-repeat;
  width: 578px;
  height: 56px;
}

  h2#introduction a {
  display: block;
  width: 186px;
  height: 19px;
  padding: 0 0 0 109px;
  }

/* Services
============================================================================= */

.services {
  width: 430px;
  padding: 0 0 30px 0;
  margin: 0 30px 0 0;
  float: left;
}

h3#services, h3#service_header {
  background: url(../img/typography/section_headings/services.gif) 0 0 no-repeat;
  width: 52px;
  margin: 30px 0 12px 0;
}
h3#service_header {background-image: url(/img/typography/section_headings/we_do.gif);}

div.pullout {
  background: url(../img/typography/pullouts/services.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(../img/icons/tick.gif) 0 5px no-repeat;
    line-height: 17px;
    padding: 0 0 0 16px;
  }
