@import url(user.css);
@import url(common.css);
@import url(forms01.css);

html{
  background: #e2e4cd url(../images/html-bg.png) repeat-x;
  height: 100%;
}

body{
  background: transparent url(../images/body-bg.png) center 0 no-repeat;
  color:#000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  height: 100%;
  min-width:960px;
}

#admin-header-div{
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  z-index: 1000;
}


#wrap{
  margin:0px auto;
  text-align:left;
  width:960px;
  min-height: 100%;
  position: relative;
  /* 
  Set margin-bottom to the same height as the footer 
  This makes it so the footer stays locked to the bottom of the webpage
  */
    margin-bottom: -182px;
}

/* HEADER
-------------------------------------------*/
#header{
  height: 305px;
  margin:0 auto;
}

#header h1{
  position: absolute;
  top: 30px;
  font-size: 30px;
  color: #fff;
 
}
  #logo{
    background: url(../images/logo.gif) 0 0 no-repeat;
    left:22px;
    position:absolute;
    top: 25px;
  }
    #logo img{
      height:193px;
      width:135px;
    }


/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
  width:100%;
}
  #nav{
    margin:0px auto 0 auto;
    text-align:center;
  }
    #nav ul{
      list-style:none;
      margin:0 auto;
      text-align:left;
    }
      #nav ul li{
        background-image:none;
        display:inline;
        margin:0;
        padding:0;
      }
        #nav a{
          color:#333;
          display:block;
          float:left;
          font-weight:bold;
          text-decoration:none;
          background:transparent url(../images/nav.png);
          font-size: 14px;
          text-indent:-10000px;
          height:39px;
          position:absolute;
          top:244px;
        }
        #nav a:hover, #nav a.active{

        }

#t102372 a {
  background-position:0 -39px;
  left:0;
  width:104px;
}

#t102372 a.active, #t102372 a:hover {
  background-position:0 0;
}

#t102381 a {
  background-position:-104px -39px;
  left:104px;
  width:101px;
}

#t102381 a.active, #t102381 a:hover {
  background-position:-104px 0;
}

#t102385 a {
  background-position:-205px -39px;
  left:205px;
  width:158px;
}

#t102385 a.active, #t102385 a:hover {
  background-position:-205px 0;
}

#t102392 a {
  background-position:-363px -39px;
  left:363px;
  width:177px;
}

#t102392 a.active, #t102392 a:hover {
  background-position:-363px 0;
}


#t102393 a {
  background-position:-540px -39px;
  left:540px;
  width:127px;
}

#t102393 a.active, #t102393 a:hover {
  background-position:-540px 0;
}

#t102413 a {
  background-position:-667px -39px;
  left:667px;
  width:186px;
}

#t102413 a.active, #t102413 a:hover {
  background-position:-667px 0;
}

#t102414 a {
  background-position:-853px -39px;
  left:853px;
  width:107px;
}

#t102414 a.active, #t102414 a:hover {
  background-position:-853px 0;
}



#t102327 a {
  background:transparent url(../images/top-nav.png) 0 -20px;
  left:563px;
  width:50px;
  top:12px;
  height:20px;
}

#t102327 a.active, #t102327 a:hover {
  background-position:0 0;
}


#t102460 a {
  background:transparent url(../images/top-nav.png) -50px -20px;
  left:613px;
  width:55px;
  top:12px;
  height:20px;
}

#t102460 a.active, #t102460 a:hover {
  background-position:-50px 0;
}






#main-body{
}
  #main-table-body{
    background:transparent;
    border-collapse:collapse;
    clear:left;
  }
  #main-table-body-leftcell{
    vertical-align:top;
    width:175px;
  }
  #main-table-body-rightcell{
    vertical-align:top;
    width:630px;
    background:#fff url(../images/td-bg.png) 0 78px no-repeat;
    padding-top:25px;
  }
  
  #main-table-body-far-right-cell{
    vertical-align:top;
    width:155px;
    padding-top:95px;
    background:#fff url(../images/td-bg.png) -20px 78px no-repeat;
  }

/* SUB MENU
-------------------------------------------*/
#sidebar {
  background:none;
  margin:0px 0 0 0;
}

#menu-header {
  background:transparent;
}

#menu{
  margin:0px;
  padding:0;
  width: 175px;
}
  #menu ul{
    font-size: 13px;
    margin:0;
    padding:0;
    list-style: square inside;
  }
    #menu li{
      background-image:none;
      padding:0 0 0 0px;
      margin: 0 0px 0px 0;
      list-style: none;
}

      #menu h3 {
  margin:0;
}

      #menu h3 a {
        font-size: 18px;
        font-weight: bold;
        color: blue;
  text-indent:-10000px;
  width:175px;
  height:85px;
  
  display:block;
      }
      
      #menu ul li a {
        text-decoration:none;
        text-transform:none;
        color:#000;
        display:block;
        font-size: 13px;
        padding: 8px 0px 8px 5px;
        width:150px;
  border-bottom:1px solid #b5b5ae;
      }
      
      #menu ul li a:hover {
        color: #697548;
      }
      
      #menu ul li a.current{
        color: #697548;
      }
      
      #menu ul li a.subcurrent{
        background:#fff url(../images/menu-li-active.png) no-repeat 0 11px;
        color:#697548;
      }
      
      #menu ul li ul{
        margin: 0 0px 0 0px;
        padding: 0;
        
      }
      
      #menu ul li ul li{
        list-style: none;
        padding: 0px 0 0px 0px;
        margin: 0;
      }
      
      #menu ul li ul li a {
        font-size: 13px;    
        padding-left: 15px;
        text-decoration: none;
        width:140px;
        background:url(../images/menu-li.png) no-repeat 0 11px;
      }
      
      #menu ul li ul li a:hover {
        background:#fff url(../images/menu-li-active.png) no-repeat 0 11px;
        color:#697548;
      }
      
  #menu-footer{
    background:transparent;
  }

.tab102372 #menu h3 a {
  background:url(../images/about-h3.png);
}

.tab102381 #menu h3 a {
  background:url(../images/research-h3.png);
}

.tab102385 #menu h3 a {
  background:url(../images/crop-h3.png);
}

.tab102392 #menu h3 a {
  background:url(../images/affairs-h3.png);
}

.tab102393 #menu h3 a {
  background:url(../images/news-h3.png);
}

.tab102413 #menu h3 a {
  background:url(../images/nut-h3.png);
}

.tab102414  #menu h3 a {
  background:url(../images/bio-h3.png);
}

.tab102421 #menu h3 a {
  background:url(../images/links-h3.png);
}

.tab102422 #menu h3 a {
  background:url(../images/members-h3.png);
}

.tab102423 #menu h3 a {
  background:url(../images/code-h3.png);
}

.tab102460 #menu h3 a {
  background:url(../images/contact-h3.png);
}


#banner {
  display:none;
}

#third-column a img {
  border:0;
}

#search {
  width:230px;
  background:url(../images/search-bg.png) no-repeat 0 0;
  position:absolute;
  right:0;
  top:8px;
  padding-left:58px;
}

#search input[type="text"]{
  padding:4px;
  border:1px solid #fff;
  float:left;
  width:182px;
}

#search input[type="image"]{
  float:right;
}

#contact {
    color: #000;
    font-size: 10px;
    margin: 0 0 0 58px;
    position: relative;
    text-align: left;
    top: 25px;
}

#contact strong{
  margin-left:8px;
}

#contact a {
  text-decoration:none;
}

#contact a img{
  border:0;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
  padding:0 0 0 0px;
  margin: 0;
  position:relative;
  width: 100%;
}
  #breadcrumblist{
    font-size: 10px;
    line-height:120%;
    padding:.5em 0 .5em 195px;
    width:510px;
    color:#333333;
  }
    #breadcrumblist a:link, #breadcrumblist a:visited{
      color:#333333;
    }
    #breadcrumblist a:hover, #breadcrumblist a:active{      
    }
    #breadcrumbemail{
      font-size: 9px;
      position:absolute;
      right:12em;
      text-align:right;
      top:5px;
      width:9em;
      line-height: 12px;
    }
      #breadcrumbemail a:link, #breadcrumbemail a:visited{
        background:url(../images/email.png) 0 2px no-repeat;
        float:right;
        padding:0 5px 0 18px;
        line-height: 12px;
    color:#999999;
    text-decoration:none;
    font-weight:bold;
      }
        #breadcrumbemail a:hover, #breadcrumbemail a:active{
        }
    
    #breadcrumbprint{
      font-size: 9px;
      position:absolute;
      right:20px;
      text-align:right;
      top:5px;
      width:9em;
      line-height: 12px;
    }
      #breadcrumbprint a:link, #breadcrumbprint a:visited{
        background:url(../images/print.png) 0 2px no-repeat;
        float:right;
        padding:0 5px 0 18px;
        line-height: 12px;
  color:#999999;
  text-decoration:none;
  font-weight:bold;
      }
        #breadcrumbprint a:hover, #breadcrumbprint a:active{
        }


/* CONTENT AREA
-------------------------------------------*/
#content{
  clear:left;
  width:inherit;
}
  #content-header{
    display:none;
  }
  #content-body{
    margin: 65px 20px 0 20px;
    padding:0 0 10px 0;
    overflow:hidden;
    min-height: 500px;
  }
  #pagetitle{
    margin:0 0 15px 0;
    position:absolute;
    top:365px;
    width:750px;
  }
    #pagetitletext h1{
      font-size:30px;
      font-weight: normal;
      color: #000;
      margin-bottom:0px;
    }

#pagetitletext .pagetitleH1TooLong {
      font-size:18px;
}


  #content-footer{
    
  }

/* FOOTER
-------------------------------------------*/
#clearfooter{
    /* 
    Set clearfooter to the same height as the footer 
    This makes it so the footer stays locked to the bottom of the webpage
    */
    height: 182px;
    clear: both;
    background:#E2E4CD url(../images/content-footer-bg.png) no-repeat right 0;
    width:960px;
}

#footer{
  clear:both;
  height: 182px;
  margin:0 auto;
  position:relative;
  background:transparent url(../images/footerwrap-bg-repeat.png) repeat-x 0 bottom;
}
  #footerwrap{
  
    margin:0 auto;
    width: 960px;
    position:relative;
    height:182px;
    background:transparent url(../images/footerwrap-bg.png) no-repeat center bottom;
  }

#footernav {
  margin:0 auto;
  padding-top:58px;
  width:290px;
}

  #footernav ul{
    margin: 0;
    padding: 0;
  }
  #footernav ul li{
    float: left;
    background: none;
    padding:0;
  }

  #footernav ul li a{
    font-size:10px;
    text-decoration:none;
    padding:0 8px;
    border-right:1px solid #000;
  }


  #footernav ul li a:hover, 
.tab102421 #footernav #f102421 a,
.tab102422 #footernav #f102422 a,
.tab102423 #footernav #f102423 a
{
    font-weight:bold;
}
  
  #poweredby{
    font-size:10px;
    position:absolute;
    right:0;
    top:105px;
  }
    #poweredby a{
      color:#fff;
      font-weight:bold;
      text-decoration:none;
    }
    #poweredby a:hover {text-decoration: underline;}
    
    #quick-bytes{
        background: transparent url(../images/news-cta.png) 0 0 no-repeat;
        padding: 60px 0 0 0;
    }
    
    #quick-bytes #fieldEmail{
        width: 120px;
        display: block;
        margin: 0px 0;
        padding: 2px;
        color: #444;
    }
    
    #quick-bytes button {
        background: none repeat scroll 0 0 #697548;
        border: medium none;
        color: #FFFFFF;
        display: block;
        font-size: 13px;
        padding: 5px 7px;
        text-transform: uppercase;
    }
    
    #fb-footer, #youtube-footer, #twitter-footer{
        position: absolute;
        top: -4px;
        display: block;
    }
    
    #fb-footer{
        right: 130px;
    }
    
    #youtube-footer{
        right: 100px;
    }
    
    #twitter-footer{
        right: 67px;
    }