/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}
body {
	background-image:  url(images/footer_bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FBFCED;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%
}

#contentcontainer {
	position: absolute;
	top: 40px;
	width: 100%;
	height: 80%;
	overflow: auto;
	scrollbar-face-color : #CCCC99;
	scrollbar-shadow-color : #E6E7DC;
	scrollbar-highlight-color : #CCCC99;
	scrollbar-3dlight-color : #E6E7DC;
	scrollbar-darkshadow-color : #CCCC99;
	scrollbar-track-color : #E6E7DC;
	scrollbar-arrow-color : #E6E7DC;
}

#leftcontent {
	position: relative;
	width: 340px;
	text-align: justify;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#leftcontent img {
	margin-left: 20px;
}

#leftcontent a {
	color: #023400;
}

#leftcontent li {
	text-align: left;
	margin-left: 10px;
}

#leftcontent ul {
	margin-bottom: 10px;
}

#logo {
	position: absolute;
	bottom: 9px;
	_bottom: 14px;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	z-index: 100;
}

#banner {
	border: 0;
}

#tree {
	position: relative;
	margin-left: 380px;
	margin-right: 145px;
	margin-top: -197px;
	z-index: 20;
	margin-bottom: -5px;
	_margin-bottom: 0px;
}

#rightcol {
	position: absolute;
	display: inline;
	bottom: 0;
	right: 0px;
	z-index: 10;
	height: 100%
}

#address {
	position: absolute;
	top: 40px;
	right: 0;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #023400;
}

#address a {
	color: #023400;
}

#bonusimage {
	position: absolute;
	top: 120px;
	right: 0;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #023400;
	font-style: italic;
}

#bonusimage img {
	border: none;
}

#navigation {
	position: absolute;
	bottom: 110px;
	_bottom: 101px;
	right: 0;
	text-align: right;
	width: 220px;
}

#navigation img {
	border: none;
	padding-top: 3px;
}

#rightcol li {
	background-color: #CCCC99;
	margin-top: 5px;
	height: 25px;
	list-style-type: none;
	_border-right: 1px solid #000000;
}

#rightcol li a {
	color: #023400;
	text-decoration: none;
	padding-right: 5px;
	font-variant: small-caps;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#topsection {
	position: relative;
	text-align: center;
	margin: auto;
	width: 755px;
	height: 100%;
}

#location {
	text-align: left;
}

#borders {
	border-top: 1px solid #023400;
	border-right: 1px solid #023400;
	width: 755px;
	_width: 753px;
	position: absolute;
	top: 35px;
	left: 0;
}

h1, p, h3 {
	margin: 0;
	padding-bottom: 1em;
}

h3 {
	color: #023400;
}

.hidden {
	display: none;
}

.shown {
	display: block;
}
