h1#new_retirement {
  background: url(../images/h1_new_retirement.png) no-repeat;
  height: 118px;
}

/**********************************************
    Accordion
**********************************************/

#accordion .accordion_bot {
  float: left;
  width: 567px;
  padding-bottom: 50px;
  background: url(../images/accordion_bot.png) left bottom no-repeat;
}

#accordion h2 {
  float: left;
  position: relative;
  width: 567px;
  margin-top: 9px;
  padding-bottom: 0;
} 

#accordion h2 a {
  float: left;
  width: 567px;
  height: 84px;
  background: url(../images/accordion_top.png) no-repeat;
  text-indent: -9999px;
}
#accordion h2 span { 
  position: absolute;
  cursor: pointer;
}

#accordion h2 span.accordion_id {
  display: block;
  width: 77px;
  height: 112px;
  top: 1px;
  left: 10px;
  text-indent: -9999px;
}
#accordion h2 span#option_1 { background: url(../images/accordion_01.png) no-repeat; }
#accordion h2 span#option_2 { background: url(../images/accordion_02.png) no-repeat; }
#accordion h2 span#option_3 { background: url(../images/accordion_03.png) no-repeat; }
#accordion h2 span#option_4 { background: url(../images/accordion_04.png) no-repeat; }
#accordion h2 span#option_5 { background: url(../images/accordion_05.png) no-repeat; }


#accordion h2 span.accordion_title {
  width: 567px;
  height: 84px;
  text-indent: -9999px;
  top: 0;
  left: 0;
  background-position: 9px 0;
  background-repeat: no-repeat;
}

#accordion h2 span#title_1 { background-image: url(../images/h2_01_longevity_risk.png); }
#accordion h2 span#title_2 { background-image: url(../images/h2_02_excess_withdrawal_risk.png); }
#accordion h2 span#title_3 { background-image: url(../images/h2_03_inflation.png); }
#accordion h2 span#title_4 { background-image: url(../images/h2_04_health_care_expenses.png); }
#accordion h2 span#title_5 { background-image: url(../images/h2_05_timing.png); }

#accordion h2.ui-state-hover span.accordion_title { background-position: 9px -100px; }

#accordion h2 span.ui-icon {
  display: block;
  width: 33px;
  height: 38px;
  top: 50px;
  left: 507px;
}
#accordion h2 span.ui-icon-triangle-1-s { background: url(../images/accordion_arrow_up.png) no-repeat; }
#accordion h2 span.ui-icon-triangle-1-e { background: url(../images/accordion_arrow_down.png) no-repeat; }

#accordion .content_wrapper {
  float: left; 
  width: 567px;
  overflow: visible;
}
#accordion .content_wrapper .content {
  float: left;
  width: 567px;
  background: url(../images/accordion_bg.png) repeat-y;
}

#accordion .content_wrapper .content p {
  padding: 0 0 18px 98px;
  width: 433px;
}
#accordion .content_wrapper .content img.chart { padding: 0 0 0 97px; }


/**********************************************
    Summary
**********************************************/

p#summary { margin-top: 36px; }