* {
  color: #595852;
  font: 13px/18px "Lucida Grande", "Trebuchet MS", verdana, arial, sans-serif;
}

body {
  background: #071132;
  font-size: 14px;
  text-align: center;
}

.clearfloat {
  clear: both;
}

a {
  color: #C04F09;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

a: hover {
  color: #992B2B;
}

div#container {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}

div#wrap {
  background: #eceade;
}

div#wrap h1 {
  border-bottom: 1px solid #d9d6cb;
  color: #992B2B;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

div#wrap h2 {
  color: #33322f;
  font-weight: bold;
  margin: 15px 0 7px 0;
  text-transform: uppercase;
}

div#wrap p {
  color: #595852;
  font-size: 13px;
  line-height: 17px;
  text-align: justify;
}

div#content h3 {
  border-bottom: 1px solid #d9d6cb;
  padding-top: 5px;
  padding-bottom: 5px;
}

div#featured {
  background: #777981 url(img/bg_featured.gif) repeat-x bottom left;
  height: 415px;
}

div#featured h1 {
  border-bottom: 1px solid #807E78;
  color: snow;
  font-size: 25px;
  font-weight: normal;
  padding-left: 30px;
  margin-bottom: 0;
  padding-bottom: 1px;
  padding-top: 25px;
  text-transform: uppercase;
}

div#featured h2 {
  color: snow;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0 7px;
  padding-left: 95px;
  text-transform: uppercase;
}

div#photos {
  float: left;
  height: 325px;
  padding-top: 5px;
  padding-left: 15px;
}

div#photos div.big_photo {
  display: block;
  float: left;
  /*padding: 6px 0 0 15px;
  height: 320px;
  width: 520px;*/
  padding: 8px;  
  background: #FFFFFF;
  border: #63646B 1px solid; 
}

div#photos div#small_photos {
  float: left;
  height: 315px;
  padding: 5px 0 0 15px;
  width: 150px;
}

div#photos div#small_photos img {
  margin-bottom: 10px;
  background: #FFFFFF;
  border: #63646B 1px solid;
  display: block;
  padding: 3px;
}

div#photos div#small_photos div.see_all {
  margin-top: -5px;
  padding-right: 5px;
  font-style: italic;
  text-align: right;
}

div#triple_column {
  background: #F5F2E5;
}

div#left_column {
  float: left;
  width: 225px;
  padding: 20px 0 15px 15px;
}

div#left_column .description {
  padding-left: 10px;
  padding-right: 10px;
}

div#left_column .description h1 {
  text-align: center;
}

div#triple_column div#content {
  float: left;
  margin-left: 10px;
  /*width: 665px;*/
  width: 680px;
  padding-top: 20px;
}

div#triple_column div#content p {
  margin-top: 10px;
}

table.details {
  width: 100%;
  margin-top: 20px;
}

table.details tbody th {
  font-size: 11px;
  text-align: left;
  padding: 2px 5px;
  width: 100px;
}

table.details thead th {
  text-align: left;
  color: #4a4640;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0 2px 0;
  text-transform: uppercase;
  padding-bottom: 3px;
}

table.details td.header {
  text-align: left;
  padding: 2px 5px;
  width: 100px;
  font-size: 11px;
  font-weight: bold;
  color: #595852;
}

table.details td {
  color: #6b655c;
  font-size: 11px;
  padding: 2px 5px;
}

table.details tr.odd {
  background: #d2d0c6;
}

div#content {
  padding: 30px;
}

table.listing_summary {
  background: #eceade;
  border-collapse: separate;
  width: 100%;
}

table.listing_summary tr.featured td {
  background:#F3EFE1;
}

table.listing_summary td {
  background: transparent url(img/bg_list_item.gif) top left repeat-x;
  border-top: 1px solid #f5f5f0;
  border-bottom: 1px solid #d9d6cb;
  padding: 10px;
  vertical-align: top;
}

table.listing_summary td.photo {
  padding: 10px 5px 10px 10px;
  width: 147px;
}

table.listing_summary td.photo span {
  background: #FFFEFC;
  border: #D7D4C5 1px solid;
  display: block;
  height: 87px;
  padding: 3px 0 0 3px;
  width: 147px;
}

table.listing_summary td.details {
  padding: 10px 15px 10px 5px;
}

table.listing_summary td.details a.title {
  font-size: 16px;
  line-height: 18px;
}

table.listing_summary td.details em {
  color: #292826;
  display: block;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
}

table.listing_summary td.details a {
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
}

table.listing_summary td.details p {
  font-size: 10px;
  margin-top: 5px;
}

div#wrap table.listing_summary td.details p.listing_destination {
  font-size: 11px;
  font-style: italic;
}

div.skyscraper {
  margin: 20px auto 20px auto;
  width: 160px;
}

div#content h2 {
  border-bottom: 1px solid #D9D6CB;
  text-transform: none;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #595852;
  font: 100%/18px "Lucida Grande", "Trebuchet MS", verdana, arial, sans-serif;
}

div#footer {
  background: #4b4a42 url(img/bg_footer.gif) repeat-x;
  clear: both;
  margin-bottom: 60px;
}

div#footer div.copyright {
  background: #4b4a42;
  border-top: 1px solid #66655e;
  clear: both;
  height: 50px;
  margin: 0 20px;
  padding-left: 10px;
}

div#footer div.copyright p {
  color: #e4e4e2;
  font-size: 10px;
  line-height: 30px;
}

html, body, div, span, h1, h2, h3, p, em, img, strong, u, center, ul, li, form, label, table, tbody, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

: focus {
  outline: 0;
}

span.required {
  color: #992B2B;
  padding: 7px 5px 5px 0;
  margin-left: 5px;
}
