﻿body
{
	margin:0px;
	background-color:#d9d5b4;
	color:#272628;
	font-family:Sans-Serif;
	font-size:14px;
}
form
{
	margin:0px;
	padding:0px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
a
{
	color:#3f5e52;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1,h2,h3,h4,h5
{
}

h1,h4
{
	font-family:Georgia;
	padding:0px;
	margin:0px;
	color:#3f5e52;
	font-weight:normal;
	font-size:32px;
	line-height:33px;
}

h4
{
	font-size:24px;
	line-height:33px;
}

.ToggleAdminContainer
{
	position:absolute;
	right:0px;
	padding:1px;
	margin-bottom:-27px;
	height:25px;
	text-align:right;
}
.ToggleAdminContainer img
{
	border:0px
}
.ToggleAdmin_ReturnToAdmin, .ToggleAdmin_BrowseTheSite
{
	width:132px;
	height:25px;
	border-width:0px;
	background-repeat:no-repeat;
}
.ToggleAdmin_BrowseTheSite
{
	background-image:url(/Admin/images/btn_browsethesite.gif);	
}
.ToggleAdmin_ReturnToAdmin
{
	background-image:url(/Admin/images/btn_returntoadmin.gif);
}
.DemoText
{
	color:#9e9e9e;
}
.DemoBox
{
	border:1px solid #9e9e9e;
	background-color:#ffffff;
	padding:10px;
}

.HeaderLink, .FooterLink, .HeaderLinkDivider, .FooterLinkDivider
{
	float:left;
	padding:0px 8px;
}
.HeaderLinkDivider, .FooterLinkDivider
{
	padding:0px;
}
.BreadCrumbTrailDivider
{
	padding:0px 5px;
}
.SearchMatch_PageURL
{
	color:#9e9e9e;
}
#TopMenu, #FooterDivider
{
	background-color:#ffffff;
}
.Required
{
	color:Red;
}



/* clear main items */
#TopMenu ul, #TopMenu li {
	margin:0;
	padding:0px;
	list-style:none;
	background-image:none;
}
/* main items */
#TopMenu ul {display:inline-block;}
#TopMenu ul {display:inline;}
#TopMenu ul 
{
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	white-space:nowrap; 
}
#TopMenu ul li 
{
	display: block;
	float:left;	
	position: relative;
}
#TopMenu ul li:hover ul {
	display:block;
	background-color:#ffffff;
}
#TopMenu ul li a 
{
	display: block;
	margin:0px 3px 0px 3px;
	padding:7px 6px 7px 6px;
	text-decoration:none;
	text-align:center;
	background-color:#ffffff;
	color:#bfc3c0;
	font-size:16px;
	height:20px;
}

#TopMenu .MenuSelected
{
	color:#3f5e52;
	background-image:url(/images/menu_pointer.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#TopMenu ul li a:hover {
	color:#3f5e52;
	background-image:url(/images/menu_pointer.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

/* sub items */
#TopMenu ul li ul, #TopMenu ul li ul li, #TopMenu ul li ul li a 
{
	/* clear the styles */
	float:none;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	background-image:none;
	background-repeat:repeat;
	background-position:top left;
	border-width:0px;
}
#TopMenu ul li ul
{
	clear:both;
	display:none;
	position:absolute;
	overflow:visible;
	z-index:99;
	border:1px solid #aeb4ba;
	margin:0px 3px;
	padding:3px 5px;
}
#TopMenu ul li ul li
{
	clear:both;
	display:block;
}
#TopMenu ul li ul li a
{
	display:inline;
}
#TopMenu ul li ul li a:hover {

}


.PageLogo
{
	width:950px;
	height:134px;
	margin:auto;
	
	
}

.PageImageBar
{
	height:234px;
	background-color:#000000;
	border-bottom:1px solid #5d5d5d;
	border-top:2px solid #f9f9f4;
}

.PageImageBarCenter
{
	width:1000px;
	margin:auto;
	margin-top:7px;
}

.HomeSlogan
{
	color:#ffffff;
	font-size:24px;
	width:229px;
	float:left;
	text-align:right;
	padding-right:38px;
	margin-top:18px;
	font-family:Georgia;
	line-height:32px;
	
}

.PageImage
{
}


.PageMenuBar
{
	height:34px;
	background-color:#ffffff;
	border-bottom:5px solid #ac8a1b;
	margin-bottom:28px;
	
}

.TopMenu
{
	background-color:#ffffff;
	width:650px;
	margin:auto;
}

.PageContent
{
	width:950px;
	margin:auto;
	padding-bottom:50px;
}

.Content_Left
{
	width:204px;
	float:left;
}

.LeftBox
{
	background-color:#ac8a1b;
	color:#f7f7db;
	border:2px solid #d9c994;
	padding:4px;
	margin-bottom:14px;
	font-size:12px;
}

.LeftBox_Content
{
	text-align:right;
}

.LeftBox_Content a
{
	color:#f7f7db;
}

.Phone
{
	text-align:right;
	padding-bottom:18px;
	font-size:12px;
	line-height:12px;
}

.Phone span
{
	color:#7b798b;
}

.FeaturedLinks
{
	padding-bottom:18px;
}

.FeaturedLink
{
	text-align:right;
}

.FeaturedLink a
{
	font-size:12px;
}

.SearchButton
{
	border:none;
	background-color:#ac8a1b;
	color:#f7f7db;
	float:right;
	font-size:12px;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	float:right;
	width:40px;
}

.Content_Middle
{
	width:466px;
	padding:0px 38px 0px 38px;
	float:left;
	line-height:18px;
}

.Content_Right
{
	width:204px;
	float:left;
}

.RightBox
{
	margin-bottom:6px;
	font-size:12px;
}

.RightBox_Heading
{
	background-color:#ac8a1b;
	color:#f7f7db;
	border:2px solid #d9c994;
	padding:4px;
	width:196px;
	font-size:14px;
}

.RightBox_Heading a
{
	font-size:14px;
	color:#f7f7db;
}

.RightBox_Content
{
	background-color:#e6e3ce;
	padding:0px 8px 0px 8px;
	width:188px;
	margin-left:2px;
}

.Calendar
{
	background-color:#e6e3ce;
	padding:0px 0px 0px 0px;
	width:204px;
	margin-left:2px;
}

#NewsFeed .ArticlesListItem, .ArticlesListItem_Last
{
	padding:7px 0px 7px 0px;
	padding-left:10px;
	margin:0px;
	border-bottom:1px solid #ffffff;
	border-top:none;
	background-image:url(/images/news_gt.png);
	background-repeat:no-repeat;
	background-position:0px 10px;

}

#NewsFeed .ArticlesListItem_Link a
{
	font-size:12px;
}

#NewsFeed .morelink
{
	color:#ac8a1b;
	font-size:12px;
}

#NewsFeed .ArticlesListItem_Last
{
	border:none;
}

#NewsFeed .ArticlesListItem_Date
{
	float:left;
	padding-right:5px;
}


#Content .ArticlesListItem
{
	padding:10px 0px 0px 0px;
	margin-top:10px;
	border-top:1px solid #ffffff;
	font-size:12px;
}

#Content .ArticlesListItem_Right
{
	float:right;
	width:366px;
}

#Content .ArticlesListItem_Left
{
	float:left;
	width:90px;
	
}

#Content .ArticlesListItem_Thumbnail
{
	width:90px;
	height:90px;
}

#Content .ArticlesListItem_Thumbnail img
{
	border:none;
}

#Content .morelink
{
}

#Content .ArticlesListItem_Link a
{
	font-size:22px;
	font-family:Georgia;
}

#Content .ArticlesListItem_Date
{
	padding-top:8px;
}

#Content .ArticlesListItem_Content
{
	padding-top:8px;
}


.FeaturedContent
{
	padding:10px 0px 10px 0px;
}

.FeaturedContent h3
{
	padding:0px;
	margin:0px;
	font-weight:normal;
	font-size:12px;
}

.FeaturedContent img
{
	padding-right:8px;
	border:none;
	float:left;
}

.FeaturedContent p
{
	padding:0px;
	margin:0px;
}

.FeaturedContent p a
{
	color:#ac8a1b;
}


.BreadCrumbTrail
{
	display:none;
}

.ParentHeading
{
	color:#ffffff;
	font-size:36px;
	padding-right:8px;
}

.Weather
{
	text-align:left;
	float:left;
}
.WeatherImage
{
	float:left;
	background-image:url(/images/weathercorners.png);
	margin-right:5px;
	width:31px;
	height:31px;
}

.WeatherImage img
{
	border:none;
	width:31px;
	height:31px;
}

.WeatherConditons
{
	width:45px;
	float:left;
}

.WeatherConditons a
{
	color:#3f5e52;
	font-size:10px;
	line-height:11px;
}

.DayHasArticles, .DayHasArticles a
{
	background-color:#3f5e52;
	color:#ffffff;
}

.EventItem
{
	/*padding:0px 10px 0px 10px;*/
	
	padding:7px 0px 7px 0px;
	padding-left:12px;
	margin:0px 7px 0px 7px;
	border-bottom:1px solid #ffffff;
	border-top:none;
	background-image:url(/images/news_gt.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
		
}

.Calendar h2
{
	font-size:16px;
	margin:0px;
	padding:0px 10px 0px 10px;
}

.Calendar h3
{
	font-size:14px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

	.NextPrevious	
	{
		padding:16px 0px 0px 0px;
	}
	
	.NextItem 
	{
		float:right;
	}
	
	.PreviousItem
	{
		float:left;
	}
	
	.NextItem a, .PreviousItem a
	{
		padding-left:5px;
		font-size:12px;
	}
	
.NextItem a:hover, .PreviousItem a:hover
{
}
	
	
.SearchMatch
{
	border-top:1px solid #ffffff;
	margin-top:10px;
	padding-top:10px;
}

.SearchMatch_PageHeading
{
}

.SearchMatch_PageContent
{
}

.SearchMatch_PageURL	
{
}

	
div.Footer {
	margin-top:8px;
	border-top:1px solid #ac8a1b;
	padding:8px 0px;
	color:#7b798b;
}

div.Footer a {
	text-decoration:none;
	color:#7b798b;
}
div.Footer a:hover {
	text-decoration:underline;
}

div.Footer div.Left {
	float:left;
	font-size:9pt;
}
div.Footer div.Right {
	float:right;
	text-align:right;
	font-size:9pt;
}