#basic-accordian{
	width					: 574px!important;
	max-width				: 574px;
	border					: none;
	margin					: 0px;
	padding					: 0px;
	position				: relative;
	z-index					: 2;
}

.accordion_headings{
	width					: 526px!important;
	max-width				: 574px;
	height					: 21px!important;
	max-height				: 26px;
 	padding					: 5px 0px 0px 48px;
	background-image		: url(../images/accordion_bg0.jpg);
	background-position		: left;
	background-repeat		: no-repeat;
 	color					: #0a76a9;
	border					: none;
	cursor					: pointer;
	font-weight				: bold;
}

.accordion_headings:hover{
	background-image		: url(../images/accordion_bg1.jpg);
	background-position		: left;
	background-repeat		: no-repeat;
	color					: #065377;
}

.accordion_child{
	padding					: 12px 0px 12px 48px;
}

.header_highlight{
	background-image		: url(../images/accordion_bg1.jpg);
	background-position		: left;
	background-repeat		: no-repeat;
}



