#tour_strp {
  text-align: center;
  padding: 0; }

.tour_scene {
  width: 1000px;
  text-align: left;
  margin: 0 0 1em 0;
  padding: 1em 0;
  background-color: white;
  border-bottom: 2px solid #886; }

.scene_desc {
  margin: 0; }
  .scene_desc p {
    margin: 0; }
  .scene_desc .features_list {
    margin: 1em 0 0 0; }
    .scene_desc .features_list li {
      font-size: 15px;
      font-weight: normal;
      margin-bottom: 1em;
      line-height: 1.4; }

.item_desc {
  padding: 0;
  margin: 0; }

p {
  font-size: 100%;
  font-weight: normal; }

.tour_pitch {
  text-align: left;
  list-style: none; }

#main_features_container {
  width: auto;
  height: auto;
  overflow: hidden; }

#pitch_container {
  float: left;
  width: auto;
  background-color: #FFF9D8;
  padding-right: 2em;
  padding-left: 2em;
  margin-left: 8em; }
  #pitch_container a {
    color: #535333; }
  #pitch_container .highlighted a {
    color: #b74300;
    letter-spacing: 0.1em;
    line-height: 1.6; }
  #pitch_container .subtle a {
    color: #CC9999;
    letter-spacing: 0.1em;
    line-height: 1.6; }

#full_description_pitch {
  float: left; }
  #full_description_pitch a {
    color: #333; }
  #full_description_pitch li a {
    color: #989872; }
  #full_description_pitch li.highlighted a {
    color: #535333; }

ul#full_description_list h2, ul#full_description_list h3 {
  padding: 0;
  margin: 0.3em 0 0 0; }

ul#full_description_list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul#full_description_list li {
    clear: both;
    margin-top: 1em;
    width: auto;
    height: auto;
    overflow: hidden;
    border: 1px solid #886;
    border-top: none;
    padding-bottom: 0.5em; }
  ul#full_description_list h2 {
    color: white;
    background-color: #886;
    padding: 0.1em 0 0.1em 0.5em;
    margin-top: 0; }
  ul#full_description_list ul.features_list {
    list-style: none;
    clear: both;
    padding: 0;
    margin: 0;
    padding-left: 1.5em; }
    ul#full_description_list ul.features_list h3 {
      color: #333;
      font-weight: bold; }
    ul#full_description_list ul.features_list li {
      border: none;
      color: #886;
      float: left;
      width: 47%;
      clear: none;
      margin-top: 0;
      overflow: visible;
      padding: 0;
      margin: 0;
      margin-right: 0.5em; }
    ul#full_description_list ul.features_list li.first_col {
      clear: left;
      margin-right: 1em; }
    ul#full_description_list ul.features_list li.last {
      clear: both;
      width: 100%; }
    ul#full_description_list ul.features_list ul li {
      float: none;
      clear: both;
      width: 100%; }
  ul#full_description_list p {
    text-indent: 1em;
    margin-top: 0.3em;
    margin-bottom: 0;
    padding: 0 0.5em; }

.back_to_top {
  text-align: right; }
  .back_to_top a {
    clear: both;
    display: block;
    margin: 0.2em 0.5em 0 0.5em;
    color: #b74300;
    font-size: small;
    font-weight: normal; }

#top_container h1.page_heading {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 180%;
  letter-spacing: normal;
  line-height: 1; }

#tour_container {
  width: 1000px;
  height: auto;
  padding: .67em 0;
  margin: 0 auto;
  text-align: left; }
