﻿/***********************************************************Overidden Navigation Style
*/
a
{
	text-decoration:none;
	color:#265c1b;
	/*color:#D8B63F;*/
}
#ListItems li a
{
	display:block;
	background: url(/Common/Images/Icons/DoubleArrowBulletBrown.gif) no-repeat 0% 5px;
	font-weight:bold;
	color:#265c1b;
	padding-left:10px;
	/* Only IE will see styles prefixed with '_' */
	_position:relative; /* <a> tags will not be clickable without this */
}
.Header,.CalendarNav .adxCalendarNav .adxCalendarPager
{
	background-color: #80A279;
	border-bottom-color: #5A7854;
}
.Body, #HeaderMainRight, .RightFeaturesBackground, .CalendarNav .adxCalendarNav, .pastEvents, .futureEvents,.CurrentEvents, #MergedRightColumn #LinksSection, #MergedRightColumn #AttachmentsSection, #MergedRightColumn #FunctionalTermsSection, #MergedRightColumn #ProgramsAndServicesList, #MergedRightColumn #DepartmentsAndAgenciesList, #LeftColumn .SmallBodyFade, #RightColumn .SmallBodyFade, #MiddleColumn #LinksSection, #MiddleColumn #AttachmentsSection, #MiddleColumn #FunctionalTermsSection, #MiddleColumn #ProgramsAndServicesList, #MiddleColumn #DepartmentsAndAgenciesList,#OneColumn #LinksSection, #OneColumn #AttachmentsSection, #OneColumn #FunctionalTermsSection, #OneColumn #ProgramsAndServicesList, #OneColumn #DepartmentsAndAgenciesList, .MiddleColumnBottomFade, #ContactUsSection, #LoginSection, #Profile, #CreateUser, #PasswordRecovery, #ClientsOnly
{
	background-color: #A0B99B;
	border-top-color: #5A7854;
}
.Current, .past, .future, #MergedRightColumn .ColumnContainer, #MiddleColumn .ColumnContainer, #OneColumn .ColumnContainer
{
	border-top-color:#5A7854;
}
.CalendarNav .evts_day_selected a
{
	background-color:#80A279;
	
}
.CalendarNav .evts_day_evented a
{
	color:#80A279;
}
.CalendarNav .adxCalendarNav .adxCalendarPager div
{
	border-bottom-color: #5A7854;
}

.GoogleHeader
{
    background-color: #C6DBC6;
}
/*****Changes TextArea Size for Email Question Form ****/
.ContactUsContent .Row .TextAreaLarge
{
	float:left;
	width:420px;
	font-family:Arial;
	font-size:1.0em;
}