body{
	background: #000 url(images/mainbg.gif) no-repeat;
	margin: 0;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0;
}

#container{
}

a {
	color: #90a2b0;
}

a:visited {
	color: #95786b;
}

#header{
	background: url(images/header.jpg) no-repeat;
	height: 114px;
	color: #fff;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-right: 10px;
	padding-left: 500px;
	padding-top: 20px;
}

#subhead{
	background: url(images/subhead.jpg) no-repeat;
	height: 43px;
	font: bold 24px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
	display: block;
	padding-left: 106px;
}

#content{
	display: block;
	color: #fff;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-left: 114px;
	padding: 6px;
}

#nav{
	display: block;
	float: left;
	padding: 0;
	width: 103px;
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
}

#nav a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 91px;
	padding: 7px;
}

#nav a:hover{
	background-color: #90a2b0;
	border-right: 6px solid #5e0605;
}


#footer{
	display: block;
	clear: both;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
	text-align: left;
	height: 120px;
	background: url(images/footer.gif) no-repeat;
	margin-left: 115px;
	padding-left: 134px;
}

#api{
	text-align: center;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #666;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
.big_font{
	color: #8FA2AF;
	font: 36px "Gill Sans", Frutiger, "Lucida Grand", Lucida, "Trebuchet MS", Trebuchet, sans-serif;
}

/* Additions made 2008-10-03, T. Copeland */
/* @group EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}

.PedAnmName{
	color: #8FA2AF;
	font: 28px "Gill Sans", Frutiger, "Lucida Grand", Lucida, "Trebuchet MS", Trebuchet, sans-serif;
}

.PedCalvedRow{
	font-weight: bold;
}

.PedS, .PedD{
	font-weight: bold;
	color: #8FA2AF;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{
	font-size: 13px;
	padding:10px;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}
.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable{
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	margin-bottom: 10px;
	width:400px;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .DamProdAvgTable td{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader, .DamProdAvgHead {
	background-color: #2c274b;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead{
	background-color: #695cb0;
	color: #000;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData{
	background-color: #1a1719;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: 12px;
}
/* @end */