﻿
body 
{
	height: 100%;
	font: normal normal 16px arial, sans-serif;
	background: #891730;
	margin: 0 auto;
	
}

/*-----------Page Wrappers-------------------------------------------------*/
#outerPageWrapper
{
	/*width: 1024px;*/
	width: 60.5em;
	position: relative;
	margin: 0em auto;
	padding: 0.0em 0.875em;
	background: #EADFC1 url('/images/template/outerglow.jpg') repeat-y 0 0;
}
#BottomFade
{
	position: relative;
	margin: 0em auto 0 auto;
	width: 60.25em;
	height: 10px;
}

#PageWrapper
{
	float: left;
	/**/position: relative;
	margin: 0em;
	padding: 0em;
	width: 58.4em;
	/*background: #EADFC1 url('/images/template/outerglow.jpg') repeat-y 0 0;*/
	background: #EADFC1;
}



/*---------------------Header---------------------------------------------*/
#Header
{
	width: 100%;
	padding: 0;
	cursor: default;
	background: white;
	float: left;
}

#Logo
{
	float: left;
	cursor: hand;
	background: transparent url('/images/template/eco_logo.jpg') no-repeat 0 0;
	z-index: 20;
}

#divSearchBox
{
	position: absolute;
	top: 15.2em;
	left: 2.4em;
	height: 1em;
	width: 12em;
	display: none;
}

.searchbox
{
	background: none;
	border: none;
	font: normal .8em verdana, sans-serif;
	width: 8em;
	color: #733E3A;
}

.searchButton
{
	position: absolute;
	top: -.2em;
	left: 13em;
	display: none;
}

#headerImage
{
	width: 506px;
	height: 99px;
	overflow: hidden;
}
/*-------------Page Content--------------------------*/
#divPageContent
{
	width: 58.4em;
	/*min-height: 20em;*/
	color: #665647;
	text-align: justify;
	padding: 0em;
	margin-left: 0;
	background: #EADFC1;
	clear: both;
	float: left;
	position: relative;
}

/*--------------Left Panel Area------------*/
#divMainContainer
{
	background: transparent; /*url('/images/template/mainBG.gif') repeat-y 0 0;*/
	padding-bottom: 0em;
	
}

/*--------------Main Content Area--------------------*/
#divMainContent
{
	background: transparent;
	float: right;
	padding-left: 0em;
	margin: 0em;
	/*border: 1px solid orange;*/
	width: 100%;
	min-height: 30em;
}


#Menu
{
	width: 100%;
	height: 2em;
	background: #666;
	float: left;
	margin-bottom: 0px;
	border-bottom: 5px solid #DF9000;
}
	.menuUL
	{
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #EADFC1;
		float: left;
		width: 100%;
	}

	.menuLI
	{
		display: inline;
		color: White;
		padding: 0 1em 0;
		margin: 0;
		border-right: 1px solid white;
		font: bold 1em/2em Trebuchet;
		float: left;
	}
	
	.menuLIDiv
	{
		height: 2em;
		float: left;
	}
	.active
	{
		background: #DF9000;
	}
#HomeTopContent
{
	display: none;
	width: 58.4em;
	float: left;
}

#divCenterContent
{
	clear: both;
	margin: 1em 0 0 0em;
	font: normal 1em verdana, sans-serif;
	text-align: left;
	padding: 0 1em 0 2em;
	float: left;/**/
	min-height: 15em;
	/*border-right: 1px solid #aa8b7b;*/
	width: 54.5em;
	background: transparent;
	/*border: 1px solid red;*/
	overflow: visible;
}
#divCenterContentPlaceholderTop
{
	font: normal 75% Georgia, serif;
}

#divCenterContentPlaceholder
{
	font: normal 75% Georgia, serif;/**/
}
.divCenterContentPlaceholderTop
{
	margin: 0.8em 0 0.8em 0;
	color: #333;
	line-height: 1.3em;
	font: normal 75% Verdana, sans-serif;/**/
}
.divCenterContentPlaceholder
{
	margin: 0.8em 0 0.8em 0;
	color: #333;
	line-height: 1.3em;
	font: normal 75% Verdana, sans-serif;/**/
}


/*---------------Footer--------------------*/

#Footer
{
	clear: both;/**/
	float: left;
	margin: 0 0 1em;
	color: #000;
	text-align: center;
	width: 100%;
	background: transparent ;/**/

}
	#Footer img
	{
		padding: 0;
		margin: 0;
	}
	
	#Footer .text
	{
		font: normal 0.75em/1.5em verdana;
	}
	
	#Footer .credits
	{
		font-size: 0.7em;
		color: #891730;
	}
	
	#Footer .rightFooter
	{
		font-size: 0.7em;
		margin-left: 13em;
	}
	
	#Footer a
	{
		color: #666;
		cursor: pointer;
	}
	#Footer a:hover
	{
		text-decoration: underline;
	}
	#Footer a:visited
	{
		
	}
	
	.footerUL
	{
		margin: 0 0 1em;
		padding: 0;
	}
	.footerLI
	{
		display: inline;
		font: bold 0.7em Verdana;
		padding: 0 1em;
		border-right: 1px solid #666;
	}
	
	
	.last
	{
		border: none;
	}
