#slider ul, #slider li {
  margin: 0;
  padding: 0;
  list-style: none; }

#slider, #slider li {
  width: 850px;
  height: 250px;
  overflow: hidden; }

#slider {
  position: absolute;
  left: 55px; }

span#prevBtn {
  position: absolute;
  left: 10px;
  top: 115px; }
  span#prevBtn a {
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -999em;
    background: url(/images/layout/arrow-left.png) no-repeat; }

span#nextBtn {
  position: absolute;
  left: 915px;
  top: 115px; }
  span#nextBtn a {
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -999em;
    background: url(/images/layout/arrow-right.png) no-repeat; }

body {
  background: #262626 url('/images/layout/homepage_bg.png') top left repeat-x; }

#blurb {
  height: 100px; }
  #blurb p {
    text-align: center;
    font-size: 17px;
    color: #bcc1ca;
    margin: 1.2em 100px;
    line-height: 1.5em; }

#slider, #slider_wrap {
  height: 250px;
  text-align: center; }

#slider_wrap {
  position: relative; }

#short_blurbs div {
  width: 305px; }
  #short_blurbs div img {
    float: left;
    margin-right: 10px;
    width: 48px; }
  #short_blurbs div p {
    margin-left: 58px; }
  #short_blurbs div h2 {
    border-bottom-color: #111111; }
#short_blurbs #left {
  float: left; }
#short_blurbs #center {
  float: left;
  margin-left: 20px; }
#short_blurbs #right {
  float: right; }

#short_blurbs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#bottom_blurb {
  color: #666;
  text-align: center;
  border-top: 1px solid #111111;
  padding-top: 1em;
  position: absolute;
  bottom: -5em;
  width: 960px; }

#bottom_blurb:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#footer {
  border-color: #111111; }
