﻿@charset "utf-8";
/* CSS Document */

body {
   background-color:#fff;
   font-family: 'Open Sans', sans-serif;    
   font-size:12px;
}

ul {
	margin-left:10px;
	margin-bottom:10px;
	margin-top:0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:13px;
}

h4 {
	font-size:12px;
}

h5 {
	font-size:11px;
}

.home-cta-title, #quick-links-title {
	font-size:14px;
	font-weight:bold;
}

.home-cta-inner, #home-banner-text, #home-cta-resources {
	margin-bottom:20px;
}

#menu, #menu div, #header, #footer, #home-bannerimage img {
	display:none;
}

#main {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: #000;
   background: transparent none;
}

#main a:link, #main a:visited {
   color: #555;
   background-color: transparent;
   font-weight: bold;
   text-decoration: underline;
}

#main a:link:after, #main a:visited:after {
   font-size: 90%;
}

#quick-links-outer {
	width:100%;
	margin:0;
	float:none;
}

.detail-title th
{
	text-align: left;
	color:#005395;
	font-weight:bold;
	vertical-align: top;
	border-bottom: 1px solid #d8e5ee;  
	padding: 5px 0 5px 10px;
	
}

.detail-title td
{
	border-bottom: 1px solid #d8e5ee;  
	padding: 5px 0 5px 10px;
}

.sectiontitle 
{
	font-weight:bold;
	color: #005395;
	text-transform: uppercase;
	background-color: #e0eaf0;
	padding: 5px 0 5px 10px;
	font-size: 13px;
}

.div-border
{
	border-bottom: 1px solid #d8e5ee;
	padding:5px 0;
}