.grid_major_left {
  width: 750px;
  padding-left: 0;
}

#content h1 {
  font-size: 1.54em;
  margin-top: 0;
  margin-bottom: 0.4em;
  border-bottom: #381e15 solid 1px;
  color: #eccd90;
}

.slide-container {
  height: 300px;
  margin-bottom: 1em;
}

#slides img {
  display: block;
}

ul#slides {
  position: relative;
}

#slides li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

ul#slides li ul {
  z-index: 2;
  text-align: right;
  width: 735px;
  position: absolute;
  left: 0;
  top: 265px;
}
ul#slides li ul li {
  position: static;
  display: inline;
  padding-left: 12px;
}
ul#slides li ul li img {
  display: inline;
  border: 1px solid #ecce90;
}

.minor_column {
  width: 310px;
  padding-left: 10px;
  padding-right: 15px;
}

#services-table {
  margin-bottom: 1em;
}
#services-table .titles {
  background-image: url('../images/css/home/services-titles-bg.gif');
  background-repeat: no-repeat;
}
#services-table .titles th {
  height: 34px;
  padding: 0;
}
#services-table th {
  padding-left: 10px;
  line-height: 2em;
}
#services-table .titles span {
  display: none;
}
#services-table td {
  text-align: center;
}

#videos li {
  padding-left: 130px;
  margin-bottom: 1em;
  width: 180px;
  overflow: hidden;
}
#videos p {
  font-size: 0.846em;
}
#videos li img.thumbnail {
  float: left;
  margin-left: -130px;
  display: inline;
}

.stars {
  background-image: url('../images/css/home/stars.gif');
  background-repeat: no-repeat;
  background-position: -75px 0;
  width: 75px;
  height: 15px;
  display: inline;
  float: left;
}

.stats {
  text-align: right;
}

#comment-form input {
  color: black;
}

blockquote {
  font-style: oblique;
  margin-top: 1em;
}
blockquote.item-0 {
  margin-top: 1em;
}

#comment-call-to-action {
  margin-top: 1em;
}

