@charset "utf-8";
/* CSS Document */

@media screen{
body { margin: 0; font-family: Verdana, sans-serif; text-align: center; background-color: #F1EFE2;}

#wrapper {
 	background-image: url(../graphics/background.gif);
	background-position: right; 
	background-repeat: repeat-y;
	background-color: white;
	border-width: 0px 1px 1px 1px; 
	border-style: solid; 
	border-color: #a1b38a; 
	width: 786px; 
	font-size: 0.8em; 
	text-align: left; 
	margin: auto}
	
#wrapper2 {		
	background-position: bottom right; 
	background-repeat: no-repeat; 
	background-image: url("../graphics/Third party/qualmark.gif");
	}

#banner {
	background-image:url(../graphics/fm_logo.gif);
	background-position:0px 15px;
	height: 125px; 
	background-color:#E00008; 
	background-repeat:no-repeat;
	overflow: hidden;
	}
	
#banner h1, #banner h2, #banner h3 {display: none;}

#bannertext {margin-top:12px; margin-left: 280px; margin-right:5px; color: #FFFFFF; font-size: 12px;}

a {text-decoration:none;}

#bannerimage {background-image: url(../graphics/banner.jpg); padding:0px; 
	background-color: #8B8B6D;
	background-repeat:no-repeat;
	height: 169px;
	border-bottom: #8B8B6D solid 3px;
	}

#navigation {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#0095DC; 
	border-top: 3px solid #D1B681; 
	border-bottom:  3px solid #D1B681; 
	overflow: hidden; font-size:12px; font-weight:bold; font-family: Trebuchet MS;
	padding: 12px;
	}
	
#navigation a, #navigation a:visited {color: #FFDD48; text-decoration:none; font-weight: bold; padding:0px 8px 0px 8px;}
#navigation a:hover {color: white; text-decoration: underline; font-weight: bold;}

#pagebody {padding: 0px 245px 15px 15px;  }
#pagebody h1 {font-size:1.8em; color: #4f6f19; font-weight: bold;}
#pagebody h2 {font-size:1.4em; color: #4f6f19; font-weight: bold; margin:0px 0px 10px 0px; padding:0px;} 
#pagebody p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 16px;
}
#pagebody li {margin-bottom:10px; list-style-type:square;}

#rightimage {float: right; margin-left: 1px;}

#features {width: 520px; height: 170px; background-color: #035AB1; padding-left: 5px; padding-top:10px;}
#featureimages {margin-top:8px; margin-left:1px; margin-bottom: 5px;}
#features a {color:#FFFFFF;}
}
.tdborder {background-color: #F7F8F0; border: 1px solid #C5C5B6;}

@media print {
#navigation {display:none}
#bodyimages, #rightimage {display: none}
body {font-family: Verdana, sans-serif;}
}

#footer {background-color: #E00008; clear: both; height: 22px; border-top:6px solid #D1B681;}
#footer p { color:#FFFFFF; margin-top: 4px; font-size:11px; margin-left: 10px;}

