/*============================== header shortening */

#main #header {
    height: 498px;  /* Shoudl reflect .row-2 */
}
#header .row-2 {
    height: 398px;  /* Only used in #main. Should be #header - 100 */
}
#services #header,
#privacy #header,
#testimonials #header,
#company #header,
#contact #header,
#login #header {
  height: 110px;
}

/* ============================= common */

#slideshow dt {
  float: left;
  position: absolute;
}
#slideshow dt.show {
  z-index: 500;
}
#slideshow dd {
  display: none;
}
span.note {
    font-size: .8em;
}

/*============================== 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 ul.listservices li {
    border: 1px solid #F0F0F0;
    border-width: 1px 0;
}
#services ul.listservices li.active {
    background-color: #DDD;
    border: 1px solid #BBB;
    border-width: 1px 0;
}
#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;
}

/*============================== contact */

#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;
}

/*============================== testimonials */
span.error-message {
    display: block;
    font-weight: bold;
    color: #CC2620;
    padding: 5px 0;
}
