.faq_item_orange, .faq_item_maroon{margin-bottom:5px;}



.faq_item_orange .faq_question{ /*CSS class for menu headers in general (expanding or not!)*/
behavior: url(iepngfix.htc);
position:relative;
background:#da650f url(../images/orange_toggle_top_bar.gif) no-repeat;
font-size:12px;
font-weight:700;
padding-left:15px;
padding-right:30px;
color:#ffffff;
padding-top:8px;
/*padding-top:4px;*/
cursor: hand;
cursor: pointer;
width:583px;
text-align:left;
}

.faq_item_maroon .faq_question{ /*CSS class for menu headers in general (expanding or not!)*/
behavior: url(iepngfix.htc);
position:relative;
background:#b33e1f url(../images/maroon_toggle_top_bar.gif) no-repeat;
font-size:12px;
font-weight:700;
padding-left:15px;
padding-right:30px;
color:#ffffff;
padding-top:8px;
/*padding-top:4px;*/
cursor: hand;
cursor: pointer;
width:583px;
text-align:left;
}

.faq_item_orange .openheader{ /*CSS class to apply to expandable header when it's expanded*/
behavior: url(iepngfix.htc);
background:#da650f url(../images/orange_toggle_top_bar.gif) no-repeat;
}

.faq_item_maroon .openheader{ /*CSS class to apply to expandable header when it's expanded*/
behavior: url(iepngfix.htc);
background:#b33e1f url(../images/maroon_toggle_top_bar.gif) no-repeat;
}

.faq_item_orange .faq_answer{ /*CSS for UL of each sub menu*/
behavior: url(iepngfix.htc);
background:#da650f;
width:628px;
list-style-type: none;
margin: 0;
padding: 0;
 /*bottom spacing between each UL and rest of content*/
}

.faq_item_maroon .faq_answer{ /*CSS for UL of each sub menu*/
behavior: url(iepngfix.htc);
background:#b33e1f;
width:628px;
list-style-type: none;
margin: 0;
padding: 0;
 /*bottom spacing between each UL and rest of content*/
}

.faq_answer li{
width:585px;
color: #ffffff;
display: block;
padding-top:10px;
padding-right:30px;
padding-left:12px;
padding-bottom:5px;
text-decoration: none;
font-weight: 100;
font-size: 12px;
text-align:justify;
}

.faq_item_orange .faq_footer{background:url(../images/orange_toggle_btm_bar.gif) no-repeat;behavior: url(iepngfix.htc); width:628px; height:8px;}
.faq_item_maroon .faq_footer{background:url(../images/maroon_toggle_btm_bar.gif) no-repeat;behavior: url(iepngfix.htc); width:628px; height:8px;}
.statusicon{position: absolute; top: 7px; left: 600px; border: none; behavior: url(iepngfix.htc)}
