@charset "utf-8";
/* ~~ panel selectors, image-text pairs inside columns ~~ */
.panel {
	width: 95%;
	padding-left:5%;
	color: #01679b;
}
.panel h2 {
	padding-left: 0;
	float: left;
}
.panel h3 {
	color: #003468;
	font-size: .9em;
}
.panelimg {
	width: 35%;
	float:left;
}
.paneltext {
	width: 65%;
	min-height: 125px;
	float:right;
	line-height: 1.4em;
}
.paneltext_wide {
	width: 85%;
	min-height: 125px;
	float:right;
	line-height: 1.4em;
}
