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

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

#wrapper {
	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); 
	height: 97px; 
	background-color:#E00008; 
	background-repeat:no-repeat;
	overflow: hidden;
	}
	
#banner h1, #banner h2, #banner h3 {display: none;}

#bannertext {margin-top:25px; margin-left: 280px; color: #FFFFFF; font-weight: bold; font-size: 12px;}

a {text-decoration:none;}

#bannerimage {background-image: url(../graphics/banner.jpg); padding:0px; 
	background-color: #8B8B6D;
	background-repeat:no-repeat;
	height: 170px;
	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;}
#navigation a:hover {color: white; text-decoration: underline; font-weight: bold;}

#pagebody {padding: 0px 15px 15px 15px;  }
#pagebody h1 {font-size:1.8em; color: #4f6f19; font-weight: bold;}
#pagebody h2 {font-size:1.6em; color: #4f6f19; font-weight: normal;} 
#pagebody h3 {font-size:1.4em; color: #4f6f19; font-weight: bold;} 
#pagebody h4 {font-size:1.2em; color: #4f6f19; font-weight: bold;} 
#pagebody p { margin: 0 0 1.5em 0; padding: 0; line-height: 1.5em;}
#pagebody li {margin-bottom:10px; list-style-type:square;}

#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;}

#galleryimage {background-color: #000000; width: 98%; padding: 5px; margin:auto;}

.tdborder {background-color: #F7F8F0; border: 1px solid #C5C5B6;}

}

@media print {
#navigation {display:none}
#bodyimages {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;}


