
/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html,body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff url(../img/background_header.gif) no-repeat top;
	color: #000;
	height:100%; /* needed for container min-height */
}
html,body#int {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff url(../img/background_header_int.gif) no-repeat top;
	color: #000;
	height:100%; /* needed for container min-height */
}
html,body#pop {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff;
	color: #000;
	height: 100%; /* needed for container min-height */
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
fieldset {
	padding: 10px;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link          {color: #005eb6; text-decoration: underline;}
a:visited       {color: #005eb6; text-decoration: underline;}
a:active        {color: #005eb6; text-decoration: none;}
a:hover         {color: #005eb6; text-decoration: none;}
a:visited:hover {color: #005eb6; text-decoration: none;}

a.odd:link          {color: #005eb6; text-decoration: underline;}
a.odd:visited       {color: #005eb6; text-decoration: underline;}
a.odd:active        {color: #005eb6; text-decoration: none;}
a.odd:hover         {color: #005eb6; text-decoration: none;}
a.odd:visited:hover {color: #005eb6; text-decoration: none;}

a.even:link          {color: #829ab0; text-decoration: underline;}
a.even:visited       {color: #829ab0; text-decoration: underline;}
a.even:active        {color: #829ab0; text-decoration: none;}
a.even:hover         {color: #829ab0; text-decoration: none;}
a.even:visited:hover {color: #829ab0; text-decoration: none;}

a.white:link          {color: #fff; text-decoration: underline;}
a.white:visited       {color: #fff; text-decoration: underline;}
a.white:active        {color: #fff; text-decoration: none;}
a.white:hover         {color: #fff; text-decoration: none;}
a.white:visited:hover {color: #fff; text-decoration: none;}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
font: bold 2em "Times New Roman", Times, serif;
}
h2 {
font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#container
{
	background: transparent url(../img/background_content.gif) repeat-y;
	height: 90%;
	height: auto !important;
	margin: 0 auto;
	min-height: 90%;
	position: relative;
	width: 996px;
}
#copyright
{
	color: #FFF;
	font: italic normal normal 11px Arial, Helvetica, sans-serif;
	left: 50px;
	position: absolute;
	top: 25px;
	width: 200px;
	z-index: 999;
}
#footer
{
	height: 10%;
}
#footer_img
{
	height: 10%;
	margin: 0 auto;
	position: relative;
	width: 996px;
}
#footer_tagline
{
	color: #fff;
	font: italic normal normal 24px/26px "Times New Roman", Times, serif;
	left: 250px;
	position: absolute;
	top: 35px;
	width: 725px;
	z-index: 999;
	text-align: center;
}
#header
{
	background: transparent url(../img/background_header.gif) no-repeat top;
	height: 224px;
	margin: 0 auto;
	position: relative;
	width: 996px;
}
#header_int
{
	background: transparent url(../img/background_header.gif) no-repeat top;
	height: 168px;
	margin: 0 auto;
	position: relative;
	width: 996px;
}
#logo
{
	display: inline;
	float: left;
	height: 223px;
	width: 237px;
	margin-left: 31px;
}
#logo_int
{
	display: inline;
	float: left;
	height: 168px;
	margin-left: 31px;
	width: 237px;
}
#main
{
	background-image: url(../img/shadow.png);
	background-repeat: repeat-x;
	display: inline;
	float: left;
	width: 702px;
}
#main_left
{
	display: inline;
	float: left;
	margin-right: 95px;
	width: 440px;
}
#main_right
{
	display: inline;
	float: left;
	width: 130px;
}
#main_right_pad
{
	border-left: 1px solid #005eb6;
	margin-top: 155px;
}

#navcontainer
{
	width: 211px;
	margin-top: 10px;
}
#navlist
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 39px;
	padding: 0px;
}
#navlist a
{
	display: block;
	width: 161px;
	padding: 3px 0px 5px 50px;
}
#navlist a:link, #navlist a:visited
{
	color: #2c307a;
	text-decoration: none;
}
#navlist a:hover
{
	color: #8cdc27;
}
#navlist a#current
{
	color: #8cdc27;
	background-image: url(../img/background_navitem.gif);
	background-repeat: no-repeat;
}
#navigation
{
	display: inline;
	float: left;
	width: 294px;
}
#products
{
	border-bottom: 1px solid #005eb6;
	border-top: 1px solid #005eb6;
	margin-bottom: 12px;
	margin-left: -43px;
	margin-top: 20px;
	padding-left: 10px;
	width: 728px;
}
#subnavlist
{
	list-style: none;
	width: 140px;
	margin: 0px 0px 0px 100px;
	padding: 0px;
}
#subnavlist li
{
	padding-left: 0px;
	padding-bottom: 5px;
	font-size: 11px;
}
#subnavlist li a
{
	padding-left: 10px;
	color: #45ab26;
	text-decoration: none;
	display: block;
}
#subnavlist li a:hover
{
	padding-left: 10px;
	color: #2c307a;
	text-decoration: none;
	display: block;
}
#subnavlist li a#current
{
	padding-left: 10px;
	color: #2c307a;
	text-decoration: underline;
	display: block;
}
#tab
{
	background-image: url(../img/tab.gif);
	background-repeat: no-repeat;
	height: 89px;
	text-align: center;
	width: 294px;
}
#tagline
{
	display: inline;
	float: left;
	height: 224px;
	width: 350px;
}
#tagline_int
{
	display: inline;
	float: left;
	height: 168px;
	width: 470px;
	text-align: right;
}
#tagline_innovation
{
	display: none;
	float: left;
	height: 224px;
	width: 350px;
}
#tagline_quality
{
	display: none;
	float: left;
	height: 224px;
	width: 350px;
}
#tagline_support
{
	display: none;
	float: left;
	height: 224px;
	width: 350px;
}
#tagline_sustainability
{
	display: none;
	float: left;
	height: 224px;
	width: 350px;
}
#toplinks {
	padding-top: 5px;
	margin-right: 300px;
	text-align: right;
}
#triangle
{
	height: 330px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 380px;
	z-index: 999;
}
#triangle_int
{
	height: 239px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 282px;
	z-index: 999;
}
.blue_year {
	font: normal normal bold 18px Arial, Helvetica, sans-serif;
	color: #2b2f78;
}
.blue_text {
	font: normal normal bold 12px Arial, Helvetica, sans-serif;
	color: #2b2f78;
}
.bullets
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.bullets li
{
	padding-left: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-bottom: 8px;
}
.bullet_pad {
	padding-left: 25px;
}

.button_bottom
{
	margin-left: 20px;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	width: 93px;
}
.button_top
{
	margin-left: 20px;
	padding-top: 30px;
	text-align: center;
	width: 93px;
}
.green {
	color: #44950d;
}
.lg_georgia
{
	color: #fff;
	font: normal normal bold 32px Georgia1, Georgia, serif;
}
.lg_lucida
{
	color: #fff;
	font: normal normal normal 22px Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.lg_times
{
	color: #2c307a;
	font: normal normal bold 22px/30px "Times New Roman", Times, serif;
}
.lg_times_white
{
	color: #fff;
	font: normal normal bold 26px "Times New Roman", Times, serif;
	letter-spacing: 2px;
}
.main_int
{
	width: 460px;
	margin-top: 40px;
}
.main_int_wide
{
	margin-right: 95px;
	margin-top: 40px;
}
.main_int_ns
{
	width: 460px;
}
.main_left {
	display: inline;
	float: left;
	width: 460px;
	margin-right: 20px;
}
.main_right {
	display: inline;
	float: left;
	width: 200px;
	margin-top: 60px;
}
.collage_right {
	display: inline;
	float: right;
	width: 200px;
	margin-top: 60px;
	margin-right: 8px;
}
.med_georgia
{
	color: #fff;
	font: normal normal bold 27px Georgia1, Georgia, serif;
}
.med_lucida
{
	color: #fff;
	font: normal normal normal 16px/25px Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.med_times
{
	color: #2c307a;
	font: normal normal bold 18px/22px "Times New Roman", Times, serif;
}
.orange {
	color: #f2943b;
}
.phead
{
	color: #005eb6;
	font: italic normal normal 16px/20px Georgia1, Georgia, serif;
}
.phead_sm
{
	color: #005eb6;
	font: italic normal normal 14px/16px Georgia1, Georgia, serif;
}
.row_head {
	background-color: #ffa500;
}
.row_odd {
	background-color: #fff5cc;
}
.row_even {
	background-color: #fede5a;
}
.row_left {
	width: 375px;
	padding: 5px;
	font-style: italic;
}
.row_right {
	width: 180px;
	padding: 5px;
	font-style: italic;
}
.sm_georgia
{
	color: #fff;
	font: normal normal normal 18px Georgia1, Georgia, serif;
}
.sustainable {
	width: 550px;
	height: 53px;
	background-image: url(../img/background_sustainable.gif);
	background-repeat: no-repeat;
}

.tagline_pad
{
	margin-left: 30px;
	margin-top: 40px;
}
.tagline_pad_main
{
	margin-top: 68px;
}
.tagline_pad_int
{
	margin-top: 85px;
}
p
{
	line-height: 20px;
	margin-bottom: 1em;
	margin-top: 1em;
}

.poplogo {
	width: 134px;
}
.pophead {
	width: 320px;
}




