/* no accordion but required for displaying the tree */
.headline2 {
  font-size:16px;
  font-weight:500;
  line-height:18px;
  margin-bottom:10px; 
  margin-top:30px;
  width:500px;
  color: #444444;
}
.hide {
  display:none;
}
/*
      Vertical Accordions
    */
    
    .accordion_toggle {
      display: block;
      min-height: 24px;
      width: 500px;
      /*background: url(images/accordion_toggle.jpg) no-repeat top right #cdd9e9;*/
      background: #ffffff;
      padding: 0 10px 0 0px;
      line-height: 24px;
      color: #990000;
      font-weight: normal;
      text-decoration: none;
      outline: none;
      font-size: 14px;
      color: #C50329;
      border-bottom: 1px solid #fff;
      cursor: pointer;
      margin: 0 0 0 0;
    }
    
    .accordion_toggle_active {
      /*background: url(images/accordion_toggle_active.jpg) no-repeat top right #f7b959;*/
      color: #333;
      font-weight: bold;
      /*border-bottom: 1px solid #f68263;*/
    }
    
    .accordion_content {
      background-color: #ffffff;
      color: #666666;
      overflow: hidden;
      line-height: 18px;
      font-size: 13px;
      padding-bottom: 12px;
    }
      
      .accordion_content h2 {
        margin: 15px 0 5px 10px;
        color: #0099FF;
      }
      
      .accordion_content p {
        padding: 5px 10px 15px 10px;
      }
      .accordion_content ul li {
        list-style-type: disc;
        margin-left: 24px;
      }
      
    .vertical_accordion_toggle {
      display: block;
      height: 30px;
      width: 580px;
      background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
      padding: 0 10px 0 10px;
      line-height: 30px;
      color: #ffffff;
      font-weight: normal;
      text-decoration: none;
      outline: none;
      font-size: 12px;
      color: #000000;
      border-bottom: 1px solid #cde99f;
      cursor: pointer;
      margin: 0 0 0 0;
    }

    .vertical_accordion_toggle_active {
      background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
      color: #ffffff;
      border-bottom: 1px solid #f68263;
    }

    .vertical_accordion_content {
      background-color: #ffffff;
      color: #444444;
      overflow: hidden;
    }

      .vertical_accordion_content h2 {
        margin: 15px 0 5px 10px;
        color: #0099FF;
      }

      .vertical_accordion_content p {
        line-height: 150%;
        padding: 5px 10px 15px 10px;
      }

