@charset "utf-8";
/* CSS Document */
html { height: 100%;}

body {
	height:100%;
	margin: 0;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border-top-color: #333333;
	background:#ffffff;
}

div#container
{
	height: auto !important;
	height: 100%;
	min-height:100%;
}
div#padding {
	padding: 0 0 26px 0;
	margin: 0;
}

p#footer {
	margin: -26px 0 0 0;
	background-image: url(/images/bgbt.gif);
}

/*table {
	padding: 25;
	border: 0;
	margin: 10;
	border-collapse: collapse;
	border-spacing: 0;
}*/

/*tr,td {padding:0}*/

#headertableleft {
	background-image: url(/images/header_main_red.gif);
}

#headertabletop {
	padding: 0;
	border: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background-image: url(/images/header_main_red.gif);
	vertical-align: top;
	width: 155px;
/*	float: right;*/
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #990033;
}

h1 {
	font-size: 2em;
	color: #000099;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
}

h2 {
	font-size: 1.4em;
	color: #000000;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #000066;
	text-align: left;
	margin-top: 2px;
	font-size: 1.3em;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5 {
	color: #990000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	padding: 0;
}

p#noindent {
	margin-top: 0.5em
}

/*For specific pages - PRODUCT PAGES*/

#sidenavtable {
	width: 150px;
	margin: 0.5px;
	padding: 0;
}

#sidenavtable .text{
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 5px;
}

#sidenavtable .textgray{
	font-size: 10px;
	background-color: #E8E4E9;
	padding: 5px;
}

#sidenavtable .headerrow {
	font-size: 10px;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
#maintable {
	width: 700px;
	padding: 1 px;
}

#whiteheadline { /*Used on the CV pages*/
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
}

a.topnav:visited { 
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	text-decoration: none; 
	font-weight: normal; 
	color: #990033;
}

a.topnav:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #006699;
}

a.topnav:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	color: #0000CC;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size:x-small; /* for other IE versions */
}




@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 120%;
	cursor: default;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/03or_17b.gif);/*Added background*/
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are AUTO width.  No need to change */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	border-color: #000000;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0; /*Adjusts the border around entire submenu*/
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.8em;
	position: absolute;
	left: -1000em;
	background-color: #CCCCCC;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	border: 1; /*adds a black border around submenu*/
	border-color: #000000;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.8em;
	margin: 0em; /*spacing for each menu subitem*/
}

/* Diane added for space around submenu items*/
ul.MenuBarHorizontal ul li a
{
	padding: 0.3em 0.3em 0.3em 0.5em;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	/*margin: 100em;
	margin: -5% 0 0 95%;*/
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	position: absolute;
	margin: 5% 0 0 95%; /*Added so sub-submenu goes to side*/
}

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block; /*do not change*/
	cursor: pointer;
	padding: 0;
	color: #000066; /*Color of submenu text*/
	text-decoration: none;
	background-color: #CCCCCC; /*Color of submenu*/
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a GREY background and WHITE text 
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible*/
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #666666;
	color: #FFF;
}

/*******************************************************************************
 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************
 BROWSER HACKS: the hacks below should not be changed unless you are an expert
 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*Safari and Chrome fix*/
ul.MenuBarHorizontal
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 120%;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	height: 27px;
}
ul.MenuBarHorizontal li
{
	margin: 0;
}
}
