/* ---------- MAIN TEMPLATE ---------- */

html
{
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body
{
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
  font-size: 10pt;
  color: #000;
  background: url('../pic/background_body.gif') top repeat-x #F0F1F3;
}

a
{
  color: #0033CC;
  text-decoration: underline;
}

a:hover
{
  color: #ff3300;
  text-decoration: none;
}

.link_lighter
{
  color: #737573;
  text-decoration: underline;
}

.print
{
  display: none;
  text-align: center;
}

p
{
  margin: 0px;
  padding: 3px 0px 0px 0px;
  text-align: justify;
  text-indent: 2em;
}

.infobox
{
  border-top: 1px solid #ff6633;
  border-bottom: 1px solid #ff6633;
  padding: 5px;
  background: url('../pic/background_info.gif') #ffe7e7;
}

.section_head
{
  width: 273px;
  height: 20px;
  margin-bottom: 6px;
  padding-left: 20px;
  padding-top: 2px;
  color: #ff6600;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 1px;
  background: url('../pic/background_section_header.jpg') no-repeat;
}

.hr
{
  width: 595px;
  margin-top: 5px;
  border-top: 1px #999999 dashed;
  padding-top: 5px;
}

.h1_index
{
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 1.7em;
  font-weight: normal;
  letter-spacing: 2px;
  color: #D8342A;
  height: 1.5em;
  background: url('../pic/hr.jpg') left bottom no-repeat;
}  

h1
{
  margin: 5px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 2px;
  color: #D8342A;
}  

h2
{
  margin: 10px 0px 5px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #666;
}

.date
{
  color: #777777;
}

.form
{
  margin-top: 1em;
  border-top: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  background-color: #e3e8ea;
}

fieldset
{
  border: 0px;
}

input
{
  border: 1px #666666 solid;
}

.comment_box
{
  margin-top: 10px;
  border: 1px solid #999999;
  font-size: 1em;
}

.comment_box_header
{
  border-bottom: 1px solid #999999;
  padding: 0px 5px 3px;
  line-height: 1.2em;
  background-color: #eeeeee;
}

.help
{
  margin-left: 0.5em;
  padding: 0px 2px;
  color: #ffffff;
  font-size: 0.85em;
  background-color: #666666;
  cursor: help;
}

.related_title
{
  font-size: 1em;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 1px;
  background-color: #dddddd;
}

.nav_box
{
  margin-bottom: 7px;
  border-top: 1px #dddddd solid;
  border-bottom: 1px #dddddd solid;
  padding-bottom: 2px;
  font-size: 0.85em;
  text-align: center;
  background-color: #efefef;
}

.btn
{
  border: 3px #fff solid;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}

.content_main
{
  margin: 1em 1em;
  padding: 1em;
  background-color: #fff;
  text-align: justify;
}

.ib
{
  background-color: #fff;
  padding: 2px;
  border: 1px solid #ddd;
  margin-bottom: 0.4em;
}
.ib_title
{
  height: 40px;
  padding: 0.6em 0em 0em 1em;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  background: url('../pic/background_ib_title.jpg') repeat-x;
}

.ib_content
{
  padding: 4px;
  text-align: justify;
  font-size: 0.85em;
}

ul
{
  padding-left: 1em
}

ul li
{
  list-style:square outside url(../pic/li.gif);
}

#footer
{
  margin-top: 1em;
  color: #666;
  font-size: 0.85em;
  text-align: center;
}

#footer a
{
  color: #666;
  text-decoration: none;
}

#footer a:hover
{
  color: #f30;
  text-decoration: underline;
}

#top_navigation
{
  width: 100%;
  background-color: #999;
  color: #fff;
  border-bottom: 1px solid #B3B79B;
}

#top_navigation .links
{
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: bottom;
  text-align: left;
}

#top_navigation a.linkx_active
{
  line-height: 1em;
  text-decoration: none;
  border: none;
  padding: 2px 14px;
  color: #fff;
  background: #666;
  border-right: 1px solid #B3B79B;
  border-top: 1px solid #D3D7BB;
  border-left: 1px solid #D3D7BB;
}

#top_navigation a.linkx_active:hover
{
  text-decoration: none;
  color: #fff;
  background: #888;
}

#top_navigation a.linkx
{
  line-height: 20px;
  text-decoration: none;
  border: none;
  padding: 2px 14px;
  color: #63674B;
  background: #fff;
  border-right: 1px solid #B3B79B;
  border-top: 1px solid #D3D7BB;
  border-left: 1px solid #D3D7BB;
  border-bottom: 1px solid #B3B79B;
}

#top_navigation a.linkx:hover
{
  text-decoration: none;
  color: #000;
  background: #e3e8ea;
}

a.li
{
  line-height: 20px;
  text-decoration: none;
  color: #000;
}

a.li:hover
{
  text-decoration: underline;
  color: #F30;
}

.photos
{
  border-bottom: 1px dashed #ddd;
}

.link
{
  width: 100%;
  float: left;
  text-align: center;
}

.photos_title
{
  font-size: 0.8em;
  font-weight: normal;
}

#map_box
{
  text-align: center;
}
