/* CSS Document */
html
{
	background-color: #ffffff;
}

/* BODY tag in EditorStyles.css */

img
{
	border: none;
}

a
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: #AEC035;
}
.ContentInner a
{
	color: #8D9D25;
	font-weight:600;
}
.ContentInner a:hover
{
	color: #AEC035;
}

input
{
	font-size: 1.0em;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr
{
	background-color: #AEC035;
	color: #AEC035;
}

.errorText
{
	background-color: #ffffff;
	color: #ee2130!important;
	/*border-style:dashed;
	border-width:1px;
	margin:5px;
	padding:5px;
	border-color:#AEC035;*/
}
#contactForm
{
	padding:5px;
}
.centerText
{
	text-align: center;
}
/*Header*/
#header
{
	text-align: left;
}
#headerDrop
{
background-image:url(../Images/HeaderStripe.jpg);
background-repeat:repeat-x;
}
#headerDropLeft
{
background-image:url(../Images/Headerleft.jpg);
background-repeat:no-repeat;
}
#headerDropRight
{
background-image:url(../Images/HeaderRight.jpg);
background-repeat:no-repeat;
}
.headerLinksItem a
{
text-decoration:none;
color:#333333;
}
.headerLinksItem a:hover
{
background-image:url(../Images/linkBackground.gif);
}
.headerLinksItemOn
{
background-image:url(../Images/linkBackground.gif);
}
#content
{
	background-color: #ffffff;
}


#centeredContent
{
	text-align: center;
}

#footerLine
{
background-color:#4D4792;
}

#footerLinks
{
	color: #000000;
	font-size: 0.75em;
}

#footerLinks a
{
	color: #666666;
	text-decoration: none;
}

#footerLinks a:hover
{
	color: #6363AD;
	text-decoration: none;
}

/* 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 DETAIL */
#newsDetailTitle
{
	color: #333333;
	font-size: 1.2em;
}

#newsDetailLinks
{
	color: #333333;
}

#newsDetailLinks a
{
	color: #333333;
	text-decoration: none;
}

#newsDetailLinks a:hover
{
	color: #AEC035;
	text-decoration: none;
}

/* TESTIMONIAL LIST */
.testimonialListBy
{
	font-weight: bold;
	font-style: italic;
}

/* NEWS ARTICLES */
.newsArticleRow hr
{
	background-color: #ffffff;
	color: #AEC035;
}

.newsArticleRowPreviewImage img
{
	border-color: #ffffff;
}

.newsArticleRowTextIntro
{
	color: #333333;
	font-weight: normal;
}

.newsArticleRowTitle
{
	color: #333333;
	font-weight: normal;
	font-size: 1.2em;
}

.newsArticleRowTitle a
{
	color: #333333;
	text-decoration: none;
}

.newsArticleRowTitle a:hover
{
	color: #AEC035;
	text-decoration: none;
}

.newsArticleRowLink a
{
	color: #333333;
	text-decoration: none;
}

.newsArticleRowLink a:hover
{
	color: #AEC035;
	text-decoration: none;
}

#newsListPagination .searchNavigationLeft a, #newsListPagination .searchNavigationCenter a, #newsListPagination .searchNavigationRight a
{
	text-decoration: none;
	color: #333333;
}

#newsListPagination .searchNavigationLeft a:hover, #newsListPagination .searchNavigationCenter a:hover, #newsListPagination .searchNavigationRight a:hover
{
	text-decoration: none;
	color: #333333;
}

.FooterLink
{
float:right;
padding-bottom:5px;
font-size:10px;
padding-left:10px;
padding-right:10px;
}
.FooterLink a
{
color:#333333;
text-decoration:none;
}
.FooterLink a:hover
{
color:#999999!important;
}

