@charset "UTF-8";

a {
	color:#149C15;
	text-decoration:none;
}
a:hover {
	color:#38689F;
}
#navigation a {
	display: block;
	width: 126px;
	height:40px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS";
	border-bottom: 2px solid #452200;
}


#wrap #navigation {
	width:882;
	height: 50px;
	text-align:center;
}
#navigation a:hover, #navigation a.active  {
	color:#000000;
	background: url(images/nav_grass.png) bottom no-repeat;
	height: 40px;
	border-bottom: 2px solid #452200;
}
#wrap #header {
	background: url(images/header.jpg) top center no-repeat;
	width: 882px;
	height: 180px;
}


#wrap #logo {
/*	position: relative;
 	background: url(images/header.jpg) top center no-repeat;  */
	display: block;
	width: 882px;
	height: 180px;    
}
#wrap #logo a {
	position: absolute;
 	background: url(images/header2.jpg) no-repeat;
	width: 882px;
	height: 180px;   
	text-indent: -9000px;    
 	top: 0px;
	left: 71px;   
	border: none;
 	z-index: 2;
	overflow: visible;
}

#wrap {
	width: 882px;
	margin:0px auto;
}
body {
	margin:0;
	padding:0;
	background: url(images/top-bg.png) repeat-x left top;
	font:"Trebuchet MS", Arial 14px;
}
#wrap #content-wrap {
	float: left;
	width: 882px;
}
#wrap #content-wrap #left-content {
	float: left;
	width: 200px;
	margin: 7px 0 0 0;
}
#content-wrap #main-content {
	float: left;
	width: 670px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	margin: 0;
}
#wrap #flash {
	clear: both;
	width: 883px;
	height: 420px;
	text-align: center;
}
#footer {
	text-align: center;
	margin:0;
	margin-top: 20px;
	background-image: url(images/top-bg.png);
	background-position: bottom;
	padding:0;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	clear: left;
	width: 100%;
}
#wrap #content-wrap #left-content h2 {
	background-image: url(images/lefth3.png);
	display: block;
	height: 30px;
	width: 190px;
	text-align: center;
	color: #ffffff;
}
h1 {
	color: #019402;
	 
}
.green {
	color: #149C15;
}
.green-bold {
	color: #149C15; font-weight: bold;
}

#wrap #content-wrap #left-content li {
	list-style-type: square;
	margin-bottom:10px;
}
#wrap #content-wrap #left-content h2 a {
	color: #FFFFFF;
}
.images img {
	margin: 7px;
	border: 2px #111111 solid;
}
.right {
	text-align: right;
	display: block;
	float: right;
}
.left {
	text-align: left;
	display: block;
	float: left;
}
.clear {
	clear: both;
}
#main-content #group {
	display: block;
	width: 100%;
	height: 200px;
}
#main-content #group img {
	border: 2px solid #000000;
	margin: 0px;
	margin-left: 10px;
}
.home {
	display:block;
	margin: 10px;
	width: 300px;
	float: left;
}
.home2 {
	display:block;
	margin: 5px 10px 18px 10px;
	width: auto;
	float: left;
}
.small {
	font-size: 12px;
}
.center {
	text-align: center;
	display: block;
}
.images h2 {
	color: #019402;
}
#main-content .images {
	text-align: center;
}

img.border-pad { padding: 8px; border: 2px solid #999; }