/* MAIN MENU STYLES */

#accordion div.header b { 
  font-size: 14pt;
  color: #333355;
  font-weight: bold;
}
#accordion div.header:hover, #accordion div.header:focus { 
  background-color: #D8E7FB;
  outline: none;
}
#accordion div.header { 
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  height: 64px;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 4px;
  background-color: #EBF3FB;
  border: solid 1px #ACC9E5;
}
#accordion div.header img { 
  padding-right: 15px;
  float: left;
}
#accordion li { 
  padding: 2px;
}

#accordion div ul { 
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;

  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;

  margin: 0px 18px 10px 18px;

  padding-top: 5px;
  padding-bottom: 5px;

  border-left: solid 1px #ACC9E5;
  border-right: solid 1px #ACC9E5;
  border-bottom: solid 1px #ACC9E5;
}


#home {
  width: 48.46em;
  margin: 25px auto 25px;
  text-align: center;
  background: url("/images/separator.png") repeat-y 47% 50%;
}

#home h2 {
  font-size: 1.2em;
  margin-top: 0;
}

#home_left {
  float: left;
  width: 45%;
  text-align: left;
}

#home_right {
  float: right;
  width: 50%;
  text-align: left;
}
