/*
 * Homepage Styles
 */

#homepage {
  background: #2f145e url(/img/homepage-bg.png) top left no-repeat;
  color: #ffffff;
  overflow: hidden;
  height: 1%;
}
#homepage a {
  color: #ffffff;
  text-decoration: none;
}


#homepage-left {
  float: left;
  width: 796px;
} 
#homepage-right {
  float: left;
  width: 164px;
} 

/*
 * Slideshow
 */
#homepage-left #slideshow {
  width: 796px;
  height: 268px;
}

/*
 * Intro
 */
#homepage-left #intro {
  float: left;
  font-size: 1.6em;
  width: 536px;
} 
#homepage-left #intro p {
  padding: 40px 50px 0px 40px;
}

/*
 * News
 */
#homepage-left #news-item {
  float: left;
  width: 260px;
} 
#homepage-left #news-item a {
  color: #35b9ec;
}
#homepage-left #news-item h3 {
  color: #35b9ec;
  font-size: 1.4em;
  padding: 0px 10px 0px 0px;
}
#homepage-left #news-item p {
  padding: 0px 10px 0px 0px;
}
 
/*
 * Help Options
 */
#homepage-right #help-options {
  width: 164px;  
  height: 187px;
}
#homepage-right #help-options ul {
  list-style: none;
  border: 0;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#homepage-right #help-options ul li {
  list-style: none;
  background: transparent url(/img/sub-nav-bg.gif) bottom left no-repeat;
  border: 0;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 26px;
}
#homepage-right #help-options ul li a {
  color: #0E102C;
  font-size: 0.8em;
  text-decoration: none;
  padding: 7px 0px 0px 14px;
  display: block;
}
#homepage-right #help-options ul li a:hover {
  color: #ffffff;
}


/*
 * Panels
 */
#homepage #panels {
  background: #4e3776 url(/img/homepage-panels-bg.gif) top left repeat-y;
  margin: 0px 0px 28px 0px;
  overflow: hidden;
  width: 960px;
  height: 100%;
}
#homepage #panels ul {
  list-style: none;
  border: 0;
  margin: 0px 16px 0px 26px;
  padding: 0;
}
#homepage #panels ul li.panel {
  list-style: none;
  float: left;
  border: 0;
  margin: 0;
  padding: 0px 0px 10px 0px;
  width: 306px;
}

#homepage #panels ul li.panel div.title-block {
  background: #6E5B8F;
  border-bottom: 2px solid #2f145e;
  border-right: 8px solid #2f145e;
  padding: 10px;
  overflow: hidden;
  height: 1%;
}
div.title-block h3.title {
  float: left;
  font-size: 1.4em;
  width: 130px;
}
div.title-block h4.link {
  float: left;
  font-size: 1.0em;
  padding: 4px 0px 0px 0px;
  text-align: right;
  width: 145px;
}
div.title-block h4.link a {
  color: #2f145e !important;
  text-decoration: none;
}

ul.sub-list {
  list-style: none;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
ul.sub-list li {
  list-style: none;
  background: transparent url(/img/homepage-panels-bullet.gif) 13px 33px no-repeat;
  border: 0 !important;
  margin: 0 !important;
  padding: 15px 10px 0px 28px !important;
}
ul.sub-list li p {
  margin: 0 !important;
  padding: 0 !important;
}
ul.sub-list li p.date {
  color: #35b9ec;
}

/*
 * Case Study
 */
div.case-study {
  padding: 10px 10px 10px 0px;
  overflow: hidden;
  height: 1%;
}
div.case-study div.image {
  float: left;
  text-align: center;
  width: 100px;
}
div.case-study div.image img {
  border: 1px solid #2f145e;
}
div.case-study a {
  text-decoration: none;
}

div.case-study div.text {
  float: left;
  width: 190px;
}




/*
 * Footer
 */
div#site-container div#footer {
  background: #ffffff none;
  padding: 25px 0 12px 0;
}