#basic-accordian{

	padding:0px;
	width:699px;
}

.accordion_headings{
	color:#3367A6;
	cursor:pointer; 
	font-weight: bold;
	text-decoration: underline;
}

.accordion_subhead{
	font-size:11px;
	font-weight: normal;
	cursor:pointer; 
	text-decoration: none;
	margin-bottom:10px;
}

.accordion_headings:hover{
	color:#005797;
}

.accordion_child{
	height:455px; overflow-y:auto; background-color: #fff; padding: 15px; border: solid 1px #C0BDAD;
	
}

.accordion_mos{
	height:455px; width:415px; overflow-y:auto; background-color: #fff; padding: 15px; border: solid 1px #C0BDAD;
	
}
.accordion_testimonial{
	height:536px; width:415px; overflow-y:auto; background-color: #fff; padding: 15px; border: solid 1px #C0BDAD;
	
}

.header_highlight{
	color:#005797;
}

.tab_container *{
	float:left;
	width:100px;
}



