/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #F5FFDC;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #F5FFDC;
}

body {
	
	background: #78952D url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

#content
{
	margin: 0 auto;
	background: #98B74C;
	width: 793px;
	text-align: left;
}

#main
{
width: 793px;
padding-top: 10px;
background: url(images/table_back.gif) repeat-x top;
min-height: 550px;
margin-top:15px;
}


#header {
	height: 299px;
	text-align: right;		
}

#header img {
	height: 299px;
	width: 777px;
	border: 8px solid white;
}

#logo {
height:100px;
left:140px;
padding-right:20px;
position:absolute;
text-align:right;
top:120px;
width:773px;
}

#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 45px;
	color: black;
}

#menu
{
margin: 0 auto;
width: 518px;
height: 40px;
padding-top: 10px;
text-align: center;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 100px;
	height: 23px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 100px;
    height: 30px;
	color: #5C722A;
	text-decoration: underline;
	background: #ffffff;
}




#left
{
	width: 220px;
	margin-left: 20px;
}

#left H3
{
width: 195px;
height: 36px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) repeat-x;
letter-spacing: 0.04em;
}

#left ul {
	list-style: none;
	margin-bottom: 10px;
	background: url(images/title_back.gif) repeat-x top;
}


#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	background: none;
}


#left a {
	color: #F5FFDC;
	text-decoration: none;
	font-size: 17px;
}

#left a:hover {
	color: #F5FFDC;
	text-decoration: underline;
}

#left a:visited {
	color: #F5FFDC;
}

#left p
{
padding: 10px;
}

#right
{
float: right;
width: 510px;
padding-right: 20px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #F5FFDC;
}

#right a
{
color: #F5FFDC;
text-decoration: none;
}

#right a:hover
{
color: #F5FFDC;
text-decoration: underline;
}

#right a:visited
{
color: #F5FFDC;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #F5FFDC;
}

#right ol, #right ul
{
margin-left: 30px;
}

#report {
	padding: 100px;
}

#map {
	padding: 50px;
}

#contact {
	padding: 125px;
	font-size: 20px;
}

#footer {
	height: 49px;
	width: 793px;
	clear: both;
	padding-top: 30px;
	background: url(images/footer.gif) repeat-x bottom;
	border-top: 4px solid #918E48;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}