@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #e5e5e5;
}
.clearleft {
	clear: left;
}
:link img, a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #f26101;
	font-weight: normal;
	font-size: 180%;
	margin-top: 0px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #2f4da8;
	font-weight: normal;
	font-size: 140%;
	margin-bottom: 5px;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	color: #8aa8b0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	color: #313732;
	line-height: 140%;
}
#mainContent ul {
}
#mainContent li {
	list-style-image: url(../images/common/orange_bullet_sm.gif);
	color: #313732;
	padding-bottom: 4px;
}
a:link {
	color: #254ca4;
	text-decoration: none;
}
a:visited {
	color: #254ca4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #f26101;
}
#container  {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/common/content_bkd.gif);
	background-repeat: repeat-y;
} 
#background {
	background-image: url(../images/common/content_bkd.gif);
	background-repeat: repeat-y;
}
#header  {
	height: 121px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/common/header_bkd.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
#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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1px;
	color: #FFFFFF;
}
#header  h1 a {
	color: #FFFFFF;
	display: block;
	height: 121px;
	width: 283px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #e2e9eb;
	margin-right: 30px;
	padding: 15px;
	display: inline;
}
#sidebar1 h2 {
}
#sidebar1 p {
	margin-top: 0px;
}
#sidebar1 li {
	list-style-image: url(../images/common/square_bullet.gif);
	padding-bottom: 2px;
	color: #313732;
}
#sidebar1 li li {
	list-style-image: url(../images/common/line_bullet.gif);
	font-size: 90%;
	color: #666666;
	margin-left: -10px;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 30px;
	background-image: none;
	padding-bottom: 60px;
} 
#mainContent p {
	margin-top: 5px;
}
#footer  {
	height: 90px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(../images/common/footer_bkd.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #637b81;
	text-transform: uppercase;
	font-size: 80%;
	clear: both;
	margin-top: 0px;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #637b81;
	padding-top: 32px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer   a {
	color: #637b81;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
img.floatleft    {
	float: left;
	margin-right: 20px;
	border: 1px solid #E2E9EB;
	padding: 5px;
	margin-bottom: 10px;
}
ul .floatleft  {
	list-style-position: inside;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.calloutlink {
	font-weight: bold;
	padding-left: 25px;
	color: #2f4da8;
	background-image: url(../images/common/orange_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.productsheet {
	font-weight: bold;
	padding-left: 35px;
	color: #2f4da8;
	background-image: url(../images/common/pdf_icon_S.gif);
	background-repeat: no-repeat;
	clear: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f26101;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left center;
	border-bottom-color: #f26101;
	margin-top: 15px;
	margin-bottom: 15px;
}
#nav {
	height: 44px;
	padding-left: 300px;
	font-size: 110%;
	background-color: #FFFFFF;
}
#mainContentHome {
	margin-top: 0px;
	margin-right: 315px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 30;
	padding-left: 30px;
}
#mainContentHome p {
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
#homecallout {
	background-image: url(../images/homepage/homepage_callout.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #dedede;
	padding-top: 20px;
	padding-right: 240px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #DEDEDE;
}
#homecallout p {
	margin-bottom: 5px;
	line-height: 110%;
}
#homecallout h1 {
	margin: 0px;
	padding-bottom: 5px;
}
#sidebarhome {
	float: right; /* since this element is floated, a width must be given */
	width: 293px;
	background-color: #FFFFFF;
	margin-right: 30px;
	padding: 0px;
	display: inline;
}
#process1, #process2, #process3, #process4 {
	background-color: #e2e9eb;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #f26101;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#process1 h2, #process2 h2, #process3 h2, #process4 h2 {
	line-height: normal;
	margin-bottom: 0px;
}
#process1 p, #process2 p, #process3 p, #process4 p {
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 90%;
}
#process1 {
	background-image: url(../images/homepage/process1_bkd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #E2E9EB;
}
#process2 {
	background-image: url(../images/homepage/process2_bkd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #E2E9EB;
}
#process3 {
	background-image: url(../images/homepage/process3_bkd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #E2E9EB;
}
#process4 {
	background-image: url(../images/homepage/process4_bkd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #E2E9EB;
	margin-bottom: 30px;
}
#newsbox {
	clear: left;
	background-color: #E0E0E0;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #313732;
	background-image: url(../images/homepage/newsbox_bkd.gif);
	background-repeat: repeat-x;
	border: 1px solid #dedede;
	font-size: 90%;
}
.calloutlinkSidebar {
	font-weight: bold;
	padding-left: 25px;
	color: #637b81;
	background-image: url(../images/common/sidebar_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 0px;
}
.calloutlinkSidebar a {
	color: #637b81;
}
.calloutlinkSidebar a:hover {
	color: #F26101;
}
#doclibrary {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 85px;
	background-image: url(../images/common/PDF_icon_L.gif);
	background-repeat: no-repeat;
	background-position: left 30px;
	margin-left: 290px;
}
#productsamples {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 85px;
	background-image: url(../images/homepage/product_samples.jpg);
	background-repeat: no-repeat;
	background-position: left 30px;
	float: left;
	width: 185px;
}
#doclibrary h1, #productsamples h1 {
	font-size: 140%;
	margin-bottom: 5px;
}
#doclibrary p, #productsamples p {
	font-size: 90%;
}
#contactinfo {
	padding-left: 30px;
}
.phone {
	font-size: 140%;
	font-weight: bold;
	color: #637b81;
	padding-right: 10px;
}
table {
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
table.noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	margin: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-color: #999999;
	font-size: 95%;
}
td.noline {
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
tr.header {
	background-color: #A2BAC0;
	font-weight: bold;
	color: #FFFFFF;
}
tr.grayrow {
	background-color: #E7E7E7;
}
#mainContent li.downloads, #mainContent li a.downloads {
	list-style-image: url(../images/common/PDFicon_xtrasm.gif);
}
