body {
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	behavior:url(css/csshover2.htc);
	}
div#container {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	left: 111px;
}
div#header {
	text-align:center;
	padding: 5px;
}
div#header h1 {font-weight:bold;}
div#header h2 {
	font-weight:bold;
	margin-top: 15px;
}
div#header p {
	font-size:1em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
		
div#content {margin:0px; padding:0px;}
div#content h1 {font-size:1.5em; font-weight:bold;}
div#content p {font-size:.8em; margin:0px; padding:0px; color:#FFFFFF;}
div#content label {font-size:.7em; margin:0px; padding:0px;}
div#content h2 {margin-bottom:2px; font-size:1.2em; font-weight:bold; color:#FFFFFF;}
div#content h3 {margin-bottom:1px; font-size:1.1em; font-weight:bold; color:#FFFFFF;}
div#content ul {margin:0px;}
div#content li {margin:0px; font-size:.7em; list-style:square; list-style-position:inside;}
div#content a:link {color:#96632B; text-decoration:underline;}
div#content a:hover {color:#699169; text-decoration:none;}
div#content a:visited {color:#262678; text-decoration:none;}
div#content img {padding-right:10px; padding-left:10px; float:left;}

div#products {padding:0 10px 0 10px; border-left:solid; border-left-color:#9BABEC;}
div#products h1 {font-size:1.3em; font-weight:bold;}
div#products p {font-size:.8em; margin-top:0px; margin:0px;}	
div#products h2 {font-size:1.2em; font-weight:bold; margin:0px;}
div#products h3 {font-size:1.1em; font-weight:bold; margin:0px;}
div#products ul {margin-top:0px; margin-bottom:0px;}
div#products li {margin-bottom:0; font-size:.8em; list-style:square; list-style-position:inside;}
div#products a:link {color:#96632B; text-decoration:underline;}
div#products a:hover {color:#699169; text-decoration:none;}
div#products a:visited {color:#262678; text-decoration:none;}
div#products img {float:left; padding:10px;}

div#datatable h1 {font-size:1.1em; font-weight:bold; margin:0px;}
div#datatable h2 {font-size:.9em; margin-top:5px; margin:0px; border:thick;}
div#datatable p {font-size:.8em; margin-top:0px; margin:0px;}

div#contentbuttons {margin:0px; padding:0em;}
div#contentbuttons p {font-size:.8em;}
div#contentbuttons ul {margin:0;}
div#contentbuttons li {margin:0 15px; list-style-image:none; display:inline;}

div#contentbuttonsproducts {margin:0px; padding:0em;}
div#contentbuttonsproducts p {font-size:.8em;}
div#contentbuttonsproducts ul {margin:0;}
div#contentbuttonsproducts li {margin:0 4px; list-style-image:none; display:inline;}

div#contentlist2 {margin:20px 150px 20px 190px; padding: 0 1em;}
div#contentlist2 h1 {font-size:1em;}
div#contentlist2 h2 {margin-bottom:2px; font-size:.8em; font-weight:bold;}
div#contentlist2 ul {margin:0; font-size:.9em;}
div#contentlist2 li {margin-bottom:0; font-size:.75em; list-style-position:outside;}
div#contentlist3 {margin:20px 150px 20px 190px; padding: 0 1em;}
div#contentlist3 h1 {font-size:1em;}
div#contentlist3 h2 {margin-bottom:2px; font-size:.8em; font-weight:bold;}
div#contentlist3 ul {margin:0; font-size:.9em;}
div#contentlist3 li {margin-bottom:0; font-size:.75em; list-style-position:outside;}

/* the horizontal menu starts here */
div#listmenu {
	width:100%; height:14px;
	border-top:1px solid #666666;
	border-bottom:0px solid #99CCCC;
	font-size:0.75em;
	background-color: #9BABEC;
	margin-top:0px;
	padding: 3px 0px 3px 0px;
	font-weight:bold;	
}
div#listmenu p { float:right; margin: 0px 2px 0 0; font-size:0.9em; color:black;}
div#listmenu ul {margin:0 0 0 5px;/* indents ul from edge of container */ 	}
div#listmenu li {
	z-index:100; /* had to add this to make the drop be on top in Safari */
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:  #9BABEC; /*sets the background of the menu items *//* #9BABEC */
	border-right:1px solid #666666; /* creates dividing lines between the li elements */
	
	}
div#listmenu li:first-child { border-left: 1px solid #666666; /*the first vertical line on the menu */}
div#listmenu li:hover {background-color: white ; /*sets the background of the menu items */ }
div#listmenu a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:black;	/* sets the type color */
	}
div#listmenu a:hover {color:#F33;	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:12em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-40px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #666666; /*  three sides of each drop-down item */
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:0 0 1px;
	}
div#listmenu ul li ul li:first-child { border-top:1px solid #666666 ; /*the top edge of the dropdown */}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block;  } /* shows the drop-down when the menu is hovered */
/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:12em;
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	margin-left:-40px;
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	}
div#listmenu ul li ul li ul li{
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #666666; /*  three sides of each drop-down item */
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:0 0 1px;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* another level of pop-outs */
div#listmenu ul li ul li:hover ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li ul li ul li:hover ul {display:block;} /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */

/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #666666; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #666666;
	border-left:0px; /* stops the drop inheriting the ul border */
	left:-1px; /*aligns the drop exactly under the menu */	
	}
/* adjusts the pops in IE to align with the drops */	
* html div#listmenu ul li ul li ul {margin-left:0px;}
/* end of hack zone */
/* END OF LIST-BASED MENU */

div#footer {width:100%; padding:4px 0; font-size:.65em; text-align:center; background-color:#9BABEC;
			border-top:none; border-bottom:2px solid #666666; margin-top:1.5em;}
div#footer ul {margin:2px;}
div#footer li {display:inline; padding:0 5px; color:black;
			background-color:#9BABEC; /*sets the background of the menu items *//* #9BABEC */
			border-right:1px solid #666666; /* creates dividing lines between the li elements */}
div#footer li:first-child {border-left: 1px solid #666666;}
div#footer ul.fineprint li a:link {color:black; text-decoration:none;}
div#footer ul.fineprint li a:hover {color:#F33; background-color:white;}
div#footer ul.fineprint li a:visited {color:black; text-decoration:none;}
div#footer ul.fineprintnolist li a:link {text-decoration:none; color:black;}
div#footer ul.fineprintnolist li a:hover {text-decoration:none; color:black;}
div#footer ul.fineprintnolist li a:visited {text-decoration:none; color:black;}
* html div#footer li {border-left:1px solid #666666; border-right:none;} /* IE hack */

