/* content page definitions */
div#content_page_container {
    float: left;
    width: 754px;
    height: 100%;
    border-top: 7px solid white;
    border-bottom: 7px solid white;
    border-left: 7px solid white;
    margin: 5px 0 5px 0;
    padding: 0;
    background: #fff url('../images/section_nav_bg.png') top left no-repeat;
}

h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1em;
}

div h4 {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
}

div>h4 {
  margin-left: 15px;
}

div h4 a {
  display block;
  font: bold 12px sans-serif;
  color: #2f8cba;
  text-decoration: underline;
}

div h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  font: 10px/12px sans-serif;
  color: #2f8cba;
}

div>h5 {
  margin-left: 15px;
}

/* Section Navigation */
#sub_nav_l {
  float: left;
  width: 155px;
  margin: 0;
  padding: 0;
}

#sub_nav_l ul {
  list-style-type: none;
  margin: 0 3px 0 3px;
  padding: 0;
  font: 10px/20px verdana;
}

#sub_nav_l li {
  margin: 0;
  padding: 0;
  padding-left: 14px;
  background-image: url('../images/bullet.gif');
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

/*
.sublist {
    padding-left: 50px;
}
*/

#sub_nav_l li a {
  padding: 0;
  font: 10px/12px sans-serif;
  color: #8e8e8e;
}

#sub_nav_l li a:link, div#sub_nav_l li a:visited {
  color: #8e8e8e;
  text-decoration: none;  
}

div#sub_nav_l li a:hover, div#sub_nav_l li a:active {
  color: #2f8cba;
  text-decoration: underline;
}

/* END section navigation definitions */

/* Content frame definitions */
div#content_outer {
  width: 587px;
  float: right;
  margin: 0;
  padding: 0;
  background: url('../images/tile_bg.png') repeat-y;
}

div#content_outer h1 {
  text-align: center;
}

div#content_main {
  margin: 0;
  padding: 0;
  background: url('../images/shaded_bg_bottom.png') bottom left no-repeat;
}

#content_item {
  background: url('../images/content_bg.png') top left no-repeat;
  min-height: 350px;
  height: 350px;
  padding: 5px 15px 5px 5px;
  margin: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
}

div>#content_item {
  height: auto;
}

#content_text {
  margin: 0;
  padding: 0 5px 5px 5px;
}

#content_text li {
  margin-bottom: 4px;
}

#content_image {
  float: right;
  margin: 5px 5px 0 5px;
}

#virtualtour {
  margin: 5px 0 5px 0;
  background-color: #fff;
  padding: 0px 0 10px 0;
  width: 761px;
}

#terms {
    margin: 5px 0 5px 0;
    background-color: #fff;
    padding: 10px;
    width: 741px;
    font: normal 10px/18px fixed;
}

#terms_content {
  background: url('../images/content_bg_stripe.png') repeat-x;
  border: 2px solid #a7d3ff;
  padding: 20px;
}

#terms h1 {
    font-family: sans-serif;
}

#terms ul {
    list-style-type: none;
}

dd {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

