/* CSS Document */
html
{
	background-color: #989898;
}
#body
{
	background-color: #989898;
}
/* BODY tag in EditorStyles.css */

img
{
	border: none;
	border-width:0px;
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #006699;
}

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;
	background-color:#ffffff;
}
#headerLeftTop
{
font-weight:bold;
}
#headerRight
{
	background-image:url(../Images/LogoLarge.gif);
	background-repeat:no-repeat;
	
}
#headerMenu
{
background-color:#FFFFFF;
}
#headerBanner
{

}
#headerLine
{
background-color:#006699;
}
#content
{
	background-color: #ffffff;
	color:#333333;
}

#centeredContent
{
	text-align: center;
}
#footer
{
	background-color:#006699;
	color:#FFFFFF;
}
#footerLinks
{
	color: #ffffff;
	font-size: 0.75em;
}

#footerLinks a
{
	color: #ffffff;
	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.0em;
	font-weight: bold;
	vertical-align: top;
}

/* NEWS SCROLLER */
#newsScrollerMoreLink a
{
	color: #00729A;
	font-size: 1.0em;
	font-weight: bold;
}
#specialsScrollerMoreLink a
{
	color: #00729A;
	font-size: 1.0em;
	font-weight: bold;
}
.newsScrollerArticle
{

}

.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: #CCCCCC;
	color: #003a62;
}

.newsArticleRowPreviewImage img
{
	border-color: #28c4d8;
}

.newsArticleRowTextIntro
{
	color: #28c4d8;
	font-weight: normal;
}

.newsArticleRowTitle
{
	color: #28c4d8;
	font-weight: normal;
	font-size: 1.2em;
}
/* NEWS BOX */
#newsBox
{

}
#newsBoxTop
{
background-color:#00729A;
}
#specialsBoxTop
{
background-color:#00729A;
}
.specialsScrollerPrice
{
font-weight:bold;
}
.newsArticleRowTitle a
{
	color: #00729A;
	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;
}

/* FAQ LIST */
.faqListQuestion
{
	font-weight: bold;
}

.faqListQuestion a
{
	color: #023962;
	text-decoration: underline;
}

.faqListQuestion a:hover
{
	color: #eb1904;
	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;
}

