#site-header {
  background-image:url(home-gradient.png);
  background-position:0 99px;
}

#site-title {
  padding-top:30px;
}

#site-search form {
  margin-top:-120px;
}

#page-header {
  display:block !important;
  background:#f0eceb url(home-gradient.png) repeat-x 0 -21px;
  min-height:350px;
}

#page-content {
  min-height:0px;
}

#page-header-content {
  width:900px;
  margin:0 auto;
  position:relative;
  top:-81px;
  z-index:10;
  margin-bottom:-81px;
}

#page-header-content .content-item {
  margin-bottom:2em;
}

/*IMAGE ROTATOR*/
#page-header-content .rotator-menu {
  text-align:left;
}

#page-header-content .rotator-nav {
  margin-top:-43px;
  position:relative;
  z-index:10;
}

#page-header-content .rotator-menu button {
  align:left;
  margin:0;
  padding:0;
  text-indent:-9999em;
  overflow:hidden;
  height:25px;
  width:25px;
  padding:0 0 0 0;
  background:transparent url(billboard-nav.png) no-repeat 0 -100px;
  border:none;
  cursor:pointer;
}

#page-header-content .rotator-menu button:hover {
   background-position:0 -125px; 
}

#page-header-content .rotator-menu .selected button {
 background-position:0 -150px; 
}

#page-header-content .rotator-menu .next button {
 width:25px;
 background-position:0px -50px; 
}

#page-header-content .rotator-menu .next button:hover {
 background-position:0px -75px; 
}

#page-header-content .rotator-menu .previous button {
 width:25px;
  background-position:0px 0px; 
}

#page-header-content .rotator-menu .previous button:hover {
  background-position:0px -25px; 
}

#page-body-content {
  width:430px;
  float:left;
}

#page-additional-content {
  width:430px;
  float:right;
}

#page-intro-content .blog-headlines .feed-items {
  padding:0 0 0 150px;
  color:#00849C;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:1.7em;
  background:transparent url(latest-headlines.png) no-repeat 0 0.2em;
  float:left;
}

#page-intro-content .blog-headlines .feed-items a {
  text-decoration: none;
}

#page-intro-content .blog-headlines .feed-items a:hover {
  text-decoration: underline;
}

#page-intro-content .blog-headlines .feed-items-1 {
background-image:url(latest-headline.png);
color:#00849C;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1.7em;
padding-left:140px;
}

#page-intro-content .blog-headlines .feed-items-1 a {
  text-decoration: none;
}

#page-intro-content .blog-headlines .feed-items-1 a:hover {
  text-decoration: underline;
}

#page-intro-content .blog-headlines .feed-item-published,
#page-intro-content .blog-headlines .feed-items-0 {
  display:none;
}

