/* 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;
}body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../images/mfb/dash.png) repeat;
}

/* holds everything */
div#page {
	font: normal 0.95em arial, helvetica, sans-serif;
	}

/* holds everything and keeps it centered */
div#main {
	position: relative;
	width: 970px;
	height: 32.8947em;
	margin: 0 auto;
	
}
/* banner graphic */
div#banner {
	width: 970px;
	height: 6.1824em;
	background: url(../images/index/banner.png) no-repeat top left;
}
div#lowerleft {
	position: relative;
	float: left;
	width: 234px;
	height: 26.7105em;
	padding: 0 1px 0 15px;
}
div.lowermiddle {
	position: relative;
	float: left;
	width: 234px;
	height: 25.7237em;
	padding: 0 1px 0.9868em 0;
}
div#lowerright {
	position: relative;
	float: left;
	width: 235px;
	height: 26.7105em;
	padding-right: 15px;
}
div.index_column {
	text-align: left;
	padding: 0 1em 0 1em;
	color: #fff;
}
div.index_column a {
	color: #fff;
}
p.title {
	font: bold 1em arial, helvetica, sans-serif;
}
hr {
	color: transparent;
	background-color: transparent;
	border: 0;
	border-bottom: 0.13158em dashed #fff;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.arrow {
	padding: 0.3em;
	background-color: #405723;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}
p.arrow a {
	display: block;
	color: #fff;
}

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

div#banner {
	background: url(../images/index/banner.png) no-repeat top left;
}
div#lowerleft {
	background: url(../images/index/lowerleft.png) no-repeat top left;
}
div.lowermiddle {
	background: url(../images/index/lowermiddle.png) no-repeat top left;
}
div#lowerright {
	background: url(../images/index/lowerright.png) no-repeat top left;
}
p.title {
	margin: 0.9em 0 0.5em 0;
}
p.arrow {
	position: absolute;
	right: 2em;
	bottom: 1em;
}