/* CSS for page layout */

* {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 128.5%;
}

#main,
#main1col {
  width: 990px;
  position: relative;
}

#head {
  position: relative;
  height: 270px;
  background-color: #FFF;
}

  #head h1 a {
    display: block;
    text-indent: -9999px;
    outline: 0;
    width: 145px;
    height: 23px;
    background-image: url(../images/logo.gif);
    position: absolute;
    left: 20px;
    top: 37px;
  }
  
  #headerImage {
    text-indent: -9999px;
    height: 180px;
    width: 720px;
    position: absolute;
    right: 0;
    top: 0;
  }

  #headerImage img {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  #address {
    position: absolute;
    z-index: 999;
    left: 19px;
    top: 94px;
    line-height: 15px;
    color: #333;
  }
  
  #address a {
/*    color: #666;*/
    color: #333;
  }
  
  #address a:hover {
    color: #cc0000;
  }
  
  #langNav {
    position: absolute;
    right: 4px;
    top: 192px;
  }

  #langNav li {
    float: left;
    border-right: 1px solid #888;
  }
  
  #langNav li.last {
    border-right: none;
  }
  
  #langNav li a {
    display: block;
    margin: 0 10px 0 11px;
    /*color: #888;*/
    color: #333;
    font-size: 11px;
    line-height: 10px;
    padding: 0 0 4px 0;
  }
  
  #langNav li a:hover {
    color: #cc0000;  
  }
  
  #metaNav {
    position: absolute;
    /*left: 611px;*/
    left: 560px;
    bottom: 10px;
  }
  
  #metaNav li {
    float: left;
    border-right: 1px solid #888;
  }
  
  #metaNav li.last {
    border-right: none;
  }
  
  #metaNav li a {
    display: block;
    margin: 0 10px 0 11px;
/*    color: #888;*/
    color: #333;
    font-size: 11px;
    line-height: 10px;
    padding: 0 0 4px 0;
  }
  
  #metaNav li a:hover {
    color: #cc0000;
  }
  
  #metaNav li.first a {
    margin-left: 0;
  }
  
  #searchBox {
    position: absolute;
    right: 15px;
    bottom: 10px;
  }
  
  #searchBox input {
    padding: 1px;
    padding-left: 10px;
    width: 129px !important;
    width: 139px;
    border: 1px solid #888;
    font-size: 11px;
    /*color: #888;*/
    color: #333;
  }

#leftCol {
  width: 270px;
  float: left;
  margin-right: 0 !important;
  margin-right: -3px;
  margin-bottom: 20px;
}

  #mainNav {
    width: 240px;
    border-top: 1px solid #d12121;
  }
  
  #mainNav li {
    line-height: 11px;
  }
  
  #mainNav li a {
    color: #666;
    font-weight: bold;
    display: block;
    line-height: 15px;
    border-bottom: 1px solid #d12121;
    padding: 7px 10px 7px 19px;
  }
  
  #mainNav a:hover,
  #mainNav a.act,
  #mainNav a.cur {
    color: #cc0000;
  }
    
  #mainNav a.level2 {
    padding: 7px 10px 7px 46px;
    background: url(../images/mainnav_arrow.gif) no-repeat 36px 11px;
  }

  #mainNav a.level2:hover,
  #mainNav li.level2 a.act,
  #mainNav li.level2 a.cur {
    background: url(../images/mainnav_arrow_act.gif) no-repeat 36px 11px;    
  }
  
  #mainNav a.level3 {
    font-weight: normal;
    padding: 7px 10px 7px 73px;
    background: url(../images/mainnav_arrow.gif) no-repeat 63px 11px;
  }
  
  #mainNav a.level3:hover,
  #mainNav li.level3 a.act,
  #mainNav li.level3 a.cur {
    background: url(../images/mainnav_arrow_act.gif) no-repeat 63px 11px;  
  }
  
  #leftCol .ctArea {
    margin-left: 23px;
    margin-top: 64px;
    width: 211px;
    font-size: 0;
  }

  
#midCol {
  margin-left: 270px/* !important;
  margin-left: 267px*/;
  margin-right: 240px !important;
  border-top: 1px solid #d12121;
  background: url(../images/midcol_bg.gif) repeat-x;
  background-position: 0 -1px;
}

#main1col #midCol {
  margin-right: 0 !important;
}

  #midCol .pagetitle {
    color: #cc0000;
    font-weight: bold;
    display: block;
    line-height: 15px;
    height: 15px !important;
    height: 30px;
    border-bottom: 1px solid #d12121;
    padding: 7px 10px 7px 15px;
  }

  #midCol .ctArea {
    overflow: hidden !important;
    overflow: visible;
    min-height: 450px;
    height: auto !important;
    height: 450px;
/*    margin: 25px 35px 10px 15px;*/
    margin: 25px 0 -50px 0;
  }
  
#rightCol {
  width: 240px;
  margin-left: 0 !important;
  margin-left: -3px;
  float: right;
  background: url(../images/rightcol_bg.gif) repeat-x 0 0;
}

  #rightCol .ctArea {
    margin: 57px 20px 0 15px;
  }

#footer {
  clear: both;
  position: relative;
  width: 100px;
  height: 30px;
}

  #copyright {
    position: absolute;
    left: 19px;
    top: 0;
    /*margin-top: -30px;*/
  }

  #copyright a {
    /*color: #888;*/
    color: #333;
  }
  
/*  #copyright {
    font-size: 11px;
    line-height: 12px;
    position: absolute;  
    left: 838px;
    width: 100px;
    top: 50px;
  }
  
  #copyright a {
    position: absolute;
    top: 0px;
    left: 62px;
    display: block;
    width: 100px;
    text-indent: -102px;
    overflow: hidden;
    font-size: 11px;
    line-height: 12px;
    color: #000;
  }*/

