/*
 * Home page showcase
 */
#showcase-container {
  height: 200px;
}
#showcase {
  width: 920px;
  margin: 0 auto;
  background: black url(images/showcase_bg.png) no-repeat center top;
  height: 200px;

  position: relative;
  overflow: auto;
}
.showcase-item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
#showcase-first {
  opacity: 1;
  visibility: visible;
}
.showcase-img {
  width: 460px;
  float: left;
  text-align: center;
  padding-top: 20px;
}
.showcase-text {
  width: 460px;
  float: right;
}
.showcase-text-padding {
  padding: 15px 20px;
  height: 125px;
  overflow: hidden;
}
.showcase-text-title {
  font-size: 16pt;
  font-weight: bold;
  color: white;
}
.showcase-text-blurb {
  color: #303030;
  padding-top: 8px;
  font-style: italic;
  float: right;
}
.showcase-text-points {
  color: #efefef;
  padding-left: 2em;
  list-style-type: square;
  margin: 0;
  padding-top: 1em;
}
.showcase-text-points li {
  margin-left: 2em;
  padding-bottom: 0.5em;
}
.showcase-text-more {
  text-align: right;
  padding-right: 10px;
}
.showcase-text-more a img {
  border: none;
}
.showcase-item-clear {
  clear: both;
}

