body {
  text-align: center;
  background: url(/img/hp-site-bg.jpg) top center repeat-x;
}

/*
 * Homepage Styles - Top
 */

#homepage-top {
  overflow: hidden;
  display: inline-block;
}
#homepage-top {
  display: block;
}
#homepage-top .content {
  color: #ffeccc;
  float: left;
  width: 341px;
  padding: 17px 0 0 39px;
}

#homepage-top .content h1 {
  background: url(/img/hp-h1-bg.png) no-repeat;
  font-family: georgia, times, "Times New Roman", serif;
  font-size: 1.8em;
  font-style: italic;
  color: #ffffff;
  font-weight: normal;
  padding: 0 0 12px 48px;
  min-height: 53px;
}

#homepage-top .content h2 {
  font-family: georgia, times, "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.4em;
  margin: 0;
  padding: 0 0 10px 0;
}

#homepage-top .content form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

#homepage-top .content p {
  line-height: 1.4em;
}

#homepage-top .content input.text {
  float: left;
  border: 1px solid #330019;
  padding: 2px;
  height: 20px;
}

#homepage-top .content input#hp-sub-btn {
  float: left;
}

#homepage-top #imagery {
  float: right;
  margin-right: 0;
  background: url(/img/hp-slideshow-bg.png) top left no-repeat;
  padding: 6px;
  width: 490px;
  height: 262px;
}

#homepage-top #imagery div.inner {
  width: 490px;
  height: 262px;
}

#homepage-top #imagery img {
  display: block;
}
#homepage-top .buttons {
  float: left;
  width: 191px;
  border: 1px solid #7f7f7c;
  border-left: none;
  border-bottom: none;
}
#homepage-top .buttons img {
  display: block;
  border-bottom: 1px solid #7f7f7c;
}




/*
 * Homepage Styles - Bottom
 */
div#homepage-bottom {
  padding-top: 26px;
}


ul.panels li.panel {
  background: url(/img/hp-panel.jpg);
  list-style: none;
  float: left;
  margin: 0 28px 0 0;
  padding: 0;
  width: 292px;
  height: 581px;
}

ul.panels li.news-on {
  position: relative;
  background: url(/img/hp-news-on-panel.jpg);
}

ul.panels li.resources-on {
    position: relative;
  background: url(/img/hp-resources-on-panel.jpg);
}

ul.panels li.panel a.all {
  text-align: center;
  color: #ffeccc;
  background: url(/img/hp-all-link.gif) no-repeat;
  display: block;
  float: left;
  margin: 9px 0 0 15px;
  width: 120px;
  height: 31px;
  line-height: 31px;
}

ul.panels li.panel h2 {
  font-family: georgia, times, "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
  text-shadow: #806a45 0 1px 1px;
  color: #ffffff;
  font-size: 1.4em;
  line-height: 32px;
  padding:0 12px 0 12px;
  background: url(/img/panel-inner-border.png) bottom center no-repeat;
}

ul.panels li.resources-on h2,
ul.panels li.news-on h2 {
  background: none !important;
  float: left;
  width: 106px;
}

ul.panels li.resources-on h2.resources,
ul.panels li.news-on h2.resources {
  float: right;
  width: 130px;
}
ul.panels li.resources-on div.resources-ctr,
ul.panels li.news-on div.news-ctr {
  position: absolute;
  left: 0;
  top: 34px;
}

ul.panels li.resources-on div.news-ctr,
ul.panels li.news-on div.resources-ctr {
  position: absolute;
  left: -99999px;
}

ul.panels li.panel h2 a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

ul.panels li.panel ul {
  margin: 0;
  padding: 0;
}

ul.panels li.panel ul li {
  display: inline-block;
}
ul.panels li.panel ul li {
  background: url(/img/panel-inner-border.png) bottom center no-repeat;
  overflow: hidden;
  display: block;
  padding: 15px 12px 15px 12px;
  width: 268px;
  height: 66px;
}




ul.panels li.projects ul li div.inner {
  /*height: 454px;*/
}

ul.panels li.projects ul li div.inner {
  color: #FFF;
}

ul.panels li.projects ul li div.inner div.details h3 {
  color: #FFF;
  margin: 0;
}

ul.panels li.projects ul li {
  /*height: 454px;*/
}

ul.panels li.panel ul li div.text {
  float: right;
  padding-right: 18px;
  width: 157px;
}

ul.panels li.panel ul li div.text h3 {
  color: #ffffff;
  font-size: 1.167em;
  margin: 0;
  padding: 0;
}

ul.panels li.panel ul li div.text h3 a {
  color: #ffffff;
}

ul.panels li.panel ul li div.text span.description {
  color: #ffeccc;
  font-size: 0.9em;
}



ul.panels li.panel ul li div.thumbnail {
  float: left;
  width: 83px;
}


ul.panels li.panel ul li img {
  background: url(/img/hp-panel-thumbnail-bg.gif) no-repeat;
  padding: 1px 2px 1px 1px;
}

