/* ------------------------------------------------  new accordian ---------------------------------------------------- */	


#basic-accordian {
	width: 250px;
	padding: -19px 0 0 0;
	z-index: 2;
}
#basic-accordian p{
	color: white;
	font-size: 12px;
	line-height: 1.3em;
}


.accordion_headings{
	padding: 5px 14px 7px 16px;
	background-color: #EDF4FB;
	font:  bold 11px tahoma,verdana,sans-serif;
	color: #003954;
	cursor: pointer;
	background-repeat: no-repeat;
	border-bottom: 1px solid #787878;
}

.accordion_headings:hover{
	display: block;
	background-color: #003954;
	background-repeat: no-repeat;
	color: white;
}

.accordion_child{
	padding: 5px 25px 3px 15px;
	background: #64A2D3;
	font-size: 11px;

}

.header_highlight{
	background-color: #EDF4FB;
	background-repeat: no-repeat;
}



.hide-it {
	display:none;
}

#feed {
	margin: 25px 0 25px 0;
}