/*
 * Homepage
*/
#homeIntro {
  padding-top: 20px;
  margin-left: 273px;
  height: 273px;
  min-height: 253px;
}
#homeNews {
  background: #bab8d7;
  clear: left;
  margin: 0 0 0 0;
}
#homeNews h2 {
  margin: 0;
  padding: 2px 5px 3px 10px;
  font-size: 1.3em;
  font-weight: bold;
  color: #5b568b;
}
#homeNews ul {
  margin: 0;
  padding: 10px 0 5px 0;
  list-style: none;
  background: url(/images/home-news-bg.gif) repeat-x;
}
#homeNews li {
  margin: 5px 0;
  padding: 0 0 0 30px;
  font-size: 0.9em;
  color: #525252;
}
#homeNews h3 {
  margin: 0 0 0 -25px;
  padding: 0 0 0 25px;
  font-size: 1.1em;
  line-height: 1.5;
  color: white;
  background: url(/images/news-bullet.gif) no-repeat 1% 50%;
}
#homeNews li p {
  line-height: 1.5;
  margin: 0;
}
#homeNews li a {
  color: #2579a0;
  font-weight: bold;
  text-decoration: none;
}
#homeNews h3 a {
  color: white;
}
#homeNews li a:hover, #homeNews li a:active {
  text-decoration: underline;
}
#homeNews h3 a:hover, #homeNews h3 a:active {
  text-decoration: none;
}