/* sitewide formatting */
img {
	border: none;
}

/* positioning */
.centered {
	text-align: center;
}
.vertical {
	vertical-align: middle;
}
.left {
	position: relative;
	float: left;
}
.lmargin {
	margin-left: 1em;
}
.right {
	position: relative;
	float: right;
}
.rmargin {
	margin-right: 1em;
}
.bmargin {
	margin-bottom: 1em;
}
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}
p.left {
	text-align: left;
}

/* text styles */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.error_message {
	color: #f00;
	font-weight: bold;
}
.indented {
	margin-left: 3em;
}

/* text sizes */
.large {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
}
.medium {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
.small {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
}

/* text colors */
.red {
	color: #f00;
}

/* document types */
.pdf {
	color: #f00;
	background: url(../images/icon_pdf.gif) left top no-repeat; 
    padding-left: 2.25em;
}
.doc {
	color: #00f;
	background: url(../images/icon_doc.gif) left top no-repeat; 
    padding-left: 2.25em;
}
.xls {
	color: #146314;
	background: url(../images/icon_xls.gif) left top no-repeat; 
    padding-left: 2.25em;
}
.ppt {
	color: #f00;
	background: url(../images/icon_ppt.gif) left top no-repeat; 
    padding-left: 2.25em;
}
.phone {
	background: url(../images/icon_phone.png) left top no-repeat; 
    padding-left: 1.15em;
}
.fax {
	background: url(../images/icon_fax.png) left top no-repeat; 
    padding-left: 1.15em;
}


/* copyright link (at bottom) */
a.copyright {
	font: normal 8pt arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
a:hover.copyright {
	text-decoration: underline;
}

/* validation footer */
p#validation {
	clear: both;
}

/* home icon */
div#home_icon {
	position: absolute;
	z-index: 2;
	top: 0.25em;
	left: 0.25em;
	width: 70px;
	height: 70px;
	background: url(../images/home.png) left top no-repeat;
}
div#home_icon img {
	display: block;
	width: 100%;
	height: 100%;
}

/* home icon 2 (upper-right corner) */
div#home_icon_2 {
	position: relative;
	float: right;
	z-index: 2;
	width: 65px;
	height: 65px;
	background: url(../images/home2.png) left top no-repeat;
}
div#home_icon_2 img {
	display: block;
	width: 100%;
	height: 100%;
}

/* breadcrumbs */
/* NOTE: needs more (browser-specific) css elsewhere */
div#breadcrumbs {
	font: normal 0.8em arial, helvetica, sans-serif;
	width: 100%;
	max-width: 85.15625em;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
div#breadcrumbs_leftcorner {
	width: 4.296875em;
	height: 3.046875em;
	float: left;
}
div#breadcrumbs_rightcorner {
	width: 4.296875em;
	height: 3.046875em;
	float: right;
}
div#breadcrumbs_center {
	text-align: left;
	line-height: 3.046875em;
	margin: 0 4.296875em 0 4.296875em;
}
div#breadcrumbs_content {
	height: 1.953em;
	line-height: 2.03125em;
	padding-bottom: 1.09375em;
}
div#breadcrumbs_content img#logo {
	float: left;
	padding-top: 0.3125em;
	margin-right: 0.5em;
}

/* plain formatting for pop-over forms and such */
div#plain {
	text-align: left;
	background-color: #fff;
	font: normal 0.8em arial, helvetica, sans-serif;
	}
	
/* box to make an image float behave in a list */
div.imagebox {
	height: 1%;
	position: relative;
	overflow: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* drop shadows */
/* main content area */
table.shadow {
	width: 100%;
}
table.shadow td {
	border: none;
	vertical-align: top; 
}
td.shadow_tl {
	background-image: url(../images/mfb/shadow_tl.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
td.shadow_top {
	background-image: url(../images/mfb/shadow_top.png);
	background-repeat: repeat-x;
	height: 13px;
}
td.shadow_tr {
	background-image: url(../images/mfb/shadow_tr.png);	
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
td.shadow_left {
	background-image: url(../images/mfb/shadow_left.png);
	background-repeat: repeat-y;
	width: 13px;
}
td.shadow_right {
	background-image: url(../images/mfb/shadow_right.png);
	background-repeat: repeat-y;
	width: 13px;
}
td.shadow_bl {
	background-image: url(../images/mfb/shadow_bl.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
td.shadow_bottom {
	background-image: url(../images/mfb/shadow_bottom.png);
	background-repeat: repeat-x;
	height: 13px;
}
td.shadow_br {
	background-image: url(../images/mfb/shadow_br.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}

/* browser upgrade bar */
div#browser_upgrade {
	font-weight: bold;
	background-color: #aaf;
	border: 2px dashed #22f;
	margin: 0 auto;
	padding: 1em;
	position: relative;
	z-index: 50;
}/* dark green: #415723 */
/* light green: #8b9f6b */
/* very light green: #c7d7b8 */
/* light red: #ee7777 */
/* very light red: #edbaba */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/mfb/dash.png) repeat;
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	text-align: center;
	font-size: large;
	margin-top: 0;
	padding-top: 1.1em;
}
h2 {
	font-size: medium;
}

/* hr div */
div.hr {
	color: #415723;
	background-color: #415723;
	width: 90%;
	height: 0.25em;
	border: 0;
	margin: 0 auto;
	}
div.hr hr {
	display: none;
	}
	
/* main div - contains everything */
div#page {
	width: 100%;
	max-width: 77.8125em;
	margin: 0 auto;
	font: normal 0.8em arial, helvetica, sans-serif;
	}
td.shadow_middle {
	background: #fff url(../images/mfb/left_bg.png) repeat-y top left;
}
div#page_nobg {
	width: 100%;
	max-width: 77.8125em;
	margin: 0 auto;
	font: normal 0.8em arial, helvetica, sans-serif;
	}

/* banner graphic with "resizing" background */
div#banner {
	display: block;
	text-align: left;
	height: 5.859375em;
	background: #415723 url(../images/mfb/banner_bg.jpg) no-repeat top right;
}
/* banner_link */
div#banner_link {
	position: absolute;
	display: block;
	margin: 1.25em 0 0 0.625em;
	width: 19.609375em;
	height: 3.28125em;
}
div#banner_link img {
	display: block;
	width: 19.609375em;
	height: 3.28125em;
}

/* left column div */
div#left_column {
	background-color: #415723;
	float: left;
	text-align: center;
	width: 12.03125em;
	margin: 0;
	padding: 0;
}
/* center column div (white) */
div#center_column {
	position: relative;
	margin-left: 12.03125em;
	padding: 0;
}
/* search bar */
div#search_bar {
	position: relative;
	text-align: right;
	height: 1.953125em;
	line-height: 1.953125em;
	padding-right: 1em;
}
#member_login {
	margin-left: 10em;
	float: left;
	color: #fff;
}
#member_login a {
	color: #fff;
}
/* google search results */
div#google_results iframe {
	width: 99%;
}

/* content div - holds the actual page content */
div#content {
	position: relative;
	text-align: left;
	padding-right: 1.8em;
	padding-left: 2.5em;
}
h2.news_header {
	line-height: 0.8em;
	color: #fff;
	background-color: #415723;
	padding: 0.2em 0 0.2em 0.5em;
}
div.emphasis_box {
	background-color: #c7d7b8;
	padding: 1em;
	border: 0.078125em #415723 solid;
}

/* right column div */
div#right_column {
	float: right;
	text-align: center;
	width: 20.3125em;
	margin: 0;
	padding: 0;
}
/* contact us div */
div#contact_us {
	padding: 1em 0 1em 0;
	margin: 0 auto;
}
/* additional_resources div */
div#additional_resources {
	padding: 0;
	margin: 0 auto;
	background: #fff url(../images/mfb/ar_bg.png) repeat-x top left;
	min-height: 34.765625em;
}
div.ar_left {
	width: 18.75em;
	margin: 0 auto;
	text-align: left;
}
div#additional_resources li {
	padding-bottom: 0.5em
}

/* navigation */
div#navigation {
	clear: both;
	font: bold 0.8325em arial, helvetica, sans-serif;
	text-align: left;
	margin: 0 auto;
	width: 14.452em;
}
div#navigation a.navigation {
	color: #fff;
	background-color: #8b9f6b;
	text-decoration: none;
	display: block;
	height: 2.3em;
	line-height: 2.3em;
	padding-left: 1em;
	border-top: 0.09375em solid #c7d7b8;
	border-right: 0.09375em solid #415723;
	border-bottom: 0.09375em solid #415723;
	border-left: 0.09375em solid #415723;
}
div#navigation a.navigation:hover {
	color: #415723;
	background-color: #c7d7b8;
	text-decoration: underline;
}
div#navigation a.hidden {
	color: #fff;
	background-color: #ee7777;
	text-decoration: none;
	display: block;
	height: 2.3em;
	line-height: 2.3em;
	padding-left: 1em;
	border-top: 0.09375em solid #edbaba;
	border-right: 0.09375em solid #415723;
	border-bottom: 0.09375em solid #415723;
	border-left: 0.09375em solid #415723;
}
div#navigation a.hidden:hover {
	color: #f22;
	background-color: #edbaba;
	text-decoration: underline;
}
/* sub navigation */
div#subnavigation {
	text-align: left;
	font-weight: normal;
	margin: 0 auto;
	width: 14.264em;
	border-right: 0.09375em solid #415723;
	border-bottom: 0.09375em solid #415723;
	border-left: 0.09375em solid #415723;
}
div#subnavigation a.subnavigation {
	color: #415723;
	background-color: #c7d7b8;
	text-decoration: none;
	display: block;
	height: 1.6em;
	line-height: 1.6em;
	padding-left: 1em;
}
div#subnavigation a.subnavigation:hover {
	text-decoration: underline;
}
div#subnavigation a.top {
	padding-top: 0.5em;
}
div#subnavigation a.bottom {
	padding-bottom: 0.5em;
}

/* underline page title when on that specific page */
body.hm_link1 a.hm_link1,
body.pr_link1 a.pr_link1,
body.ec_link1 a.ec_link1,
body.lg_link1 a.lg_link1,
body.el_link1 a.el_link1,
body.pl_link1 a.pl_link1,
body.yf_link1 a.yf_link1,
body.af_link1 a.af_link1,
body.qs_link1 a.qs_link1,
body.ab_link1 a.ab_link1,
body.jn_link1 a.jn_link1
{
	text-decoration: underline !important;
}

/* underline page link when on a numbered page */
body.link2 a#link2,
body.link3 a#link3,
body.link4 a#link4,
body.link5 a#link5,
body.link6 a#link6,
body.link7 a#link7,
body.link8 a#link8,
body.link9 a#link9,
body.link10 a#link10,
body.link11 a#link11,
body.link12 a#link12,
body.link13 a#link13,
body.link14 a#link14,
body.link15 a#link15
{
	text-decoration: underline;
}

/* highlight page title when on any page in the section */
body.home a#home,
body.press a#press,
body.ecology a#ecology,
body.legislative a#legislative,
body.elections a#elections,
body.policy a#policy,
body.youngfarmers a#youngfarmers,
body.affiliates a#affiliates,
body.questions a#questions,
body.about a#about,
body.join a#join
{
	color: #415723;
	background-color: #c7d7b8;
}
#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#lbOverlay.grey { background-color: #000000; }
#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }
#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
#lbOuterContainer.grey { border: 3px solid #888888; }
#lbDetailsContainer {font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;overflow: auto; margin: 0 auto; }
#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading { position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../images/lytebox/loading.gif) center no-repeat; }
#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }
#lbPrev { width: 49%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../images/lytebox/prev_grey.gif) left 15% no-repeat; }
#lbNext { width: 49%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../images/lytebox/next_grey.gif) right 15% no-repeat; }
#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
#lbDetailsData { padding: 0 10px; }
#lbDetailsData.grey { color: #333333; }
#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; padding-bottom: 10px; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbClose.grey { background: url(../images/lytebox/close_grey.png) no-repeat; }
#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbPlay.grey { background: url(../images/lytebox/play_grey.png) no-repeat; }
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbPause.grey { background: url(../images/lytebox/pause_grey.png) no-repeat; }
/* breadcrumbs */
div#breadcrumbs_leftcorner {
	background: url(../images/breadcrumbs/bc_leftcorner.png) left top no-repeat;
}
div#breadcrumbs_rightcorner {
	background: url(../images/breadcrumbs/bc_rightcorner.png) left top no-repeat;
}
div#breadcrumbs_center {
	background: url(../images/breadcrumbs/bc_center.png) left top repeat-x;
}

/* center column div (white) */
div#center_column {
	background: url(../images/mfb/center_column.png) repeat-y top left;
}
/* search bar */
div#search_bar {
	background: #415723 url(../images/mfb/search_bar.png) no-repeat top left;
}
/* content div - holds the actual page content */
div#content {
	background: url(../images/mfb/content.png) no-repeat top left;
}
