@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color: #454545;
	height:100%;

  
}
html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}
html>body, html>body #container {
	height: auto;
	}
* {
  margin:0;
  padding:0;
}

#wrap_header {
	height: 300px;
	background-image:url(../images/green_bkgd.jpg);
	background-repeat:repeat-x;
	
}
#header {
	width:900px;
	background-color:#4F9B3C;
	text-align:center;
	height:30px;
	background-position:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	padding-top:6px;
	letter-spacing: .2em;
}
#logo {
	width:900px;
	margin-top:55px;
}
#container {
	width:900px;
	background-color:#ffffff;
	text-align:left;
	height:100%;
	background-position:center bottom;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4F9B3C;
	border-bottom-color: #4F9B3C;
	border-left-color: #4F9B3C;
	background-image: url(../images/leaf_bottom.jpg);
	background-repeat: no-repeat;	
	padding-bottom:50px;	
}

#content{
	width: 900px;
	text-align:left;
	padding: 15px;	
	padding-right:10px;
}
#nav{
	width:920px;
	margin-top:49px;
	background-position: center bottom;
	vertical-align: bottom;
}
#wrap_body {
	background-color:#454545;
	background-image:url(../images/black_bkgd2.jpg);
	background-repeat:repeat-x;
	
}
/* --------------------------
Footer 
----------------------------- */  
#wrap_footer {
	width:900px;
	background-position:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	
}
#wrap_footer a{
	color:#ebf3c2;
	text-decoration:underline;
}
#wrap_footer a:visited{
	color:#ebf3c2;
	text-decoration:underline;
}
#wrap_footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#wrap_footer a:active{
	color:#ebf3c2;
	text-decoration:underline;
}

/* --------------------------
TEXT SYTLES
----------------------------- */  
p{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	padding-right:20px;
}	
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #4F9B3C;
	font-weight: normal;
}
h2{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	color: #4F9B3C;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
ul{
	margin-left: 25px;
}

