section#main {
  margin-top:-37px;
}

/* Homepage masthead */

section#masthead {
  position:relative;
  z-index:5;
}

section#masthead .container {
  background:url('../img/home-masthead-frame.png') left top no-repeat;
  height:401px;
}

section#masthead > .container > img {
  position:absolute;
  left:15px;
  top:15px;
}

section#masthead .bbb-ribbon {
  position:absolute;
  right:30px;
  top:0;
  width:135px;
  height:110px;
  background:url('../img/bbb-ribbon.png') left top no-repeat;
}

section#masthead .bbb-ribbon a {
  position:absolute;
  background:url('../img/sprite.png') -3px -34px;
  width:36px;
  height:54px;
  top:7px;
  left:50px;
}

section#masthead .content {
  position:relative;
  top:110px;
  left:660px;
  width:310px;
}

section#masthead .content h1 {
  line-height:16px
  font-family:Oswald,Arial,sans-serif;
  font-weight:normal;
  margin-bottom:25px;
}

section#masthead .content p {
  font-size:16px; 
  line-height:1.3em;
  font-family:Oswald,Arial,sans-serif;
}

/* Highlights */

#highlights {
  margin-bottom:30px;
}

#highlights .highlight {
  width:322px;
  float:left;
  margin-right:9px;
}

#highlights .last {
  margin-right:0;
}

#highlights .highlight {
  text-decoration:none;
}

#highlights .highlight .image {
  background-color:#fff;
  padding:5px;
  border:1px solid #eae9dc;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);
  margin-bottom:8px;
}

#highlights .highlight .image > div {
  width:306px;
  height:145px;
  border:1px solid #eae9dc;
}

#highlights .highlight h3 {
  background:url('../img/ribbon-1.png') top left no-repeat;
  width:322px;
  height:35px;
  overflow:hidden;
  margin-bottom:10px;
  font-family:Oswald,Arial,sans-serif;
  color:#fff;
  font-size:14px;
  font-weight:normal;
  position:relative;
}

#highlights .highlight h3 span {
  position:absolute;
  left:10px;
  top:8px; 
}

#highlights .highlight p span {
  display:block;
}

#highlights .highlight p span:after {
  content:'\0020\00BB';
}

#highlights .highlight:hover h3 {
  color:#fff;
  background-image:url('../img/ribbons.png');  
}

/* Main Content */

#main-content .column-right article {
  display:block;
  border-bottom:1px dotted #9a9785;
  padding:0 0 15px 10px;
  margin-bottom:15px;
}

#main-content .column-right article:last-child {
  border-bottom:none;
  padding-bottom:0px;
}

#main-content .column-right article .column-left {
  width:75px;
  margin-right:10px;
}

#main-content .column-right article .column-right {
  width:200px;
}

#main-content .column-right article .time {
  font-style:italic;
  font-size:12px;
  font-family:Georgia,serif;
}

/* Testimonial Slider */

#main-content #testimonials-slider {
  width:614px;
  height:55px;
  position:relative;
}

#main-content #testimonials-slider h3 {
  position:absolute;
  display:block;
  width:323px;
  height:55px;
  top:0;
  left:0;
  z-index:10;
  color:#fff;
  font-size:20px;
}

#main-content #testimonials-slider h3 span {
  position:relative;
  top:13px;
  left:20px; 
}

#main-content #testimonials-slider .next,
#main-content #testimonials-slider .prev {
  display:block;
  height:30px;
  width:19px;
  background-image:url('../img/homepage-quotes-sprite.png');
  position:absolute;
  z-index:10;
  top:150px;
}

#main-content #testimonials-slider .prev {
  background-position:-339px -358px;
  left:22px;
}

#main-content #testimonials-slider .next {
  background-position:-360px -358px;
  right:20px;
}

#main-content #testimonials-slider .bubble {
  width:608px;
  height:342px;
  background:url('../img/homepage-quotes-sprite.png') left top no-repeat;
  position:relative;
  top:25px;
  left:5px;
  z-index:5;
}

#main-content #testimonials-slider .quotes {
  position:absolute;
  z-index:10;
  width:465px;
  height:0;
  left:80px;
  top:100px;
  overflow:hidden;
}

#main-content #testimonials-slider .quotes .strip {
  position:absolute;
  width:200%;
  height:100%;
  top:0;
  left:0;
}

#main-content #testimonials-slider blockquote {
  width:50%;
  position:absolute;
  top:0;
  right:0;
  margin-left:0;
}

#main-content #testimonials-slider blockquote p {
  font-family:Georgia,serif;
  font-style:italic;
  font-size:20px;
}

#main-content #testimonials-slider blockquote p:before {
  content: '';
}

#main-content #testimonials-slider nav {
  position:absolute;
  bottom:35px;
  right:30px;
  z-index:15;
}

#main-content #testimonials-slider nav ul {
  display:inline-block;
  margin-bottom:0;
}

#main-content #testimonials-slider nav li {
  float:left;
  margin-right:5px;
}

#main-content #testimonials-slider nav li:last-child {
  margin-right:0; 
}

#main-content #testimonials-slider nav li a {
  display:block;
  height:10px;
  width:10px;
  background:url('../img/homepage-quotes-sprite.png') -391px -369px;
  cursor:pointer;
}

#main-content #testimonials-slider nav li.active a {
  background-position: -403px -369px;
}
#main-content #testimonials-slider nav li:last-child {
  margin-right:0; 
}

#main-content #testimonials-slider nav li a {
  display:block;
  height:10px;
  width:10px;
  background:url('../img/homepage-quotes-sprite.png') -391px -369px;
  cursor:pointer;
}

#main-content #testimonials-slider nav li.active a {
  background-position: -403px -369px;
}