﻿body 
{
	background-color: #e9e9e9;
	font-size: 80%;
	margin: 0;
	padding: 0;
	min-width: 994px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#Page 
{
	width: 994px;
	margin: 0 auto;
	background: url(images/bgshadow2.gif) center repeat-y;
}

#PagePadding	{ padding: 0 30px; }

#Header 
{
	position: relative;
	height: 170px;
	background: url(images/header-bg3.gif) repeat-x;
}

#HeaderLogo
{
	height: 130px;
	width: 170px;
	float: left;
	margin: 20px 20px 15px 10px;
	background: url(images/GlenwoodEstates.gif) top no-repeat;
}

#Header h1 
{
	position: absolute;
	margin: 0;
	width: 160px;	
	height: 105px;
	top: 0px;
	left: 0px;
}

#Header h1 a 
{
	display: block;
	height: 110px;
}

#Header h1 a span { display: none; }

#Header p { display: none; }

#HeaderBanner 
{
	height: 90px;
	background: url(images/header-bg-orange.gif) top repeat-x #5e85b8;
}

#TopMenu
{
	font-family: serif;	
	position: absolute;
	margin: 5px;
	right: 0px;
	text-align: right;
}
#TopMenu li { display: inline; padding: 0px 5px 2px 5px; border-right: 1px solid #FFFFFF;}

#TopMenu li a
{
	font-size: 11pt;
	color: #FFFFFF;
}

#TopMenu li a:visited, li a:link	{ text-decoration: none; color: #FFFFFF; }
#TopMenu li a.Active	{ color: Yellow; }
#TopMenu li a:hover		{ color: Yellow; text-decoration: underline; }

#MainMenu 
{
	margin: 0px;
	padding: 0px;
	height: 25px;
	background-color: #1F4E80;
	width: 100%;
}	

#MenuNav {
	margin: 0px;
	padding: 0px;
	background: url(images/nav-grad-blue.gif) top repeat-x #e9e9e9;
	float: right;	
}

#MenuNav li { display: inline; }

#MenuNav li a {
	display: block;
	height: 24px;
	float: left;
	padding: 0px 20px 0px 20px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	border-left: 1px solid #7698BC;
	border-top: 1px solid #7698BC;
}

#MenuNav li a
{
	font-size: 13pt;
	color: #FFFFFF;
}

#MenuNav li a:visited	{ text-decoration: none; }
#MenuNav li a:link		{ text-decoration: none; }
#MenuNav li a.Active	{ background: url(images/nav-grad-orange.gif) top repeat-x #FCA15D; border-top: 1px solid #FCA15D;}
#MenuNav li a:hover		{ background: url(images/nav-grad-orange.gif) top repeat-x #1F4E80; border-top: 1px solid #FCA15D; }

#SubMenu
{
	padding: 0px;
	margin: 0px;
	height: 25px;
	background-color: #F76A01;
}

#SubMenuNav {
	margin: 0px;
	padding: 0px;
	float: right;	
}

#SubMenuNav li { display: inline; }

#SubMenuNav li a {
	display: block;
	height: 15px;
	float: left;
	margin-top: 5px;
	padding: 0px 20px 3px 20px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

#SubMenuNav li a
{
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 1px solid White;
}

#SubMenuNav li a:visited	{ text-decoration: none; }
#SubMenuNav li a:link		{ text-decoration: none; }
#SubMenuNav li a.Active		{ color: Yellow; }
#SubMenuNav li a:hover		{ color: Yellow; }

#ContentArea 
{
	position: relative;
	height: 100%;
	width: 100%;
	margin: 5px;
}

#ContentArea .ContentBox 
{
	border: 1px solid black;
	border-top: 0px;
	margin: 7px;
	padding: 0px;
}

#ContentArea .CenteredContentBox
{
	border: 1px solid black;
	border-top: 0px;
	margin: 7px auto;
	padding: 0px;
	text-align: left;
	margin: 7px auto;	
}

#ContentArea .BoxHeader 
{
	background: url(images/nav-grad-blue.gif) top repeat-x #e9e9e9;
	height: 25px;
	color: White;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 1px;
}

#ContentArea .BoxHeader2
{
	background: url(images/nav-grad-orange.gif) top repeat-x #e9e9e9;
	height: 25px;
	color: Navy;
	font-size: 12pt;
	padding-left: 7px;
	padding-top: 1px;
}

#ContentArea .BoxSubHeader
{
	background-color: #DDDDDD; 
}

#ContentArea .BoxContents
{
	padding: 5px;
	background-color: White; 
}

#Footer 
{
	height: 56px;
	background: url(images/nav-green-fade.gif) bottom  repeat-x #e9e9e9;
	border-bottom: 1px solid black;
	text-align:center;
}

#Footer p
{
	margin: 0px;
	padding: 10px;
	color: White;
}

#FooterShadow
{
	width: 994px;
	margin: 0 auto;
	height: 10px;
	background: url(images/footer-shadow2.gif) no-repeat #e9e9e9;
}