/**
 *  OneOak CSS
 */

    body {
        margin: 0px;
        background-color: #fff;
        font-size: 14px;
        font-family: arial, sans-serif;
        color: #333;
        line-height: 140%;
    }

    td {
        text-align: left;
        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;
    }


/* --== google translate ==-- */
/*
    #translateDropdown {
        position: absolute;
        right: 40px;
        top: 122px;
    }
    #translateBranding {
        position: absolute;
        right: 200px;
        top: 125px;
    }
    .jq-translate-ui {
        background: #d0da93;
        border: 1px solid #dfe5bd;
        color: #555555;
    }
    .gBrandingText {
        color: #555555;
    }
*/

/* --==  ==-- */

    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%;
        position: relative;
        text-align: center;
        z-index: 1;
    }

    #content {
        margin: 30px auto 30px auto;
        text-align: left;
        width: 960px;
        position: relative;
        overflow: hidden;
        z-index: 5;
    }

    #projectBar {
        position: relative;
        width: 100%;
        background-color: #000;
        height: 28px;
        z-index: 350;
    }

        #projectTabArea {
            position: relative;
            width: 960px;
            margin-left: auto;
            margin-right: auto;
            height: 28px;
            z-index: 350;
        }
        #sylvaLogo {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 150px;
            height: 148px;
            background-color: #fff;
            z-index: 350;
        }


    #topBar {
        position: relative;
        width: 100%;
        height: 120px;
        background-color: #19c9d0;
        z-index: 310;
    }
        #header {
            position: relative;
            width: 960px;
            height: 120px;
            margin-left: auto;
            margin-right: auto;
            background-image: url("images/header_bg.png");
            background-repeat: no-repeat;
            z-index: 310;
        }

        #rightButtons {
            position: absolute;
            right: 0px;
            top: 15px;
            width: 130px;
            height: 100px;
        }

    #navBar    {
        position: relative;
        width: 100%;
        height: 33px;
        background-color: #259eb0;
        z-index: 320;
    }
        #mainMenu {
            position: relative;
            width: 960px;
            height: 33px;
            margin-left: auto;
            margin-right: auto;
            z-index: 320;
            margin-bottom: -3px;
        }
            .navItem {
                position: relative;
                cursor: pointer;
                float: left;
                height: 33px;
            }
            .navItem.navHover {
                background: #19c9d0;
            }
            .navItem.navSelected {
                background-color: #cde6ea;
            }
            .navText {
                color: #ffffff;
                margin: 7px 15px 0px 15px;
                font-size: 18px;
                font-family: arial, sans-serif;
            }
            .navText.textSelected {
                color: #259eb0;
            }

            .navDropdown {
                display: none;
                position: absolute;
                top: 33px;
                z-index: 330;
                width: 180px;
                font-weight: bold;
                font-size: 14px;
                background-color: #259eb0;
                opacity: 0.9;
                filter:alpha(opacity=90);
            }

            .navDropdownLink {
                width: 100%;
                text-align: left;
                overflow: hidden;
                color: #fff;
            }
            .navDropdownLink.hover {
                background: #19c9d0;
            }

            .tabInner {
                z-index: 302;
                margin: 5px;
                color: #fff;
                line-height: 150%;
                font-weight: normal;
                text-align: left;
                font-family: arial, sans-serif;
                opacity:1;
                filter:alpha(opacity=100);
            }
            .tabInner a, .tabInner a:hover, .tabInner a:visited, .tabInner a:active {
                color: #fff;
                font-weight: normal;
                font-family: arial, sans-serif;
            }

        #subMenu {
            position: relative;
            width: 960px;
            height: 30px;
            margin-left: auto;
            margin-right: auto;
            z-index: 310;
        }
            .subNavItem {
                position: relative;
                cursor: pointer;
                float: left;
                height: 30px;
                color: #236318;
            }
            .subNavItem.subHover {
                border-bottom: 2px solid #62b137;
            }
            .subNavItem.subSelected {
                background-color: #eee;
                border-bottom: 2px solid #62b137;
            }
            .subNavText {
                margin: 8px 15px 5px 15px;
                font-size: 14px;
                font-family: arial, sans-serif;
            }


    #loginBox  {
        position: absolute;
        display: none;
        right: 0px;
        bottom: 0px;
        background-color: #388a2b;
        height: 40px;
        -webkit-border-radius:10px 0px 0px 0px;
        vertical-align: bottom;
        font-family: arial, sans-serif;
        font-size: 12px;
        z-index: 3;
        color: #444;
    }
    #loginText  {
        float: right;
        margin: 8px;
        font-size: 14px;
        color: #fff;
    }
    #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;
    }

    .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;
    }
    h1 {
        font-family: Georgia,Cambria,Times,"Times New Roman",serif;
        font-size: 18px;
        font-weight: normal;
        color: #5bacaf;
        margin-bottom: 15px;
        margin-top: 0px;
    }
    h2 {
        font-family: Georgia,Cambria,Times,"Times New Roman",serif;
        font-size: 16px;
        font-weight: normal;
        color: #4d979a;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    h3 {
        font-family: Georgia,Cambria,Times,"Times New Roman",serif;
        font-size: 14px;
        font-weight: normal;
        color: #428689;
        margin-bottom: 7px;
        margin-top: 0px;
    }

    .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);
    }

/**
*  card-like boxes for partners page etc
*/
    table.boxes {
        width: 100%;
    }
    table.boxes td {
        background-color: #eee;
        border: 1px solid #ccc;
        width: 300px;
        padding: 15px;
        overflow: hidden;
    }
    table.boxes td.spacer {
        width: 20px;
        border: 0px;
        background-color: #fff;
    }
    .picmiddler {
        margin-left: auto;
        margin-right: auto;
        height: 100px;
    }

