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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {
	list-style:none;
}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
html {}
body {
	background-color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
html, body { margin:0 0 1px 0;
height:100%; }
a:link, a:visited {
	color: #006633;
}
a:hover {
	color: #CCCCCC;
}
h1 {
	font-size: 14px;
	color: #69491f;
	font-weight: 900;
}
h2 {
	color: #397E3D;
	font-size: 20px;
	margin: 20px 0 0 5px;
}
h3 {
	color: #a1bf3d;
	font-weight: 900;
}
h6 { font-size: 24px;}
hr {
	color: #a1bf3d;
	clear: both;
	background-color: #a1bf3d;
	height: 2px;
	border: 0px;
}
p {
	color: #666666;
}
strong { font-weight: 900;}
.clear { clear: both;}
.clear_left { clear: left;}
.clear_right { clear: right;}

/* Basic layout */
#topbar {
	height: 12px;
	background-color: #a1bf3d;
	position: relative;
	width: 100%;
}
#bg1 { background-image: url(../images/bggrad.jpg); background-repeat: repeat-x; background-position: top; background-color: #ecf3d4;}
#bg2 { background: url(../images/bg.png) no-repeat scroll center 0 transparent;}
#wrapper {
	width: 1024px;
	margin: 0 auto;
}
#contentwrap {
	background-color: #FFFFFF;
	width: 917px;
	margin: 0 auto;
	padding-left: 55px;
	padding-right: 45px;
}
#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 901px;
	height: 235px;
	margin: 0;
	border-bottom: 6px solid #a1bf3d;
	background-position: left top;
}
.pagewide {
	margin: 0;
	width: 901px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 2px solid #d8e4b0;
}
.pagewide_notopborder {	
	margin: 0;
	width: 901px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	}
#footer1 {
	width: 50px;
	background-color: #333333;
	width: 100%;
	height: auto;
}
#footer {}
#footer2 {
	width: 50px;
	background-color: #222222;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #CCCCCC;
	padding-top: 20px;
	display: block;
	bottom: 0px;
}
	
/* Txt Styles */
.green {color: #397E3D;}
.italic { font-style: italic;}
.ingres {
	color: #397E3D;
	font-size: 24px;
	padding: 20px 0 20px 0;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
}
.photo_left{
	float: left;
	border-right: 1px dashed #CCC;
	padding-right: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}
#footer1 h2, #footer1 h6, #footer1 p, #footer1 a:link, #footer1 a:visited  {
	color: #98b43b;
	padding: 0px;
	margin: 0px;
}
#footer1 h2 {
	font-size: 14px;
	font-weight: 900;
}
.footertxtwrap {
	width: 970px;
	margin: 0 auto;
	border-top: 4px solid #a1bf3d;
	padding: 35px 50px 35px 0px;
}
#footertxt {
	border-left: 1px dashed #666;
	padding: 10px 0 10px 60px;
}
.pagewide a:hover { filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;}
