/* sitewide formatting */
body { margin: 0; padding: 0; text-align: center; }
form { margin: 0; padding: 0; }
img { border: none; }
h1 { text-align: center; font-size: large; margin-top: 0; }
h2 { font-size: medium; }
h3 { font-size: small; }

/* plain div */
div#plain { padding: 1em; }

/* positioning */
.indented { margin-left: 3em; }
.centered {	text-align: center; }
.centerme {	margin: 0 auto; }
.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; }
ul.file_list li { padding-bottom: 0.5em }
ul.plain_list { list-style-type: none; margin-left: 0; padding-left: 0; }

/* 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; }

/* 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; }
.blue { color: #00f; }

/* image sizes */
.thumb_sized { width: 150px; height: 150px; }
.web_sized { width: 300px; height: 300px; }
.display_sized { width: 800px; height: 600px; }

/* 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;
}
a:hover.copyright {
	text-decoration: underline;
}

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

/* 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;
}
/* cag green: #5c8727 */

body {
	background-color: #5c8727;
}

/* hr div */
div.hr {
	color: #5c8727;
	background-color: #5c8727;
	width: 90%;
	height: 0.24em;
	border: 0;
	margin: 0 auto;
	}
div.hr hr {
	display: none;
	}
	
/* main page div - contains everything */
div#page {
	width: 100%;
	max-width: 62.25em;
	margin: 0 auto;
	position: relative;
	font: normal 1em arial, helvetica, sans-serif;
}

/* main content area */
div#content {
	position: relative;
	text-align: left;
	margin: 0 2em 0 18.5em;
	/*border: 0.0625em solid #f00;*/
	}
td.shadow_middle {
	position: relative;
	background-color: #fff;
	padding-top: 2em;
}

/* nav area */
div#left {
	float: left;
	text-align: center;
	width: 15.5em;
	margin: 0 2em 0 1em;
	/*border: 0.0625em solid #f00;*/
}
div#navigation {
	width: 11.4em;
	margin: 0 auto;
	padding-left: 0.3em;
	/*border: 0.0625em solid #00f;*/
}
div#navigation a {
	display: block;
	color: #fff;
	background-color: #5c8727;
	padding: .25em 1em .25em 1em;
	text-decoration: none;
	margin-bottom: .85em;
}
div#navigation a:hover {
	color: #fff;
	background-color: #5c8727;
	text-decoration: underline;
}

/* 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;
}#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;
}