/* 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; padding-top: 1.1em; }
h2 { font-size: medium; }
h3 { font-size: small; }

/* positioning */
.indented { margin-left: 3em; }
.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; }
ul.file_list li { padding-bottom: 0.5em }

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

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

/* 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 {
	background-color: #009;
	color: black;
}
h1 {
	text-align: left;
}
td {
	vertical-align: top;
}

/* county map */
div#county_map_div {
	float: right;
	margin: 0 1em 0 1em;
}
table#county_map_div a {
	text-decoration: none;
}
table#county_map_div a:hover {	
	text-decoration: underline;
}

/* hr div */
div.hr {
	color: #009;
	background-color: #009;
	width: 100%;
	height: 0.2em;
	border: 0;
	margin: 0 auto;
	}
div.hr hr {
	display: none;
	}

/* main page div - contains everything */
div#page {
	color: #000;
	width: 100%;
	max-width: 62.875em;
	margin: 0 auto;
}
td.shadow_middle {
	background-color: #fff;
	padding: 1em;
}

/* header area */
div#header {
	font: normal 1em arial, helvetica, sans-serif;
	text-align: left;
	margin-bottom: 0.75em;
	position: relative;
	}
/* top link area */
div#top_links {
	color: #009;
	font-family: monospace, courier, times;
	margin: 0 auto;
	padding: 0.125em 1em 0.125em 1em;  
}
div#top_links a {
	color: #009;
	text-decoration: none;
	font: bold 10pt/1.5em arial, helvetica, sans-serif;
}
div#top_links a:hover {
	text-decoration: underline;
}

/* main content area */
div#content {
	font: normal 1em arial, helvetica, sans-serif;
	text-align: left;
	width: 100%;
	}
div#noleft {
	margin-left: 12.5em;
}

/* nav area */
div#left {
	float: left;
	text-align: center;
	width: 11.5em;
	margin-right: 1em;
}
div#navigation {
	width: 11.5em;
	margin: 0 auto;
}
div#navigation a {
	display: block;
	color: #fff;
	background-color: #009;
	padding: .25em 1em .25em 1em;
	text-decoration: none;
	margin-bottom: .85em;
}
div#navigation a:hover {
	color: #fff;
	background-color: #00f;
	text-decoration: underline;
}

/* map style */
div#map {
	float: right;
	width: 25em;
	height: 25em;
	margin-left: 1em;
	margin-bottom: 1em;
}

/* navigation - current page highlights */
body.aboutus a#aboutus,
body.board a#board,
body.newsletter a#newsletter,
body.annual_meeting a#annual_meeting,
body.office_info a#office_info,
body.contact_us a#contact_us,
body.how_do_i_join a#how_do_i_join
{
	color: #888;
}

body.news div#navigation a.news,
body.events div#navigation a.events,
body.programs div#navigation a.programs,
body.services div#navigation a.services,
body.gallery div#navigation a.gallery,
body.policy div#navigation a.policy
{
	background-color: #888;
}
/* 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;
}