@charset "UTF-8";
/* CSS Document */

.constant {
	position: absolute;
	height: 500px;
	width: 153px;
	left: 10px;
	top: 28px;
}

.constant p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	margin-top: 5px;
	color: #666666;
}

#facebook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #0090DD;
}

.constant a:link {
	color: #000000;
	text-decoration: none;
}

.constant a:visited {
	color: #000000;
	text-decoration: none;
}

.constant a:active {
	color: #000000;
	text-decoration: none;
}

.constant a:hover {
	color: #84b335;
	text-decoration: underline;
}

.dynamic a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.dynamic  a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.dynamic  a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.dynamic  a:hover {
	color: #84b335;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

.dynamiclight a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.dynamiclight  a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.dynamiclight  a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.dynamiclight  a:hover {
	color: #84b335;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

.nav {
	position: absolute;
	height: 30px;
	width: 765px;
	top: 100px;
	left: 190px;
}

.nav ul {
	position: relative;
	margin: 0px;
	padding: 0px;
}

.nav li {
	float: left;
	list-style-type: none;
}

.nav a {
	width:700px;
	text-decoration:none;
	text-align:left;
}

.nav a:hover {
	background:black;
}
	
.nav a span {
	display: none;
	text-decoration: none;
}

.nav a:hover span {
	display: block;
	position: absolute;
	top: 35px;
	left: 50px;
	width: 700px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-decoration: underline;
}

.main {
	position: absolute;
	height: 125px;
	width: 760px;
	top: 145px;
	left: 190px;
	z-index: 101;
}

.main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: black;
	margin: 0px;
	padding: 0px;
/* color: #84B335; */
}

.main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.intro {
	position: absolute;
	height: 457px;
	width: 426px;
	top: 284px;
	left: 190px;
	z-index: 97;
}

.intro h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #84B335;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.intro h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: normal;
	text-decoration: underline;
}

.intro h2 a:link {
	color: #000000
}

.intro h2 a:visited {
	color: #000000;
}

.intro h2 a:active {
	color: #000000;
}

.intro h2 a:hover {
	color: #84b335;
}


.intro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.side {
	position: absolute;
	height: 234px;
	width: 340px;
	top: 511px;
	left: 628px;
	z-index: 94;
}
#video {
	float: left;
	height: 110px;
	width: 180px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 25px;
}
#leafsmall {
	float: right;
	width: 139px;
	padding-top: 10px;
}
#leafbottom {
	float: left;
	width: 161px;
	padding-left: 1px;
	padding-top: 1px;
	vertical-align: top;
}

/***********************************************
* VIDEO BOX TEXT
***********************************************/
#videoheader { 
			font-family: Arial, Verdana; 
			font-size: 12px; 
			color: DarkGreen;  
			font-weight: normal; 
			margin-left:3px; 
			text-decoration:none; }

#videoheader a {
			color: DarkGreen;
			font-weight: bold; 	
			text-decoration:none; }

#videoheader a:hover {
			color: Green;
			font-weight: bold; 	
			text-decoration:underline; }
		
#videofooter { 
	font-family: Verdana; 
	font-size: 9px; 
	color: Black;  
	font-weight: bold; 
	text-align: right; 
	text-decoration: none; 
	line-height:15px }

#videofooter a {
			color: Black;
			font-weight: bold; 	
			text-decoration:none; }

#videofooter a:hover {
			color: #666;
			font-weight: bold; 	
			text-decoration:underline; }
