/* CSS Document */
html
{
	background-color: #c8e7ea;
}

body
{
	background-color: #c8e7ea;
	color: #002442;
	font-size: 75%; /* 16px  75% = 12px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

img
{
	border: none;
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #22bbda;
}

input
{
	font-size: 1.0em;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr
{
	background-color: #003a62;
	color: #003a62;
}

.errorText
{
	background-color: #ee2130;
	color: #ffffff;
}

.centerText
{
	text-align: center;
}

#header
{
	text-align: left;
}

#headerMiddle
{
	background-color: #c8e7ea;
	border-left-color: #003a62;
	border-right-color: #003a62;
}

#headerMiddle .left
{
	background-color: #63bfcd;
}

#headerMenuBorder
{
	background-color: #003a62;
}

#headerMenu
{
	border-top-color: #4fc1cf;
	border-bottom-color: #4fc1cf;
}

#content
{
	background-color: #ffffff;
}

#centeredContent
{
	text-align: center;
}

#footerLinks
{
	color: #000000;
	font-size: 0.75em;
}

#footerLinks a
{
	color: #000000;
	text-decoration: none;
}

#footerLinks a:hover
{
	color: #ee2130;
	text-decoration: underline;
}

/* INPUT FORMS */

.inputLabel
{
	font-weight: bold;
}

.inputBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.inputBoxLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.mandatoryField
{
	font-size: 1.em;
	font-weight: bold;
	vertical-align: top;
}

/* NEWS SCROLLER */
#newsScrollerMoreLink a
{
	color: #023962;
	font-size: 1.0em;
	font-weight: bold;
}

.newsScrollerArticle
{
	background-color: #ddefef;
}

.newsScrollerTitle
{
	font-weight: bold;
	font-size: 0.9em;
}

.newsScrollerSummary
{
	font-weight: normal;
	font-size: 0.9em;
}

/* NEWS DETAIL */
#newsDetailTitle
{
	color: #6cc4c6;
	font-size: 1.2em;
}

#newsDetailLinks
{
	color: #6cc4c6;
}

#newsDetailLinks a
{
	color: #6cc4c6;
	text-decoration: none;
}

#newsDetailLinks a:hover
{
	color: #023962;
	text-decoration: none;
}

/* TESTIMONIAL LIST */
.testimonialListBy
{
	font-weight: bold;
	font-style: italic;
}

/* NEWS ARTICLES */
.newsArticleRow hr
{
	background-color: #003a62;
	color: #003a62;
}

.newsArticleRowPreviewImage img
{
	border-color: #28c4d8;
}

.newsArticleRowTextIntro
{
	color: #28c4d8;
	font-weight: normal;
}

.newsArticleRowTitle
{
	color: #28c4d8;
	font-weight: normal;
	font-size: 1.2em;
}

.newsArticleRowTitle a
{
	color: #28c4d8;
	text-decoration: none;
}

.newsArticleRowTitle a:hover
{
	color: #023962;
	text-decoration: none;
}

.newsArticleRowLink a
{
	color: #28c4d8;
	text-decoration: none;
}

.newsArticleRowLink a:hover
{
	color: #023962;
	text-decoration: none;
}

#newsListPagination .searchNavigationLeft a, #newsListPagination .searchNavigationCenter a, #newsListPagination .searchNavigationRight a
{
	text-decoration: none;
	color: #28c4d8;
}

#newsListPagination .searchNavigationLeft a:hover, #newsListPagination .searchNavigationCenter a:hover, #newsListPagination .searchNavigationRight a:hover
{
	text-decoration: none;
	color: #023962;
}

/* BRANCH LINKS */
.branchLinksHeading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #6cc7cc;
	color: #ffffff;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
}