/*
 * Homepage styles - updates to main stylesheet
 */


#site-container-outer {
  background: url(/img/homepage/background-static.jpg) top center no-repeat;
}
#main-menu {
  margin-top: 14px;
  background: #fff url(/img/homepage/main-menu-background.jpg) left bottom no-repeat;
  padding-bottom: 180px;
}
#page-content {
  margin-top: 15px;
}
#page-content h3#page-title {
  margin-bottom: 12px;
  padding-bottom: 0;
  border-bottom: none;
}

#footer {
  padding-top: 3em;
}


div.ovh {
  overflow:hidden;
  width:100%;
}

div.ovh div.content-left {
  float:left;
  width:340px;
}

div.ovh div.content-right {
  float:right;
  width:250px;
}


/*
 * Homepage styles - slideshow
 */

#homepage-slideshow p {
  margin: 0;
}
#homepage-slideshow p img {
  display: block;
}

/*
 * Homepage styles - features
 */

#homepage-features {
  margin: 1.5em 0 1.3em 0;
}
#homepage-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: inline-block;
}
#homepage-features ul {
  display: block;
}
#homepage-features ul li {
  width: 198px;
  float: left;
  background: url(/img/homepage/feature-panel-background.gif) repeat-y;
}
#homepage-features ul li h4 {
  height: 51px;
  background: url(/img/homepage/feature-panel-top.gif) no-repeat;
  margin-bottom: 5px;
}
#homepage-features ul li h4 a {
  display: block;
  padding: 6px 12px 0 12px;
}
#homepage-features ul li h4 a:hover {
  text-decoration: none;
}
#homepage-features ul li h4.single-line a {
  padding-top: 16px;
}
#homepage-features ul li div.content {
  background: url(/img/homepage/feature-panel-bottom.gif) left bottom no-repeat;
  padding: 0 11px 20px 11px;
  font-size: 0.9em;
}
#homepage-features ul li div.content p {
  line-height: 1.2em;
  margin: 0;
}
#homepage-features ul li div.content p a {
  font-weight: normal;
  color: #000;
}
#homepage-features ul li div.content p a:hover {
  text-decoration: none;
}
#homepage-features ul li div.content p.image {
  margin: 0 0 12px 0;
}
#homepage-features ul li div.content p.image img {
  display: block;
}

/*
 * Homepage styles - latest news
 */

#homepage-latest-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: inline-block;
}
#homepage-latest-news ul {
  display: block;
}
#homepage-latest-news ul li {
  width: 198px;
  float: left;
  overflow: hidden;
  display: inline-block;
}
#homepage-latest-news ul li {
  display: block;
}
#homepage-latest-news ul li p.thumbnail {
  width: 50px;
  float: left;
  margin: 0 12px 0 0;
}
#homepage-latest-news ul li p.thumbnail img {
  display: block;
}
#homepage-latest-news ul li p.summary {
  width: 125px;
  float: left;
  line-height: 1.2em;
  margin: 0;
  font-size: 0.85em;
  font-weight: bold;
}
#homepage-latest-news ul li p.summary a {
  color: #036;
}
#homepage-latest-news ul li p.summary a:hover {
  text-decoration: none;
}
