/* Eric Meyer reset CSS 
		so we can control all spacing
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 75%;
	line-height: 1.5em;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding: 0;
	margin: 0;
}

/* Headings
-------------------------------------------------------------- */

h2 {
		font-size: 28px;
		line-height: 26px;
		color: #630c0d;
		background-color: transparent;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-weight: normal;
		margin-bottom: 3px;
}

h1 { font-size: 1.8em; line-height: 1; margin-bottom: 0.5em; font-weight: normal }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 0.2em; margin-top: 0.5em; color: #630c0d; font-weight: bold; }
h4 { font-size: 1em; line-height: 1.2em; margin-bottom: 0.2em; margin-top: 0.5em; font-weight: bold; color: #EEE; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h1.headertitle, 
h1.hometitle {
		font-size: 36px;
		line-height: 30px;
		color: #ffcc67;
		background-color: transparent;
		position: absolute;
		bottom: 0px;
		right: 0px;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-weight: normal;
		margin-bottom: 0;
		text-align: right;
}

h1.hometitle {
	right: 150px;
}


/* Text elements
-------------------------------------------------------------- */
p { margin-bottom: 1em; }
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:link, a:visited {
	color: #630c0d;
}
a:hover, a:active {
	color: #ffcc67;
	text-decoration: underline;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
sup				{ vertical-align: super;}
sub				{ vertical-align: sub;}
abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

dl { margin: 0 0 1.5em 0;}
dl dt { font-weight: bold;font-size: 1.1em;padding: 0.3em 0;}
dd { margin-left: 20px;}

div#content ul {
	margin: 0 0 1em 25px;
	line-height: 1.3em;
	list-style: disc;
}

div#content ol {
	list-style-type: decimal;
	line-height: 1.3em;
	margin: 0 0 1em 25px;
}

div#content ol.lowalpha {
	list-style-type: lower-alpha;
}
div#content ol.lowroma {
	list-style-type: lower-roman;
	margin: 0 0 1em 45px;
}

ul.horizlist {
	height: 90px;
	margin-left: 15px !important;
}

ul.horizlist li {
	width: 130px;
	display: inline-table;
}

/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em;}
th { font-weight: bold; }
tfoot { font-style: italic; }
caption { background: #eee; }
td {
	vertical-align: top;
}

/* Various content classes
-------------------------------------------------------------- */

.intro_text {
	color: #EEE;
	padding-right: 30px;
	font-style: normal;
	font-weight: bold;
}

.quote_text {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #EEE;
	font-size: 1.2em;
	line-height: 1.5em;
}
.quote_author {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #222;
	font-size: 1em;
	line-height: 1.2em;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
	visibility: hidden;
	zoom: 1;
}

.pers-name {
	font-size: 1.2em; line-height: 1; margin-bottom: 0.2em; margin-top: 0.5em; color: #111; font-weight: bold;
}
.pers-title {
	font-size: 0.96em; line-height: 1em;margin-bottom: 0.2em; margin-top: 0.5em; font-weight: normal; font-style: italic;
}

/* Page Layout
-------------------------------------------------------------- */

div#wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #888;
	background-image: url(/images/wrapper_bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

div#header {
	width: 880px;
	height: 110px;
	padding: 10px 10px 0 10px;
	background: url(/images/top_banner_bg.jpg) no-repeat left;
	position: relative;
	border-bottom: 12px solid #630d0d;
}

img#logo {
	float: left;
	margin-left: 12px;
}

div#headerinfo {
	width: 620px;
	height: 110px;
	position: relative;
	float: right;
}

ul#topnav {
	list-style: none;
	float: right;
	position: relative;
}
ul#topnav li {
	display: inline;
	float: left;
	line-height: 0.9em;
	padding: 0.2em 10px;
	border-right: 1px solid #FFF;
}
ul#topnav li.last {
	padding-right: 5px;
	border-right: none;
}
ul#topnav li a:link,
ul#topnav li a:visited {
	color: #FFF;
	text-decoration: none;
}
ul#topnav li a:hover,
ul#topnav li a:active,
ul#topnav li.current a {
	color: #ffcc67;
	text-decoration: underline;
}

div#leftcolumn {
	position: relative;
	width: 145px;
	min-height: 51em;
	background: #1B1B1B url(/images/column_nav_bg.jpg) no-repeat top left;
	float: left;
	margin-left: -900px;
	text-align: center;
	color: #222;
	line-height: 13px;
}

ul#globalnav {
	list-style: none;
	margin-top: 50px;
}
ul#globalnav li {
	padding: 25px 0;
	text-align: center;
}
ul#globalnav li a {
	font-size: 14px;
	line-height: 13px;
	font-weight: bold;
	padding: 2px 5px;
}

ul#globalnav li a:link,
ul#globalnav li a:visited {
	color: #000;
	text-decoration: none;
}

ul#globalnav li a:hover,
ul#globalnav li a:active,
ul#globalnav li.current a {
	color: #000;
	background: url(/images/nav_bg.png);
	text-decoration: none;
}

ul#globalnav a.gn-services:link,
ul#globalnav a.gn-services:visited {
	color: #FFF;
	display: block;
	font-size: 13px !important;
	padding: 9px 10px 12px 10px;
	background: url(/images/btn_navbg_services.gif) no-repeat 0px 0px;
}

ul#globalnav a.gn-services:hover,
ul#globalnav a.gn-services:active,
ul#globalnav li.current a.gn-services {
	color: #ffcc66;
	display: block;
	font-size: 13px !important;
	padding: 9px 10px 12px 10px;
	background: url(/images/btn_navbg_services.gif) no-repeat -145px 0px;
}
ul#globalnav a.gn-about:link,
ul#globalnav a.gn-about:visited {
	color: #FFF;
	display: block;
	font-size: 13px;
	padding: 9px 10px 12px 10px;
	background: url(/images/btn_navbg_aboutfmi.gif) no-repeat 0px 0px;
}

ul#globalnav a.gn-about:hover,
ul#globalnav a.gn-about:active,
ul#globalnav li.current a.gn-about {
	color: #ffcc66;
	display: block;
	font-size: 13px;
	padding: 9px 10px 12px 10px;
	background: url(/images/btn_navbg_aboutfmi.gif) no-repeat -145px 0px;
}

div#maincolumn {
	position: relative;
	width: 660px;
	margin-left: 145px;
	padding: 0.6em 34px 0 61px;
	float: left;
	background-color: #888;
}

ul#sectionnav {
	list-style: none;
	margin-left: -10px;
	overflow: hidden;
}
ul#sectionnav li {
	white-space: nowrap;
	float: left;
	font-family: Georgia, "Times New Roman", serif;
	padding: 0  10px 0 10px;
	margin-bottom: 2px;
	border-right: 1px solid #b3b3b3;
}
ul#sectionnav li.last {
	display: inline;
	float: left;
	padding: 0  10px 0 10px;
	border-right: none;
}

ul#sectionnav a {
	text-decoration: none;
	font-size: 15px;
	font-style: italic;
	line-height: 15px;
}

ul#sectionnav a:link,
ul#sectionnav a:visited {
	color: #EEE;
}
ul#sectionnav a:hover,
ul#sectionnav a:active,
ul#sectionnav li.current a {
	color: #ffcc67;
	text-decoration: underline;
}

div#rightinset {
	float: right;
	position: relative;
	width: 160px;
	margin-top: 1.66em;
	padding-top: 1em;
}

div#content-top {
	position: relative;
	min-height: 4em;
}

div#content {
	float: left;
	position: relative;
	width: 470px;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 8em;
}

div#footer {
	position: absolute;
	z-index: 3;
	width: 660px;
	padding-top: 1em;
	padding-bottom: 3em;
	bottom: 0px;
	right: 0px;
	color: #EEE;
	font-size: 0.9em;
	/*margin-top: -7em;*/
	margin-right: 34px;
	border-top: 1px solid #b3b3b3;
}


/* Registration form styles */
form#RegistrationForm {
	width: 400px;
	margin: 0 auto 0 auto;
}

form#RegistrationForm fieldset {
	padding-bottom: 8px;
	border-bottom: 1px solid #333;
	margin-bottom: 8px;
}

form#RegistrationForm fieldset input,
form#RegistrationForm fieldset select {
	width: 225px;
	margin-bottom: 4px;
}

form#RegistrationForm label {
	display: block;
	float: left;
	width: 110px;
}
div.checkbox_list {
	padding-bottom: 8px;
	border-bottom: 1px solid #333;
	margin-bottom: 8px;
	min-height: 132px;
}

div.checkbox_list label {
	display: block;
	width: 390px !important;
	float: none !important;
}

div.checkbox_list label.lblother {
	display: block;
	width: 70px !important;
	float: left !important;
}

div.checkbox_list input.fldother {
	width: 175px;
	float: left;
}

input.button {
	width: 100px;
	margin-top: 10px;
}

div.errors{ padding: 15px;color: #630D0D; background-color: #EEE; border: 1px solid #630D0D; }
#RegistrationForm input.invalid,
#RegistrationForm select.invalid{ border:1px solid #630D0D; }
#RegistrationForm input.required,
#RegistrationForm select.required{ border:1px solid #630D0D; }
#RegistrationForm label.invalid{ color: #630D0D; }
#RegistrationForm label.required{ color: #630D0D; }

div#doclist {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
div#doclist input {
	margin-bottom: 0;
}

div#doclist {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	margin-top: 5px;
	margin-bottom: 12px;
	height: 180px; 
	overflow: auto; 
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
  overflow-x: hidden;
}
div#doclist table {
	margin-top: 3px;
}
div#doclist table td {
	font-size: 11px;
	line-height: 15px;
	padding: 2px 0 5px 0;
	vertical-align: top;
}

div#doclist table td input {
	margin: 0 3px 0 0;
	padding: 0;
	line-height: 15px;
}
div#doclist table td label {
	float: none;
	display: inline;
	width: 100%;
}

/* Ajax Search */
div#ajaxSearch_output {
	padding-top: 2em;
}
form#ajaxSearch_form {
	width: 310px;
}
label#ajaxSearch_input,
label#ajaxSearch_submit {
	vertical-align: top;
	float: left;
}
