/* 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 */
.xlarge { font-family: arial, helvetica, sans-serif; font-size: 14pt; }
.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;
}
div.imagebox_notop {
	height: 1%;
	position: relative;
	overflow: auto;
	padding-bottom: 1em;
}
div.imagebox_nobottom {
	height: 1%;
	position: relative;
	overflow: auto;
	padding-top: 1em;
}
div.imagebox_nopadding {
	height: 1%;
	position: relative;
	overflow: auto;
}

/* 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;
}
/* green: #709f34 */

body {
	background: #fff url(../images/feed/bg.png) repeat-x;
}
h1 {
	text-align: left;
}

/* hr div */
div.hr {
	color: #709f34;
	background-color: #709f34;
	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;
	/*border: 0.0625em solid #f00;*/
}

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

div#navigation {
	font-weight: bold;
	display: inline;
	width: 15em;
	margin: 0 auto;
	padding: 0;
	/*border: 0.0625em solid #00f;*/
}
div#navigation a {
	color: #fff;
	background-color: #709f34;
	padding: .25em 1.25em .25em 1.25em;
	text-decoration: none;
}
div#navigation a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: underline;
}
/* 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;
}