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

/* 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 */
div#breadcrumbs {
	display: none;
}

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

/* browser upgrade bar */
div#browser_upgrade {
	font-weight: bold;
	background-color: #aaf;
	border: 2px dashed #22f;
	width: 100%;
	margin: 0 auto;
	padding: 1em;
}/* dark green: #415723 */
/* light green: #8b9f6b */
/* very light green: #c7d7b8 */

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;
}
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;
	}
	
/* google search results */
div#google_results iframe {
	width: 99%;
}

/* content div - holds the actual page content */
div#center_column {
	padding: 0;
	margin: 0;
}
div#content {
	width: 99%;
	margin: 0;
	padding: 0;
	text-align: left;
}
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;
}

/* do not show */
div#banner,
div#banner_link,
div#search_bar,
div#left_column,
div#right_column,
div#additional_resources,
div#contact_us,
p#validation
{
	margin: 0;
	padding: 0;
	display: none;
}