/* mostmi.org
   Main Style Sheet
   Copyright 2008 906 Technologies
   ------------------------- */
 
body {
	background-color: #0b4279;
	background-image: url(images/body.png);
	background-repeat: repeat-x;
}
* {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

label {
	width: 7em;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight: bold;
}
.text {
	padding: 3px;
	border: 1px #333 solid;
	font-size: 12px;
}

.button {
	padding: 5px 10px;
	overflow: visible;
	background: #ccc;
	color: #333;
	border: 1px solid #333;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.button:hover {
	background: #aaa;
}


/* =Color
======================================================================================================== */

* {
	color: #333;
}
a:link {
	color: #598ec3;
	text-decoration: none;
}
a:visited {
	color: #598ec3;
}
a:hover {
	color: #999;
	text-decoration: underline;
}

h1,h2 {
	color: #666;
}

h3, h4 {
	color: #666;
}

/* =Typography
=========================================================================================================*/

* {
	text-align: left;
	text-indent: 0;
}

body {
	font-family: arial;
}

img,fieldset {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 20px;
	color: #666;
	margin-bottom: 10px;
}

h2 {
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

p {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
}
ul {
	list-style-type: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;
}
 
form {
	display: inline;
}

/* = Main Divs
==================================================================================================*/

#container {
	position: relative;
	min-height: 500px;
	width: 980px;
	margin: 10px auto;
	border: 2px #fff solid;
	background-color: #f7efe2;
}
#header {
	position: relative;
	height: 72px;
	width: 980px;
	background-image: url(images/header_grad.gif);
	background-repeat: repeat-x;
	border-bottom: 2px #fff solid;
}
#header_info {
	position: absolute;
	right: 10px;
	top: 4px;
	color: #3b6ea2;
	text-align: right;
	line-height: 16px;
}
#header_menu {
	font-family: Arial, Helvetica, sans-serif;
	height:31px;
	width: 980px;
	border-bottom: 2px #fff solid;
	background-image: url(images/menu_grad.gif);
	background-repeat: repeat-x;
}
#header_menu ul {
	height: 31px;
	line-height: 31px;
	list-style-type: none;
}
#header_menu ul li { 
	display: inline;
	color: #fff;
}
#header_menu ul li a {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	padding: 4px 10px;
}
#header_menu ul li a:hover {
	text-decoration: underline;
}
#main_content {
	min-height: 250px;
	width: 980px;
}
#left_content {
	float: left;
	padding: 10px;
	min-height: 250px;
	width: 500px;
}
.large_list {
	margin-bottom: 20px;
}
.large_list li {
	background-image: url(images/arrow-right.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 0;
	padding-right: 5px;
	margin-left: 3px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 3px;
}
.large_list_index li {
	display: block;
	background-image: url(images/grad.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 30px;
	width: 275px;
	padding-left: 75px;
	padding-top: 15px;
	padding-right: 10px;
	margin-left: 3px;
	height: 40px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	border: 1px #ccc solid;
}
.pdf {
	height: 25px;
}
.pdf img {
	position: relative;
	top: 3px;
	padding-right: 5px;
}
.pdf a:hover {
	text-decoration: none;
}
.staff {
	padding: 10px;
	padding-bottom: 5px;
	padding-left: 105px;
	margin-bottom: 10px;
	background: #fff;
}
.staff_info {
	font-size: 18px;
	color: #3b6ea2;
}
.faq_question {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
.faq_answer {
	margin-bottom: 20px;
	line-height: 18px;
}
#right_content {
	float: right;
	padding: 10px;
	min-height: 250px;
	width: 400px;
}

.website {
	float: left;
	width: 256px;
	height: 225px;
	background: #fff;
	border: 1px #333 solid;
	padding: 5px;
	margin-left: 37px;
	margin-bottom: 10px;
}
.website a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.website p {
	text-align: center;
}
#footer {
	position: relative;
	width: 980px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#footer ul {
	list-style: none;
	color: #fff;
}
#footer ul li { 
	display: inline;
	color: #fff;
	font-size: 10px;
}
#footer ul li a {
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 0 5px 0 5px;
}
#footer ul li a:hover {
	color: #ccc;
}
#copyright {
	margin-top: 8px;
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
	float: left;
}
.error_field {
	min-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #CC0033;
	line-height: 18px;
	background: #FDF4F8;
	border: 1px #CC0033 solid;
	padding: 10px;
	padding-left: 60px;
	margin: 5px 0;
	background-image: url(images/alert.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}