body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index:1;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	background: #4E5819;
}
#top {
	width: 100%;
	height: 249px;
	background-image: url(topleft.jpg);
	background-repeat: repeat-x;
}
#topmiddle {
	width: 1262px;
	height: 249px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(topcenter.jpg);
	background-repeat: none;
}
#topmenu {
	width: 475px;
	position: relative;
	left: 550px;
	top: 54px;
	float: left;
	color: #BBBBBB;
	font-size: 110%;
}
.menuitem a {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	width: 95px;
	height: 60px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #BBBBBB;
}
.menuitem a:hover {
	color: #FFFFFF;

}
.menuitemactive {
	width: 95px;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF
}
#middle {
	width: 100%;
	background: #FAFAFA;
	margin: 0px;
	padding: 0px;
}
#middlemiddle	{
	width: 1262px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -50px;
	background-image: url(middlecenter.jpg);
	background-repeat: repeat-y;

}
#sidebar {
	width: 300px;
	text-align: right;
	min-height: 500px;
	position: relative;
	left: 185px;
	top: -40px;
	float: left;
	font-weight: bold;

}
#sidebar p {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.submenuitem {
	text-align: right;
	vertical-align: middle;
	width: 150px;
	margin: 0px;
	padding: 9px 9px 9px 0;
	line-height: 120%;
	border-top: 1px dotted #777777;
	float: right;
	clear: both;
}
.submenuitem a {
	display: block;
	vertical-align: middle;
	text-decoration: none;
	color: #777777;	
}
.submenuitem a:hover {
	color: #333333;
}
.submenuitemactive {
	text-align: right;
	vertical-align: middle;
	width: 150px;
	margin: 0px;
	padding: 9px 9px 9px 0;
	line-height: 120%;
	border-top: 1px dotted #777777;
	float: right;
	clear: both;
	color: #333333;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
	position: relative;
	left: 275px;
	top: -85px;
	float:left;
	color: #555555;
}
#rightbar {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	position: relative;
	left: 360px;
	top: -40px;
	float:left;
	color: #555555;
}
#content a {
	text-decoration: underline;
	color: #617321;
}
a img {
	text-decoration: none;
	border: 0px;

}
.title {
	text-transform: uppercase;
	font-size: 150%;
	font-weight: bold;
	color: #617321;
	line-height: 130%;
}
h1 {
	text-transform: uppercase;
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-style: italic;
}
address {
	font-style: normal;
	font-size: 100%;
}
#content a:hover {
	color: #8EA82E;
}

.clr {
	clear:both;
} 
#bottom {
	margin-top: -120px;
	width: 100%;
	height: 211px;
	background-image: url(bottomleft.jpg);
	background-repeat: repeat-x;
}
#bottommiddle {
	width: 1262px;
	height: 211px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(bottommiddle.jpg);
}
.bottomref1 a {
	display: block;
	position:relative;
	width: 100px;
	height: 25px;
	top: 118px;
	left: 1100px;
}
/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

#EmailForm label input {
	position: inherit;
	left: auto;
}


