@charset "utf-8";
/* CSS Document */
.accordion {
	width: auto;
	border-bottom: solid 1px #c4c4c4;
}

.accordion h2 {
}


.accordion  h3 span {
	font-size: 11px;
	color: #000000;
}
.accordionText  h4, h2 {
	line-height: normal;
	margin: 0px;
	padding-top: 20px;
}


.accordion h3 {
	background: #F7F7F7 url(/images/buttons/toggleReadClose.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover, .accordion h3.hover {
	background-color: #C9CDCA;
	color: #F1530A;
}
.accordion h3.active {
	background: #88AA8C url(/images/buttons/toggleReadClose.gif) no-repeat right 5px;
	color: #FFFFFF;
}
.accordion p {
	padding: 10px 15px 20px 10px;
	border-left: solid 1px #c4c4c4;
	margin-top: 0;
	margin-bottom: 0;
}
.accordion  .accordionText {
	background: #F7F3EA;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	height: auto;
	width: auto;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.accordion .accordionText ul {
	margin-top: 0px;
	padding-top: 2px;
}

.accordion  .accordionText  .indent {
	padding-left: 30px;
	display: block;
}



.whitebg {
	background: #FFFFFF;
	display: block;
}
.accordionText li {
	background: url(/images/bullets/arrow-trans.gif) no-repeat 0px 4px;
	padding-left: 18px;
}
.orangebullets li {
	background: url(/images/bullets/list-orangearrow.gif) no-repeat left 6px;
	list-style: none;
	padding-left: 12px;
}

