body {
	margin: 0; padding: 0;
	/*background: url(Images/bodybg.jpg);*/
	background: #000;
	font-family: Arial, sans-serif;
	}

#header {

	position: absolute; top: 0; left: 0;
	width: 100%; height: 110px;
	color: #FFF;
	margin: 0; padding: 0;
	}

#header #image {
	/*background: url(Images/logo_3.png);*/
	position: absolute; top: 0; left: 10px; height: 80px;
	margin: 0; padding: 0;
	}

#header #image p {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}

#header h1 {
	margin: 0; padding: 4px 10px 0 0;
	font-family: Arial, sans-serif;
	font-size: 32px;
	text-align: right;
	line-height: 1.05em;
	}

#header p {
	margin: 0; padding: 0 10px 0 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: right;
	line-height: 1em;
	}S

#header span {
	color: red;
	font-weight: bold;
	}
#header #abovebar {
	position: absolute; top: 0; left: 145px;
	}
#header #abovebar p {
	font-size: 10px;
	font-weight: bold;
	}
#header #abovebar_r {
	position: absolute; top: 0; right: 0px; /*left: 145px;*/
	text-align: right;
	}
#header #abovebar_r p {
	font-size: 14px;
	font-weight: bold;

	}
#menu_h {
	position: absolute; top: 20px; left: 145px; 
	width: 800px;
	heigth: 30px;
	margin: 0; padding: 0; 
	}	
#menu_h a {
	display: table-cell;
	margin: 0px 0px;
	padding: 2px 10px;
	height: 30px;
	font-size: 12px;
	font-weight: normal;
	background: #000; color: #FFF;
	font-family: Arial, sans-serif;
	line-height: 1em;
	/*text-align: left;*/
	text-decoration: none;  
	border-width: 3px;
	border-color: #000;
	border-style: solid;
	} 
#menu_h a:hover {
	color: #EEE; background: #888; 
	border-width: 3px;
	border-color: #888; 
	border-style: solid;
	}
	/*had to add border: none; to make span box work in IE*/ 

#menu_h a span {
	display: none;
	}

#menu_h a:hover span {
	display: none;
	position: absolute; top: 290px; left: 0; right: 145px;
	width: 125px;
	/*margin-left: -5px; padding: 5px;*/
	background: #000; color: #EEE;
	font-size: 12px;
	} 

#menu {
	position: absolute; top: 140px; left: 10px;
	width: 125px;
	margin: 0; padding: 0;	
	}
	/*moved background to #leftcontent a. Can now create transparent gap for background to show between links.*/

#menu a {
	display: block;
	margin: 0; padding: 7px 5px;
	font-size: 12px;
	font-weight: normal;
	background: #000; color: #EEE;
	font-family: Arial, sans-serif;
	line-height: 1em;
	text-align: left;
	text-decoration: none;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	} 

#menu a:hover {
	color: #EEE; background: #555; 
	border-width: 1px;
	border-color: #777; 
	border-style: solid;
	}
	/*had to add border: none; to make span box work in IE*/ 

#menu a span {
	display: none;
	}

#menu a:hover span {
	display: block;
	position: absolute; top: 290px; left: 0; right: 145px;
	width: 125px;
	margin-left: -5px; padding: 5px;
	background: #000; color: #EEE;
	font-size: 12px;
	} 
	/*Changed Right&Left padding to 0. This got extra width in FF corrected*/

#icons {
	position: absolute; top: 560px; left: 28px;
	margin: 0; padding: 0;
	}

#icons img {
	border: none;
	}

#maincontent {
	content: "Testing";
	position: absolute; top: 40px; left: 145px; right: 0px;
	margin: 0; padding: 0;
	background: #FfFfFf;
	line-height: 1.25em;
	font-family: Arial, sans-serif;
	min-height: 100%; /* MLD: doesn't seem to do anything */
	height:800px; /* IE treats height as min-height */
	width: 800px;
	}
body>#maincontent {
	height: auto; 
	min-height: 800px; /* hidden from IE; gives the correct value to other browsers */
	}

#maincontent img {
	padding-bottom: 5px;
	}

#maincontent #toplinks p {
	margin: 0; padding: 10px 10px 5px 10px;
	text-align: center;
	}

#maincontent #toplinks a, #maincontent #toplinks a:visited {
	color: #00C;
	}

#maincontent h1 {
	margin: 0; padding: 15px 5px 5px 5px;
	line-height: 1.125em;
	text-align: center;
	font-size: 28px;
	color: #000;
	/*border-bottom: 10px solid #C00; RED LINE*/
	}

#maincontent h2 {
	margin: 0; padding: 15px 8px 0 8px;
	line-height: 1.125em;
	text-align: left;
	font-size: 18px;
	color: #C00;
	}

#maincontent ul li {
	margin: 0; padding: 0 25px 10px 10px;
	line-height: 1.2em;
	font-size: 17px;
	text-align: justify;
	list-style-image: url(Images/bullets_ball26.gif);
	}/**/

#maincontent ul.redbullet li {
	list-style-image: url(Images/bullets_ball106.gif);
	}

#maincontent p {
	margin: 0; padding: 10px 15px;
	line-height: 1.2em;
	font-size: 17px;
	text-align: justify;
	}

#maincontent p.center {
	text-align: center;
	}

#maincontent p.indent {
	margin: 0;; padding: 10px 25px 0 25px;
	line-height: 1.2em;
	font-size: 17px;
	list-style-type: none;
	text-align: justify;
	}

#maincontent em.smaller {
	font-size: 15px;
	}

#maincontent span.xfire {
	font-weight: bold;
	color: #D00;
	}

#maincontent a:hover {
	background: #DDD;
	text-decoration: none;
	} /* #FF0 */

#maincontent a:visited {
	color: #444;
	}

#maincontent a:visited.btt {
	color: #00C;
	}

#manufact, #member, #insurance {
	background: #F5F5F5;
	}

#manufact {
	position: absolute; top: 120px; right: 10px;
	width: 121px;
	/*background: #EFF;*/
	border: 2px solid #0AF;
	margin: 0; padding: 0;
	font-size: 16px;
	}

#manufact p {
	margin: 0; padding: 4px 0;
	background: #0AF; color: #00A;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	}

#manufact a {
	display: block;
	font-size: 18px;
	margin: 0; padding: 7px 0;
	text-align: center;
	background: none; color: blue;
	line-height: 1.5em;
	text-decoration: none;
	}

#manufact a:hover {
	text-decoration: underline;
	background: #DDD;
	}

#member {
	position: absolute; top: 285px; right: 10px;
	width: 121px;
	/*background: #EEE;*/
	border: 2px solid #BBB;
	font-family: Arial, sans-serif;
	line-height: 1.125em;
	margin-right: 0; padding: 0;
	}

#member p {
	margin: 0; padding: 4px 0;
	background: #BBB; color: #00A;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 1.2em;
	}

#member a {
	display: block;
	font-size: 16px;
	margin: 0; padding: 7px 3px 10px 10px;
	text-align: left;
	background: none; color: blue;
	text-decoration: none;
	}

#member a strong {
	color: #00008B;
	font-size: 16px;
	line-height: 1em;
	}

#member a:hover {
	text-decoration: underline;
	background: #DDD;
	}


#insurance {
	position: absolute; top: 635px; right: 10px;
	width: 121px;
	/*background: #EFE;*/
	border: 2px solid #0C0;
	margin-right: 0; padding: 0;
	}

#insurance p {
	margin: 0; padding: 4px 0;
	background: #0C0; color: #00A;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 1.2em;
	}

#insurance a {
	display: block;
	font-size: 12px;
	margin: 0; padding: 7px 2px 10px 2px;
	text-align: center;
	background: none; color: blue;
	line-height: 1.125em;
	text-decoration: none;
	}

#insurance a strong {
	line-height: 1.125em;
	text-decoration: underline;
	}

#insurance a:hover {
	text-decoration: underline;
	background: #DDD;
	}

