/*******************************************************************************
* LAYOUT STYLES - HOME PAGE
*******************************************************************************/

#main_content {
  background-color: transparent;
  padding: 0;
}

.row {
  margin-bottom: 15px;
}

#news_container {
  height: 115px;
  background-color: #e8e8e8;
}

#news {
  height: 99px; /* total height = top-padding + bottom-padding + height = 115px */
  width: 754px;
  padding: 8px 8px;
  background-color: #e8e8e8;
  position: absolute;
  overflow: hidden;
}

#news.expanded {
  position: relative;
  height: 410px; /* total height = top-padding + bottom-padding + height = 426px */
  z-index: 1;
  border-bottom: 2px solid #d6ef94;
  background-color: rgba(232,232,232,0.94); /* background color #e8e8e8, with 94% opacity */
}

#news h1 {
  font-size: 1.8333em;
  font-weight: normal;
  color: #3c6a8f;
}

#news a#rss_feed_link {
  display: block;
  float: right;
  width: 23px;
  height: 22px;
  background: url('/images/rss.png') no-repeat;
}

#news a#rss_feed_link:hover {
  background: url('/images/rss_over.png') no-repeat;
}

#news #news_items, #news.expanded #news_items_expanded {
  display: block;
}

#news #news_items_expanded, #news.expanded #news_items {
  display: none;
}

#news #news_items {
  width: 625px;
}

.news_items_list {
  margin-top: 6px;
  overflow: hidden;
}

.news_items_list li {
  padding: 6px 0;
  font-size: 1.1666em;
}

.news_items_list li a {
  color: #3c6a8f;
  text-decoration: none;
}

#news.expanded .news_items_list li {
  padding: 15px 0;
  border-bottom: 2px solid #b5b5b6;
}

#news a.see-all {display: none}
#news.expanded a.see-all {
  display: block;
  position: absolute;
  bottom: 3.5em;
  /* Font characteristics are like those of the other links on the home page. */
  font-family: Trebuchet MS, sans-serif;
  font-size: 13.5px;
  color: rgb(0, 0, 238);
}

#news #expander_link {
  display: block;
  width: 79px;
  height: 11px;
  position: absolute;
  bottom: 10px;
  right: 8px;
  background: url('/images/home_page/seemore.png') no-repeat;
}

#news.expanded #expander_link {
  background: url('/images/home_page/seeless.png') no-repeat;
}

#map_box {
  float: right;
  width: 191px;
  height: 295px;
  background-color: #3c6a8f;
  border: 1px solid #e8e8e8;
}

#map_box #map_box_header {
  height: 140px;
  padding: 8px 5px 10px 5px;
}

#map_box_header h1 {
  color: #e8e8e8;
  font-size: 1.8333em;
  font-weight: normal;
  margin-bottom: 10px;
}

#map_box #map_body {
  height: 105px;
  padding: 0 6px;
}

#map_box #map_body p {
  color: #e8e8e8;
  font-size: 1.1666em;
  line-height: 120%;
}

#map_box #map_box_footer {
  background-color: #d6ef94;
  text-align: center;
  height: 22px;
  padding-top: 10px;
}

#map_box #map_box_footer a {
  font-size: 14px;
  color: #3c6a8f;
  text-decoration: none;
}

.half_width_callout {
  height: 131px; /* total height = height + padding-top + padding-bottom = 151px */
  width: 362px;  /* total width = width + padding-left + padding-right = 378px */
}
.callout {
  background-color: #e8e8e8;
  padding: 10px 8px;
  border: 1px solid #b5b5b6;
}

#callouts #spotlight_callout {
  float: right;
}

#under_callout {
  margin-top: 10px;
}

.callout .callout-body {
  height: 115px;
  overflow: hidden;
}

#callouts div.learn-more-link {
  text-align: right;
  font-size: 14px;
}

#callouts div.learn-more-link a {
  color: #3c6a8f;
  text-transform: uppercase;
  text-decoration: none;
}

