.callout {
  width: 960px;
  height: 243px;
  background: url(../images/callout-background.png) 0 0 no-repeat;
  margin: 0 auto;
  overflow: hidden;
}

.callout .phrase {
  float: left;
  padding-top: 15px;
  width: 500px;
  height: 243px;
}

.callout .phrase blockquote {
  color: #555;
  font-size: 30px;
  margin-left: 55px;
  padding-top: 20px;
  padding-left: 50px;
  background: url("/images/open-quote.png") no-repeat left 20px;
}

.callout .phrase blockquote span {
  margin-right: 55px;
  padding-right: 45px;
  display: block;
  background: url("/images/close-quote.png") no-repeat bottom right;
}

.callout img {
  float: left;
}

.welcome {
  padding: 20px;
  font-size: 16px;
  letter-spacing: .1em;
}

.welcome span {
  font-size: 24px;
}

.welcome p {
  padding: 12px;
}

.welcome p.sub {
  font-weight: bold;
  text-decoration: underline;
}

/* overrides */
div.content {
}

/* container for slides */
.pages {
  margin: 15px 0 0 155px;
  position: relative;
  height: 150px;
  width: 650px;
  float: left;
  cursor: pointer;
}

/* single slide */
.pages div {
  display: none;
  width: 650px;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  font-size: 12px;
}

/* tabs (those little circles below slides) */
.tabs {
  clear: both;
  margin-left: 466px;
}

/* single tab */
.tabs a {
  width: 8px;
  height: 8px;
  float: left;
  margin: 3px;
  display: block;
  font-size: 1px;
}

/* mouseover state */
.tabs a:hover {
  background-position: 0 -8px;
}

/* active state (current page state) */
.tabs a.current {
  background-position: 0 -16px;
}

.on-deck {
  min-height: 200px;
}