/* LU TAB CONTENT*/


.tabs {
    /*float:left;*/
    width:100%;margin-left:-20px;
    background:none;
    line-height:normal;
    }
  .tabs ul.tabs-list {
    margin:0; 
    padding:10px 10px 0;
    list-style:none;
    }
  .tabs ul.tabs-list li {
    float:left;
    background:none;
    margin:0;
    padding:0 0 0 6px;
    }
  .tabs ul.tabs-list a {
    float:left;
    display:block; position:relative; z-index:1;
    background:#e6e6e6;
    padding:5px 15px 4px 15px;
    text-decoration:none;border:1px solid #dedede;
      border-bottom:0px;
    
    font-weight:bold;
    color:#765;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  .tabs ul.tabs-list a {float:none;}
  /* End IE5-Mac hack */
  .tabs ul.tabs-list a:hover { background:#d9d9d9;
    color:#333;text-decoration:none!important;
    }
  .tabs ul.tabs-list .current {
    background:none;
    border-width:0;
    }
 

.tabs ul.tabs-list .current a {
    background: #ffffff;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

    .js .tabs .current-info,
    .js .tabs .accessibletabsanchor,
    .js .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
        position:absolute;
        left:-999em;
    }
    .js .tabs .content{ background:#ffffff; 
        clear:both; padding:10px; border-top: 1px solid #dedede;
        margin:0px 0px 0px 0px;}
    .js .tabs{
        width:100%;
    }

    h1,h2,p{
        margin:1em;
    }
    .tabs{
        padding:2em;
    }
    
    .about{
        clear:both;
        padding:2em;
    }
