@charset "UTF-8";
/* CSS Document */
body,td,th {
  color: #000;
}
body {
  /* background: #FFF;   this line caused background tree image to get replaced by a white screen */
  margin:0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;  
}

/*Top RH band*/
#rh-band {
  margin: 0;
  padding: 0;
  color:#FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  height:18px;
  text-transform:lowercase;
  background-color: #889F71;
  align: top center;
  }
#rh-band-wrap {
  width:1022px;
  margin:0 auto;
  display:block;
  color: #FFF;
  }
#rh-band a:link,
#rh-band a:visited {
  color:#FFF;
  text-decoration:underline;
  }
#rh-band a:hover,
#rh-band a:active {
  color:#FFF;
  text-decoration:none;
  }
#rh-menu-wrapper {
  width: 1022px;
  margin: 0px auto;
  position: relative;
  z-index: 49;
}
.randomhouse {
  background:url(../images/rhlogo.gif) left top no-repeat;
  padding:5px 0px 0 25px;
  display:block;
  height:18px;
  line-height:7px;
  float:left;
  color: #FFF;
}
.separator{
  display:block;
  padding:5px 5px 0 5px;
  float: left;
  line-height:7px;
}
.moresites-show {
  background:url(../images/moresites-bg.gif) right 3px no-repeat;
  padding:5px 15px 0 0;  
  display:block;
  float:left;
  height:18px;
  line-height:7px;
  color: #889F71;
  font-size: 11px;
}  
.moresites-hide {
  background:url(../images/btn_minus.gif) right no-repeat;
  padding: 4px 5px 0 0;  
  height:10px;
  display:block;
  float:left;
  width:75px;
  line-height:8px;
  text-transform:lowercase;
  font-weight:bold;
  color: #889F71;
  font-size: 11px;
}  

.moresites-list {
  position:absolute;
  top:-18px;
  left:200px;
  display:none;
  z-index:50;
  width:265px;
  height:100px;
  text-align:left;
  padding:5px;
  line-height:16px;
  font-weight:normal;
  border-collapse:collapse;
  text-transform:lowercase;
  font-size: 11px;
}

.moresites-list .fill {  
  background:#fff;
}
.moresites-list a:link,
.moresites-list a:visited {
  color:#48652F !important;
  text-decoration:none !important;
}
.moresites-list a:hover,
.moresites-list a:active {
  color:#48652F !important;
  text-decoration:underline !important;
}

.global_nav_float_l,
.global_nav_float_r {
  background-image:url(../images/shadow_vertical.png);
  width:10px;
}
.global_nav_float_b {
  background-image:url(../images/shadow_horizontal.png);
  height:10px;
}
.global_nav_float_br,
.global_nav_float_bl {
  background-image:url(../images/shadow_corners.png);
  height:10px;
  width:10px;
}
  
.global_nav_float_r {
  background-position:right center;
  padding: 0px;
}  
.global_nav_float_l {
  background-position:left center;
  padding: 0px;
}
.global_nav_float_b {
  background-position:center bottom;
  line-height:10px;
  padding: 0px;
}
.global_nav_float_br {
  background-position:right bottom;
  line-height:10px;
  padding: 0px;
}
.global_nav_float_bl {
  background-position:left bottom;
  line-height:10px;
  padding: 0px;
}

/* FOOTER */

#footer {
  text-align:center;
  width:100%;
  height:542px;
  font-family:Helvetica, Arial, sans-serif;  
  font-size:8px;
  margin:auto;
  position:relative;
  float:left;    
  /* background-color:#a7e7e7; */
  background-color:#93C6E3;
}

#footer-events {
  text-align:center;
  background-color:#ffffea;
  width:100%;
  height:542px;
  font-family:Helvetica, Arial, sans-serif;  
  font-size:8px;
  margin:-30px auto;
  position:relative;
  float:left;    
}

#footer-parents {
  text-align:center;
  width:100%;
  height:542px;
  font-family:Helvetica, Arial, sans-serif;  
  font-size:8px;
  margin:auto;
  position:relative;
  float:left;    
  background-color:#ffc547;
}

#footer-wrap {
  width:100%;
  padding:0 0 0 0;  
}

#footer-wrap-events {
  width:100%;    
  padding:0 0 0 0;  
}

#footer-wrap-parents {
  width:100%;    
  padding:0 0 0 0;  
}

  

#footer_links {
  width:100%;
  font-size:10px;
  overflow:hidden;
  margin:0 0 20px 0;
  display:block;
  margin-left: auto ;
  margin-right: auto ;
}

#footer_links a:link,
#footer_links a:visited {
  color:#000;
  text-decoration:none;
  font-size:10px;
}

#footer_links a:active,
#footer_links a:hover {
  color:#000;
  text-decoration:underline;
}

#footer_links ul {
  float:left;
  list-style-type:none;
  margin:0;
  padding-left:0;
  padding-top:15px;
  text-align:left;
  width:200px;
}

#footer_links ul li {
  color:#fff;
  font-size:8px;
  line-height:1.5em;
  margin-left:0;
  padding-right:1em;
}
  
#footer_links_header {
  color:#000;
  font-size:11px;
  font-weight:bold;
  line-height:1.5em;
  margin-left:0;
  padding-right:1em;
}  

.copyright {
  color:#000;
  display:block;
  font-size:10px;
  margin:0 0 15px 0;
}

.rh-family {
  display:block;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  /*background-color:#b32026;*/
  background-color: #889F71;
  height:15px;
  padding:5px;
}  

.terms {
  display:block;
  clear:both;
  color:#000;
  font-size:10px;
}

.divCenter {
  margin:auto;
  width:1000px;
}
