@charset "UTF-8";
/* CSS Document */

html{
	width:100%;
	height:100%;
}

body{
	background:#EAEAEA;
	color:#666666;
	margin:0;
	padding:0;
	font-size:.75em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
}

#wrapper{
	width:922px;
	height:auto;
	min-height:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
}

/*
*	General
*/

a:link,
a:visited{
	color:#006595;
	text-decoration:none;
}

a.at{
	color:#666;
}

a:hover{
	background:url(../images/link_bg.gif);
	cursor:pointer;
}

.left{
	float:left;
}

.right{
	float:right;
}

.dhtml{
	display:none;
}

.clear{
	clear:both;
}

/*
*	Header
*/

#head{
	background:url(../images/head_bg.jpg) no-repeat #000;
	width:922px;
	height:111px;
	color:#FFF;
	position:relative;
	padding:0 7px 7px;
	margin:0 0 -7px -7px;
	z-index:10;
}

#internal #head{
	padding-bottom:0;
	margin-bottom:0;
}

#logo{
	position:absolute;
	left:50px;
	top:26px;
	color:#FFF;
	text-decoration:none;
	width:172px;
	height:60px;
}

#logo span{
	background-image:url(../images/logo_button.jpg);
}
#logo.at{
	cursor:default;
}

#logo.at:hover span{
	background-position:center top;
}

#sub-title{
	position:absolute;
	right:50px;
	top:26px;
	font-size:18px;
	color:#F3BB31;
	font-weight:normal;
	z-index:1;
	margin:0;
	line-height:1em;
}

#nav{
	position:absolute;
	right:50px;
	bottom:33px;
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
}
#internal #nav{
	bottom:26px;
}
#nav a:link,
#nav a:visited{
	color:#FFF;
	text-decoration:none;
}

#nav li:hover a,
#nav a:hover{
	color:#F3BB31;
	background:none;
}

#nav a.at{
	color:#F3BB31;
}

#nav li{
	margin:0 0 0 14px;
	padding:0 0 0 14px;
	border-left:1px solid #FFF;
	float:left;
	position:relative;
	height:26px;
	line-height:26px;
}
#nav li:first-child,
#nav li.first-child{
	border:none;
}
#nav li ul{
	background:none repeat scroll 0 0 #000000;
	right:-23px;
	list-style:none outside none;
	margin:0;
	padding:37px 0 11px;
	position:absolute;
	top:26px;
	width:140px;
	display:none;
	
	-moz-box-shadow: 0px  0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
}
#nav li:hover ul{
	display:block;
}
#nav li ul li{
	height:auto;
	border:none;
	padding:0;
	margin:0;
	float:none;
}
#nav li ul a:link,
#nav li ul a:visited{
	color:#F3BB31;
	display:block;
	line-height:1.4em;
	padding:6px 15px;
	font-size:12px;
}
#nav li ul a:hover{
	background:#FFF;
	color:#333;
}
#nav li ul a.at{
	color:#FFF;
}
#nav li ul a.at:hover{
	color:#333;
}

/*
*	Sub Head
*/

.subnav{
	background:url(../images/subhead_bg.jpg) repeat-x;
	position:relative;
	z-index:2;
	height:42px;
	line-height:42px;
	display:block;
	padding:0 35px;
	border:1px solid #A6A6A6;
	border-left:none;
	border-right:none;
}
.subnav .right:after{
	content:url(../images/subhead_next.png);
}
.subnav .left:before{
	content:url(../images/subhead_prev.png);
}

#upper-sub{
	border-top:none;
}

#lower-sub{
	border-bottom:none;
	background-position:bottom;
	position:absolute;
	left:0;
	bottom:176px;
	width:852px;
	z-index:3;
}

/*
*	Body
*/

#body{
	padding:27px 35px 203px;
	line-height:2em;
}

#home #body{
	padding-left:0;
	padding-right:0;
}

#internal #body{
	padding-bottom:245px;
}

#copy{
	margin:0 0 0 238px;
}

#copy.wide{
	margin: 0;
}

#copy .wide{
	margin:0 0 0 -238px;
	width:852px;
}

#home #copy{
	margin:50px 0 40px;
}

#body h1{
	font-size:30px;
	font-weight:normal;
	padding:0;
	margin:0 0 20px;
}
#body h2{
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 50px 0 10px;
	color: #948671;
}
#body h2.edge-up{
	margin-top: 20px;
}
#body h2.strong{
	color:#006595;
	line-height:1.3em;
	margin:20px 0 20px;
	font-size: 26px;
}

#body .copyColumn h2, #body .copyColumnRight h2{
	margin: 0 0 15px;
}

#body .page-head {
	margin:0;
}

#body blockquote{
	color:#958771;
	font-size:15px;
	line-height:2em;
	margin:50px 0;
	text-transform:uppercase;
}

#body blockquote.centered{
	background: url(../images/glance_bg.gif);
	margin:-9px 0 50px;
	padding:12px 0 10px;
	text-align:center;
	font-size: 12px;
}

#body hr{
	border:none;
	color:#A6A6A6;
	background:#A6A6A6;
	border-top:1px solid #F0F0F0;
	height:0;
	border-bottom:1px solid #A6A6A6;
}

#body p.strong{
	font-size: 14px;
	color: #555;
	line-height: 2.2em;
}

#body strong{
	font-weight:bold;
	color:#958771;
}

#body .dark{
	background: url(../images/glance_bg.gif);
	padding: 0 0 20px;
	margin: 20px 0;
	width: 100%;
}

#body .dark hr{
	margin: 0;
}

#body .dark hr:last-child,
#body .dark hr.last-child{
	position: relative;
	top: 20px;
}
.copyColumn, .copyColumnRight{
	float: left;
	line-height: 18px;
	padding: 15px 100px 0 0;
}
.two-column{
	float: left;
	width: 40%;
	font-size:11px;
	line-height:1.2em;
	padding-right: 5%;
}
.copyColumnRight{
	padding: 15px 0 0;
}
.columnIndent{
	padding-left: 20px;
}
.red{
	color: #8A2529;
}
.gray{
	color: #455560;
}
.black{
	color: #000;
}
.green{
	color: #005958;
}
.brown{
	color: #685040;
}
.yellow{
	color: #847A18;
}
.caption{
	background:url(../images/glance_bg.gif) repeat;
	padding:5px 10px;
	line-height: 1.2em;
	font-size: 10px;
	margin: -7px 0;
	color:#999;
}
/*
*	Side-bar
*/


.excerpt{
	position:relative;
}
.excerpt .copy{
	position:absolute;
	left:-238px;
	top:0;
	width:203px;
}
.excerpt hr{
	margin:0 0 20px;
}

.excerpt hr:last-child,
.excerpt hr.last-child{
	margin:20px 0 0;
}
.flyout .copy h4{
	background:url(../images/buttons/open_close.gif) no-repeat 180px 4px;
}
.flyout .copy:hover{
	cursor:pointer;
}
.flyout .copy:hover{
	background:url(../images/link_bg.gif);
}
.flyout-open .copy h4{
	background-position:-103px 4px;
}
.flyout .flyout-container{
	display:none;
	
	position:absolute;
	top:0;
	left:0;
	background:#FFF;
	width:100%;
	height:auto;
	
	-moz-box-shadow: 0px  0px 8px #666;
	-webkit-box-shadow: 0px 0px 8px #666;
	box-shadow: 0px 0px 8px #666;
}
.flyout-open .flyout-container{
	display:block;
}
.flyout .flyout-copy{
	padding:30px 10px;
	overflow:hidden;
}
.flyout .flyout-close{
	height:17px;
	right:20px;
	position:absolute;
	top:20px;
	width:17px;
}
.flyout-close span{
	background-image:url(../images/buttons/close_flyout.gif);
}
#body .excerpt blockquote{
	color:#006595;
	text-transform:none;
	font-size:20px;
	margin:10px 0;
	line-height:1.3em;
}

#body .excerpt blockquote.small{
	font-size:12px;
	line-height: 2em;
	color:#333;
}

#body .excerpt .copy p{
	line-height: 1.3em;
}
#body .excerpt .copy h4{
	color:#006595;
	font-size:20px;
	margin:0 0 10px;
	line-height:1.3em;
	font-weight:normal;
}
#body .excerpt .copy h5{
	color:#006595;
	font-size:12px;
	margin:0 0 10px;
	line-height:1.2em;
	font-weight:normal;
}

/*
*	Footer
*/

#foot{
	background:url(../images/foot_bg.gif) no-repeat center top #000;
	color:#FFF;
	margin:0 0 -7px -7px;
	padding:7px 17px;
	height:106px;
	width:902px;
	overflow:visible;
	position:absolute;
	bottom:70px;
	left:0;
	z-index:4;
}

#internal #foot{
	padding-top: 0;
	background-position: 50% -7px;
}

#foot h6{
	display:block;
	margin:0 0 7px;
	padding:6px 0 2px;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #313131;
	height:14px;
	width:596px;
	line-height:1em;
	overflow:hidden;
}

#divisions{
	margin:0;
	padding:0;
	float:left;
	width:616px;
	list-style:none;
}
#divisions li{
	float:left;
	margin:0 20px 0 0;
	padding:0;
}

#divisions .button,
#divisions .button span{
	padding:10px;
	width:114px;
	height:48px;
}
#divisions .button{
	background:#121212;
}

#divisions .engineered span{ background-image:url(../images/buttons/engineered.jpg); }
#divisions .utility span{ background-image:url(../images/buttons/utility.jpg); }
#divisions .irrigation span{ background-image:url(../images/buttons/irrigation.jpg); }
#divisions .coatings span{ background-image:url(../images/buttons/coatings.jpg); }

#footnav{
	position:absolute;
	top:17px;
	right:17px;
	margin:0;
	padding:0;
	list-style:none;
}
#internal #footnav{
	top:10px;
}
#footnav a:link,
#footnav a:visited{
	color:#FFF;
}
#footnav a:hover{
	color:#006595;
	background:none;
}
#footnav a.at,
#footnav a.at:hover{
	cursor: default;
	color: #999;
}

#footnav li{
	float:left;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	border-left:1px solid #FFF;
}

#footnav li:first-child,
#footnav li.first-child{
	border:none;
	margin:0;
	padding:0;
}

#downloads{
	position:absolute;
	bottom:15px;
	right:17px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
}
#downloads a:link,
#downloads a:visited{
	color:#FFF;
}
#downloads a:hover{
	color:#006595;
	background:none;
}
#downloads li{
	float:left;
	background:url(../images/download_bg.gif) no-repeat 15px 50%;
	padding:0 0 0 40px;
	height:18px;
	line-height:18px;
}
#foot .copyright{
	position:absolute;
	top:123px;
	left:0;
	display:block;
	width:100%;
	margin: 0;
	text-align:center;
	color:#ABABAB;
	font-size:10px;
	line-height:1em;
}
#foot .copyright a:link,
#foot .copyright a:visited{
	color:#ABABAB;
}
#foot .copyright a:hover{
	color:#006595;
}

#contactFlyout{
	cursor: pointer;
	position: absolute;
	display: none;
	height: 152px;
	width: 172px;
	padding: 24px;
	bottom: 113px;
	right: 22px;
	background-color: #FFF;
	color: #666;
	-moz-box-shadow: 0px  0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
}


/* Tables */

table{
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
}

tr{
	cursor: pointer;
}

tr.headingRow{
	cursor: default;
}

tr:hover, .hover{
	background-color: #AAA;
	color:#FFF;
}

/*tr:hover td.noBorder, tr.hover td.noBorder{
	background: #EAEAEA;
	color: #666;
}*/

.flyout-copy tr:hover, .flyout-copy tr.hover{
	background-color: #EEE;
	color: #666;
}

/*.flyout-copy tr:hover td.noBorder, .flyout-copy tr.hover td.noBorder{
	background: #FFF;
}*/

.highlight, tr.highlight:hover{
	background-color: #FFE424;
	color: #666;
}

tr.headingRow:hover{
	background-color: transparent;
	color:#666666;
}
tr.headingRow:hover .heading,
tr.headingRow:hover .blue{
	color:#006595;
}

th, td{
	font-weight: normal;
	text-align: right;
	height: 19px;
	line-height: 19px;
	border-bottom: 1px #006595 solid;
	padding: 0px;
	margin: 0px;
}

td{
	height: 18px;
	padding: 0;
	margin: 0;
}

sup{
	font-size: 9px;
}

.headingRow{
	height: 40px;
	vertical-align: bottom;
	text-align: left;
}

.headingRow th, .headingRow td{
	border-bottom: 2px #006595 solid;
}

.mainHeading th, .mainHeading td{
	border-top: 2px #006595 solid;
}

.heading{
	font-weight: bold;
	color: #006595;
	vertical-align: bottom;
	text-align: left;
}

.subHeading{
	text-align: left;
}

.subSubHeading{
	text-align: left;
	padding-left: 10px;
}

.mainHeading th.noBorder, .mainHeading td.noBorder, .noBorder, .headingRow td.noBorder, .headingRow th.noBorder{
	border: none;
}

.alignLeft{
	text-align: left;
}

.blue{
	color: #006595;
}

.notes{
	font-size: 10px;
	line-height: 10px;
	padding: 25px 0 0 75px;
}

.notesAlt{
	font-size: 10px;
	line-height: 10px;
	padding: 25px 0 0 15px; 
}

/* End Tables */

/* Graphs */

.graphContainer{
	padding: 40px 0 0 22px;
	float: left;
}

#body .dark .graphContainer{
	padding: 20px 0 0 85px;
}

.barContainer{
	width: 170px;
	height: 200px;
	background-color: #EEE;
	position: relative;
}

.bar{
	width: 20px;
	height: 100px;
	bottom: 20px;
	background-color: #968770;
	position: absolute;
	display: none;
}

.graphPercentage{
	background-color:#EEEEEE;
	color:#000000;
	display:none;
	font-family:arial;
	font-size:10px;
	line-height:1em;
	position:absolute;
	right:-1px;
	text-align:right;
	top:-12px;
	width:30px;
}

.year{
	position: absolute;
	bottom: -14px;
	display: none;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 10px;
	font-family: arial;
	background-color: #EEE;
	line-height: 1em;
}

.graphLabel, .graphLabelDouble{
	background: url(../images/graph-arrow.gif) #006595 no-repeat bottom center;
	border-top: #FFF 3px solid;
	padding: 5px 0 0;
	width: 170px;
	height: 40px;
	text-align: center;
	font-family: Arial;
	font-size: 8px;
	color: #FFF;
	line-height: 12px;
}

.graphLabel{
	padding: 15px 0 0;
	height: 30px;
}

/* End Graphs */

/* CSS Buttons */
.graphical, .button, .button_at{
	position:relative;
	overflow:hidden;
	display:block;
	outline:none;
}
.graphical img, .button img, .button_at img{
	border:none;
}
.button_at{
	cursor:default;
}

.button{
	cursor:pointer;
}

.graphical{
	cursor:default;
}

.graphical span, .button span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
	top:0;
	left:0;
}
.button_at span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:left top;
	top:0;
	left:0;
}
.button:hover{
	border:none;
	text-decoration:none;
}
.button:hover span{
	background-position:right top;
}
/* End CSS Buttons */
