/* -------------------------------------
	CSS: T. Copeland
	Built: 2010-02-23
	Last Edit: 2010-03-05
	URI: http://www.rutherfordranches.com
---------------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	font-family: Times, "Times New Roman", serif;
	background: #036 url(images/design/bg-rpt.jpg) repeat-y center 13px;
}
body, p{
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6{
	color: #f43d18;
	font-family: BrushScript, "Brush Script Std", "Brush Script MT", cursive;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
}
#container{
	background: url(images/design/bg.jpg) no-repeat;
	width: 950px;
	margin: 0 auto;
}
#header{
	float: left;
	height: 160px;
}
#header h1{
	margin: 0;
	padding-top: 18px;
	padding-left: 196px;
}
#header h1 a{
	display: block;
	width: 290px;
	height: 90px;
	text-decoration: none;
}
#header h1 a i{
	visibility: hidden;
}
#contact{
	width: 255px;
	float: right;
	margin-top: 30px;
	text-align: right;
	margin-right: 30px;
}
#misc{
	float: right;
	width: 311px;
	height: 600px;
}
#wrapper{
	float: left;
	width: 489px;
}
#nav{
	float: left;
	margin: 0 0 2em;
	padding-left: 110px;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
#nav li{
	display: inline;
}
#content{
	width: 520px;
	float: left;
	margin-left: 115px;
}
#content img{
	background-color: #fff;
	border-top: 1px solid #dfcdb5;
	border-right: 1px solid #c9ac8a;
	border-bottom: 1px solid #c9ac8a;
	border-left: 1px solid #c9ac8a;
	padding: 5px;
}
#content img.no-border{
	padding: 0;
	border: none;
}
#footer{
	clear: both;
	font-size: small;
	text-align: center;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: none;
	text-align: right;
	padding: 2px 20px 4px 0;
	clear: both;
}
#api p{
	margin: 0;
}

/* @group EPDs/Peds/misc */
.promote li{
	list-style-type: none;
	line-height: 1.4;
	background: url(images/design/next-green_16.png) no-repeat 0 3px;
	padding-left: 20px;
	margin-left: 5px;
	font-weight: bold;
	font-size: larger;
}
.promote2 li{
	list-style-type: none;
	line-height: 1.4;
	background: url(images/design/star2_16.png) no-repeat 0 3px;
	padding-left: 20px;
	margin-left: 5px;
	font-weight: bold;
	font-size: larger;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.center-text{
	text-align: center;
}
.reverse-margin{
	margin-top: 1.2em;
	margin-bottom: -1.2em;
}
.col{
	float: left;
	text-align: center;
	width: 50%;
}

.PedAnmName{
	font: x-large Georgia, "Times New Roman", Times, serif;
}

.PedCalvedRow{

}

.PedS, .PedD{
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{
	font-size: small;
	padding:10px;
	width:550px;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}
.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable{
	border-bottom: 1px solid #373737;
	border-left: 1px solid #373737;
	margin-bottom: 1em;
	width:400px;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .DamProdAvgTable td{
	border-top: 1px solid #373737;
	border-right: 1px solid #373737;
	padding: 2px;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader, .DamProdAvgHead {
	background-color: #4c4734;
	color: #e8d9c4;
	text-transform: uppercase;
	font-weight: bold;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead{
	background-color: #c9ac8a;
	font-size: small;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData{
	font-size: x-small;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: 12px;
}
/* @end */
/* @end */
