@charset "utf-8";

/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.clear {
	clear: both;
}

#first_line {
	height: 5px;
	background: #7E7365;
}

#header {
	display: block;
	width: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	background-position: center 5px;
}

#header_logo {
	border: 0 none;
	display: block;
	float: none;
	height: 113px;
	margin: 0 auto;
	text-align: center;
	width: 977px;
	background: transparent url(../images/header_image.jpg) repeat-x scroll
		center top;
}

#search_box {
	float: right;
	margin-right: 13px;
	width: 218px;
}

#search_box a {
	color:#FFFFFF;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left:6px;
	text-decoration:none;
}

#menu_holder {
	background: transparent url(../images/menuback.jpg) repeat-x scroll
		center bottom;
	display: block;
	width: 100%;
}

#navmenu {
	display: block;
	margin: 0 auto;
	width: 971px;
	background: transparent url(../images/ulback.jpg) repeat-x scroll center
		bottom;
}

#menu_line {
	background: #95B027 none repeat scroll 0 0;
	height: 5px;
}

#center_content {
	background: transparent url(../images/center_content.jpg) repeat-x
		scroll center top;
}

#main_content {
	margin: 0 auto;
	min-height: 500px;
	padding-bottom: 10px;
	padding-top: 30px;
	width: 971px;
}

h1 {
	color: #6F912C;
	font-family: Trebuchet MS;
	font-size: 30px;
}

ol, ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

#footer {
	background: transparent url(../images/footer_back.jpg) repeat-x scroll
		left bottom;
	border: 0 none;
	display: block;
	float: none;
	height: 104px;
	margin: 0 0 0;
	width: 100%;
	bottom: 0px;
	text-align: center;
	padding-top: 20px;
}

#footer p {
	color: #3F540C;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 40px;
}