/*============================== header shortening */
#services #header,
#privacy #header,
#testimonials #header,
#company #header,
#contact #header {
  height: 100px;
}


/* ============================= common */
#slideshow dt {
  float: left;
  position: absolute;
}
#slideshow dt.show {
  z-index: 500;
}
#slideshow dd {
  display: none;
}

/*============================== home */
#home .banners p {
  margin-bottom: .5em;
}
#services #slideshow {
  position: relative;
  height: 360px;
  width: 854px;
}
#home .box {
  border: 0px;
  background: none;
}
#home #firstchoice {
  margin-bottom: 20px;
}
#home #pitch {
  margin-top: 20px;
  background: url(../images/home-divider.gif) 570px repeat-y;
}

/*============================== company */
#company #content {
  font-size: .85em;
}
#company img.framed {
  margin-right: 15px;
  padding: 10px;
  border: 1px solid #DDD;
}

/*============================== privacy */
#services .indent {
  padding-top: 20px;
}

#services #slideshow {
  margin-left: 20px;
  position: relative;
  height: 318px;
  width: 572px;
}

/*============================== services */
#services p {
  margin-bottom: 12px;
}
#services p.last {
  margin-bottom: 5px;
}
#services .list {
  list-style: disc;
  margin-left: 2em;
}
#services li.active {
  background-color: #DDD;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}
#services .list-tier2 {
  margin-left: 2.5em;
  margin-bottom: 1em;
}
#services .list-tier2 li {
  padding: 0 .4em;
  width: 400px;
}
#services .box .inner {
  padding: 22px 0px;
}
#services .box .inner img.title {
  padding: 0 20px;
}

span.highlight1 {
  font-weight: bold;
  color: #111;
}

/*============================== testimonials */

#contact div.conf {
  margin: 40px auto;
  width: 80%;
  padding: 5px;
  background-color: #e7e5ca;
  border: 2px solid darkgreen;
}

#contact div.error {
  margin: 40px auto;
  width: 80%;
  padding: 5px;
  background-color: #e7caca;
  border: 2px solid darkred;
}

/*============================== testimonials */
#testimonials #content {
  font-size: .85em;
  line-height: 1.3em;
}

#testimonials #footnotes {
  font-size: .8em;
}

#testimonials blockquote strong {
  color: #222;
}

#testimonials blockquote em {
}

#testimonials blockquote .quote {
  float: right;
  width: 775px;
  margin-bottom: 2.5em;
}

#testimonials blockquote .attribution {
  font-size: .85em;
  color: #999;
  text-align: left;
}

#testimonials blockquote .quotation {
  float: left;
  width: 30px;
  height: 20px;
  font-family: Georgia, sans-serif;
  font-size: 60px;
  line-height: 45px;
  font-weight: bold;
  color: #b7b483;
}

.quote p {
  margin-bottom: .8em;
}

.quote p.last {
  margin-bottom: .4em;
}

