@charset "UTF-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 903px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.float_right {
	float: right;
}
.oneColFixCtrHdr #header {
	background: url(images/grad_back.jpg);
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	clear: left;
}
.oneColFixCtrHdr #footer {
	padding: 5px 10px 0px 10px;
	background-color: #CCCCCC;
	clear: both;
	height: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #email {
	margin: 0; /* zeroing  the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right; /* this overrides the text-align: center on the footer element. */
	float: right;
}
.oneColFixCtrHdr #nav {
	height:17px;
	background-image: url(images/top_gray.jpg);
	text-align: right;
	padding-right: 10px;
	background-color: #DFDFDF;
}
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#fff; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:0px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#333333}
ul.menu ul li a:hover {background-color:#555555}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:1px solid #002855; padding:5px 7px 7px; font-weight:bold; background:url(images/header.gif); width:134px}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}
ul.menu .sub {background:#333 url(images/wt_arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}	
dt {
	width: 60%;
	float:left;
	clear:left;
	}
dd {
	width:30%;
	float:left;
	text-align:right;
	}
.slideshow {
	float: right;
	}
.oneColFixCtrHdr #numbers {
	margin: 0; /* zeroing  the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0;
}
#left {
	text-align: left;
	float: left;
	font-weight: bolder;
	color: #3764a5;
}
#center{
	text-align: center;
	float: none
}
#right {
	text-align: right;
	padding: 0px 0px 5px 0px; 
	width: 300px;
	float: right;
}
.oneColFixCtrHdr #subInfo {
	padding: 15px 15px 0 15px;
	width: 148px;
	float: left;
	border-right-color: #CCC;
	border-right: 1px;
	background: #FFFFFF;
	border-right-style: solid;
}
.oneColFixCtrHdr #mainInfo {
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float: left;
	border-left: 1px;
	margin: 0;
	height: 1%;
	width: 652px;
}
.oneColFixCtrHdr #subInfo p {
	font-size: 9px;
	color: #333333;
}
.oneColFixCtrHdr #subInfo h3 {
	color: #333333;
	font-size: x-small;
}
.oneColFixCtrHdr #maininfo h1 {
	font-weight: lighter;
	color: #666666;
}
.oneColFixCtrHdr #maininfo h2 {
	color: #F00;
	font-weight: bolder;
}
.oneColFixCtrHdr #container #mainContent #mainInfo .pdf {
	color: #999999;
}
.oneColFixCtrHdr #container #mainContent #mainInfo h1 {
	color: #004b93;
	font-size: medium;
	line-height: 140%;
}
.oneColFixCtrHdr #container #mainContent #mainInfo h2 {
	color: #333333;
	font-size: small;
}
.oneColFixCtrHdr #container #mainContent #mainInfo h3 {
	color: #333;
	font-size: x-small;
	margin-bottom: -1px;
}
.oneColFixCtrHdr #container #mainContent #mainInfo p {
	color: #333;
	margin: 2px 0 -2px 10px;
}
.oneColFixCtrHdr #container #mainContent #mainInfo ul {
	color: #333333;
	margin: 2px 0px -2px 10px;
}
.oneColFixCtrHdr #pdf {
	color: #999999;
}
.oneColFixCtrHdr #fullInfo {
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float: left;
	border-left: 1px;
	margin: 0;
	height: 1%;
	width: 850px;
	text-align: center;
}
.oneColFixCtrHdr #homeInfo {
	padding: 0px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float: left;
	border-left: 1px;
	margin: 0;
	height: 1%;
	width: 850px;
}
.oneColFixCtrHdr #productsInfo {
	padding: 0px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float: left;
	border-left: 1px;
	margin: 0;
	height: 1%;
	width: 850px;
}
.oneColFixCtrHdr #productsInfo h1   {
	color: #004b93;
	font-size: medium;
}
.oneColFixCtrHdr #container #mainContent #fullInfo h1 {
	color: #004b93;
	font-size: medium;
}
.oneColFixCtrHdr #container #fullInfo #ol {
	text-align: right;
}
.oneColFixCtrHdr #rev {
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #004b93;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
a:visited {
	color: #3764a5;
}
a:active {
	color: #004b93;
	font-size: 12px;
}
.oneColFixCtrHdr #productsInfo h2 {
	color: #333333;
	font-size: small;
}
.oneColFixCtrHdr #productsInfo p {
	color: #333333;
	margin: 2px 0px -2px 10px;
}
