﻿h1{
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: white;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: -1px;
}

h2 {
	color: #03286d;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

h3 {
	color: #03286d;
	font-size: 14px;
	text-decoration: none;
}

p{
	line-height: 18px;
	margin: 10px 0;
	font-size: 11px;
}

#entry li{
	font-size: 18px;			
}


/* Html Editor Styles */
.ms-rteCustom-MoreLink
{
	text-decoration: none;
	background: url(/images/orangearrow.png) no-repeat right center;
	padding: 0 10px 0 0;
	color: #03286d;
}
/* Html Editor Styles */
.ms-rteCustom-Title
{
	color: #03286d;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
/* */
#contactH3
{
margin-top:15px;
margin-bottom:15px;	
font-size:15px;		
}


/* Fixup the main nav menu, it is mangled due to CSS-friendly control adapters */
td#HBN100 {
 display: none;
}

/* all this works in chrome/firefox, not ie
td#HBN100 > ul > li > ul, td#HBN100 > ul > li > ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

td#HBN100 > ul > li > ul a {
	display: block;
	width: 10em;
}

td#HBN100 > ul > li > ul li {
	float: left;
	width: 10em;
}

td#HBN100 > ul > li > ul li ul {
display: none;
}


td#HBN100 > ul > li > ul li:hover ul {
	display: block;
}

*/

/* end fixup nav */

/*.ms-rteCustom-ParagraphHeader1
{
	font-size: 18px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #0060b6;
	line-height:16px;
}

.ms-rteCustom-ParagraphHeader2
{
	color: #03286d;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.ms-rteCustom-ParagraphHeader3
{
	color: #03286d;
	font-size: 14px;
	text-decoration: none;
}

.ms-rteCustom-NormalText
{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: rgb(51,51,51);
	font-weight:normal;
	line-height:16px;
}

.ms-rteCustom-Link
{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #0000ee;
	font-weight:normal;
	line-height:16px;
}
*/
/*
.ms-rteCustom-NewsHeader
{
	font-size: 14px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: rgb(0,102,204);
	line-height:16px;
}

*/