@font-face {
    font-family: 'OpenSansSemibold';
    src: url('assets/fonts/OpenSans-Semibold-webfont.eot');
    src: url('assets/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('assets/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('assets/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('/assets/fonts/OpenSans-Bold-webfont.eot');
    src: url('/assets/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('/assets/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/assets/fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('/assets/fonts/OpenSans-Regular-webfont.eot');
    src: url('/assets/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/assets/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/assets/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLight';
    src: url('/assets/fonts/OpenSans-Light-webfont.eot');
    src: url('/assets/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('/assets/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/assets/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px;
}

h1 {
	color: #e51937;
	font-family: 'OpenSansLight', Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	margin: 0 0 18px;
}

#homepageLeft h1 {
	color: #444b51;
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 14px;
	text-transform: uppercase;
}

h2 {
	color: #c7282e;
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 10px;
}

h3 {
	color: #0f034e;
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 10px;
}

h4 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 10px;
}

#rightContent h4 {
	color: #2d3338;
	font-family: 'OpenSansBold', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h5, h6 {
	line-height: 18px;
	margin: 0 0 10px;
}

a {
	color: #0097cb;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #c7282e;
	text-decoration: none;
}

.cms_form_button,
.cms_form_button.tertiary,
#submissionforms_module.cms_form .cms_buttons .cms_form_button,
button {
	background: #0097cb none;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 3px;
	padding: 9px 12px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.cms_form_button:hover,
.cms_form_button.tertiary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button:hover,
button:hover {
	background: #026689 none;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 3px;
	padding: 9px 12px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.cms_form_button.secondary,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary {
	background: #c7282e none;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 3px;
	padding: 9px 12px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.cms_form_button.secondary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary:hover {
	background: #7c1519 none;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 3px;
	padding: 9px 12px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.showLayer {
	visibility: visible;
}

.hideLayer {
	display: none;
	visibility: hidden;
}

.clearBoth {
	clear: both;
}

#message {
	border: 3px solid #c7282e;
	clear: both;
	color: #c7282e;
	margin: 0px 0px 16px 0px;
	padding: 5px 10px;
}

#message p {
	color: #c7282e;
	margin: 0px;
}

#content ul {
	padding-left: 16px;
}

/****************** table styles **************************************/

.tableClass {
	border-collapse: collapse;
	margin-bottom: 12px;
}

.tableClass caption {
	background-color #0097cb;
	border: 2px solid #ffffff;
	color: #ffffff;
	display: block;
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 8px 14px;
	text-align: left;
}

.tableClass td,
.tableClass th {
	border: 2px solid #ffffff;
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	text-align: left;
}

.tableClass td {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 14px;
}

.tableClass td.tableHeader,
.tableClass th {
	background: #026689 none;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 14px;
}

.tableClass .oddRow,
.tableClass tr:nth-child(odd) {
	background-color: #e3e9f5;
}

.tableClass .evenRow,
.tableClass tr:nth-child(even) {
	background-color: #b8bfce;
}

/****************** homepage news content box styles **************************************/

#news_module.homepage_contentbox .cms_list_item {
	margin: 0 10px 16px;
}

#news_module.homepage_contentbox .cms_list_item .cms_title h3,
#news_module.homepage_contentbox .cms_list_item .cms_title h3 a {
	color: #0097cb;
	font-family: "OpenSansSemibold", Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	text-transform: none;
}

#news_module.homepage_contentbox .cms_list_item .cms_title h3 a:hover {
	color: #c3272d;
	font-family: "OpenSansSemibold", Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	text-transform: none;
}

#news_module.homepage_contentbox .cms_list_item .cms_date h3 {
	color: #444b51;
	font-family: "OpenSansBold", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	text-transform: none;
}

#news_module.homepage_contentbox .cms_list_item_link {
	margin: 0 10px;
	padding: 6px 0 0 0;
}