/* -------------------------------------
	Design by Tim Blumer
	CSS Author: T. Copeland ~ api-webservices.com
	Built: 2008-10-13
	Last Edit: 2008-11-04
	URI: http://www.boboangusfarm.com
---------------------------------------*/
/* @group Layout */
/* Remove dotted outline on links in Firefox */
:focus{ -moz-outline: 0 }

body{
	margin: 0;
	padding: 0;
	background: #360000 url(../images/design/bg.jpg) repeat-x;
}
body, p{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
p{
	font-size: .8em;
}
img.no_border{
	border: none;
}
#container{
	margin: 0 auto;
	width: 877px;
	background: url(../images/design/header.jpg) no-repeat;
}
#header a{
	display: block;
	height: 167px;
	margin: 0 auto;
	width: 877px;
	text-decoration: none;
}
#header a i{
	visibility: hidden;
}
#wrapper{
}
#nav ul{
	list-style-type: none;
	margin: 0;
	padding: 7px 0 0;
	text-align: center;
	height: 26px;
}
#nav li{
	display: inline;
	
}
#nav a{
	text-decoration: none;
	color: #cabba0;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: .5em;
	padding-left: .5em;
}
#nav a:hover{
	background: url(../images/design/nav_over.jpg) no-repeat center center;
}
#content{
	background: url(../images/design/content_bg.gif) repeat-y center;
	padding: 1px 35px 1px 28px;
}
#content img{
	border: 1px solid;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../images/design/footer_bg.gif) no-repeat;
	width: 100%;
	padding-top: 3em;
	text-align: right;
	color: #cabba0;
}
#api a{ color: #F90; }
#api a:visited{ color: #000; }

/* @end */

/* @group Pretty Forms */

form{
	margin: 0;
	padding: 0;
}

label{
	color: #391312;
}

input, textarea{
	color: #391312;
	background: #fee3ad;
	border: 1px solid #391312;
	margin: 0;
	padding: 0;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input{
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset{
	border: 1px solid #391312;
}
fieldset p{
	padding-left: 20px;
}
legend{
	background: #391312;
	padding: 2px 6px;
	color: #fff;
}

/* @end */

/* @group EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.column{
	float: left;
	margin-bottom: 1.5em;
	margin-right: 3%;
	text-align: center;
	width: 30%;
}
.footnotes{
	float: left;
	width: 43%;
}
.PedAnmName{
	font-weight: bold;
	font-size: 1.4em;
}

.PedCalvedRow{

}

.PedS, .PedD{
	font-weight: bold;
	color: #9b1c27;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{

	padding:10px;
}

.PedTable td
{
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 0px 20px 10px 0px;
	font-size: .8em;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
	width: 400px;
}


.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .DamProdAvgTable td{
	
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}


.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader, .DamProdAvgHead {
	
	font-size: .8em;
	text-transform: uppercase;
	background-color: #360000;
	color: #d5c7aa;
}


.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead{

	font-size: .75em;
	background-color: #8b2f32;
	color: #d5c7aa;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData{
	
	font-size: .75em;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{

}
/* @end */