@charset "UTF-8";
/* CSS Document */

/* as used on the About landing page	*/
.two_columns {
}
.two_columns .one_of_two {
	width: 213px;
	float: left;
	margin-right: 12px;
	font-size: 12px;
}
.two_columns .two_of_two {
	width: 426px;
	float: left;
	margin-right: 12px;
	font-size: 12px;
	padding-top: 9px;
}
.two_columns .one_of_two.newline {
	clear: left;
	margin-top: 70px;
}
.two_columns .two_of_two.newline {
	clear: left;
	margin-top: 70px;
}
.two_columns .two_of_two h2,
h2.map_header {
	text-transform: uppercase;
	color: #2ea9dc;
	font-size: 14px;
	margin-bottom: 18px;
}
.two_columns .one_of_two h2,
h2.map_header {
	text-transform: uppercase;
	color: #2ea9dc;
	border-top: 4px solid #ccc;
	padding-top: 5px;
	font-size: 14px;
	margin-bottom: 18px;
}
