/**
 * Homepage Styles
*/
#center {
  float: left;
  margin-left: 15px;
  width: 389px;
}

#center #splashbox {
  width: 389px;
  background: #65BB8E url(/images/homepage-splashbox-bg.jpg) repeat-x;
}
#splashbox #splash {
  padding: 40px 10px 10px 190px;
  width: 189px;
}
#splashbox #splash h1 {
  color: white;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
#splashbox #splash p.date {
  color: white;
  margin: 3px 0;
  padding: 0;
}
#splashbox #splash p {
  margin: 3px 0;
  padding: 0;
}
#splashbox #splash p.more a {
  color: white;
}



.center-panel {
  margin: 0 0 15px 0;
}
.center-panel h2 {
  margin: 0;
  padding: 2px 2px 2px 25px;
  font-size: 1.2em;
  color: #036;
  background: url(/images/bg-panel-header.gif) no-repeat 5px 50% #f1f3f9;
  border-bottom: 1px solid #a7b6dd;
}
.center-panel-top {
  background: url(/images/bg-center-panel-top.gif) no-repeat;
  overflow: hidden;
  height: 2px;
  width: 389px;
}
.center-panel-content {
  border-left: 1px solid #a7b6dd;
  border-right: 1px solid #a7b6dd;
  background: #e1e6f3;
}
.center-panel-content h2 a {
  text-decoration: none;
}
.center-panel-bottom {
  background: url(/images/bg-center-panel-bottom.gif) no-repeat;
  overflow: hidden;
  height: 2px;
  width: 389px;
}



#site-editor-content {
  margin: 15px 0;
}

#latest-news .center-panel-content {
  width: 100%;
  overflow: hidden;
}
#latest-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#latest-news li {
  margin: 0 0 5px 0;
  padding: 7px 5px 7px 10px;
  background: #eff4f7;
}
#latest-news li a {
  font-size: 1.1em;
}
#latest-news li p {
  margin: 0 0 0.2em 0;
}



#whats-on .center-panel-content {
  overflow: hidden;
  height: 1%;
}
#whats-on ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
* html #whats-on li {
  width: 169px;
  w\idth: 167px;
}
#whats-on li {
  float: left;
  margin: 8px;
  padding: 0;

  width: 167px;
  height:88px;
  overflow:hidden;
}
#whats-on p {
border: 1px solid white;
  margin: 0;
  padding: 2px;
  text-align: center;
  background: #eff4f7;
}
#whats-on img {
  display: block;
  display: block;
}
