/*
 * Homepage Styles
 */

#homepage-introduction {
  height: 232px;
  background: #273e72;
  color: #fff;
  font-weight: bold;
}
#homepage-introduction .inner {
  width: 984px;
}
#homepage-introduction #homepage-flash-slideshow {
  float: left;
  width: 520px;
  height: 232px;
}
#homepage-introduction .content {
  float: left;
  width: 464px;
  margin: 30px 0 0 0;
  position: relative;
  /*left: -40px;*/
}
#homepage-introduction .content h2 {
  width: 425px;
  height: 44px;
  background: url(/images/welcome-to-anord-heading-new.gif) no-repeat;
  margin: 0 0 10px 18px;
}
#homepage-introduction .content h2 span {
  display: none;
}
#homepage-introduction .content p {
  margin: 0;
  padding: 10px;
  line-height: 1.7em;
}

#homepage-content {
  color: #305186;
}

#homepage-latest-news {
  margin: 0;
  padding: 0;
  list-style: none;
}
#homepage-latest-news li {
  margin: 0 0 1.5em 0;
  padding: 0;
  font-size: 0.9em;
  color: #000;
  overflow: hidden;
  display: inline-block;
}
#homepage-latest-news li {
  display: block;
}
#homepage-latest-news li img {
  float: left;
  margin-right: 15px;
  border: 1px solid #000;
}
#homepage-latest-news li div {
  float: left;
  width: 399px;
}
#homepage-latest-news li h4 {
  font-size: 1.2em;
  color: #305186;
  margin: 0;
}
#homepage-latest-news li h4 a {
  color: #305186;
}
#homepage-latest-news li p {
  line-height: 1.4em;
  margin: 0;
}