body {
	margin: 0px;
	background-color: #e6e6e6;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #0055a5;
	text-decoration: underline;
}
a:hover {
	color: #004484;
	text-decoration: none;
}
.bg {
	text-align: center;
	background-image:url(../images/bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
	padding-top: 10px;

}

#siteholder {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
}
#header {
	background-image:url(../images/header-bg.jpg);
	height: 134px;
}
#logo {
	float: left;
	padding-left: 37px;
	padding-top: 72px;
}
#date {
	text-align: right;
	padding-right: 45px;
	font-size: 10px;
	color: #999999;
	padding-top: 44px;
	padding-bottom: 16px;
}
#tnav {
	float: right;
	padding-right: 30px;

}
#tnav ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	text-align: right;
}
#tnav ul li {
	float: left;

}
#tnav ul li a {
	display: block;
	color: #0055a5;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 21px;
	padding-right: 15px;
	background-image:url(../images/bullet.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
#tnav ul li a:hover {
	color: #000000;
}
#tagline {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	clear: right;
	padding-right: 45px;
	padding-top: 22px;
}
#contentholder {
	background-image:url(../images/content-bg.gif);
}
#contentbg {
	background-image:url(../images/content-bg-fade.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}
#lnav {
	width: 186px;
	float: left;
	margin-left: 30px;
	
}
#lnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#lnav ul div {
	background-image:url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	padding: 4px;
	padding-left: 28px;
	background-color: #f2f2f2;
	font-weight: bold;
	color: #0055a5;
	text-transform: uppercase;
	font-size: 14px;
}
#lnav ul li ul {

}
#lnav ul li ul li {

}
#lnav ul li ul li a {
	display:block;
	padding: 1px;
	padding-left: 37px;
	background-image:url(../images/lnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 29px 6px;
	border-bottom: 1px solid #f2f2f2;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
#lnav ul li ul li a:hover {
	color: #0055a5;
	background-position: 30px 6px;
}
#lnav ul.industries li a, .industries li {
	border: none;
	font-weight: normal;
	font-size: 11px;
	
}
#content {
	margin-left: 237px;
	width: 733px;

}
#content p, #content ul {
	line-height: 18px;
}
#footer {
	background-image:url(../images/footer-bg.jpg);
	height: 69px;
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	color: #666666;
}
#jj {
	float: right;
	padding-right: 45px;
	padding-top: 22px;
}
#copyright {
	padding-left: 45px;
	padding-top: 22px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #0055a5;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}

.infobox {
	background-color: #e5e5e5;
	padding: 10px;
	font-size: 11px;
}
.infobox ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
.infobox ul li {
	list-style-image:url(../images/lnav-arrow.gif);
}

.homeimage {
	  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  border: 1px solid #cccccc;
 }
 .homeimage:hover {
 	  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
 }
 hr {
 	border: none;
	height: 1px;
	color: #cccccc;
	padding-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	size: 1;
 
 }
 .productimage {
 	border: 2px solid #e6e6e6;
	margin-left: 30px;
}

.textbox {
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.textbutton {
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
}
.newsbox {
height: 90px;
overflow: auto;
overflow-x: hidden;
}