#basic-accordian{
	width:1000px;
	margin-bottom:10px;
}

.accordion_headings{
	background:#2a4ea2;
	color:#FFFFFF;
	border-bottom:1px solid #FFF;
	cursor:pointer;
	font-size:18px;
	line-height:35px;
	padding-left:15px;
	text-transform:uppercase;
}

.accordion_headings:hover{
	background:#f37320;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#f37320;
}