h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 15px;
}
h5 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 15px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	font-size: 100%;
}
/* Sets the style for visited links. */
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
#fullWidthHeader {
	font-size: 18px;
	font-weight: bold;
	height: 91px;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	width: 100%;
    margin: 0 0 0 0; 
	background-image: url(../images/bg_nav_35.png);
	background-repeat: repeat-x;
	background-position: left top;

}
#fullWidthHeader img.Logo {
	float: left;
}
/* create container for nav then give it a negative top margin to pull it into header */
#fullWidthNavContainer {
	height: 30px;
	margin-top: -70px;
	text-align: center;
}
#testDiv {
	background-color:#FFCC00;
	width: 400px;
	height: 30px;
	float: left;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 1100px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #flashWrapper {
	height: 400px;
}
#outerWrapper #contentWrapper {
  /* background-image: url("images/bg_1100px_wide.jpg"); */
  background-repeat: repeat-y;
  overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 430px;
	margin-top: 25px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	font-family: Verdana, Helvetica, "Trebuchet MS", Arial, sans-serif;
	/* font-family: Frutiger, Helvetica, Trebuchet MS, Verdana, Arial, sans-serif; */
  /* font-family: Verdana, Arial, Helvetica, sans-serif; */
	margin: 0 0 0 465px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 12px;
}
#outerWrapper #contentWrapper #content h2 {
	line-height: 2.2em;
}
#outerWrapper #contentWrapper #content p {
	line-height: 2em;
}

#outerWrapper #footer {
	padding: 10px;
	margin-top: 50px;
	background-image: url(../images/footer_top_bar_3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-top-style: none;
}
#outerWrapper #footer p {
	line-height: 1 em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#outerWrapper #footer #footerContainer {
	height: 50px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 250px;
}
#outerWrapper #contentWrapper #leftColumn1 img.elementTile {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 200px;
}
#mainNav {
	width: 600px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 255px;
	margin-right: auto;
	margin-left: auto;
}
#mainNav ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
}
#mainNav li {
	margin: 0;
	float: left;
	padding-right: 2em;
	height: 26px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	white-space:nowrap; /* attempt to prevent wrapping in IE */
}

/* Sets the style for unvisited links. */
#mainNav a,  #mainNav a:link { 
  color: #CCC;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
#mainNav a:visited {
  color: #CCC;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#mainNav a:hover {
	/* color: #OOADEF; */
  color: #0099FF; /* cyan */
	text-decoration: none;
}
/* add styles to indicate which page we're on */
#about #nav-about a,  #about #nav-about a:link,
#products #nav-products a, #products #nav-products a:link,
#resources #nav-resources a,  #resources #nav-resources a:link,
#targets #nav-targets a,  #contact #nav-targets a:link, 
#contact #nav-contact a,  #contact #nav-contact a:link { 
  /* color: #CCC; */
  color: #0099FF; /* cyan */
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
/*remove visited from main nav bar */

/* Sets the style for links on mouseover. */
#about #nav-about a:hover,
#products #nav-products a:hover,
#resources #nav-resources a:hover,
#targets #nav-resources a:hover,
#contact #nav-contact a:hover {
  /* color: #0099FF; */ /* cyan */
  color: #FFFFFF; /* white */
	text-decoration: none;
}

/* begin styles for vertical submenu */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 165px;
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 85px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	white-space:nowrap; /* attempt to prevent wrapping in IE */
}
/* create a class to allow wrapping if too long */
#vertmenu ul li.wrappable {
	margin: 0px;
	padding: 0px;
	white-space:normal; /* allow list element to wrap */
}
#vertmenu ul li a {
	font-size: 100%;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #333333;
	width:165px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-align: right;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
}
/* add styles to highlight current page for subnav */
/* supports 8 levels of subnavs */
/* edited this style for other_products page */
#vertmenu ul#sub1 li#subNav1 a,
#vertmenu ul#sub2 li#subNav2 a,
#vertmenu ul#sub3 li#subNav3 a,
#vertmenu ul#sub4 li#subNav4 a,
#vertmenu ul#sub5 li#subNav5 a,
#vertmenu ul#sub6 li#subNav6 a,
#vertmenu ul#sub7 li#subNav7 a,
#vertmenu ul#sub8 li#subNav8 a {
	font-size: 100%;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	/* color: #333333; */ /* medium grey */
	color:#FFFFFF; /* white */
	width:165px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-align: right;
}
/* remove border around logo */
img {  border-style: none;
}
/* this was edited for IE6 and lower */
.tableTransBg50 {
	background-image: url(../images/bg_tables_white_transparent.png);
	background-repeat: repeat;
	padding-right: 15px;
	padding-left: 10px;
}
/* the following style is for the contact us page */
.tableTransBg50 td {
	padding-right: 10px;
	padding-left: 10px;
}
.divIndent60 {
	margin-left: 60px;
}
.tableHeader {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #666666;
}
/* the following style is for the Resources page */
/* edited this style for IE6 and below */
.tableConversion {
	background-image: url(../images/bg_tables_white_transparent.png);
	background-repeat: repeat;
}
.tableConversion td {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.spanHighlight {
	background-color: #7DCBFF;
}
#divConversionTempTables {
	height: 600px;
	width: 400px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
}
/* edited this style for IE6 and below */
.tableTempConvert {
	background-image: url(../images/bg_tables_white_transparent.png);
	background-repeat: repeat;
	float: left;
	margin-right: 50px;
}
.tableTempConvert td {
	padding-left: 10px;
	padding-right: 10px;
	height: 18px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/* add styles for bullet points on refining page */
ul#refiningBullets li {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* add styles for packing slip download */
#packingSlipDownload {
	padding: 5px;
	height: 90px;
	width: 135px;
	margin-left: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 0px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
#packingSlipDownload p {
	margin: 0px;
	font-size: 100%;
}
#packingSlipDownload a {
	padding: 5px;
	color: #FFFFFF;
}
#packingSlipDownload a:hover {
	padding: 5px;
	color: #FFFF99;
}



#packingSlipDownload img {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

