* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html, body {
	border: none;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	width: 100%;
}

div, ul, ol {
	border: none;
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

div.clear {
	clear: both;
}

/* standard links */
a {
	color: #007576;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #00A8A9;
	text-decoration: none;
}

a:visited {
	color: #004B9F;
}

small a {
	font-size: 10px;
}

/* headings */
h2 {
	font-size: 20px;
	margin: 0px;
}

h3 {
	color: #333333;
	font-size: 13px;
	padding: 3px 0;
}

/* common styles */
b {
	line-height: 30px;
}

p {
	color: #333;
	font-size: 12px;
	font-size: 13px;
	margin-bottom: 12px;
}

/* main container */

#container {
	width: 1135px;
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
	background: url(/images/mfcf-l.jpg) no-repeat bottom right;
}

/* Top nav and logo */
#top {
}

#top_blue_shader {
	height: 28px;
	padding: 4px 0px 0px 10px;
	background: url(/images/shader-blue.gif) top left repeat-x;
	color: #68d4cf;
	letter-spacing: 0.05em;
}

#top_blue_shader a {
	color: #fff;
	font-weight: bold;
}

#top_blue_shader a:hover {
	color: #57c9c6;
}

#top_logos {
	border-bottom: 10px solid #007576;
	height: 200px;
}

#header_logo {
	float: left;
	padding: 20px;
}

#header_quote {
	float: right;
	padding-top: 10px;
}

#top_shader {
	background: url(/images/shader.gif) top center repeat-x;
	height: 20px;
}

/*  left navigation */

#leftnav_container {
	float: left;
	width: 160px;
	clear: both;
	margin-left: 10px;
}

#navthumbs {
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 165px;
}

#leftnav {
	width: 160px;
	margin: 0;
	padding: 1em;
	clear: both;
	background: #f0f9f8;
	-moz-opacity: 0.6;
}

#leftnav ul {
	list-style-type: none;
	margin-left: 0px; /* IE fix  */
	padding-left: 5px;
	width: 160px;
	background: #999;
}

#leftnav li {
	margin-bottom: 4px;
}

#leftnav a {
	display: block;
	background: #888;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

#leftnav a:hover {
	color: #000;
	background: #ccc;
}

#leftnav p {
	margin: 0 0 1em 0;
}

/* content */

#content {
	margin-left: 210px;
	padding: 1.5em 0;
	width: 925px;
	line-height: 1.6em;
}

#content h2 {
	margin: 0 0 .5em 0;
}

#content p {
	margin: 10px 0px;
}

#content .ContentCol {
	float: left;
	width: 680px;
	margin-right: 5px;
	margin-bottom: 15px;
}

#content .ContentCol .imageholder {
	float: left;
	width: 680px;
	margin-bottom: 20px;
}

#content .ContentCol .imageholdercol {
	float: left;
	margin-right: 10px;
}

#content .ContentCol ul {
	list-style: inside;
	list-style-type: disc;
	margin: 10px 0;
}

#content .ContentCol ul.no-bullet {
	list-style: none;
}

#content .ContentCol ul li {
	padding: 0 0 0 18px;
}

#content .ContentCol ul li a {
	margin-left: 3px;
	vertical-align: top;
}

#content .ContentAdvt {
	float: left;
	text-align:center;
	width: 210px;
	margin-bottom: 15px;
	margin-left: 10px;
	/*border-bottom: 3px solid #F3F3F3;
	border-left: 3px solid #F3F3F3;
	border-right: 3px solid #F3F3F3;
	border-top: 1px solid #F3F3F3;*/
}

#content .ContentAdvt p {
	color: #CDCDCD;
	font-size: 12px;
	font-weight: bold;
	margin: -10px 0 5px 45px;
}

#content .ContentAdvt img {
	padding: 3px 5px;
}

#content_bio {
	margin-left: 220px;
	padding: 1.5em;
	width: 500px;
	line-height: 1.6em;
}

/* styles specific to home page */

#frontpage_prog_spacer {
	border-top: 3px dotted gray;
	margin-top: 30px;
}

#frontpage_left {
	width: 275px;
	padding: 12px;
	border-right: 3px dotted gray;
	float: left;
	line-height: 1.4em;
}

#frontpage_right {
	margin-left: 20px;
	padding: 0 5px 5px 5px;
	width: 285px;
	float: left;
	line-height: 1.4em;
}

#frontpage {
	line-height: 1.4em;
}

#frontpage ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 12px 0;
	padding: 0 0 0 40px;
}

#frontpage li {
	color: #57c9c6;
	font-weight: bold;
	letter-spacing: 0.03em;
}

#frontpage li span {
	color: #007576;
}

.frontpage_prog_text {
	color: #007576;
	line-height: 1.4em;
}

/*   footer  */

#footer {
	clear: both;
	margin: 0;
	background: url(/images/shader-blue.gif) repeat-x scroll left top;
	text-align: left;
	line-height: 28px;
}

#footer p {
	color: #fff;
	font-size: smaller;
	margin-left: 15px;
	margin-bottom: 0px;
}

#footer p a {
	float: right;
	margin-right: 15px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

/* panels */

#heroes ul {
	width: 135px;
	margin-top: 9px;
	margin-bottom: 7px;
	line-height: 1.2em;
}

#heroes ul li {
	font-size: smaller;
	list-style-type: none;
	list-style-position: outside;
	margin-top: -3px;
}

#heroes li {
	width: 145px;
}

#heroes ul li a {
	font-size: 11px;
}

#dwi ul {
	width: 135px;
	margin-top: 9px;
	margin-bottom: 7px;
	line-height: 1.2em;
}

#dwi ul li {
	font-size: smaller;
	list-style-type: none;
	list-style-position: outside;
	margin-top: -3px;
}

#dwi li {
	width: 145px;
}

#dwi ul li a {
	font-size: 11px;
}

/* javascript styles */

#showbio {
	display: block;
}

#noshowbio {
	display: none;
}

.caption_text {
	font-size: 120%;
}

.imghome {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.imghomesmall {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background: url(/images/mfcf-s.jpg) no-repeat top;
}
