@import url(user.css);
@import url(common.css);
@import url(forms01.css);

html{
  background:#9fb8b2 url(../images/html-bg.png) repeat-x;
}

body{
  /*background:transparent url(../images/body-bg.png) center top no-repeat;*/
  color:#363535;
  font-family: Georgia, serif;
  font-size: 12px;
  text-align: center;
  padding-top:22px;
}

#admin-header{
  position: absolute;
  top: 0;
}

#wrap{
  margin:0px auto;
  text-align:left;
  width:960px;
  min-height: 100%;
  position: relative;
  background:#f3f3f3;
  /* 
  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: -40px;
}

/* HEADER
-------------------------------------------*/
#header{
  height:181px;
  margin:0 auto;
  background:transparent url(../images/header.png) no-repeat;
}

#header h1{
  position: absolute;
  top: 30px;
  font-size: 30px;
  color: #fff;
 
}
  #logo{
    background: url(../images/logo.png) 0 0 no-repeat;
    left:37px;
    position:absolute;
    top: 0;
  }
    #logo img{
      height:98px;
      width:365px;
    }


/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
  height:39px;
  width:100%;
}
  #nav{
    margin:0px auto 0 auto;
    text-align:center;
    padding-left:13px;
  }
    #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;
          height:39px;
          text-decoration:none;
          background:transparent url(../images/nav.png) no-repeat;
          font-size: 14px;
          text-indent:-10000px;
        }
        #nav a:hover, #nav a.active{

        }

#t9585 a {
  width:113px;
  background-position:0 -39px;
  left:0;
}


#t9585 a:hover {
  background-position:0 0;
}


#t9585 a.active {
  background-position:0 -78px;
}

#t97354 a {
  width:159px;
  background-position:-113px -39px;
  left:113px;
}

#t97354 a.active,
#t97354 a:hover{
  background-position:-113px 0;
}


#t10205 a {
  width:169px;
  background-position:-272px -39px;
  left:272px;  
}

#t10205 a.active,
#t10205 a:hover{
  background-position:-272px 0;
}


#t97357 a {
  width:133px;
  background-position:-441px -39px;
  left:441px;  
}

#t97357 a.active,
#t97357 a:hover{
  background-position:-441px 0;
}



#t97359 a {
  width:114px;
  background-position:-574px -39px;
  left:574px;  
}

#t97359 a.active,
#t97359 a:hover{
  background-position:-574px 0;
}



#t10244 a {
  width:104px;
  background-position:-688px -39px;
  left:718px;  
}

#t10244 a.active,
#t10244 a:hover{
  background-position:-688px 0;
}



#t10180 a {
  width:153px;
  background-position:-792px -39px;
  left:822px;  
}

#t10180 a.active,
#t10180 a:hover{
  background-position:-792px 0;
}



#main-body{
}
  #main-table-body{
    background:transparent;
    border-collapse:collapse;
    clear:left;
  }
  #main-table-body-leftcell{
    vertical-align:top;
    width:175px;
    background:transparent url(../images/left-menu-bg.png) repeat-y;
  }
  #main-table-body-rightcell{
    vertical-align:top;
    width:630px;
  }
  
  #main-table-body-far-right-cell{
    vertical-align:top;
    width:155px;
  }

/* SUB MENU
-------------------------------------------*/
#sidebar {
  margin:0px 0 0 0;
  width:164px;
  padding-left:11px;
}

#sidebar img {
  border:0;
}

#menu-header {
  background:transparent;
}

#menu{
  margin:0px;
  padding:0;
  width: 164px;
  background:#dfdfdf;
}
  #menu ul{
    font-size: 12px;
    margin:0 0 0 0;
    padding-left:10px;
    list-style: square inside;
  }
    #menu li{
      background-image:none;
      padding:0;
      margin: 0 0px 0px 0;
      list-style: none;
    }

    #menu h3 {
      padding-left:10px;
    }

      #menu h3 a {
        border-bottom:2px solid #2E4A44;
        color:#2E4A44;
        font-size:16px;
        font-weight:bold;
        padding:0 0 4px;
        width:150px;
  background:none;
      }
      
      #menu a {
        text-decoration:none;
        text-transform:none;
        color:#2e4a44;
        display:block;
        font-size: 12px;
        padding: 6px 0px 6px 15px;
        width:135px;
        border-bottom:1px solid #919e9b;
        background:transparent url(../images/grey-arrow.png) 0 6px no-repeat;
      }
      
      #menu a:hover {
        background:transparent url(../images/down-arrow.png) 0 10px no-repeat;
      }
      
      #menu a.current{
        background:transparent url(../images/down-arrow.png) 0 10px no-repeat;
      }
      
      #menu a.subcurrent{
        font-weight:bold;
        text-decoration: none;
      }
      
      #menu li ul{
        margin: 0 0px 0 0px;
        padding: 0;
        
      }
      
      #menu li ul li{
        list-style: none;
        padding: 0px 0 0px 0px;
        margin: 0;
      }
      
      #menu li ul li a {
        font-size: 12px;    
        padding-left: 25px;
        text-decoration: none;
        width:125px;
        border-bottom:1px solid #919e9b;
        background:none;
      }
      
      #menu li ul li a:hover {
        background:none;
        font-weight:bold;
      }
      
  #menu-footer {
    padding-left:10px;
    padding-top:38px;
  }

  #menu-footer p {
  color:#5C5C5C;
  font-size:14px;
  line-height:1.4em;
  font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#menu-footer p strong {
  color:#2E4A44;
}

#banner {
  display:none;
}


#contact-div, #what-div {
  border:1px solid #aab5b2;
  background:#dddddd url(../images/contact-header.png) no-repeat;
  padding:40px 7px 7px;
}  


#what-div {
  background:#dddddd url(../images/whatwedo-header.png) no-repeat;
  margin-top:20px;
  padding-top:30px;
}

#what-div ul {
 margin:0; 
}

#what-div ul li{
  line-height:20px;
  background-position:0 0.7em;
  color:#2E4A44;
}


#what-div a {
  color:#788f8a;
  padding-left:10px;
  padding-top:5px;
  display:block;
  text-decoration:none;
}

#what-div p {
 padding:10px 0 0 0; 
}
    
#contact-div input,
#contact-div textarea {
 padding:4px;
  width:119px;
  margin-bottom:5px;
  border:1px solid #fff;
}

#contact-div textarea {
 height:49px; 
}

#contact-div label, 
#contact-div p {
 font-size:11px;
  color:#2e4a44;
  line-height:14px;
}

#contact-div p {
  text-align:center;
  padding:5px 0 0 0;
  font-size:9px;
}

#third-column {
 width:145px; 
}


#third-column #submit-btn {
 padding:2px 4px;
  background:#616161;
  border:1px solid #616161;
  cursor:pointer;
  color:#fff;
  font-family:Georgia;
  font-size:11px;
  margin:5px auto 0;
  width:65px;
}

#hr {
 border-top:1px solid #c4caca;
  margin-top:16px;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
  padding:0 0 0 0px;
  margin: 0;
  position:relative;
  width: 100%;
}
  #breadcrumblist{
    font-size: 11px;
    line-height:120%;
    padding:20px 0 30px 13px;
    width:710px;
    color:#797978;
    font-weight:bold;
  }
    #breadcrumblist a:link, #breadcrumblist a:visited{
        text-decoration:none;
        color:#2e4a44;
        font-weight:bold;
    }
    #breadcrumblist a:hover, #breadcrumblist a:active{      
    }
    #breadcrumbemail{
      font-size: 11px;
      position:absolute;
      right:10em;
      text-align:right;
      top:16px;
      width:9em;
      line-height: 12px;
    }
      #breadcrumbemail a:link, #breadcrumbemail a:visited{
        background:url(../images/email-icon.gif) 0 2px no-repeat;
        float:right;
        padding:2px 5px 2px 25px;
        line-height: 12px;
        text-decoration:none;
      }
        #breadcrumbemail a:hover, #breadcrumbemail a:active{
        }
    
    #breadcrumbprint{
      font-size: 11px;
      position:absolute;
      right:10px;
      text-align:right;
      top:14px;
      width:9em;
      line-height: 12px;
    }
      #breadcrumbprint a:link, #breadcrumbprint a:visited{
        background:url(../images/print-icon.gif) 0 2px no-repeat;
        float:right;
        padding:4px 5px 3px 25px;
        line-height: 12px;
        text-decoration:none;
      }
        #breadcrumbprint a:hover, #breadcrumbprint a:active{
        }


/* CONTENT AREA
-------------------------------------------*/
#content{
  clear:left;
  width:inherit;
}
  #content-header{
    display:none;
  }
  #content-body{
    margin: 5px 20px 0 20px;
    padding:0 0 10px 0;
    overflow:hidden;
    min-height: 400px;
  }
  #pagetitle{
    margin:0 0 15px 0px;
  }
    #pagetitletext h1{
      font-size:32px;
      font-weight:normal;
      color:#2e4a44;
    }
  #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: 50px;
    clear: both;
}

#footer{
  clear:both;
  height: 70px;
  margin:0 auto;
  position:relative;
}
  #footerwrap{
    margin:0 auto;
    width: 960px;
    position:relative;
    height: 40px;
    background:#2e4a44;
  }

  #footernav {
    padding-left:120px;
    padding-top:12px;
  }

  #footernav ul{
    margin: 0;
    padding: 0;
  }
  #footernav ul li{
    float: left;
    background: none;
    padding-left:35px;
  }
  
  #footernav ul li a{
  text-decoration:none;
  color:#fff;
}

  #footernav ul li a.active,
  #footernav ul li a:hover{
  color:#76a49a;
}

  #poweredby{
    font-size:10px;
    position:absolute;
    right:0px;
    top:48px;
  }
    #poweredby a{
      
      text-decoration:none;
    }
    #poweredby a:hover {text-decoration: underline;}
