/**
 *  Sylva CSS
 */

    body {
        margin: 0px;
        background: #fff;
        background-repeat: repeat-x;
        font-family: arial, sans-serif;
        font-size: 14px;
        line-height: 140%;
        position: relative;
        color: #333;
    }

    a:link {
        text-decoration: none;
        color: #7f2143;
        font-weight: bold;
    }
    a:visited {
        text-decoration: none;
        color: #7f2143;
        font-weight: bold;
    }
    a:active {
        text-decoration: none;
        color: #7f2143;
        font-weight: bold;
    }
    a:hover {
        text-decoration: underline;
        color: #c1275e;
        font-weight: bold;
    }

/* --== google translate ==-- */

    /*
    #translateDropdown {
        position: absolute;
        right: 30px;
        top: 5px;
    }
    #translateBranding {
        position: absolute;
        right: 190px;
        top: 8px;
    }
    .jq-translate-ui {
        background: #b1b1b1;
        border: 1px solid #bbbbbb;
        color: #555555;
    }
    .gBrandingText {
        color: #555555;
    }
    */

/* --==  ==-- */

    hr {
        width: 90%;
        border: 0;
        color: #ccc;
        background-color: #ccc;
        height: 2px;
    }

    .title {
        color: #660033;
        font-size: 18px;
        font-family: Georgia, Cambria, Times, "Times New Roman", serif;
    }

    h1 {
        color: #660033;
        font-size: 22px;
        font-family: Georgia, Cambria, Times, "Times New Roman", serif;
        font-weight: normal;
        margin: 0px 0px 30px 0px;
    }
    h2 {
        color: #660033;
        font-size: 18px;
        font-family: Georgia, Cambria, Times, "Times New Roman", serif;
        font-weight: normal;
        margin: 0px 0px 12px 0px;
    }
    h3 {
        color: #660033;
        font-size: 16px;
        font-family: Georgia, Cambria, Times, "Times New Roman", serif;
        font-weight: normal;
        margin: 0px 0px 10px 0px;
    }

    #container {
        width: 100%;
        position: relative;
        text-align: center;
    }

    #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: #660032;
        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: #530029;
        z-index: 310;
    }
        #mainMenu {
            position: relative;
            width: 960px;
            height: 33px;
            margin-left: auto;
            margin-right: auto;
            z-index: 320;
        }
            .navItem {
                position: relative;
                cursor: pointer;
                float: left;
                height: 100%;
            }
            .navItem.navHover {
                background: #660032;
            }
            .navItem.navSelected {
                background-color: #eee;
            }
            .navText {
                color: #ffffff;
                margin: 7px 15px 0px 15px;
                font-size: 18px;
                font-family: arial, sans-serif;
            }
            .navText.textSelected {
                color: #84254f;
            }

            .navDropdown {
                display: none;
                position: absolute;
                top: 33px;
                z-index: 300;
                width: 130px;
                font-weight: bold;
                font-size: 14px;
                background-color: #660032;
                opacity: 0.9;
                filter:alpha(opacity=90);
            }

            .navDropdownLink {
                width: 100%;
                text-align: left;
                overflow: hidden;
                color: #fff;
            }
            .navDropdownLink.hover {
                background: #b7345d;
            }

            .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);
            }
            .tabInner a, .tabInner a:hover, .tabInner a:visited, .tabInner a:active {
                color: #fff;
                font-weight: normal;
                font-family: arial, sans-serif;
            }

        #subMenu {
            position: relative;
            background-color: #eee;
            width: 960px;
            height: 30px;
            margin-left: auto;
            margin-right: auto;
            z-index: 305;
        }
            .subNavItem {
                position: relative;
                cursor: pointer;
                float: left;
                height: 30px;
                color: #530029;
            }
            .subNavItem.subHover {
                border-bottom: 2px solid #530029;
            }
            .subNavItem.subSelected {
                background-color: #eee;
                border-bottom: 2px solid #530029;
            }
            .subNavText {
                margin: 8px 15px 5px 15px;
                font-size: 14px;
                font-family: arial, sans-serif;
            }


    #breadcrumb {
        bottom: 26px;
        right: 40px;
        position: absolute;
        font-size: 13px;
        font-weight: bold;
    }

    #breadcrumb a   {
        color: #fff;
    }
    #breadcrumb a:hover {
        color: #f1578e;
    }

    .strapline {
        font-style: italic;
        font-size: 14px;
        color: #666;
    }

    td {
        padding: 0;
        border-spacing: 0;
        text-align: justify;
        vertical-align: top;
        font-family: arial, sans-serif;
        font-size: 14px;
        line-height: 140%;
    }

    td.form {
        padding: 5px;
        border-spacing: 5px;
        text-align: right;
        vertical-align: top;
        font-family: arial, sans-serif;
        font-size: 12px;
        color: white;
        background-color: #62523a;
    }

    input.btn {
        color: #999;
        font-family: helvetica,sans-serif;
        font-size: 80%;
        font-weight: bold;
        background-color: #4b4b4b;
        border: 1px solid;
        border-top-color: #333;
        border-left-color: #333;
        border-right-color: #333;
        border-bottom-color: #333;
    }

    input.btnhov {
        border-top-color: #999;
        border-left-color: #999;
        border-right-color: #999;
        border-bottom-color: #999;
    }

    td.topper {
        padding: 5px;
        border-spacing: 0;
        text-align: left;
        vertical-align: top;
        font-style: italic;
        font-family: arial, sans-serif;
        font-size: 13;
        font-weight: bold;
        color: white;
        background-color: #660033;
    }

    table.acnt {
        width: 100%;
        border-collapse: collapse;
        margin-left: auto;
        margin-right: auto;
    }

      td.acnt1 {
          padding: 10px;
          padding-left: 20px;
          font-size: 14px;
          background: url('images/acnt1.jpg') repeat-x top left;
      }

      td.acnt2 {
          padding: 20px;
          background: url('cellbg.png') no-repeat bottom left;
      }
      td.acnt3 {
          padding: 20px;
          font-size: 14px;
          line-height: 150%;
      }

    .sidebox {
      background: url('boxbodyright.jpg') no-repeat bottom right;
      font-size: 100%;
    }
    .boxbody {
      background: url('boxbodyleft.jpg') no-repeat bottom left;
      text-align: justify;
      margin: 0px;
      font-size: 12px;
      color: #444;
      line-height: 1.3;
      padding: 10px 20px 20px 20px;
    }
    .boxhead {
      background: url('boxheadright.jpg') no-repeat top right;
      margin: 0;
      padding: 0;
      text-align: center;
    }
    .boxhead h2 {
      background: url('boxheadleft.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;
    }


    .fadebox {
        position: relative;
        border: 1px solid #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        background-image: url("fadebg.jpg");
    }

    .fadeinner {
        text-align:justify;
        margin: 15px 20px 15px 20px;
        font-size: 12px;
    }

    .readmore {
        position: absolute;
        right: 20px;
        bottom: 10px;
    }

    .infoBox {
        width: 960px;
        border: 1px solid #f1dc77;
        background: #f5f4d6 url('myforest/images/box_bg_yellow.jpg') repeat-x;
        overflow: hidden;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .smallGrey {
        font-size: 10px;
        color: #888;
    }


