/* -------------- defaults -------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #FFF url(../images/main_bg.gif) 0 92px repeat-x;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 0;
	list-style: none;
}

fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	width: 320px;
}

img {
	border: 0;
}

a {
	border: 0;
	outline: 0;
	color: #333;
	text-decoration: underline;
}

/* -------------- end defaults -------------- */

/* -------------- start styles -------------- */

#Wrapper {
	width: 960px;
	margin: 0 auto;
	background: transparent url(../images/leafs.gif) bottom right no-repeat;
	position: relative;
	height: 1%;
}

#LeafWrapper {
	background: transparent url(../images/nav_bg.gif) top left no-repeat;
	position: relative;
	height: 1%;
}

#Header {
	width: 100%;
	height: 90px;
	background: none;
}

#Header h1 {
	background: transparent url(../images/header.gif) top left no-repeat !important;
	width: 850px;
	height: 72px;
	text-indent: -3000px;
	margin: 10px 0 0 10px;
}

#NavCol {
	width: 170px;
	float: left;
	height: 100%;
}

#NavColContent {
	background: transparent url(../images/nav_bg_alt.gif) top left no-repeat;
	height: 420px;
}

#NavColContent ul {
	padding: 150px 0 0 0;
	width: 170px;
	text-align: center;
}

#NavColContent li {
	list-style: none;
	background: #39211c;
	padding: 9px 0 7px 0;
	margin: 0 0 3px 0;
	color: #FFF;
	border-bottom: 2px solid #0d0800;
	border-left: 2px solid #0d0800;
	-moz-border-radius: 5px;
}

#NavColContent a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#FlashHeader {
	height: 200px;
	float: left;
}

#FlashTree {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: normal;
	padding: 0;
	margin: 0;
	height: 500px;
}

#Content {
	float: left;
	padding: 30px 0 30px 40px;
	font-size: 110%;
	line-height: 150%;
	color: #666;
	width: 750px;
	vertical-align: bottom;
	position: relative;
}

#Content p {
	padding: 0 0 40px 0;
}

#ContentWrap {
	width: 410px;
	float: left;
}

.ImageRight {
	float: right;
	padding: 0 0 10px 10px;
}

h2  {
	color: #ba8800;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	font-weight: bold;
	line-height: 90%;
}

h3  {
	color: #9a0600;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	font-weight: bold;
	line-height: 90%;
}

h4  {
	color: #7b0b00;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	font-weight: bold;
	line-height: 90%;
}

fieldset p {
	padding: 0 0 10px 0 !important;
}

label {
	font-weight: bold;
}









