﻿/*------------------------- MASTER PAGE ----------------------------*/

#Container
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	cursor: default;
}
#Main
{
	width: 961px;
	background-image: url(/Images/imgMainBg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#Navigation
{
	float: left;
	width: 190px;
	margin: 0px;
	padding: 0px;
}
.MainNavAltHtmlMenu a
{
	color: White;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#Content
{
	float: left;
	width: 766px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#Footer
{
	width: 961px;
	height: 35px;
	background-color: #8E8878;
	background-image: url(../../Images/imgFooter.gif);
	background-repeat: no-repeat;
}
.Footer
{
	font-size: 11px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #59564C;
}
.Footer a
{
	color: #59564C;
}
.SearchArea
{
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 10px;
}

.SearchBox
{
	width: 100px;
	background-color: #000000;
	border-width: 1px;
	line-height: 14px;
	font-size: 10px;
	color: #FFFFFF;
	border: solid, 1px, #FFFFFF;
}



/*------------------------- LAYOUT PAGES --------------------------*/
/*-------NOTE: each layout has additional hard-coded styles--------*/

#LayoutContainer
{
	width: 765px;
	margin: 0px;
	padding: 0px;
}
#LayoutHeader
{
	width: 765px;
	height: 96px;
	overflow: hidden;
	background-color: Black;
}

#LayoutContent
{
	float: left;
	min-height: 585px;
}
.LayoutColumn
{
	float: left;
	height: 585px;
}

/*---------------------- SEARCH RESULTS PAGE ------------------------*/

#SearchResultImage
{
	float: left;
	width: 100px;
	min-height: 70px;
	background-image: url(../../Images/SearchNoImage.gif);
	background-repeat: no-repeat;
}
#SearchResultText
{
	float: left;
	width: 100%;
	min-height: 70px;
}
#SearchResultInfo
{
	float: right;
	padding: 10px;
	padding-top: 5px;
	width: 130px;
	min-height: 55px;
	background-color: #F4EDDD;
	font-weight: bold;
}

/*-------------------------- CONTENT PANELS -----------------------*/

.panelStyleAdmin
{
	/*border-style: dashed; 	border-color: #999999; 	border-width: 1px;*/
}
.panelStyleRightBottom
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.panelStyle
{
}

.NewsTitle
{
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.Breadcrumbs
{
	font-size: 10px;
	color: #969696;
	text-transform: uppercase;
}
.Breadcrumbs a
{
	color: #969696;
}

/*-------------------------- CMS MODULES ---------------------------*/
/*-----NOTE: the following section is for the CMS editing tools-----*/

.EditPageModule
{
	font-size: 12px;
	padding: 3px;
	text-align: right;
}
.EditPageModule img
{
	vertical-align: bottom;
}
.EditModule
{
	background-color: #CCCCCC;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #EFEFEF;
	text-align: left;
	padding: 3px;
	font-size: 10px;
	color: #000000;
}
.EditHtmlModule
{
	background-color: #EFEFEF;
	font-size: 10px;
	text-align: right;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding: 2px;
}
.ModuleHeader
{
	float: left;
	padding-left: 5px;
	font-size: 10px;
	color: #909090;
}
