@charset "UTF-8";
.text {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #797C8E;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 18px;
}

#basic-accordian{
	padding:0px;
	width:615px;
	z-index:2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: top;
	margin: 0px;
}

.accordion_headings{
	color:#48807D;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-indent: 4px;
	margin-left: 15px;
}

.accordion_headings:hover{
	color: #941F20;
	background-image: url(images/arrow_right_red.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

.accordion_child{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.header_highlight{
	background-image: url(images/arrow_down.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
