﻿body
{
	margin:0px;
	background-color:#cccccc;
	font-family:Georgia;
	font-size:12px;
	color:#ffffff;
	background-image:url(/images/page_background.png);
}
form
{
	margin:0px;
	padding:0px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
a
{
	color:Blue;
}
.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 5px;
}
.HeaderLinkDivider, .FooterLinkDivider
{
	padding:0px;
}
.BreadCrumbTrailDivider
{
	padding:0px 5px;
}
.SearchMatch_PageURL
{
	color:#9e9e9e;
}
#TopMenu, #FooterDivider
{
	background-color:#cccccc;
}
.Required
{
	color:#cc0000;
}

/* 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;
	padding:3px 8px;
	text-decoration:none;
	text-align:center;
	background-color:#ffffff;
	border:1px solid blue;
}
#TopMenu ul li a:hover {

}
/* 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 {

}

h1
{
	color:#dad79d;
	font-family:Georgia;
	font-weight:normal;
	padding:0px;
	margin:0px;
	font-size:24px;
}

h1 a
{
	color:#dad79d;
	font-family:Georgia;
	font-weight:normal;
	text-decoration:none;
}

h1 a:hover
{
	text-decoration:underline;
}


.HeaderRow
{
	border-top:1px solid #cccc99;
	border-bottom:1px solid #cccc99;
	height:148px;
}

.SearchBox
{
	width:143px;;
	float:right;
	padding:10px 45px 0px 0px;
	text-align:right;
}

.HeaderTan
{
	width:46px;
	height:148px;
	float:left;
	background-color:#996600;
}
.HeaderLogo
{
	float:left;
	margin-left:48px;
	margin-top:40px;
	width:251px;
}
.HeaderBlue
{
	height:148px;
	width:954px;
	float:left;
	background-color:#000033;
}


.HeaderImageRow
{
	height:120px;
}

.HeaderImageBrown
{
	float:left;
	background-color:#521f00;
	width:46px;
	height:120px;
}

.HeaderImage
{
	float:left;
	width:953px;
	float:left;
	height:120px;
	border-left:1px solid #3b0800;
	background-color:#cccc99;
}


.ContentRow
{
	border-top:1px solid #cccc99;
	border-bottom:1px solid #cccc99;
	background-image:url(/images/content_row_background.png);
}

.ContentTan
{
	padding-top:30px;
	width:46px;
	height:auto;
	float:left;
}

.ConentMenu
{
	padding-top:30px;
	width:198px;
	float:left;
	/*border-right:1px solid #cccc99;*/
}
.MainContent
{
	padding:5px 15px 15px 15px;
	width:399px;
	margin-right:0px;
	float:left;
}

.ContentSpacer
{
	padding-top:60px;
	padding-bottom:60px;
	width:12px;
	background-color:#cccc99;
	float:left;
}

.ContentSpacerBlock
{
	background-color:#986400;
	width:6px;
	height:33px;
	margin:auto;
	margin-bottom:1px;
}

.NewsListing
{
	padding-top:30px;
	width:314px;
	float:left;
}

.NewsArticles
{
	border-top:2px solid #557c8e;
	border-bottom:2px solid #557c8e;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
}

.MoreNews
{
	padding:5px 0px 25px 10px;
}

.MoreNews a
{
	text-decoration:none;
	color:#dad79d;
	background-image:url(/images/more_news_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:18px;
	
}

.MoreNews a:hover
{
	text-decoration:underline;
	
}

.Footer
{
	height:22px;
	padding:5px 40px 0px 40px;
	background-color:#000000;
	color:#52523d;
	font-family:Tahoma;
	font-size:9px;
}

.Footer a
{
	font-family:Tahoma;
	color:#52523d;
	text-decoration:none;
}

.Footer a:hover
{
	text-decoration:underline;
}

.FooterLinkDivider
{
	margin-top:2px;
	width:1px;
	height:8px;
	background-color:#52523d;
}


.MenuList
{
	list-style:none;
}

.MenuList li
{
	padding-bottom:20px;
}

.MenuList li a
{
	background-image:url(/images/menu_arrow.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:15px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-family:Tahoma;	
}

.MenuList li a:hover
{
	text-decoration:underline;
}

.ContactForm
{
	width:399px;
}

.ContactForm_Label
{
	width:200px;
}

/* Default Articles */
#DefaultArticles .ArticlesListItem
{
	margin:0px 0px 0px 10px;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #3e4a6f;
	width:305px;
	float:right;
	clear:both;
}

#DefaultArticles .ArticlesListItem_Last
{
	margin:0px 0px 0px 10px;
	padding:10px 0px 10px 0px;
	width:305px;
	clear:both;
}

#DefaultArticles .ArticlesListItem_Right
{
}

#DefaultArticles .ArticlesListItem_Right img
{
	border:none;
}

#DefaultArticles .ArticlesListItem_Left,#DefaultArticles  .ArticlesListItem_Full
{

}

#DefaultArticles .ArticlesListItem_Full
{
	width:295px;

}

#DefaultArticles .ArticlesListItem_Left a,#DefaultArticles  .ArticlesListItem_Full a
{

}

#DefaultArticles .ArticlesListItem_Left a:hover,#DefaultArticles  .ArticlesListItem_Full a:hover
{
	text-decoration:underline;
}


#DefaultArticles .ArticlesListItem_Content,#DefaultArticles  .ArticlesListItem_Content_Full
{

}

#DefaultArticles .ArticlesListItem_Content_Full
{
	color:#cccc99;
	clear:both;
	display:none;
}

#DefaultArticles .ArticlesListItem_Content a,#DefaultArticles  .ArticlesListItem_Content_Full a
{
	white-space: nowrap;
}

#DefaultArticles .ArticlesListItem_Content a:hover,#DefaultArticles  .ArticlesListItem_Content_Full a:hover
{
	text-decoration:underline;
}


#DefaultArticles .ArticleType
{
}

#DefaultArticles .ArticlesListItem_Link 
{
	clear:both;
}

#DefaultArticles .ArticlesListItem_Link a
{
	color:#cccc99;
	text-decoration:none;
	clear:both;
	
}

#DefaultArticles .ArticlesListItem_Link a:hover
{
	text-decoration:underline;
}

#DefaultArticles .ArticlesListItem_Date
{
	/*background-image:url(/images/article_date_bar.png);
	background-repeat:no-repeat;
	background-position:right;*/
	padding-right:7px;
	border-right:1px solid #663300;
	float:left;
	
}


.MoreLink a
{
	padding-left:5px;
	font-family:Georgia;
	font-size:12px;
	text-decoration:none;
	color:#9c6600;
}

.MoreLink a:hover
{
	text-decoration:underline;
}


.MainContent .ArticlesListItem
{
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 0px;
	border-bottom:1px solid #303c66;
	clear:both;
}

.MainContent .ArticlesListItem_Last
{
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 0px;
	clear:both;
}

.MainContent .ArticlesListItem_Right
{
	float:left;
}

.MainContent .ArticlesListItem_Right img
{
	border:none;
}

.MainContent .ArticlesListItem_Left,.MainContent  .ArticlesListItem_Full
{
	float:left;
	padding-left:0px;
}

.MainContent .ArticlesListItem_Full
{

}

.MainContent .ArticlesListItem_Left a,.MainContent  .ArticlesListItem_Full a
{

}

.MainContent .ArticlesListItem_Left a:hover,.MainContent  .ArticlesListItem_Full a:hover
{
	text-decoration:underline;
}


.MainContent .ArticlesListItem_Content,.MainContent  .ArticlesListItem_Content_Full
{

}

.MainContent .ArticlesListItem_Content_Full
{
	color:#cccc99;
	clear:both;
}

.MainContent .ArticlesListItem_Content a,.MainContent  .ArticlesListItem_Content_Full a
{
	white-space: nowrap;
}

.MainContent .ArticlesListItem_Content a:hover,.MainContent  .ArticlesListItem_Content_Full a:hover
{
	text-decoration:underline;
}


.MainContent .ArticleType
{
}

.MainContent .ArticlesListItem_Link 
{
	clear:both;
}

.MainContent .ArticlesListItem_Link a
{
	color:#cccc99;
	text-decoration:none;
	clear:both;
	
}

#TeamProfile .MoreLink a
{
	color:#80cccc;
	font-weight:bold;
	font-family:Tahoma;
	font-size:10px;
}

#TeamProfile .ArticlesListItem_Right
{
	width:80px;
}

#TeamProfile .ArticlesListItem_Left
{
	width:300px;
	padding-left:5px;
}

#TeamProfile .ArticlesListItem_Link a
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

#TeamProfile .ArticlesListItem_Content
{
	color:#dad79d;
}

	.NextPrevious	
	{
		padding:0px 0px 0px 0px;
		height:30px;
	}
	
	.NextItem 
	{
		float:right;
		padding-left:20px;
	}
	
	.PreviousItem
	{
		float:right;
	}
	
	.NextItem a, .PreviousItem a
	{
		padding-left:5px;
		font-family:Georgia;
		font-size:12px;
		text-decoration:none;
		color:#a3a889;
	}
	
	.NextItem a:hover, .PreviousItem a:hover
	{
		text-decoration:underline;
	}
	
	.WhiteText
	{
		color:#ffffff;
	}
	
	
	
.SearchResults
{
	margin-top:20px;
	border-top:1px solid #303c66;
}

.SearchMatch
{
	border-bottom:1px solid #303c66;
	padding:10px 0px 0px 0px;
}

.SearchMatch_PageHeading a
{
	font-family:Georgia;
	font-size:13px;
	text-decoration:none;
	color:#cccc99;
}

.SearchMatch_PageHeading a:hover
{
	text-decoration:underline;
}

.SearchMatch_PageContent
{
	color:#ffffff;
	padding: 5px 0px 5px 0px;
}

.SearchMatch_PageURL
{
	color:#737272;
	font-family:Tahoma;
	padding:0px 0px 10px 0px;
}

.SearchMatch_PageURL a
{
	color:#737272;
	font-family:Tahoma;
	text-decoration:none;
}

.SearchMatch_PageURL a:hover
{
	text-decoration:underline;
}	
