html { overflow-y: scroll; }
html, body {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #010003;
	color: #A3A3A3;
	font: 14px/1.2857 Arial, Helvetica, sans-serif;
	}

a:link {
	color: #4aaf3b;
	text-decoration: none;
	}

a:visited {
	color: #909094;
	text-decoration: underline;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

a:active {
	color: #ffffff;
	text-decoration: underline;
	}

p, ul, dl, ol {
	margin: 0 0 1.2857em;
	}
	
	ul, ol {
		margin-left: 1.2857em;
		padding: 0;
		}
		
	dl.process,
	dl.products {
		margin-top: 1.5em;
		}
	
	dl.process dt,
	dl.process dd,
	dl.products dt,
	dl.products dd {
		margin: 0;
		}
	
	dl.process dt,
	dl.products dt {
/* 		clear: both; */
		color: #F0F0F0;
		float: right;
		font-size: 1.2857em;
		line-height: 1;
		margin: 0;	
		width: 316px;
		}
		
		dl.products dt {
			clear: left;
			width: 256px;
			}
		
	dl.process dd {
		margin: 0 0 0 133px;
		}
	
	dl.products dd {
		margin: 0 0 0 194px;
		}
		
	dl.process dd.image,
	dl.products dd.image {
		float: left;
		margin-left: 0;
		}
		
		dl.process dd.image img,
		dl.products dd.image img {
			float: left;
			}
	
	dl.process dd.desc,
	dl.products dd.desc {
		border-bottom: 1px solid #222222;
		margin-bottom: 17px;
		}
		
		dl.products dd.desc {
			border-bottom: 0;
			margin-bottom: 18px;
			}
		
		dl.process dd.desc:last-child,
		dl.products dd.desc:last-child {
			border-bottom: none;
			margin-bottom: 0;
			}
	
strong {
	color: #d6d6d6;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #f0f0f0;
	font-weight: normal;
	}
	
.home h1, .home h2, .home h3 {
	color: #f0f0f0;
	clear: none;
	}

h1 {
	color: #f0f0f0;
	font-weight: bold;
	}	
	
	.header {
		font-family: "Arial Narrow", sans-serif;
		font-weight: normal;
		letter-spacing: .05em;
		}
	
	h1.header {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 2.8571em;
		font-weight: bold;
		letter-spacing: -.05em;
		line-height: .9;
		margin: .6em 0;
		}
			
	h2 {
		font-size: 1.7142em;
		line-height: 1.5;
		margin: 0;
		}
	
	h3 {
		font-size: 1.2857em;
		line-height: 1;
		margin: 0;
		}
		
		.main .supplemental h3 {
			color: #d6d6d6;
			font-size: 1em;
			font-weight: bold;
			line-height: 1.2857;
			margin: 0;
			}

#logo,
.main-nav div,
.main,
.footer p {
	width: 960px;
	margin: 0 auto;
	}
	
#logo h1 {
	background: transparent url(images/logo-c.jpg) 0 14px no-repeat;
	height: 48px;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	padding: 14px 0 0;
	text-indent: -9999em;
	width: 219px;
	}
	
	#logo h1 a {
		display: block;
		width: 219px;
		height: 48px;
		}
	
.main-nav {
	background: #202020 url(images/nav-bg.jpg);
	margin-top: 19px;
	margin-bottom: 27px;
	}
	
	.main-nav ul {
		list-style: none;
		float: left;
		font-family: "Arial Narrow";
		font-size: 16px;
		margin: 0 0 0 -18px;
		padding: 0;
		text-transform: uppercase;
		}
		
		.main-nav li {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			}
			
			.main-nav li a {
				display: block;
				height: 36px;
				line-height: 36px;
				padding: 0 18px;
				}
				
			.main-nav li a:link,
			.main-nav li a:visited {
				color: #ffffff;
				text-decoration: none;
				}
			
			.main-nav li a:hover {
				background: #333333;
				background: rgba(150,150,150,.3);
				color: #ffffff;
				text-decoration: none;
				}
				
				.inner .main-nav li.active a {
					background: #333333;
					background: rgba(150,150,150,.3);
					color: #ffffff;
					text-decoration: none;
					}
	
	.main .top {
		margin-bottom: 36px;
		}
	
	.main .bottom {
		margin-bottom: 18px;
		}
		
	.inner .main .content-wrap {
		width: 740px;
		float: right;
		}
	
	.inner .main .content {
		background: transparent url(images/content-bg.png) top center no-repeat;
		float: left;
/*
		margin-top: -12px;
		padding: 12px 20px 0;
*/
	 	padding: 0 20px;
		width: 450px;
		min-height: 589px;
		}
	
	.main .content .highlight {
		background: transparent url(images/highlight-bg-2.jpg) top left repeat-y;
		border: 1px solid #333333;
		border: 1px solid #5d865c;
		float: left;
		margin-right: 40px;
		padding: 0 18px 28px;
		position: relative;
		width: 592px;
		}
		
		.main .content .highlight h1 {
			}
			
		.main .content .highlight ul {
			color: #333333;
			font-size: 1.7142em;
			font-weight: bold;
			line-height: 1.25;
			letter-spacing: -1px;
			list-style: none;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			}
			
			.main .content .highlight li {
				margin: 0;
				padding: 0;
				}
			
			.main .content .highlight ul a:link,
			.main .content .highlight ul a:visited {
				color: #333333;
				text-decoration: none;
				}
			
			.main .content .highlight ul a:hover,
			.main .content .highlight ul li.activeSlide a:link,
			.main .content .highlight ul li.activeSlide a:visited {
				color: #fefefe;
				text-decoration: none;
				}
				
				
				.main .content .highlight ul li.activeSlide {
					color: #fefefe;
					}
				
		.main .content .highlight .rotator {
			position: absolute;
			bottom: 0;
			right: 0;
			width: 336px !important;
			height: 268px !important;
			}
			
		.main .content .highlight .more {
			margin-top: 18px;
			}
			
	.main .content .overview {
		width: 290px;
		float: left;
		}
		
		.main .content .overview h2 {
			}
	
	.main .content .contract {
		float: left;
		margin-right: 40px;
		width: 425px;
		padding: 0 10px;
		}
	
	.main p.more {
		margin: 0;
		}
	
	.main .content .additional {
		float: left;
		width: 475px;
		}
		
		.main .content .additional .environmental {
			clear: both;
			}
	
	.main .sub-nav {
		float: left;
		font-weight: bold;
		margin-right: 32px;
		width: 188px;
		}
		
		.main .sub-nav img {
			margin: 0;
			}
		
		.main .sub-nav ul {
			list-style: none;
			margin: 9px 0 0;
			padding: 0;
			}
			
		
			.main .sub-nav ul ul {
				margin: 0 0 0 18px;
				font-size: .9em;
				}
			
			.main .sub-nav li {
				border-bottom: 1px solid #333333;
				margin: 0;
				padding: 0;
				}
				
				.main .sub-nav li:last-child {
					border-bottom: none;
					}
			
			.main .sub-nav li a {
				display: block;
				padding: 9px 0 8px;
				}
				
				.main .sub-nav li a:link,
				.main .sub-nav li a:visited {
					color: #909094;
					text-decoration: none;
					}
					
					.main .sub-nav li.active a:link, 
					.main .sub-nav li.active a:visited,					
					.main .sub-nav li.active li.active a:link, 
					.main .sub-nav li.active li.active a:visited  {
						color: #ffffff;
						}
						
						.main .sub-nav li.active li a:link,
						.main .sub-nav li.active li a:visited {
							color: #909094;
							}
				
				.main .sub-nav li a:hover {
					color: #ffffff;
					}
		
	.main .supplemental {
		color: #909094;
		float: left;
		margin-left: 40px;
		width: 210px;
		}
		
		.main .supplemental p {
			overflow: visible;
			zoom: 1;
			
			}
		
	.main img,
	.main canvas {
		margin: 0 .75em 1.5em 0;
		padding: 3px;
		border: 1px solid #333333;
		}
		
		.main img.right {
			margin: 0 0 1em .75em;
			}
		
		.main .content .highlight .rotator img,
		.main .content .highlight .rotator canvas {
			margin: 0;
			padding: 0;
			border: none;
			}
			
		.main canvas {
			float: left;
			margin: 0 .75em 1.5em 0;
			}
			
		.main .supplemental img {
			margin-right: 0;
			}
	
	.main div.column {
		width: 49%;
		margin-right: 1%;
		float: left;
		}


	
	.main .figure {}
	
	.main .figure.align-left {
		float: left;
		}
	
	.main .figure.align-right {
		float: right;
		}
	.main .figure img {
		float: none !important;
		margin: 0;
		}
		
	.main .figure span.legend {
		display: block;
		font-size: 9px;
/* 		margin: -10px 0 10px; */
		margin-bottom: 18px;
		text-align: center;
		} 


.footer {
	background: #202020 url(images/nav-bg.jpg);
	font-size: .9em;
	height: 36px;
	line-height: 36px;
	}

.clearfix:after, .container:after, dd.desc:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container, .column, dd.desc {display: inline-block;}
* html .clearfix,
* html .container,
* html .column, 
* html dd.desc {height: 1%;}
.clearfix, .container, .column, dd.desc {display: block;}