﻿*
{
	margin: 0;
	padding: 0;
}
html, form
{
	width: 100%;
	height: 100%;
}
body 
{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica Sans-Serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
	text-align: center;
}
img
{
	border: none;
}
a
{
	text-decoration: none;
	color: #6d4139;
}
a:hover
{
	color: #7fc241;
	text-decoration: none;
}
#Wrapper
{
	width: 800px;
	margin: auto;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
#InnerWrapper
{
	width: 800px;
	text-align: left;
	min-height: 100%;
	height: 100%;
	position: relative;
}
#Header
{
	padding-left: 60px;
	padding-right: 20px;
	padding-bottom: 17px;
	padding-top: 27px;
	position: relative;
	background-color: #dfeaf7;
}
#Main
{
	padding-bottom: 20px;
	background: #ffffff url('../images/background.jpg') repeat-x left top;
	position: relative;
	min-height: 100%;
	height: 100%;
}
#BackgroundPlate
{
	background: #e7f0f9 url('../images/background_plate.jpg') repeat-x left top;
	left: 32px;
	top: 50px;
	width: 400px;
	min-height: 280px;
	position: relative;
	line-height: 16px;
	padding: 25px;
	z-index: 10;
	margin-bottom: 140px;
}
#BackgroundPlate ul
{
	padding-left: 20px;
}
.BigHeader
{
	color: #7fc241;
	font-size: 2em;
	display: block;
	padding-bottom: 14px;
	line-height: 26px;
}
.SmallHeader
{
	color: #6d4139;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding-bottom: 8px;
}
.Line
{
	line-height: 0px;
	height: 1px;
	width: 100%;
	display: block;
	min-height: 1px;
	background-color: #6d4139;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0px;
}
.Caption
{
	width: 260px;
	display: block;
	margin-top: 5px;
}
#Image
{
	z-index: 20;
	position: absolute;
	left: 502px;
	top: 50px;
}
.BookForm
{
	background-color: #dfeaf7;
	padding: 10px;
	color: #6d4139;
	font-weight: bold;
}
.EducationForm
{
	background-color: #dfeaf7;
	padding: 10px;
	color: #6d4139;
	font-weight: bold;
}
.BookFormThanks
{
	background-color: #dfeaf7;
	padding: 10px;
	color: #6d4139;
	font-weight: bold;
	text-align: center;
}
.EducationFormThanks
{
	background-color: #dfeaf7;
	padding: 10px;
	color: #6d4139;
	font-weight: bold;
	text-align: center;
}
.Input
{
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica Sans-Serif;
	font-size: 11px;
}
.Button
{
}
#Tree
{
	z-index: 20;
	position: absolute;
	left: 471px;
	top: 56px;
}
#TreeExtension
{
	position: absolute;
	bottom: 0;
	top: 437px;
	left: 600px;
	width: 45px;
	line-height: 1em;
	height: expression(document.getElementById("InnerWrapper").clientHeight-537);
	background-color: #451003;
	z-index: 11;
}
#Footer
{
	position: absolute;
	bottom: 0;
	width: 800px;
	height: 53px;
	background-color: #7fc241;
	z-index: 40;
}
#FooterInfo
{
	position: absolute;
	left: 190px;
	top: 10px;
	color: White;
	font-size: 0.8em;
}
#FooterInfo a
{
	color: White;
	text-decoration: none;
}
#FooterInfo a:hover
{
	color: White;
	text-decoration: underline;
}
#TopMenu /* ul */
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#TopMenu a
{
	padding: 0;
	margin: 0;
}
#TopMenu li
{
	display: inline;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
	padding-right: 12px;
}
.LastMenuItem
{
	padding-right: 0px;
}
* html TopMenu a { 	height: 1px; }
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix 
{
	display: inline-table;
}
/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */


