/**********************************************************************************************


  1.  GENERAL
      1.1 Headings and paragraphs
      1.2 Forms
      1.3 Links
      1.4 Miscellaneous
    
  2. GENERAL ELEMEMENTS
  
  3. LAYOUT
      3.1 Accessibility menu
      3.2 Header
      3.2.1 Mezzanine
      3.3 Content
      3.4 Sidebar
      3.5 Footer
    
  4. LAYOUT ELEMENTS

***********************************************************************************************/


/* 1. GENERAL 
-----------------------------------------------------------------------------------------------
===============================================================================================*/  

* {
padding:0;
margin:0;
text-decoration:none;
list-style-type:none;
}    
body {
  line-height: 1;
} 



table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

body {
  background: #fff;
  font: 62.5% Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  color: #0071BC;
}



/* 1.2  Forms
-----------------------------------------------------------------------------------------------*/  

input, textarea, select {
  font: 1.2em Arial, Helvetica, sans-serif;
  background: #fff;
  color: #000;
}

input {
  padding: 1px; 
  border: 1px solid #999;
  }
  
input.button, input.checkbox {
  width: auto;
  padding: 0;
  border: none;
  background-color: transparent; 
}  
  
select {
  padding: 2px; 
  border: 0;
  }  
  


/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/  

.hide {
  position: absolute;
  left: -9999px;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.collapsed {
  display: none; }
  

/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/  

.container {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

#header {
  width: 800px;
  position: relative;
  padding: 0;
  z-index: 3;
  height: 184px;
  margin: 0;
}

#main-content{
  width: 575px;
  min-height:360px;
  float: right;
  padding: 0;
  margin: 0;
  position: relative;
}  
#primary-content{
  float: left;
  width: 275px;
  padding: 0;
  margin: 0;
}
#supplementary-content{
  float: left;
  width: 283px;
  padding: 0;
  margin: 0;
}

#side-content{
  float: left;
  width: 117px;
  padding: 0;
  margin: 0;
}
#secondary-content{
  width: 186px;
  min-height:300px;
  float: left;
  padding: 0;
  margin: 0;
  background: url(../images/bg_side.gif) repeat-y 185px 0;
  height: 1%;
  position: relative;
}

#footer {
  width: 800px;
  clear: both;
  overflow: hidden;
}
.imageRight {
  float: right;
  display: block;
  margin-bottom: 7px;
  margin-left: 7px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* 3.1  Accessibility menu
-----------------------------------------------------------------------------------------------*/  

#accessibility-menu {
  position: absolute;
  left: -1000em;
  text-align: left;
}

/* 3.2  Header
-----------------------------------------------------------------------------------------------*/  

#header h1, #header h1 a, #header h1 a span {
  display: block;
  width: 251px;
  height: 107px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

#header h1 {
  float: left;
  position: absolute;
  top: 24px;
  left: 35px;
  font-weight: bold;
  font-size: 1.4em;
  z-index: 100;
}

  #header h1 a {
    color: #333; text-indent: -999em; outline: none;}
  
  #header h1 a span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../images/children_logo.png) no-repeat;
  }
#header-bottom{
  width: 800px;
  position: absolute;
  left: 0; 
  bottom: 0;
  padding: 0;
  z-index: 10;
  height: 46px;
  margin: 0;
}

.top-navigation{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 1.2em;
}
  .top-navigation li{
    display: inline;
    float: left;
    color: #0071BC;
    background: #fff url(../images/top_menu_divider.png) no-repeat 100% 50%;
  }
  .top-navigation .last{
    display: inline;
    float: left;
    color: #0071BC;
    background-image: none;
  }
  .top-navigation li a{
    display: block;
    float: left;
    padding: 0 5px;
  }
  .top-navigation li.active a{
    color: #FFD400;
  }
#rotating{
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 525px;
  height: 123px;
  z-index: 1;
}
#slogan{
  position: absolute;
  bottom: 7px;
  left: 30px;
  z-index: 20;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 300px;
  height: 20px;
}
#slogan span{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 22;
  padding: 0;
  margin: 0;
  display: block;
  width: 300px;
  height: 20px;
  background: url(../images/slogan.gif) no-repeat left top;
}

#please-donate-now{
  position: absolute;
  top: 153px;
  left: 440px;
  z-index: 25;
  padding: 0;
  margin: 0;
  display: block;
  width: 240px;
  height: 30px;
  overflow: hidden;
}
  #please-donate-now:link span,#please-donate-now:visited span{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 25;
    padding: 0;
    margin: 0;
    display: block;
    width: 240px;
    height: 30px;
    overflow: hidden;
    background: url(../images/btn_donate.png) no-repeat left bottom;
    cursor: pointer;
  }
  #please-donate-now:hover span{
    background-position: left -30px;
    cursor: pointer;
  }
  #please-donate-now:active span,#please-donate-now.current span{
    background-position: left 0px;
    cursor: pointer;
  }
  
  
/* 3.2.1  Mezzanine
-----------------------------------------------------------------------------------------------*/    

.navigation-tools{
  height: 54px;
  overflow: hidden;
  clear: both;
  position: relative;
  margin-bottom: 15px;
}  
#content-navigation{
  margin: 15px 0 0  224px;
  padding: 0;
  background: url(../images/content_menu_divider.gif) no-repeat 0 50%;
  font-size: 1.3em;
  font-weight: bold;
  float: left;
  display: inline;
}
  #content-navigation li{
    display: inline;
    padding: 0 3px;
    font-size: 1.3em;
    margin: 0;
    background: url(../images/content_menu_divider.gif) no-repeat 100% 50%;
    float: left;
  }
  #content-navigation li.active a{
    color: #FFD400;
  }
  #content-navigation a{
    padding: 0 5px;
    float: left;
  } 
/*#supporters{
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 25;
  padding: 0;
  margin: 0;
  display: block;
  width: 130px;
  height: 42px;
  overflow: hidden;
}
  #supporters:link span,#supporters:visited span{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 25;
    padding: 0;
    margin: 0;
    display: block;
    width: 130px;
    height: 42px;
    overflow: hidden;
    background: url(../images/btn_supporter.png) no-repeat left bottom;
    cursor: pointer;
  }*/
#what-kids-say{
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 25;
  padding: 0;
  margin: 0;
  display: block;
  width: 100px;
  height: 42px;
  overflow: hidden;
}
  #what-kids-say:link span,#what-kids-say:visited span{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 25;
    padding: 0;
    margin: 0;
    display: block;
    width: 100px;
    height: 42px;
    overflow: hidden;
    background: url(../images/btn_kids_say.png) no-repeat left bottom;
    cursor: pointer;
  }  
  #supporters:hover span, #what-kids-say:hover span{
    background-position: left -42px;
    cursor: pointer;
  }
  #supporters:active span,#what-kids-say:active span,#supporters.current span,#what-kids-say.current span{
    background-position: left top;
    cursor: pointer;
  }  


/*---------------------left - sub navigation---------------------------*/
#content .left-side ul.level-2{
margin: 52px 0;
width: 170px;
}
#content .left-side ul.level-2 li{
margin-bottom: 0px;
/*margin-bottom: -5px;*/
}
html>body #content .left-side ul.level-2 li{
  margin-bottom: 10px;
}
ul.level-2 li a {
 color: #005188;
  /*padding: 3px 0 3px 27px;*/
   font-size:1.2em;
   font-weight: bold;
   padding: 3px 10px 3px 17px;
  display:block;
  font-family: Arial, Verdana, sans-serif;
}
ul.level-2 li a:hover{
text-decoration: underline;
}
ul.level-2 li.active a {
color:#FFD400;
}
.secondary_footer a img {
  /*border: 1px #0773BB solid;*/
          /*margin-top:50px; */ 
}

/*---------------------left - sub navigation 2nd level---------------------------*/


html>body #content .left-side ul.level-2 li.sub ul li a {
  margin-bottom: 0;
  display: block;
}
ul.level-2 li.sub ul li.active a {
  color:#FFD400;
}
ul.level-2 li.sub ul li {
margin-bottom: 4px !important;
 }

ul.level-2 li.sub ul li a {
color: #005188;
display:block;
padding: 0;
font-size: 11px;
margin-left: 25px;
margin-right: 5px;
}

ul.level-2 li ul li a:hover {
text-decoration: underline;
padding:0px !important;
}
#sidebar li.sub { margin-top: -15px; }
#sidebar li.sub[class] { margin-top: 0; }
*:first-child + html #sidebar li.sub { margin-top: -15px; }


  
/* 3.4  Content
-----------------------------------------------------------------------------------------------*/



#card{
  margin: 90px 0 0;
  padding: 0;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: -0.1em;
  font-weight: bold;
  line-height: 1.4;
}
#card div{
  margin-bottom: 12px;
}
#secondary-content h2{
  margin: 0 0 25px 10px;
  padding: 0;
  width: 155px;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.first-link{
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  width: 155px;
  
  margin: 0 0 10px 10px;
}

.tour{
  position: relative;
  z-index: 25;
  display: block;
  width: 130px;
  height: 60px;
  overflow: hidden;
  bottom: -60px;
  left: 10px;
  
}
  .tour:link span,.tour:visited span{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 25;
    padding: 0;
    margin: 0;
    display: block;
    width: 130px;
    height: 60px;
    overflow: hidden;
    background: url(../images/btn_tour.png) no-repeat left bottom;
    cursor: pointer;
  }
  .tour:hover span{
    background-position: left -60px;
    cursor: pointer;
  }
  .tour:active span{
    background-position: left 0px;
    cursor: pointer;
  }
  .tour.current span{
    background-position: left 0px;
    cursor: pointer;
  }
  #footerlinks #admin_link {
  overflow: hidden;
  width: 90px;
  height: 25px;
  float: left;
  margin-right: 1em;
  font-size: 0px;
  text-align: center; 
}
