/***************************************************************************
 * Styles for workdocx/home
 *
 * @Author - Fenwick Walker for Grafmix Limited [http://www.grafmix.co.uk]
 * @Date - 10.2009
 * @Copyright - (c) 2009 Workdocx Ltd
 ***************************************************************************/

#home_buckets {
  margin: 1.5em 0;
}

#home_buckets div {
  width: 305px;
  position: relative;
  margin: 0 15px 1em 0;
  float: left;
}

#home_buckets div h3 {
  width: 305px;
  height: 80%;
  position: relative;
  padding: 0;
  z-index: 10;
}

#home_buckets div h3 a {
  display: block;
  width: 265px;
  height: 70px;
  padding: 14px 20px 0;
  font-size: 1.2em;
  color: #474d50;
  text-decoration: none;
}

#individuals_bucket a {
  background: url('../../img/home/bucket_link_individuals.gif') top left no-repeat;
}

#employers_bucket a {
  background: url('../../img/home/bucket_link_employers.gif') top left no-repeat;
}

#regulatory_bucket a {
  background: url('../../img/home/bucket_link_regulatory.gif') top left no-repeat;
}

#home_buckets div h3 a:hover {
  color: #2e3535;
  background-position: top right;
}

#home_buckets div p {
  width: 265px;
  font-size: 1em;
  padding: 0 20px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}