/*
 * Homepage Styles
 */
div#centre-column div#welcome-message {
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  width: 475px;
}
div#centre-column div#group {
  float: left;
}

hr {
  border: 1px solid #a8034f;
  margin: 10px 0 15px 0;
  padding: 0;
}

div#centre-column div#buttons {
  float: left;
  margin: 0;
  padding: 0;
  width: 710px;
}
div#buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div#buttons ul li {
  float: left;
  margin: 0 10px 15px 0;
  padding: 15px 10px 0 18px;
  width: 196px;
  height: 51px;
}

div#buttons ul li.housing {
  background: url(/img/housing.gif) top left no-repeat;
}
div#buttons ul li.community-and-voluntary {
  background: url(/img/community-and-voluntary.gif) top left no-repeat;
}
div#buttons ul li.computer-accessibilty {
  background: url(/img/computer-accessibilty.gif) top left no-repeat;
}
div#buttons ul li.education-and-training {
  background: url(/img/education-and-training.gif) top left no-repeat;
}
div#buttons ul li.employment {
  background: url(/img/employment.gif) top left no-repeat;
}
div#buttons ul li.enterprise {
  background: url(/img/enterprise.gif) top left no-repeat;
}
div#buttons ul li.health-and-social-care {
  background: url(/img/health-and-social-care.gif) top left no-repeat;
}
div#buttons ul li.leisure-and-tourism {
  background: url(/img/leisure-and-tourism.gif) top left no-repeat;
}
div#buttons ul li.local-councils {
  background: url(/img/local-councils.gif) top left no-repeat;
}
div#buttons ul li.sports-and-recreational {
  background: url(/img/sports-and-recreational.gif) top left no-repeat;
}
div#buttons ul li.transport {
  background: url(/img/transport.gif) top left no-repeat;
}
div#buttons ul li.volunteering{
  background: url(/img/volunteering.gif) top left no-repeat;
}
div#buttons ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}


div#centre-column div#tabs {
  margin: 0;
  padding: 0;
}
div#centre-column div#tabs img {
  margin: 0 0 10px 0;
  padding: 0;
}