﻿/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Times New Roman, Serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #444;
	margin: 0px;
	padding: 0px;
}
a,a:link 
{
	color: #840810;
}
a:hover, a:active 
{
	
	
}

h2,.header, .Header
{
	color: #18385A;
	font-family: Times New Roman, Serif;
	font-size: 18px;
	font-weight: bolder;
	display:block;
	margin:0 0 1em;
}
h3, .subHeader
{
	color: #18385A;
	font-family: Times New Roman, Serif;
	font-size: 16px;
	font-weight: bold;
	display:block;
	margin:0 0 1em;
}
.content
{
	color: #444;
	font-family: Times New Roman, Serif;
	font-size: 14px;
}
.contentSmall
{
	color: #444;
	font-family: Times New Roman, Serif;
	font-size: 11px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #333399;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

#PrintMasthead 
{
	display: none;
}

.navItem a, .navItem a:link, .navItem a:visited, .navItem a:hover, .navItem a:active, .navItem span,
.subNavItem a, .subNavItem a:link, .subNavItem a:visited, .subNavItem a:hover, .subNavItem a:active, .subNavItem span
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.navItem a:hover, .navItem a:active,
.subNavItem a:hover, .subNavItem a:active
{
	text-decoration: underline;
}
.leftNav ul
{
	list-style-type:none;
	margin:0;
	padding:0;	
	font-size:14px;
	font-weight:bold;
}
.leftNav ul li
{
	margin-bottom:12px;	

}
.leftNav ul li a
{
	text-decoration:none;
	
}
.leftNav ul li a:hover
{
	text-decoration:underline;
	
}
.leftNav ul li ul
{
	padding-left:10px;
	font-size:12px;	
	
}
.leftNav ul li ul li
{
	margin-bottom:8px;	
}

.newsDate 
{
	color: #840810;
	font-family: verdana,Arial, Sans-Serif;
	font-size: 12px;

}
.newsCopy 
{
	color: #1F1D5A;
	font-size: 14px;
	font-weight: bold;
	
}
.newsCopy a, .newsCopy a:link, .newsCopy a:visited, .newsCopy a:hover, .newsCopy a:active 
{
	color:#444;
	font-weight:normal;
	text-decoration: none;
}
.newsCopy a:hover, .newsCopy a:active 
{
	text-decoration: underline;
}
.moreLink a, .moreLink a:link, .moreLink a:visited, .moreLink a:hover, .moreLink a:active 
{
	color: #840810;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
}
.moreLink a:hover, .moreLink a:active 
{
	text-decoration: underline;
}
#TestimonialsBoxContent, .testimonialCopy, .testimonialSource 
{

	font-size: 14px;

}

#Footer 
{
	color: #333366;
	font-family: Arial, Sans-Serif;
	font-size:11px;
	border: solid 1px navy; 
	padding: 5px;
    text-align: center;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden 
{
	display: none;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}
ol.form
{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
ol.form select
{
	width:148px;
	padding-right:0;
}
ol.form li
{
	margin-bottom:5px;
}
ol.form label
{
	float:left;
	display:block;
	font-size:14px;
	font-weight:bold;
	width:198px;
}
ol.form li.checkbox label
{
	display:block;
	float:none;
	margin-bottom:5px;
}
ol.form li.checkbox table label
{
	float:none;
	margin-bottom:5px;
}
ol.form li.checkbox  table input
{
	float:left;
}
h3.boxTitle
{
	font-size:32px;
	font-weight:normal;
	border-bottom:1px solid #444;
	margin:0 0 10px;
}
.clearFix:after
{
	content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
}
.newsDefault .subHeader
{
	margin:0;
}


