/* 
 * Plan Yor Visit Styles
 * Load after style.css
 */

/* SIDE BAR */
.planyourvisit #side-bar {
  width: 470px;
  margin-top: 0;
}

 .planyourvisit .highlight-box .content
 {
   width: 420px;
 }
 
 .planyourvisit .img-float-left
 {
   float: left;
   padding-right: 10px;
 }
 
 .planyourvisit .img-float-right
 {
   float: right;
   padding-left: 10px;
 }

/* PLAN YOUR VISIT MAPS */
#map-block
{
  float: left;
  width: 950px;
  padding-top: 0;
  margin-top: 5px;
  overflow: auto;
}

  #map-placeholder
  {
    width: 910px;
  }

  #map-block h1
  {
    margin: 0 0 6px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
  }
    .tz #map-block h1
    {
      color: #003727;
    }
    .twpz #map-block h1
    {
      color: #c65f0d;
    }
#map-wrap
{
  overflow: auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 10px 0 10px 0;
  text-align: center;
}
  .tz #map-wrap
  {
    background-image: url('img/map/bg.png');
  }
  .twpz #map-wrap
  {
    background-image: url('img/map/bg-twpz.jpg');
  }
 
/* text is bigger and green at top of plan your visit pages*/
#content-area .bigtext,
.info-block .bigtext
{
  font-size: 13px;
}

#content-area .greentext,
.info-block .greentext
{
  color: #73af55;
}

#content-area .orangetext,
.info-block .orangetext
{
  color: #b4560c;
}

#content-area .nounderline-links
{
  margin-top: 20px;
}
  #content-area h1
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
  }
    .tz #content-area h1
    {
      color: #003727;
    }
    .twpz #content-area h1
    {
      color: #c65f0d;
    }
  
  #content-area .nounderline-links a:link,
  #content-area .nounderline-links a:visited
  {
    border-bottom-width: 0;
  }

/*bottom columns */
.info-block{
  float: left;
  width: 950px;
  overflow: auto;
  margin: 25px 0;
}

  .info-block .column {
    width: 224px;
    margin-right: 10px;
    float: left;
    display: inline; /* ie6 double margin hack */
  }
  .info-block .wrap {
    overflow: auto;
    height: 138px;
  }
    .tz .info-block .wrap {
      height: 138px;
    }
    .twpz .info-block .wrap {
      height: 156px;
    }

  .info-block h4
  {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-bottom: 1px dashed #D5C7AD;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  .info-block h4 a:link,
  .info-block h4 a:visited
  {
    text-decoration: none;
    color: #07533f;
    padding-bottom: 20px;
  }
    .tz .info-block h4 a:link,
    .tz .info-block h4 a:visited
    {
      color: #07533f;
    }

    .twpz .info-block h4 a:link,
    .twpz .info-block h4 a:visited
    {
      color: #b4560c;
    }

  .info-block p,
  .info-block td
  {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .info-block p
  {
    line-height: 18px;
    color: #5c5c5b
  }

  .info-block .column-3 {
    width: 155px;
    margin-right: 10px;
    float: left;
    display: inline; /* ie6 double margin hack */
  }
  
  .info-block .column-4 {
    width: 292px;
    float: left;
    display: inline; /* ie6 double margin hack */
  }

    .info-block .column-4 h4 {
      border: none;
    }

  .column-4 .wrap {
    background-repeat: no-repeat;
  }

    .tz .column-4 .wrap {
      background-image: url('img/content/planyourvisit-tips.png');
    }

    .twpz .column-4 .wrap {
      background-image: url('img/content/planyourvisit-twpz-tips-bg.png');
    }

  .column-4 .dot
  {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    width: 257px;
  }
    .tz .column-4 .dot
    {
      margin: 5px;
    }
    .twpz .column-4 .dot
    {
      margin: 7px 5px;
    }

  #rate-table
  {
    width: 224px;
  }
  #rate-table td
  {
    border-bottom: 1px solid white;
    padding: 5px;
  }
    .tz #rate-table td
    {
      background-color: #eeefe0;
    }
    .twpz #rate-table td
    {
      background-color: #ede7d6;
    }
  
/* big green block buttons like on tz homepage */
.block-link a:link,
.block-link a:visited
{
  text-decoration: none;
  display: block;
  padding: 6px 25px 6px 6px;
  font-size: 10px;
  text-align: right;
  font-family: Verdana;
  background-repeat: no-repeat;
  background-position: right center;
}

/* tips for visit card */


