@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

.temputils{
  background: none;
  display: inline;
  
  position: absolute;
  top: 2px;
  right: 10px;
}

.temputils li{
  background: none;
  display: inline;
}

.temputils li a{
  color: #fff;
  font-weight: bold;
}

html{
  background: #e3e3e3;
  height: 100%;
}

body{
  background: #e3e3e3;
  color:#5a5a5a;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  height: 100%;
}

body.admin{
  background-position: center 14px;
}

#wrap{
  margin:0px auto;
  text-align:left;
  width:997px;
  position: relative;
}

/* HEADER
-------------------------------------------*/
#header{
  height: 240px;
  margin:0 auto;
  margin-left:18px;
  background:url(../images/header_bg.jpg) no-repeat center top;
  
}

#header h1{
  position: absolute;
  top: 30px;
  font-size: 30px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
}
  #logo{
    background: url(../images/spacer.gif) 0 0 no-repeat;
    left:22px;
    position:absolute;
    top: 83px;
  }
    #logo img{
      height:109px;
      width:255px;
    }


/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
  height:56px;
  width:996px;
  background:transparent url(../images/tabs_bg.gif) no-repeat -15px 0px;
}
  #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;
          background:url(../images/nav_bg.gif) 0 0 no-repeat;
          height:0 !important;
          overflow:hidden;
          padding:45px 0 0 0;
          position:absolute;
          margin-top:8px;
        }
        
        #nav a:hover, #nav a.active{
        }
        
        /*Home*/
        #t51025 a, #t51025 a.active{
        background-position:0 0;
        left:25px;
        width:49px;
        }
        
        #t51025 a:hover{
        background-position:0 -45px;
        }

        /*City Initiative*/
        #t125486 a{
        background-position:-49px 0;
        left:74px;
        width:105px;
        }
        
        #t125486 a:hover, #t125486 a.active{
        background-position:-49px -45px;
        }
        
        /*About Us*/
        #t51035 a{
        background-position:-154px 0;
        left:179px;
        width:77px;
        }
        
        #t51035 a:hover, #t51035 a.active{
        background-position:-154px -45px;
        }
        
        /*Programs & Services*/
        #t51036 a{
        background-position:-230px 0;
        left:255px;
        width:162px;
        }
        
        #t51036 a:hover, #t51036 a.active{
        background-position:-230px -45px;
        }
        
        /*News & Events*/
        #t85129 a{
        background-position:-392px 0;
        left:417px;
        width:116px;
        }
        
        #t85129 a:hover, #t85129 a.active{
        background-position:-392px -45px;
        }
        
        /*Employment & Internships*/
        #t85264 a{
        background-position:-508px 0;
        left:533px;
        width:197px;
        }
        
        #t85264 a:hover, #t85264 a.active{
        background-position:-508px -45px;
        }
        
        /*Donate & Volunteer*/
        #t54442 a{
        background-position:-705px 0;
        left:730px;
        width:151px;
        }
        
        #t54442 a:hover, #t54442 a.active{
        background-position:-705px -45px;
        }
        
        /*Contact*/
        #t51039 a{
        background-position:-856px 0;
        left:881px;
        width:95px;
        }
        
        #t51039 a:hover, #t51039 a.active{
        background-position:-856px -45px;
        }
        
#main-body{
  background:transparent url(../images/wrap_bg.gif) repeat-y 0px 0px;
  padding-left:18px;
}
  #main-table-body{
    background:transparent url(../images/mainTableBody.gif) repeat-y 2px 0;
    border-collapse:collapse;
    clear:left;
    margin-top:6px;
    height:auto !important;
    height:400px;
  }
  
  #main-table-body-leftcell{
    background: transparent;
    width:186px;
    vertical-align:top;

  }
  #main-table-body-rightcell{
    vertical-align:top;
    width:621px;
  }
  
  #main-table-body-far-right-cell{
    vertical-align:top;
  }
  
  #third-column{
    padding-left:3px;
  }
  
  #third-column a img{
    border:0px;
    margin-bottom:12px;
  }
#email_form {
  background:url(../images/joinNow.gif) no-repeat 0px 0;
  width:143px;
  height:234px;
  padding: 62px 0 0 20px;
}
#email_form .txtbox {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 22px;
    width: 100px;
    margin-top:18px;
}
#email_form #submit-button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 26px;
    overflow: hidden;
    text-decoration: none;
    width: 102px;
  margin-top: 12px;
}

/* SUB MENU
-------------------------------------------*/
#sidebar {
  background:none;
  margin:0 0 0 6px;
}

#menu-header {
  background:transparent;
}

#menu{
  margin: 0px 0 0 6px;
  padding:0;
  width: 173px;
  background:#f4f8f7 url(../images/menu_bg.gif) no-repeat 0px bottom;
}
  #menu ul{
    font-size: 12px;
    margin:10px 0 0 0;
    padding:0 0 10px 0;
    list-style: square inside;
  }
    #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:#636363;
        display:block;
        font-size: 14px;
        padding: 6px 0px 6px 16px;
        border-top: 1px dotted #dfe1e0;
        width:156px;
        background:transparent url(../images/menuBox.gif) no-repeat 5px 9px;
      }
      
      #menu a:hover {
        background: #5c3d87 url(../images/menuBox2.gif) no-repeat 5px 10px;
        color: #fff;
      }
      
      #menu a.current{
        background: #5c3d87 url(../images/menuBox2.gif) no-repeat 5px 10px;
        color: #fff;
      }
      
      #menu a.subcurrent{
        background: #5c3d87 url(../images/menuBox2.gif) no-repeat 15px 10px;
        color: #fff;
      }
      
      #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: 26px;
        border-top: 1px dotted #F3EFE3;
        text-decoration: none;
        width:146px;
        background-position:15px 9px;
      }
      
      #menu li ul li a:hover {
        background: #5c3d87 url(../images/menuBox2.gif) no-repeat 15px 10px;
        color: #fff;
      }
      
  #menu-footer{
    background:transparent;
  }
  
  #menu h3{
    margin:0px;
    padding:0px;
  }
  
  #menu h3 a, #menu h3 a:hover{
    margin:0px;
    padding:0px;
    text-indent:-10000px;
    display:block;
    border:0px;
    text-decoration:none;
    width:174px;
    height:41px;
  }
/*City Initiative*/
  .tab125486 #menu h3 a, .tab125486 #menu h3 a:hover{
    background:transparent url(../images/city.gif) no-repeat 0px 0px;
  }
  
  /*About Us*/
  .tab51035 #menu h3 a, .tab51035 #menu h3 a:hover{
    background:transparent url(../images/menu_headings/aboutUs.gif) no-repeat 0px 0px;
  }
  
  /*Programs & Services*/
  .tab51036 #menu h3 a, .tab51036 #menu h3 a:hover{
    background:transparent url(../images/menu_headings/programsServices.gif) no-repeat 0px 0px;
  }
  
  /*News & Events*/
  .tab85129 #menu h3 a, .tab85129 #menu h3 a:hover{
    background:transparent url(../images/menu_headings/newsEvents.gif) no-repeat 0px 0px;
  }
  
  /*Employment & Internships*/
  .tab85264 #menu h3 a, .tab85264 #menu h3 a:hover{
    background:transparent url(../images/menu_headings/employmentInternships.gif) no-repeat 0px 0px;
  }
  
  /*Donate & Volunteer*/
  .tab54442 #menu h3 a, .tab54442 #menu h3 a:hover{
    background:transparent url(../images/menu_headings/donateVolunteer.gif) no-repeat 0px 0px;
  }
  
  /*Contact Us*/
  .tab51039 #menu h3 a, .tab51039 #menu h3 a:hover{
    background:transparent url(../images/menu_headings/contactUs.gif) no-repeat 0px 0px;
  }
  
#banner {
  display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
  padding:2px 0 2px 0px;
  margin: 0 0 0 7px;
  position:relative;
  width: 945px;
  border-bottom:1px solid #dcdcdc;
}
  #breadcrumblist{
    font-size: 10px;
    line-height:120%;
    padding:.5em 0 .5em 0;
    width:600px;
   
    color:#8c8e8e;
    
  }
    #breadcrumblist a:link, #breadcrumblist a:visited{
      color:#8c8e8e;
      text-decoration:none;
    }
    #breadcrumblist a:hover, #breadcrumblist a:active{  
      color:#8c8e8e;
      text-decoration:none;    
    }
    #breadcrumbemail{
      font-size: 10px;
      position:absolute;
      right:69px;
      text-align:left;
      top:5px;
      width:9em;
    }
      #breadcrumbemail a:link, #breadcrumbemail a:visited{
        background:url(../images/email.gif) 0 2px no-repeat;
        float:right;
        padding:0 5px 0 16px;
        color:#8c8e8e;
        text-decoration:underline;
      }
        #breadcrumbemail a:hover, #breadcrumbemail a:active{
        color:#8c8e8e;
        text-decoration:none;
        }
    
    #breadcrumbprint{
      font-size: 10px;
      position:absolute;
      right:0;
      text-align:left;
      top:5px;
      width:9em;
    }
      #breadcrumbprint a:link, #breadcrumbprint a:visited{
        background:url(../images/printer.gif) 0 2px no-repeat;
        float:right;
        padding:0 5px 0 14px;
        color:#8c8e8e;
        text-decoration:underline;
      }
        #breadcrumbprint a:hover, #breadcrumbprint a:active{
        color:#8c8e8e;
        text-decoration:none;
        }
        
    #google_translate_element{
        position: absolute;
        left: 625px;
        top: 300px;
        z-index: 200;
        
    }
    
    #google_translate_element a{
      font-size: 10px;
      display: block;
      height: 15px;
      color:#8c8e8e;
      text-decoration:underline;
      background:url(../images/translate2.gif) 0 0px no-repeat;
      padding:0 5px 0 17px;
    }
    
    #google_translate_element a:hover{
      text-decoration: none;
    }


/* CONTENT AREA
-------------------------------------------*/
#content{
  clear:left;
  width:inherit;
}
  #content-header{
    display:none;
  }
  #content-body{
    margin: 0 3px 0 9px;
    padding:0 0 10px 0;
    overflow:hidden;
    min-height:400px;
  }
  
  #pagetitle{
    margin:0px 0 15px 0px;
    padding-bottom:7px;
    background:transparent url(../images/pagetitleBottom.gif) no-repeat -5px bottom;
  }
    #pagetitletext h1{
      padding:7px 7px 0 7px;
      font-size:22px;
      font-weight:normal;
      color: #006854;
      font-family:Georgia, "Times New Roman", Times, serif;
      background:#CDDA44 url(../images/pagetitleBG.gif) no-repeat 0px 0px;
      margin:0px;
    }
    
  #pagetitletext{
    
  }
  
  #content-footer{
    
  }

/* FOOTER
-------------------------------------------*/
#clearfooter{
    display:none;
}

#footer{
  clear:both;
  height: 92px;
  margin:0 auto;
  position:relative;
}
  #footerwrap{
    margin:0 auto;
    position:relative;
    height: 92px;
    background:transparent url(../images/footerwrap_bg.gif) no-repeat -8px  0px;
  }
  
  #footerContact{
    position:absolute;
    left:157px;
    top:38px;
  }
  
  #footerContact ul{
    padding:0px;
    margin:0px;
  }
  
  #footerContact ul li{
    display:inline;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    background:0px;
    padding:0px;
    margin:0 10px;
  }
  
  #footerContact ul li a{
    color:#ffffff;
    text-decoration:none;
  }
#followus {
  background:transparent url(../images/followus.gif) no-repeat 0 0;
  width:100px;
  height:27px;
  position: absolute;
  right: 62px;
  top: 32px;
}
#followus a.facebook {
  float:left;
  height:27px;
  width:27px;
}
#followus a.twitter{
  float:left;
  height:27px;
  width:27px;
  margin-left:6px;
}
#followus a.youtube{
  float:left;
  height:27px;
  width:27px;
  margin-left:7px;
}
  #copyright{
    color:#fff;
    font-size:9px;
    position:absolute;
    left:0px;
    bottom:10px;
  }
  
  #poweredby{
    color:#999;
    font-size:9px;
    position:absolute;
    right:21px;
    bottom:0px;
  }
    #poweredby a{
      color:#5c3d87;
      text-decoration:none;
    }
    #poweredby a:hover {text-decoration: underline;}
