/* Global Resetting */
.clear{
	clear:both;
}

body {
	font-family: verdana, arial, sans-serif; 
	padding: 0;
	margin: 0;
	background-color: #8EAE3B;
	background-image: url(../images/background-forrest2.jpg);
	background-repeat: no-repeat;
}

a {
	color: white;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0 0;
	font-family: "Trebuchet MS", "Trebuchet", verdana, arial, sans-serif; 
	color: #D3D394;
}

#breadcrumbs {
	color: #E6E6E6;
	font-size: 80%;		
}

#logo {
	position:absolute;
	left: 96px;
	top: 5px;
	width: 635px;
	height: 117px;
}

#logo img {
	border: 0px;
}

#title {
	position:absolute;
	left: 360px;
	top: 105px;
	font-size:300%;
	font-weight: lighter; 
	color: #D3D394;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", "Trebuchet", verdana, arial, sans-serif; 
	height: 1.25em;
	overflow:hidden;

}

#menu {
	position:absolute;
	left: 48px;
	top: 170px;
	width: 180px;
	background: url(../images/beige60.png) repeat;
	font-size:125%;
	color: #132900;
	padding: 25px;
	
}

#menu a {
	text-decoration:none;
	color: #132900;
}

#menu ul {
	line-height: 1.75em;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li {
	background-image: url(../images/star-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.5em;
}

#menu li li {
	background-image: url(../images/star-bullet2.png);
	line-height: 1.25em;
	margin-left: -0.75em;
	font-size:90%;
}

#menu li li li {
	background-image: url(../images/star-bullet3.png);
	font-size:90%;
}

#content {
	position:absolute;
	left: 335px;
	top: 170px;
	background: url(../images/green60.png) repeat;
	margin-right: 20px;
	padding: 25px 25px 0.5em 25px;
	color:white;
	font-size: 105%;
}

#copyright, #development {
	margin-left: -25px;
	margin-right: -25px;
	text-align: center;
	font-size: 75%;
	padding: 0.25em;	
	margin-top: 0.25em;

}

#development {
	color: #CCCCCC;
	background: url(../images/dark-green40.png) repeat;
}

#development a {
	text-decoration: none;
	color: #CCCCCC;

}

#copyright {
	clear:both;
	color: #E6E6E6;
	background: url(../images/dark-green20.png) repeat;
}

.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.right {
	float: right;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

.wavingflag {
	border: 0px;
	vertical-align: text-bottom;
}

#language {
	margin-top: 145px;
	margin-right: 25px;
	float:right;
	font-size: 80%;
}

#language a {
	text-decoration: none;
}