#wrapper{
	width:100%;
	margin-top:50px;
	max-width:1000px;
}
.accordionButton{
	width:100%;
	float: left;
	line-height:30px;
	background: #09244F;
	height:40px;
	overflow:hidden;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color:#FFF;
	text-align:center;
}
.inner{
	padding:5px 15px 5px 15px;
}
.accordionContent{
	width: 100%;
	float: left;
	background: #F2F2F2;
}
.on{
	background: #13447b;
}
.over{
	background: #1E568E;
}
.acc_text{
	line-height:24px;
	font-size:13px;
	padding:20px;
	color:#555555;
}
.acc_text strong{
	color:#006699;
}
.fifty li{
	float:left;
	width:50%;
}
.acc_cost{
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:14px;
	line-height:30px;
}



@media (max-width: 768px){
	
}




@media (max-width: 640px){
.accordionContent{
	padding:10px;
}
.inner{
	padding:5px;
}
.acc_text{
	text-align:center;
}
.fifty li{
	float:none;
	width:100%;
}
}