﻿@charset "utf-8";
/* Styles for only the "Our Work" section of the website. */

@import url(/CSS/BELM08/GlobalStyles.css);

h1,
#PrimaryNavigationRegion ul li ul li a.navActive,
h2.PageHeader {
	color: #70cad8;
}

h2, h2 a, h3, h4 {
	color: #70cad8;
	text-decoration: none;
}

h2 a:hover {
	color: #fff;
	text-decoration: none;
}

#ContentRegion {
	border-top: solid 2px #70CAD8;
	padding-top: 20px;
}

#FooterRegion {
	border-top: solid 2px #70CAD8;
}
#articleListing h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 12px;
}
#articleListing p {
	margin-top: 0px;
	padding-top: 0px;
}