@charset "utf-8";
body {
	background-image: url(../images/background-lite.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: 1px solid #406263;
	padding: 5px;
}
legend {
	font-weight: bold;
	color: #406263;
	font-size: 1.1em;
	text-transform: uppercase;
}
label {
	font-weight: bold;
	color: #333333;
}

/*** LAYOUT ***/
.banner {
	background-color: #FFFFFF;
	background-image: url(../images/marion-logo.gif);
	background-repeat: no-repeat;
	height: 58px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #44285B;
	margin-bottom: 3px;
	background-position: 15px;
}
.navigation {
	width: 14%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #44285B;
	float: left;
	margin-right: 3px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #44285B;
	border-bottom-color: #44285B;
	background-image: url(../images/background-dark.jpg);
}
.navigation ul {
	list-style-type: none;
	margin: 5px;
	padding: 5px;
}
.navigation li {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.navigation li:hover {
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #44285B;
}
.navigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 3px;
	display: block;
}
.navigation a:hover {
	color: #000000;
	text-decoration: none;
}
.content {
	color: #000000;
	background-color: #FFFFFF;
	border: 2px solid #44285B;
	width: 84%;
	float: left;
	padding: 5px;
	white-space: normal;
}

table.results {
	border: 1px solid #333333;
	margin: 2px;
}
table.results th {
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	background: #406263;
	width: 7%;
	padding: 3px;
	white-space: nowrap;
}
table.results td {
	background: #FFFFFF;
	border-top: 1px solid #333333;
	width: 7%;
	padding: 3px;
	white-space: nowrap;
}

.error {
  color: #c00000;
}

.forms {
	width: 754px;
	background: url(../images/background-dark.jpg);
	margin: 0px auto;
	padding: 0px;
}
.forms_banner {
	background-image: url(../images/forms_banner.jpg);
	height: 131px;
	padding-left: 8px;
	padding-right: 8px;
}
.forms_content {
	background-image: url(../images/white-back.jpg);
	padding-left: 8px;
	padding-right: 8px;
}
.forms_content h1 {
	font-size: 16px;
	font-weight:bold;
	color: #1B3636;
}
.forms_content table {
	background-color: #EFF8F4;
	border: 1px solid #CFEBDE;
	width: 450px;
	margin: 0px auto;
}
.forms_content table table {
	background-color: none;
	border: none;
	width: 100%;
	margin: 0px auto;
}
.forms_content table td {
	padding: 4px;
}
.forms_footer {
	background-image: url(../images/forms_footer.jpg);
	height: 134px;
	padding-left: 8px;
	padding-right: 8px;
}
.forms_links {
	border: 1px solid #888888;
	background-color: #555B5B;
	color: #888888;
	text-align: center;
}

.background-white {
	background-color: #FFFFFF;
}
.background-light {
	border: 1px solid #CFEBDE;
	background-color: #F1F5F4;
}
.background-medium {
	border: 1px solid #CFEBDE;
	background-color: #E2EBE9;
}

.level-1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.level-2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
