/*--INDEX PAGE STYLE--
---------------------------------------------------*/

/*--CAROSEL STYLE--
---------------------------*/
#carosel-wrapper {
  height: 347px;
  width: 943px;
  position: relative;
}

#positive-outcomes {
  position: absolute;
  bottom: 65px;
  right: 26px;
  z-index: 10;
}

#carosel-nav {
  position: absolute;
  width: 90px;
  bottom: 32px;
  right: 31px;
  margin: 0;
  padding: 0;
  z-index: 10;
}

#carosel-nav li{
  margin: 0;
  padding: 0;
  float: left;
}

#carosel-nav a {
  background: url(../images/case-study-box.gif) no-repeat 0 0;
  height: 13px;
  width: 13px;
  float: left;
  display: block;
  float: left;
  margin: 0 9px 0 0;
  padding: 0;
}

#carosel-nav a:hover {
  background: url(../images/case-study-box-active.gif) no-repeat 0 0;
}

#carosel-nav a.activeSlide {
  background: url(../images/case-study-box-active.gif) no-repeat 0 0;
}

.case-study-caption {
  width: 167px;
  color: #FFFFFF;
  position: absolute;
  top: 40px;
  right: 30px;
  line-height: 175%;
  font-size: 12px;
}

.case-study-caption h2 {
  color: #fca712;
  margin: 0 0 15px 0;
  font-size: 12px;
}
/*--CONTENT STYLE--
---------------------------*/
#content-wrapper {
    position: relative;
    height: 130px;
    width: 943px;
    border-top: 2px solid #FFFFFF;
}

#content-nav {
  width: 174px;
  float: left;
  position: relative;
  height: 130px;
}

#content-nav li {
  height: 43px;
  width: 149px;
  display: block;
}

#content-nav a {
  background: url(../images/content-button.png) no-repeat 0 0 !important;
  background: url(../images/content-button.gif) no-repeat 0 0;
  height: 46px;
  width: 149px;
  display: block;
  margin: 0;
  padding: 14px 0 0 37px;
  color: #fca712;
  font-size: 12px;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  left: 12px;
}

#nav-news {
  top: 0;
}
#nav-resources {
  top: 40px;
}
#nav-focus {
  top: 80px;
}

#content-nav a:hover, #content-nav a.activeSlide {
  background: url(../images/content-button-hover.png) no-repeat 0 0 !important;
  background: url(../images/content-button-hover.gif) no-repeat 0 0;
  text-decoration: none;
}

#content {
  float: left;
  width: 769px;
  color: #FFFFFF;
  position: relative;
}

#content div.cycle div {
    width: 526px;
    float: left;
    position: relative;
    padding-left: 16px;
}

#content div.cycle img {
    width: 227px;
    float: left;
}

#content a {
  color: #fca712;
}

#content h1 {
  margin: 20px 0 16px 0;
  font-weight: normal;
  font-size: 20px;
  width: 500px;
}

.news-headline {
  font-weight: bold;
}

.news-more {
  margin-left: 8px;
  text-decoration: none;
  color: #fca712;
  text-decoration: none;
}

#content li {
  margin: 0 0 6px 0;
}

#read-all {
  position: absolute;
  top: 25px;
  right: 35px;
}

#rss-feed {
  position: absolute;
  top: 25px;
  right: 10px;
  height: 17px;
  width: 16px;
  background: url(../images/rss-button.png) no-repeat top left;
}