@import url(user.css);
@import url(common.css);
@import url(forms01.css);
@import url(news01.css);
@import url(calendar01.css);
@import url(/site/template/assets/scripts/jquery/lightbox/css/jquery.lightbox-0.5.css);




html{
  background:#EFEFED;
  height: 100%;
}

body{
  background:transparent url(../images/html_bg.gif) repeat-x 0 0;
  color:#605b5b;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  height: 100%;
}

body.admin{
  background-position: 0 14px;
}

#wrap{
  margin:0px auto;
  text-align:left;
  width:901px;
  min-height: 100%;
  position: relative;
  /* Set this to the same height as the footer */
    margin-bottom: -150px;
  background:transparent url(../images/wrap_bg.gif) repeat-y 0px 0px;
  z-index:2;
}

/* HEADER
-------------------------------------------*/
#header{
  height: 98px;
  margin:0 auto;
  background:transparent url(../images/header_bg.gif) no-repeat 0px 0px;
}

#header h1{
  position: absolute;
  top: 30px;
  font-size: 30px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
}
  #logo{
    background: transparent;
    left:27px;
    position:absolute;
    top: 11px;
  }
    #logo img{
      height:70px;
      width:452px;
    }
#header #loginLink{
background:transparent url(../images/login.gif) no-repeat 0px 0px;
position:absolute;
display:block;
color:#8b888a;
font-size:11px;
padding-left:16px;
padding-top:1px;
z-index:2;
top:145px;
left:698px;
}

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
  height:39px;
  width:100%;
}
  #nav{
    margin: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{
          display:block;
          float:left;
          text-decoration:none;
          height:0 !important;
          overflow:hidden;
          position:absolute;
        }
        
        #nav a:hover, #nav a.active{
        }
        
        /*Top Nav*/
        #t14490 a, #t31357 a, #t15268 a, #t102583 a{
          padding:25px 0 0 0;
          background:url(../images/nav2_bg.gif) 0 0 no-repeat;
          top:3px;
          
        }
        
        /*Home*/
        #t14490 a, #t14490 a.active{
        left:705px;
        width:47px;
        background-position:0px 0px;
        }
        
        #t14490 a:hover{
        background-position:0px -21px;
        }
        
        /*About us*/
        #t31357 a{
        background-position:-55px 0;
        left:765px;
        width:69px;
        }
        
        #t31357 a:hover, #t31357 a.active{
        background-position:-55px -21px;
        }

        /*Blog*/
        #t102583 a{
        background-position:-125px 0;
        left:783px;
        width:50px;
        display:none;
        }
        
        #t102583 a:hover, #t102583 a.active{
        background-position:-125px -21px;
        }
        
        /*Contact*/
        #t15268 a{
        background-position:-173px 0;
        left:835px;
        width:62px;
        }
        
        #t15268 a:hover, #t15268 a.active{
        background-position:-173px -21px;
        }
        
        /*Bottom Nav*/
        #t15267 a, #t15270 a, #t31358 a, #t89075 a, #t86392 a{
          padding:39px 0 0 0;
          background:url(../images/nav_bg.gif) 0 0 no-repeat;
          top:98px;
        }
        
        /*Our Programs*/
        #t15267 a{
        left:0px;
        width:179px;
        background-position:0px 0px;
        }
        
        #t15267 a:hover, #t15267 a.active{
        background-position:0px -39px;
        }
        
        /*Our Scholars*/
        #t15270 a{
        background-position:-179px 0;
        left:179px;
        width:169px;
        }
        
        #t15270 a:hover, #t15270 a.active{
        background-position:-179px -39px;
        }
        
        /*Our Partners*/
        #t31358 a{
        background-position:-348px -0;
        left:348px;
        width:171px;
        }
        
        #t31358 a:hover, #t31358 a.active{
        background-position:-348px -39px;
        }
        
        /*News & Events*/
        #t89075 a{
        background-position:-519px 0;
        left:519px;
        width:199px;
        }
        
        #t89075 a:hover, #t89075 a.active{
        background-position:-519px -39px;
        }
        
        /*Get Involved*/
        #t86392 a{
        background-position:-718px 0;
        left:718px;
        width:185px;
        }
        
        #t86392 a:hover, #t86392 a.active{
        background-position:-718px -39px;
        }
        
        /*Login*/
        #t15308 a{
          background:transparent url(../images/loginLink.gif) no-repeat 0px 1px;
          text-decoration:underline;
          text-indent:0px;
          color:#999999;
          font-size:11px;
          top:142px;
          padding:4px 0 14px 17px;
          z-index:20;
          left:619px;
        }
        
        #t15308 a:hover{
          text-decoration:none;
        }
        
        #sharethis_0{
          position:absolute;
          left:671px;
          top:144px;
          z-index:30;
        }
        
        #sharethis_0 a{
        color:#999999;
        font-size:11px;
        }
#main-body{
}
  #main-table-body{
    background:transparent;
    border-collapse:collapse;
    clear:left;
    height: auto !important;
    height:400px;
  }
  
  #main-table-body-leftcell{
    background: transparent;
    width:250px;
    vertical-align:top;
  }
  #main-table-body-rightcell{
    vertical-align:top;
    width:650px;
  }

/* SUB MENU
-------------------------------------------*/
#sidebar {
  background:none;
  margin:7px 0 0 0;
}

#menu-header {
  background:transparent;
}

#menu{
  margin: 19px 0 0 2px;
  padding:0;
  width: 250px;
}
  #menu ul{
    font-size: 12px;
    margin:0 0 0 11px;
    padding:0;
    list-style: square inside;
    border-bottom: 1px solid #fff;
  }
    #menu li{
      background-image:none;
      padding:0 0 0 0px;
      margin: 0 0px 0px 0;
      list-style: none;
    }
      #menu a {
        text-decoration:none;
        text-transform:none;
        color:#666666;
        display:block;
        font-size: 16px;
        padding: 7px 0px 7px 20px;
        border-top: 1px solid #fff;
        width:220px;
        background:#e5e5e3;
      }
      
      #menu a:hover {
        color: #fff;
        background:#72a493 url(../images/menuBox1.gif) no-repeat  3px 12px;
      }
      
      #menu a.current{
        color: #fff;
        background:#72a493 url(../images/menuBox1.gif) no-repeat  3px 12px;
      }
      
      #menu a.subcurrent{
        color: #fff;
        background:#aac8be url(../images/menuBox2.gif) no-repeat 5px 9px;
        text-decoration: none;
      }
      
      #menu li ul{
        margin: 0 0px 0 0px;
        padding: 0;
        border-bottom: 0px;
      }
      
      #menu li ul li{
        list-style: none;
        padding: 0px 0 0px 0px;
        margin: 0;
      }
      
      #menu li ul li a {
        font-size: 14px;    
        border-top: 1px solid #fff;
        text-decoration: none;
        width:220px;
        background:#eeeeed url(../images/menuBox.gif) no-repeat 5px 9px;
      }
      
      #menu li ul li a:hover {
        color: #fff;
        background:#aac8be url(../images/menuBox2.gif) no-repeat 5px 9px;
      }
      
      #menu h3{
        margin:0px;
        padding:0px;
      }
      
      #menu h3 a, #menu h3 a:hover{
        display:block;
        border:0px;
        text-decoration:none;
        text-indent:-10000px;
        width:200px;
        height:30px;
        margin:0 0 0 19px;
        padding:0px;
        background:transparent url(../images/menu_headings/default.gif) no-repeat 0px 0px;
      }
      
      /*About Us*/
      .tab31357 #menu h3 a, .tab31357 #menu h3 a:hover{
      background:transparent url(../images/menu_headings/aboutUs.gif) no-repeat 0px 0px;
      }
      
      /*Contact*/
      .tab15268 #menu h3 a, .tab15268 #menu h3 a:hover{
      background:transparent url(../images/menu_headings/contact.gif) no-repeat 0px 0px;
      }
      
      /*Our Programs*/
      .tab15267 #menu h3 a, .tab15267 #menu h3 a:hover{
      background:transparent url(../images/menu_headings/ourPrograms.gif) no-repeat 0px 0px;
      }
      
      /*Our Scholars*/
      .tab15270 #menu h3 a, .tab15270 #menu h3 a:hover{
      background:transparent url(../images/menu_headings/ourScholars.gif) no-repeat 0px 0px;
      }
      
      /*Our Partners*/
      .tab31358 #menu h3 a, .tab31358 #menu h3 a:hover{
      background:transparent url(../images/menu_headings/ourPartners.gif) no-repeat 0px 0px;
      }
      
      /*News & Events*/
      .tab89075 #menu h3 a, .tab89075 #menu h3 a:hover{
      background:transparent url(../images/newsEvents.gif) no-repeat 0px 0px;
      }
      
      /*Get Involved*/
      .tab86392 #menu h3 a, .tab86392 #menu h3 a:hover{
      background:transparent url(../images/menu_headings/getInvolved.gif) no-repeat 0px 0px;
      }
      
  #menu-footer{
    background:transparent;
    padding-left:11px;
    padding-top:3px;
  }
  
  #constantContact{
  text-align:center;
  border:1px solid #dbdbd8;
  margin-top:6px;
  }
  
  #constantContact div{
    margin:auto;
    text-align:center;
    padding-bottom:5px;
  }
  
  #constantContact table{
    width:241px;
  }
  
  #menu-footer a img{
    border:0px;
    margin-top:6px;
  }

#banner {
  display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
  padding:4px 0 4px 0px;
  margin: 0;
  position:relative;
  width: 100%;
  background:#EFEFED;
}
  #breadcrumblist{
    font-size: 11px;
    line-height:120%;
    padding:.5em 0 .5em 30px;
    width:583px;
    color:#999999;
  }
    #breadcrumblist a:link, #breadcrumblist a:visited{
      color:#999999;
      text-decoration:underline;
    }
    #breadcrumblist a:hover, #breadcrumblist a:active{      
      color:#999999;
      text-decoration:none;
    }
    #breadcrumbemail{
      font-size: 11px;
      position:absolute;
      right:76px;
      text-align:right;
      top:9px;
      width:82px;
    }
      #breadcrumbemail a:link, #breadcrumbemail a:visited{
        background:url(../images/email.gif) 0 2px no-repeat;
        float:right;
        padding:0 5px 0 18px;
        color:#999999;
        text-decoration:underline;
      }
        #breadcrumbemail a:hover, #breadcrumbemail a:active{
        color:#999999;
        text-decoration:none;
        }
    
    #breadcrumbprint{
      font-size: 11px;
      position:absolute;
      right:0;
      text-align:right;
      top:9px;
      width:9em;
    }
      #breadcrumbprint a:link, #breadcrumbprint a:visited{
        background:url(../images/printer.gif) 0 2px no-repeat;
        float:right;
        padding:0 5px 2px 18px;
        color:#999999;
        text-decoration:underline;
      }
        #breadcrumbprint a:hover, #breadcrumbprint a:active{
        color:#999999;
        text-decoration:none;
        }


/* CONTENT AREA
-------------------------------------------*/
#content{
  clear:left;
  width:inherit;
}
  #content-header{
    display:none;
  }
  #content-body{
    margin: 5px 20px 0 30px;
    padding:0 0 10px 0;
    overflow:hidden;
    min-height:400px;
  }
  #pagetitle{
    margin:0 0 15px 0px;
  }
    #pagetitletext h1{
      font-size:24px;
      font-weight: normal;
      color: #72a493;
    }
  #content-footer{
    
  }

/* FOOTER
-------------------------------------------*/
#clearfooter{
    /* Set this to the same height as the footer */
    height: 150px;
    clear: both;
}

#footer{
  clear:both;
  height: 150px;
  margin:0 auto;
  position:relative;
  background:#72a493;
  z-index:3;
}
  #footerwrap{
    margin:0 auto;
    width: 901px;
    position:relative;
    height: 150px;
    background:transparent url(../images/footer_bg.gif) no-repeat 0px 0px;
  }
  
  #copyright{
    color:#fff;
    font-size:9px;
    position:absolute;
    left:0px;
    bottom:10px;
  }
  
  #poweredby{
    color:#999;
    font-size:10px;
    position:absolute;
    right:31px;
    bottom:15px;
  }
    #poweredby a{
      color:#F3F3F3;
      text-decoration:none;
    }
    #poweredby a:hover {text-decoration: underline;}
    
    #extraBackground{
    height:411px;
    width:100%;
    background:transparent url(../images/extraBackground.gif) no-repeat center 0;
    z-index:1;
    left:0px;
    margin-top:-560px;
    position:absolute;
    bottom:auto;
    }
    
    /*FooterNav*/
    #footernav ul{
      list-style:none;
      margin:0 auto;
      text-align:left;
    }
      #footernav ul li{
        background-image:none;
        display:inline;
        margin:0;
        padding:0;
      }
        
        #footernav a, a#PrivacyPolicyLink, a#TermsOfUseLink{
          display:block;
          float:left;
          text-decoration:none;
          height:0 !important;
          overflow:hidden;
          position:absolute;
          padding:17px 0 0 0;
          background:transparent url(../images/footerNavBg.gif) no-repeat 0px 0px;
          text-indent:-10000px;
        }
        
        /*Home*/
        #footernav #f14490 a, #footernav #f14490 a.active{
        background-position:0 -3px;
        right:478px;
        top:10px;
        width:46px;
        }
        
        #footernav #f14490 a:hover{
        background-position:0 -23px;
        }
        
        /*About Us*/
        #footernav #f31357 a{
        background-position:-73px -3px;
        right:400px;
        top:10px;
        width:60px;
        }
        
        #footernav #f31357 a:hover, #footernav #f31357 a.active{
        background-position:-73px -23px;
        }

        /*Blog*/
        #footernav #f102583 a, #footernav #f102583 a.active{
        background-position:-1033px -3px;
        right:335px;
        top:10px;
        width:46px;
        }
        
        #footernav #f102583 a:hover{
        background-position:-1033px -23px;
        }
        
        /*Contact Us*/
        #footernav #f15268 a{
        background-position:-160px -3px;
        right:315px;
        top:10px;
        width:67px;
        }
        
        #footernav #f15268 a:hover, #footernav #f15268 a.active{
        background-position:-160px -23px;
        }
        
        #item86556 #footernav a.active, #item86557 #footernav a.active{
        background-position:-160px -3px;
        }
        
        /*Privacy Policy*/
        a#PrivacyPolicyLink{
        background-position:-255px -3px;
        right:205px;
        top:10px;
        width:93px;
        }
        
        a#PrivacyPolicyLink:hover, a#PrivacyPolicyLink.active{
        background-position:-255px -23px;
        }
        
        /*Terms of Use*/
        a#TermsOfUseLink{
        background-position:-370px -3px;
        right:110px;
        top:10px;
        width:84px;
        }
        
        a#TermsOfUseLink:hover, a#TermsOfUseLink.active{
        background-position:-370px -23px;
        } 
        
        /* Our Programs*/
        #footernav #f15267 a{
        background-position:-469px -3px;
        right:8px;
        top:10px;
        width:86px;
        }
        
        #footernav #f15267 a:hover, #footernav #f15267 a.active{
        background-position:-469px -23px;
        }
        
        /*Our Scholars*/
        #footernav #f15270 a{
        background-position:-585px -3px;
        right:440px;
        top:35px;
        width:78px;
        }
        
        #footernav #f15270 a:hover, #footernav #f15270 a.active{
        background-position:-585px -23px;
        }
        
        /*Our Partners*/
        #footernav #f31358 a{
        background-position:-694px -3px;
        right:340px;
        top:35px;
        width:79px;
        }
        
        #footernav #f31358 a:hover, #footernav #f31358 a.active{
        background-position:-694px -23px;
        }
        
        /*Media & Events*/
        #footernav #f89075 a{
        background-position:-801px -3px;
        right:225px;
        top:35px;
        width:98px;
        }
        
        #footernav #f89075 a:hover, #footernav #f89075 a.active{
        background-position:-801px -23px;
        }
        
        /*Get Involved*/
        #footernav #f86392 a{
        background-position:-927px -3px;
        right:135px;
        top:35px;
        width:79px;
        }
        
        #footernav #f86392 a:hover, #footernav #f86392 a.active{
        background-position:-927px -23px;
        }
        
      /*Footer Contact*/
      
      #footerContact{
      font-family:Arial, Helvetica, sans-serif;
      color:#f3f3f3;
      font-size:13px;
      line-height:18px;
      width:195px;
      position:absolute;
      left:20px;
      text-align:left;
      top:10px;
      }
      
      #footerContact a{
      color:#f3f3f3;
      text-decoration:underline;
      }
      
      #footerContact a:hover{
      color:#f3f3f3;
      text-decoration:none;
      }
