/**
 *  OneOak CSS
 */

    BODY {
        margin: 0px;
        background: #fff;
        background-image: url("images/background.jpg");
        background-repeat: repeat-x;
        font-family: arial, sans-serif;
        font-size: 14px;
        line-height: 140%;
        position: relative;
    }
    
    td {
        text-align: justify;
        vertical-align: top;
        font-family: arial, sans-serif;
        color: #444;
        font-size: 14px;
        padding: 10px;
    }

    a:link     {  text-decoration:none;
                  color:#3886c8;
                  outline: 0;
    }
    a:visited  {  text-decoration:none;
                  color:#3886c8;
                  outline: 0;
    }
    a:active   {  text-decoration:none;
                  color:#3886c8;
                  outline: 0;
    }
    a:hover    {  text-decoration:none;
                  color:#557;
                  outline: 0;
    }


    ul {
        list-style-image: url('images/weeacorn.gif');
        padding-left:20px;
    }                             
    ul li {
        border-bottom: 1px dotted #666;
        padding: 0px 5px 5px 10px;
        margin-bottom: 5px;
    }
    

    hr {
        width: 90%;
        border: 0;
        color: #ccc;
        background-color: #ccc;
        height: 2px;
    }

    
    #CONTAINER {
        width: 100%;
        text-align: center;
        position: absolute;
    }

    #LINEUP {
        width: 1058px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
   
    #OUTER { 
        position: relative;
        min-height: 450px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        text-align: center;
        width: 1000px;
    }
    /* for Internet Explorer */
    /*\*/
    * html #OUTER { height: 450px; }
    /**/

    #CONTENT   { 
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        width: 960px;
        z-index: 2;
        position: relative;
    }

    #topbar {
        background-image: url('images/topbar.jpg');
        position: relative;
        width: 1058px;
        height: 208px;
        margin-left: auto;
        margin-right: auto;
        z-index: 310;
    }
    
    #topright {
        border: 0px;
        position: absolute;
        z-index: 1;
        width: 234px;
        height: 217px;
        right: -261px;
        top: -198px;
        background-image: url('images/topright.jpg');
        border: 0px solid black;
    }

    #BOTTOM {
        margin-top:80px;
        width: 100%;
        background-color: #fff;
        background-image: url("footer-border.png");
        background-repeat: repeat-x;
        background-position: top;
        min-height: 345px;
        text-align: center;
        padding-top: 40px;
        font-family: arial, sans-serif;
    }

    #bottomtable {
         margin-left: auto;
         margin-right: auto;
         width: 1000px;
         border-collapse: collapse;
    }

    #bottomtable td {
        color: #888;
        margin: 0;
        padding: 5px;
        font-family: arial, sans-serif;
        font-size: 14px;
        line-height: 130%;
        vertical-align: top;
    }

    a.bottom:link    { font-weight:normal; color: #888; }
    a.bottom:visited { font-weight:normal; color: #888; }
    a.bottom:active  { font-weight:normal; color: #888; }
    a.bottom:hover   { font-weight:normal; color: #777; }


    #logo {
        position: absolute;
        top: 22px;
        left: 53px;
    }

    #acorn {
        position: absolute;
        top: 10px;
        left: 548px;
    }

    #gallerylink {
        bottom: 54px;
        right: 108px;
        border: 0px;
        position: absolute;
        z-index: 2;
        width: 121px;
        height: 29px;
    }

    #navbar {
        position: absolute;
        bottom: 26px;
        left: 40px;
        font-size: 18px;
        font-family: Georgia,Cambria,Times,"Times New Roman",serif;
        color: #ddd;
        z-index: 310;
    }
    
    #navbar a   {
        color: #fff;
        font-weight: normal;
    }
    #navbar a:hover {
        color: #ddd;
        text-decoration: none;
        font-weight: normal;
    }

    .navTab {
        display: none;
        position: absolute;
        top: 21px;
        z-index: 300;
        width: 170px;
        font-weight: bold;
        font-size: 13px;
        background-color: #5bacaf;
        opacity: 0.9;
        filter:alpha(opacity=90);
    }

    .tabInner {
        z-index: 301;
        margin: 5px;
        color: #fff;
        line-height: 150%;
        font-weight: normal;
        text-align: left;
        font-family: arial, sans-serif;
        opacity:1;
        filter:alpha(opacity=100);
    }
    
    a.nav:link     {  color: #fff;  position: relative;  }
    a.nav:visited  {  color: #fff;  position: relative;  }
    a.nav:active   {  color: #fff;  position: relative;  }
    a.nav:hover    {  color: #ddf;  position: relative;  }

    .smallgrey {
        font-size: 10px;
        color: #777;
    }
    
    #login {
        position: absolute;
        right: 42px;
        top: 163px;
        z-index: 3;
        color: #ddf;
        font-weight: bold;
    }

   #breadcrumb {  position: absolute;
                  left: 30px;
                  top: 166px;
                  z-index: 2;
                  color: #ddf;
                  font-weight: bold;
    }


    .readmore {
        width: 100%;
        text-align: right;
    }
    
    table.facts {
        border-collapse: collapse;
    }

    table.facts td {
        font-size: 14px;
        border-bottom: 1px dotted #777;
        padding: 5px;
    }
    
    table.list {
        border-collapse: collapse;
        width: 100%;
    }
    table.list td {
        font-size: 14px;
        padding: 5px;
        color: #444;
        border-bottom: 1px dotted #444;
        vertical-align: top;
    }                                  
    table.list tr:hover {
        background-color: #ddd;
    }                                  

    table.list td.heading {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        background-color: #fff;
    }
    
    .title {
        font-family: Georgia,Cambria,Times,"Times New Roman",serif; 
        font-size: 18px; 
        color: #5bacaf;
        margin-bottom: 15px;
    }
    
    .paratop {
        font-weight: bold;
        font-style: italic;
    }
    
    .pagetop {
        font-size: 14px;
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: center;
        font-weight:bold;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-top: 0px;
        text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
     }
    

    hr {
        background-color: #869a9d;
        color: #869a9d;
        height: 1px;
    }
 
    .calendar {
        width: 200px;
        border: 1px solid #869a9d;
        padding: 10px;
        margin: 10px;
        display: inline-block;
     }

        
    /* boxes */
        
    .sidebox {
      background: url('images/boxbodyright.jpg') no-repeat bottom right;
      font-size: 100%;
    }
    .boxbody {
      background: url('images/boxbodyleft.jpg') no-repeat bottom left;
      margin: 0;
      font-size: 14px;
      color: #444;
      padding: 20px;
    }
    .boxhead_green {
      background: url('images/boxheadright_green.jpg') no-repeat top right;
      margin: 0;
      padding: 0;
      text-align: center;
    }
    .boxhead_green h2 {
      background: url('images/boxheadleft_green.jpg') no-repeat top left;
      margin: 0;
      padding: 12px 10px 10px;
      color: white; 
      font-weight: bold; 
      font-size: 14px; 
      line-height: 1em;
      text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
    }
    .boxhead_purple {
      background: url('images/boxheadright_purple.jpg') no-repeat top right;
      margin: 0;
      padding: 0;
      text-align: center;
    }
    .boxhead_purple h2 {
        background: url('images/boxheadleft_purple.jpg') no-repeat top left;
        margin: 0;
        padding: 12px 10px 10px;
        color: white; 
        font-weight: bold; 
        font-size: 14px; 
        line-height: 1em;
        text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
    }

    .gallerycont {
        width: 935px;
        border: 1px solid #a4cbd0;
        height: 600px;
        margin: 10px;
        background-color: #fff;
        background-image: url( "images/gallerybg.jpg" );
        background-repeat: no-repeat;
        position: relative;
    }
    .gcinner {
        width: 895px;
    }

    #gallerymain {
        width: 450px;
        position: absolute;
        margin-top: 10px;
        margin-left: 20px;
        top: 0px;
        left: 0px;
    }

    #gallerytext {
        width: 200px;
        padding: 10px;
        margin: 20px;
        position: absolute;
        top: 30px;
        right: 0px;
    }

    #gallerybar {
        width: 935px;
        height: 70px;
        border: 1px solid #a4cbd0;
        margin: 10px;
        background-color: #fff;
        background-image: url( "images/gallerybg.jpg" );
        position: relative;
    }
    #gbinner {
        width: 935px;
        margin: 5px;
    }

    .gallerybox {
        width: 90px;
        height: 60px;
        border: 1px solid #869a9d;
        position: absolute;
        background-color: #333;
        text-align: center;

    }

    .galleryblk {
        cursor: hand;
        width: 90px;
        height: 60px;
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #151;
        font-weight: bold;
        opacity:0.4;
        filter:alpha(opacity=40);
    }

    .gallerytxt {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 90px;
        height: 55px;
        margin-top: 5px;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        opacity:1;
        filter:alpha(opacity=100);
    }
