/* CSS Document */
html
{
	background-color: #ffffff;
	background-image: url(../Images/bak-new.jpg);
	background-repeat: repeat-x;
}

body
{
	color: #676767; 
	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: #2295EE;
}

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;
}

.blueText
{
	color: #2295EE;
}

.centerText
{
	text-align: center;
}

#header
{
	text-align: left;
}

#headerTel
{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
	font-size: 25px;
	line-height: 27px;
}

#headerSpacer
{
	background-color:#ffffff;
}

#headerMiddle
{
	background-color: #ffffff;
}

#headerMenuBorderInner
{
	background-color: #ffffff;
}

#headerMenu
{
}

.boxText
{
	font-size:0.8em;
}

#content
{
	background-color: #ffffff;
}

#centeredContent
{
	text-align: center;
}

#footerBlock
{
	background-color: #033051;
}

#footerLinks
{
	font-size: 0.80em;
	vertical-align:text-top;
}

#footerLinks a
{
	color: #000000;
	text-decoration: none;
}

#footerLinks a:hover
{
	color: #2295EE;
	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.0em;
	font-weight: bold;
	vertical-align: top;
}

/* NEWS SCROLLER */
#newsScrollerMoreLink a
{
	font-size: 1.0em;
	font-weight: bold;
}

.newsScrollerArticle
{
	background-color: #ffffff;
	color: #676767;
	line-height: 1.5em;
}

.newsScrollerSummary
{
	font-weight: normal;
	font-size: 0.8em;
}

.newsScrollerSummary a
{
	color: #676767;
	text-decoration: none;
	font-weight: bold;
}

.newsScrollerTitle
{
/*font-weight: bold;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#000000;
	line-height: 2.0em;
}

.newsScrollerSeperator
{
	width: 200px;
	height: 10px;
	border-bottom: #d6d6d6 1px solid;
}

/* NEWS DETAIL */
#newsDetailTitle
{
	color: #2295EE;
	font-size: 1.2em;
}

#newsDetailLinks
{
	color: #2295EE;
}

#newsDetailLinks a
{
	color: #2295EE;
	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: #2295EE;
}

.newsArticleRowTextIntro
{
	color: #2295EE;
	font-weight: normal;
}

.newsArticleRowTitle
{
	color: #2295EE;
	font-weight: normal;
	font-size: 1.2em;
}

.newsArticleRowTitle a
{
	color: #2295EE;
	text-decoration: none;
}

.newsArticleRowTitle a:hover
{
	color: #023962;
	text-decoration: none;
}

.newsArticleRowLink a
{
	color: #2295EE;
	text-decoration: none;
}

.newsArticleRowLink a:hover
{
	color: #023962;
	text-decoration: none;
}

#newsListPagination .searchNavigationLeft a, #newsListPagination .searchNavigationCenter a, #newsListPagination .searchNavigationRight a
{
	text-decoration: none;
	color: #2295EE;
}

#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;
}

/* FAQ LIST */
.faqListQuestion
{
	font-weight: bold;
}

.faqListQuestion a
{
	color: #2295EE;
	text-decoration: underline;
}

.faqListQuestion a:hover
{
	color: #023962;
	text-decoration: underline;
}

#faqListPagination .searchNavigationLeft a, #faqListPagination .searchNavigationCenter a, #faqListPagination .searchNavigationRight a
{
	text-decoration: none;
	color: #eb1904;
}

#faqListPagination .searchNavigationLeft a:hover, #faqListPagination .searchNavigationCenter a:hover, #faqListPagination .searchNavigationRight a:hover
{
	text-decoration: none;
	color: #ffffff;
}


