/**
 *  Sylva CSS
 */

    BODY {
        margin: 0px;
        background: #fff;
        background-image: url("bg.jpg");
        background-repeat: repeat-x;
        font-family: arial, sans-serif;
        font-size: 14px;
        line-height: 140%;
        position: relative;
    }

    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;
    }

    .newsitem {
        border-bottom: 1px dotted #aaa;
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 1.3;
        text-align: left;
        position: relative;
        z-index: auto;
    }
    
    .newspop {
        display: none;
        position: absolute;
        top: -10px;
        right: -10px;
        text-align: left;
        color: #333;
        font-weight: normal;
        width: 210px;
        border: 0px solid #ccc;
        background-image: url("fadebg.jpg");
        z-index: 100;
    }
    
    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;
    }

    #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;
    }
    /**/

    #BLOGOUTER { 
        position: relative;
        min-height: 900px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        text-align: center;
        width: 1000px;
    }
    /* for Internet Explorer */
    /*\*/
    * html #BLOGOUTER {
        height: 900px;
    }
    /**/

    #CONTENT   { 
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        width: 960px;
        z-index: 2;
        position: relative;
    }

    #TOPBAR {
        position: relative;
        width: 1058px;
        height: 208px;
        background-image: url("top.jpg");
        margin-left: auto;
        margin-right: auto;
        z-index: 310;
    }

    #NAVBAR    {
        position: absolute;
        bottom: 26px;
        left: 45px;
        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;
    }

    #breadcrumb {
        bottom: 28px;
        right: 40px;
        position: absolute;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
    }

    #breadcrumb a   {
        color: #ddd;
    }
    #breadcrumb a:hover {
        color: #eee;
    }

    .strapline {
        font-style: italic;
        font-size: 14px;
        color: #666;
    }
     
    #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%;
    }

    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;
    }
    
    #RICHLINK {
        position: absolute;
        bottom: 5px;
        right: 5px;
        color: #888;
        font-size: 11px;
        color: #bbb;
    }

    .navTab {
        display: none;
        position: absolute;
        top: 21px;
        border: 1px solid #aaa;
        z-index: 300;
        width: 170px;
        font-weight: bold;
        font-size: 13px;
        background-color: #53182f;
        opacity: 0.85;
        filter:alpha(opacity=85);
    }

    .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);
    }

    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: 13px;
          background: url('acnt1.jpg') repeat-x top left;
      }
      
      td.acnt2 {
          padding: 20px;
          background: url('cellbg.png') no-repeat bottom left;
      }
      td.acnt3 {
          padding: 20px;
          font-size: 12px;
      }
      
    .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;
      /*       top  rght bttm left*/
    }
    .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 white;
        -moz-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;
    }