@charset "utf-8";
body {
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	background: #777777;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
}
#container {
	width: 801px;
	margin: 0 auto; 
	border: none;
	border-width: 0 0 0 0;
	padding: 0 0 0 0;
	background: #0B4719;
	text-align: left; 
}
#header {
	height: 53px;
	margin: 0 0 0 0; 
	padding: 6px 10px 0 0; 
	border-width: 0 0 0 0;
	background: #0B4719;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Century Schoolbook", Garamond, "Times New Roman", serif;
	font-size: xx-large;
	font-variant: small-caps;
	letter-spacing: 4px;
}

/* elements for left side of page, including menu */
#sidebarleft {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 174px;
	height: 500px;  
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	background: #698F59;
}
#sidebarlefttop {
	width: 100%;
	height: 151px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	text-align: center;
}
#sidebarleftmid {
	width: 100%;
	height: 234px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}
#sidebarleftbot {
	width: 100%;
	height: 110px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}
#menupanel {
	width: 173px;
	font-variant: small-caps;
	font-family: Georgia, "Century Schoolbook", Garamond, "Times New Roman", serif;
	letter-spacing: 3px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}
#menupanel a span {
	display: none;
}
#menupanel a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menupanel a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menupanel a:hover {
	color: #000000;
}
#menupanel a:hover span {
	display: block;
	position: relative;
	top: 0px;
	left: 120px;
	width: 260px;
	border: thin #000000 solid;
	margin: 10px;
	padding: 5px;
	z-index: 100;
	color: #000000;
	background: #FFFFCE;
	font: Georgia, "Century Schoolbook", Garamond, "Times New Roman", serif;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}
.menubutton {
	height: 22px;
	width: 156px;
	margin: 7px 9px 7px 9px;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	color: #FFFFFF;
	background: #0B4719;
	text-align: center;
	text-decoration: none;
}
.activemenubutton {
	height: 22px;
	width: 156px;
	margin: 7px 9px 7px 9px;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	color: #698F59;
	background: #0B4719;
	text-align: center;
	text-decoration: none;
}

/* Elements for the center section */
#mainContent {
	float:left;
	width: 452px;
	height: 500px;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	background: #698F59;
}
#maincontenttop {
	width: 452px;
	height: 137px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}
#maincontentmid {
	width: 432px;
	height: 250px;
	margin: 0 0 0 0;
	padding: 0px 10px 2px 10px;
	border-width: 0 0 0 0;
	background: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Century Schoolbook", Garamond, "Times New Roman", serif;
	overflow: auto;
}
#maincontentbot {
	width: 452px;
	height: 113px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}
#maincontentfull{
	width: 432px;
	height: 363px;
	margin: 0 0 0 0;
	padding: 0px 10px 0px 10px;
	border-width: 0 0 0 0;
	background: #FFFFFF;
	text-align: left;
	font-family: Georgia, "Century Schoolbook", Garamond, "Times New Roman", serif;
	overflow: auto;
}
#maincontentmap {
	width: 452px;
	height: 500px; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	background: #FFFFFF;
}

/* Elements for the right side */
#sidebarright {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 174px;
	height: 500px;  
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-width: 0 0 0 0;
	background: #698F59;
}
#sidebarrighttop {
	width: 100%;
	height: 90px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	color: #FFFFFF;
	font-family: Georgia, "Century Schoolbook", Garamond, "Times New Roman", serif;
	font-size:14px;
	font-variant: small-caps;
	letter-spacing: 3px;
}
#sidebarrightmid {
	width: 100%;
	height: 295px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}
#sidebarrightbot {
	width: 100%;
	height: 110px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}
.sidebarquarter {
	width: 100%;
	height: 125px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}
.sidebarhalf {
	width: 100%;
	height: 249px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}

#footer {
	height: 48px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0; 
	border-width: 0 0 0 0;
	background: #0B4719;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Century Schoolbook", Garamond, "Times New Roman", serif;
	font-size: x-large;
	font-variant: small-caps;
	letter-spacing: 3px;
}

#footer2 {
	height: 48px;
	margin: 0 0 0 0;
	padding: 10px 0 0 10px; 
	border-width: 0 0 0 0;
	background: #0B4719;
	color: #FFFFFF;
	font-family: Georgia, "Century Schoolbook", Garamond, "Times New Roman", serif;
	font-size: x-large;
	font-variant: small-caps;
	letter-spacing: 3px;
}
#aeriepartners {
	height: 20px;
	text-align: center;
	font-family: Georgia, "Century Schoolbook", Garamond, "Times New Roman", serif;
	font-size: small;
	font-variant: small-caps;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}

/* Miscellaneous classes for reuse */
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.centertext {
	text-align: center;
	text-decoration: none;
}

/* Redefine tag default behaviors */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0B4719;
	
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
li	{
	padding-bottom: 10px;
}

