@charset "UTF-8";
/* ---------- basic styles ---------- */
* {
	margin: 0px;
	padding: 0px;
}
.temp {
	font-style: italic;
	font-weight: bold;
	color: #E00;
}
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #000;
	background-color: #02A;
}
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}
#clear {
	clear: both;
}
.clear {
	clear: both;
}
/* ---------- global styles ---------- */
p {
	margin: .75em 0;
	line-height: 1.5em;
}
.emphasis {
	font-style: italic;
	font-variant: small-caps;
	color: #68D;
	font-weight: bold;
}
h1, h4 {
	font-family: Skia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #B00;
	margin: 10px 0 5px;
}
h2 {
	font: normal 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B00;
	text-transform: uppercase;
	margin: 10px 0 5px;
}
h3 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #02A;
	margin: 10px 0 5px;
}
h5 {
	color: #0022AA;
	font: 16px Skia, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin: 5px 0;
}
a:link, a:visited {
	color: #02A;
}
a:hover {
	color: #B00;
}
a img, img a {border: none; outline: none;}
/* ---------- header styles ---------- */
#header {
	background-color: #FFF;
	height: 160px;
	margin-bottom: 0em;
	text-align: center;
	position: relative;
}
#facebook {position: absolute; bottom: 30px; left: 5px;}
#header #logoImg {
	background-image: url(../images/mmi-logo-blue.gif);
	height: 100px;
	width: 480px;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
}
#logoPrint {
	display: none;
	text-align: center;
	margin: 0 auto;
}
a.logo {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}
#header h5 {
	font-size: 0.9em;
	font-weight: normal;
	color: #02A;
	font-style: italic;
	position: absolute;
	top: 100px;
	left: 295px;
}
/* nav styles */
#header ul {
	list-style-type: none;
	display: block;
	bottom: 0px;
	background-color: #68D;
	position: absolute;
	width: 100%;
	left: 0px;
	margin: 0 auto;
}
#header li {
	display: inline;
	font-size: 1em;
	padding: .5em .25em;
	line-height: 2em;
}
#header li a {
	text-decoration: none;
	color: #000;
	font-variant: small-caps;
	padding: 0.4em;
}
#header li a:hover {
	background-color: #02A;
	color: #FFF;
}
#mission #missionLink a, #vision #visionLink a, #project #projectLink a, #events #eventsLink a, #about #aboutLink a, #donate #donateLink a, #es #esLink a {
	cursor: default;
	background-color: #FFF;
	border-top: 4px solid #999;
	padding-top: 3px;
	border-bottom: 2px solid #fff;
} /* current link */
#mission #missionLink a:hover, #vision #visionLink a:hover, #project #projectLink a:hover, #events #eventsLink a:hover, #about #aboutLink a:hover, #donate #donateLink a:hover, #es #esLink a:hover {
	cursor: default;
	background-color: #02A;
	color: #FFF;
} /* current link hover */
/* ---------- banner images ---------- */
#banner  {
	margin: 0;
	padding: 0;
	border-top: 3px solid #999;
	border-bottom: 3px solid #999;
	clear: both;
}
#donate #banner, #nil #banner {
	display: none;
}
/* ---------- content styles ---------- */
#mainContent {
	margin: 2%;
}
#mainContent ol, #mainContent ul {
	margin-left: 2em;
}
#mainContent ol li, #mainContent ul li {
	margin: 0.5em;
	line-height: 1.5em;
}
/* ---------- donate styles ----------*/
#donateNow {
	float: right;
	padding: 15px 5px 0 0;
}
#donateNow  a img {
	display: block;
	border: none;
}
#eventbanner {
	text-transform: uppercase;
	color: #FFF;
	background: #B00;
	text-align: center;
	margin: 10px 0;
	padding: 5px;
}
#eventbanner a, #eventbanner a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#eventbanner a:hover {
	color: #0022AA;
}
label /* ---------- form styles ---------- */
 {
	font-weight: bold;
	padding-left: 1em;
}
form td {
	width: 200px;
	padding: .5em;
}
#reset, #submit {
	width: 120px;
	margin: 1.5em;
}
.req {
	color: #68D;
}
/* ---------- footer styles ---------- */
#footer {
	background-color: #68D;
	margin-top: 0em;
	padding-bottom: 0.5em;
	font-size: 0.8em;
	text-align: center;
	padding-top: 0.5em;
}

#footer a {
	font-weight: bold;
}
img.invite {
	border: 1px solid #888888;
}

