/* Main Title */
h2.main-title {
	color: #0e4870;
}


/* Blue Background */
.blue-bg {
	background: #0e4870; /* Old browsers */
	background: -moz-linear-gradient(top, #0e4870 0%, #152935 56%, #101e27 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e4870), color-stop(56%,#152935), color-stop(100%,#101e27)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0e4870 0%,#152935 56%,#101e27 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0e4870 0%,#152935 56%,#101e27 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0e4870 0%,#152935 56%,#101e27 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0e4870 0%,#152935 56%,#101e27 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4870', endColorstr='#101e27',GradientType=0 ); /* IE6-9 */	
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	border-bottom-right-radius: 40px;
}

.blue-bg h2 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	color: 	#c3d1da;
	padding: 10px;
	margin-bottom: 0;
	border-bottom: 1px solid #091e2d;
}
.blue-bg a {
  color: #fff;
}
.bluebg-content {
	padding: 10px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.8);
	border-top: 1px solid #376481;
}
.bluebg-content.no-title {
	border-top: none;	
}

/* LineTitle */
h2.line-title {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;	
	padding: 6px 0;
	border-top: 1px solid #d6d3d3;
	border-bottom: 1px solid #d6d3d3;
	margin-bottom: 10px;
}
