/* CSS Document */

body {
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 769px;
	text-align: left;
}

#container {
	width: 769px;
	float: left;
	background: #ffffff;
}

#header {
	width: 769px;
	float: left;
	height: 93px;
	position: relative;
	z-index: 1;
	top: 25px;
}

#logo {
	width: 275px;
	height: 85px;
	float: left;
	position: relative;
	top: 4px;
	left: 15px;
}

#contact {
	float: right;
	text-align: right;
	color: #8c8c8c;
	position: relative;
	top: 15px;
	margin-right: 10px;
}

#mainimage {
	width: 769px;
	height: 259px;
	float: left;
	background: url(images/main_fms_image.jpg) no-repeat;
}

#top_inner {
	width: 769px;
	height: 140px;
	float: left;
	background: url(images/inner_top.jpg) no-repeat;
}

#top_inner h1 {
	margin-top: 0px;
	font-size: 30px;
	color: #ffffff;
	position: relative;
	top: 40px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav {
	width: 769px;
	float: left;
	position: relative;
	top: 27px;
}

#nav ul {
	display: inline;
	margin-left: 0px;
	padding-left: 17px;
}

#nav ul li {
	display: inline;
	padding-right: 10px;
}

#nav a {
	text-decoration: none;
	color: #4c4c4c;
}

#nav a:hover {
	color: #000000;
}

#homecontent {
	width: 769px;
	float: left;
	margin-top: 3px;
}

#homecontent h1 {
	color: #0d3f64;
}

#homecontent h2 {
	color: #2172b4;
	font-size: 14px;
}

#first_col {
	width: 153px;
	float: left;
	position: relative;
	top: 7px;
	margin-right: 10px;
}

#first_col h1 {
	color: #1e70b2;
}

#first_col ul {
	position: relative;
	left: -15px;
}

#grey_area {
	width: 606px;
	float: right;
}

#grey_area .edge {
	background: url(images/grey_maintext_box_edge.gif);
	width: 606px;
	float: left;
}

#grey_area .topbtm {
	width: 606px;
	height: 8px;
	float: left;
}

#grey_area p {
	padding-left: 10px;
	padding-right: 10px;
}

#grey_area h1,h2 {
	padding-left: 10px;
}

#welcometext {
	width: 400px;
	float: left;
}

#welcometext .scrn {
	width: 200px;
	float: left;
	text-align: center;
}

#fms_box {
	width: 198px;
	float: left;
	position: relative;
	top: -15px;
}

#fms_box .edge {
	background: url(images/fms_box_edge.gif);
	width: 198px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#fms_box .topbtm {
	width: 198px;
	height: 6px;
	float: left;
}

#fms_box h2 {
	color: #ea9709;
	padding-left: 10px;
}

#innercontent {
	width: 729px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#innercontent h1 {
	color: #0d3f64;
}

#innercontent h2 {
	color: #2172b4;
	font-size: 14px;
}

#footer {
	background: url(images/footer_bg.gif) repeat-x;
	float: left;
	width: 769px;
	height: 50px;
	position: relative;
	top: 10px;
	color: #808080;
}

#footer p {
	margin-top: 5px;
}

#footer a {
	color: #525252;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

p {
	margin: 0 0 1em 0;
}

ul {
	margin-top: 0px;
	margin-bottom: 8px;
}

ol {
	margin-top: 0px;
	margin-bottom: 8px;
}

ol li {
	margin-bottom: 7px;
}

a {
	color: #0367b2;
}

img {
	border: 0px;
}

.right {
	text-align: right;
}

.scr {
	margin-left: 10px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
}

.scr2 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	float: right;
	text-align: center;
}

.clear {
	clear: left;
}

.icon {
	float: left;
	width: 30px;
	height: 50px;
	margin-left: 15px;
}

ul .spaced {
	line-height: 8px;
}