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

/* normalization */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of normalization */


body {
	/* background: url(../images/bkg_body.png) repeat; */
	background: #3c6f75 url(../images/bkg_turqPattern.png) no-repeat;
	margin: 0 auto 20px 20px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #614328;
	font-size: 14px;
	line-height: 1.1em;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #ac2813;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #c35801;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #4c96a2;
}

p {
	color: #614328;
	font-size: 12px;
}

a {
	color: #4c96a2;
}

a:hover {
	color: #9c5188;
}

ul {
	list-style: none;
}

li {
	margin: 4px 0 4px 20px;
}

.green {
	color: #2e9566;
}

#wrapper {
	width: 1058px;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 187px;
	background: url(../images/header_bkg.png) no-repeat top center;
}

.inside #header {
	height: 187px;
	background: url(../images/bkg_header.png) no-repeat top center;
}

#menuBar {
	height: 18px;
	padding-top: 2px;
	background: url(../images/bkg_menuBar.png) no-repeat top center;
	text-transform: uppercase;
}

#plankBar {
	height: 59px;
	background: url(../images/plank_text.png) no-repeat top center;
}

.inside #plankBar1 {
	height: 60px;
	background: url(../images/bkg_plank.png) no-repeat top center;
}

.inside #plankBar {
	height: 60px;
	background: url(../images/bkg_plankNONAIL.png) no-repeat top center;
}

#content {
	margin: 0 auto;
	width: 1058px; /* was 940px */
	height: 100%;
	background: url(../images/bkg_content.png) repeat-y center;
	/* padding: 10px; */
}

#content p {
	color: #614328;
	font-size: 14px;
}

#content form.ddfm .fmfullblock p.fieldwrap {
	font-size: 11px;
	color: #606060;
}

#content form.ddfm .fmfullblockverf p.fieldwrap {
	color: #ec0031;
	font-size: 11px;
}

#quikLinks {
	float: right;
	height: 20px;
	padding-right: 60px;
	font-weight: bold;
	font-size: .95em;
	text-transform: uppercase;
}

#quikLinks a {
	text-decoration: none;
	color: #c31c01;
}

#quikLinks a:hover {
	color: #000000;
}

.sign.groups {
	background: url(../images/frame_hanging.png) no-repeat;
	margin: -15px 12px 4px 0px;
	float: left;
	height: 170px;
	width: 276px;
	
}

.sign.fieldTrips {
	background: url(../images/frame_fieldTrips.png) no-repeat;
	margin: -15px 12px 4px 0px;
	float: left;
	height: 170px;
	width: 276px;
	
}

.sign.planVisit {
	background: url(../images/frame_planVisit.png) no-repeat;
	margin: -15px 12px 4px 0px;
	float: left;
	height: 170px;
	width: 276px;
	
}

.sign.aboutUs {
	background: url(../images/frame_AboutFarmers.png) no-repeat;
	margin: -15px 12px 4px 0px;
	float: left;
	height: 170px;
	width: 276px;
	
}

.introText {
	font-weight: bold;
	margin-right: 100px; 
}

.titleBar {
	width: 830px;
	margin: -15px 0 20px -60px;
	float: right;
	text-align: left;
}

.window {
	padding: 0px 0 0 60px;
	margin-right: 10px;
	width: 290px;
	height: 386px;
	float: left;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.leftHalf {
	width: 44%;
	float: left;
	clear: left;
	margin: 0;
	padding: 0px 6px 10px 60px;
	text-align: left;
}

.rightHalf {
	width: 43%;
	float: right;
	margin: 0;
	padding: 0px 60px 10px 6px;
	text-align: left;
}

.rightSide {
	float: right;
	clear: none;
	width: 600px;
	margin: 0;
	padding: 0px 60px 10px 6px;
	text-align: left;
}

.leftSidebar {
	float: left;
	clear: left;
	width: 325px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 60px;
}

.insideBar {
	background: url(../images/bkg_parchPaper_MID.png) repeat-y top center;
	width: 272px;
	margin: 0 auto;
	padding: 0 26px;
}

.rightThird {
	float: right;
	clear: none;
	width: 28%;
	margin: 0 60px 0 0;
	padding: 8px;
	text-align: left;
}

.leftTwoThirds {
	float: left;
	clear: left;
	width: 59%;
	padding: 10px 0 10px 60px;
	text-align: left;
	margin: 0;
}

.rightTwoThirds {
	float: right;
	clear: none;
	width: 59%;
	padding: 10px 60px 10px 0;
	text-align: left;
	margin: 0;
}

.leftThird {
	float: left;
	clear: none;
	width: 28%;
	margin: 0 0 0 60px;
	padding: 8px;
	text-align: left;
}

.centrThird {
	float: left;
	clear: none;
	width: 26.5%;
	margin: 0 0 0 6px;
	padding: 8px;
	text-align: left;
}

.midThird {
	float: left;
	width: 34%;
	margin: 0;
	padding: 10px 6px;
	text-align: left;
}

.fullWidth {
	width: 88%;
	margin: 10px auto;
	padding: 0 60px;
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

#footer {
	height: 97px;
	background: url(../images/bkg_footer.png) no-repeat top center;
	margin: 0 auto;
}

#footer p {
	font-size: 11px;
	line-height: 1.3em;
	color: #f3dbb6;
	padding: 20px 0 0 100px;
}

#footer a {
	font-size: 11px;
	line-height: 1.3em;
	text-decoration: none;
	color: #F93;
}

#footer a:hover {
	color: #f3dbb6;
}

#ace1table {
	margin: 0px auto 0;
	padding: 0px 0 0 0;
	height: 17px;
	text-align: center;
}

#ace1table a {
	padding: 4px 0 0 0;
}

/* start of php section items */

.phpbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #464e25;
	padding: 2px;
	margin: 0 auto;
}

.phpbox ul {
	text-align: center;
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.phpbox li {
	display: block;
	padding: 5px 0;
	margin:0px;
}

.phpbox a:link, .phpbox a:visited {
	color: #464e25;
	text-decoration: none;
	font-weight: bold;
}

.phpbox a:hover {
	color:#000000;
	text-decoration: none;
}

.phpbox a:focus, .phpbox a:active {
	color: #464e25;
	text-decoration: none;
}
/* end of php section items */
