@charset "utf-8";
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

/*general*/
a, a:hover, a:active {
  color: #c60008;
  text-decoration: underline;
}
td{
  vertical-align:top;
}
strong{ 
    font-weight:bold;
}
i, em
  {font-style:italic;}

/*headings*/
h1,h2,h3,h4,h5,h6 {font-weight:bold; margin:0 0 1em 0}

/*main layout*/
body{
   font: .75em "Trebuchet MS", Verdana, Arial, sans-serif;
   margin: 0px;
   padding: 0px;
   background-color: #c60008;
}
#content-container {
   margin-top: -285px;
   margin-left: -480px;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 960px;
   height: 584px;
   text-align: left;
   overflow: hidden;
   padding: 0px;
   background-color: #c60008;
   z-index: 10;
}
#home, #footer {}
#footer a, #footer a:hover, #footer a:active {
  color: #fff;
  text-decoration:underline;
}

/*navigation*/
#menu {}
#submenu {
  height: 30px;
  padding: 10px 0 0 10px;
}
#navigation{
  background: #ccc;
  list-style:none;
  text-align:center;
  height:54px;
}
#navigation li{
  float:left;
}
#navigation li a{
  display:block;
  width:108px;
  height:54px;
  background:#ccc;
  color:#333;
  text-decoration:none;
  border-left: 2px solid #e5e5e5;
  line-height: 22px;
  vertical-align: middle;
}
#navigation li a:hover,#navigation li#active a{
  background:#ddd;
  color:#333;
}
#navigation li#active a{
      background:#e5e5e5;
}
#subnavigation {
  list-style:none;
  text-align:left;
}
#subnavigation li{
  float:left;
}
#subnavigation li a{
  display:block;
  color:#333;
  text-decoration:none;
  padding: 0 10px;
}
#subnavigation li a:hover,#subnavigation li#active a {
  color: #c60008;
}

/*content*/
#content, #content-front {
  background: #fff; 
  border: 0; 
  padding: 15px;
  overflow: auto;
  text-align: left; 
  width: 848px; 
  height: 432px; 
      font-size: 1.0625em
}
#content-front {
  background: none;
  overflow:hidden;
}
.content-front-left {
  float: left;
}
.content-front-right {
  float: left;
  padding-top: 75px;
  width: 475px;
  text-align:center;
}
#content p {
      padding: 5px 0;
}
#content ul {
      padding: 0 50px;
}
.content-front-right p {
  padding: .5em 0 .5em 0;
}
.align-right {
  text-align: right;
}
.float-right {
  float: right; 
  display: inline; 
  margin-left: 1em; 
  margin-bottom: 1em;
}
.align-left {
  text-align: left;
}
.float-left {
  float: left; 
  display: inline; 
  margin-right: 1em; 
  margin-bottom: 1em;
}
.align-center {
  text-align: center;
}
.center { 
  display: block; 
  text-align: center; 
  margin: 0.5em auto; 
}
.event {
      font-size: 14px;
      font-weight: bold;
      background: #ddd;
    border-left: 10px solid #ddd;
      margin: 10px 0;
}

/*extensions*/
.wtgallery_list {
  padding: 7px 30px;
}
.wt_gallery_single_inner_pic {
  float: left;
}
.wtgallery_single_browser {
  float: right;
}
