/* -------------------------------------
	Author: Tim Blumer 
	Built: 
	Last Edit: 2011-07-18 Brandi Kapfer
	URI: bruinranch.com
---------------------------------------*/

/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background-color: #000;
}
body, p{
	
}

a{
	color: #017dc3;
}

a:hover{
	color: #02314b;
}

a:visited{
	color: #c0961e;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

input, textarea{
	border: 1px solid #a4b7c3;
	background-color: #fff9e5;
}

/* An extra div if needed, not plugged into the HTML by default */
#contact{
	
}
#container{
	display: block;
	width: 956px;
}
#header{
	background: url(../images/header_bg.jpg) no-repeat;
	display: block;
	height: 157px;
}

#logo{
	display: block;
	float: left;
	height: 157px;
}

#title{
	display: block;
	float: right;
	padding-right: 131px;
	width: 338px;
	text-align: right;
	height: 19px;
	padding-top: 134px;
	color: #ffc728;
	font: bold 16px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#clear{
	display: block;
	clear: both;
}

#subhead{
	display: block;
	height: 29px;
	background: url(../images/subhead_bg.gif) no-repeat;
	color: #fff;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-top: 3px;
	padding-left: 7px;
	text-align: center;
}

#wrapper{
	background: url(../images/containerbg.gif) repeat-y;
}

#nav{
	float: left;
	display: block;
}
#nav ul{
	width: 165px;
	margin: 0;
	padding: 0;
	font: bold 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
	list-style-type: none;
}
#nav ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}

#nav ul li a:hover{
	background-image: url(../images/over.gif);
	color: #02314b;
}

#content{
	display: block;
	float: right;
	width: 770px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 10px;
	text-align: justify;
 
}

#content h1, h2, h3, h4, h5, h6{
	color: #017dc3;
}

#footer{
	display: block;
	clear: both;
	background-image: url(../images/footer_bg.gif);
	height: 51px;
	text-align: center;
	padding: 10px 40px 10px 171px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#footer a{
	color: #017dc3;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
	background-color: #ffc728;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	text-align: center;
	color: #7f7f7f;
	padding-top: 10px;
	padding-bottom: 10px;
}

#api a{
	color: #7f7f7f;
}

#api a:hover{
	color: #047;
}

/* @end */
/* begin edits */
/* @group slideshow */
#slideshow{
    background: url(../images/design/slideshow_bg.jpg) no-repeat; 
    width: 640px;  
    height: 500px; 
}
.pics {  
	width: 600px;
	height: 450px;
    padding: 0 0 0 2px;  
    margin: 40px auto 0;
    overflow: hidden;
} 
 
.pics img{
	
}
pre code{
	visibility: hidden;
	display: none;
	font-size: 1px #fff;
}
/* @end */
/* @group EPDs and Pedigrees */
/*adjustments for HP EPD */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.strike{
	text-decoration: line-through;
}
.PedAnmName{
	font-weight: bold;
	font-size: 16px;
}

.PedCalvedRow{
	font-weight: bold;
}

.PedS, .PedD{
	font-weight: bold;
	color: #017dc3;
}


.PedTable
{
	width:75%;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left: 3em;
	margin-right: 1em;
}
 
.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .PerformanceDataTable, .DamProdAvgTable
{
	width: 100%;
	border-top: 1px solid #017dc3;
	border-left: 1px solid #017dc3;
}

.EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue, .PerformanceDataTableHeaderPerf, .DamProdAvgHead{
	background-color: #017dc3;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 100%;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .PerformanceDataSubHeader, .DamProdAvgSubHead{
	background-color: #ffecb7;
	font: bold 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #017dc3;
	text-align: center;
}
.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .PerformanceDataTable td, .DamProdAvgTable td{
	border-right: 1px solid #017dc3;
	border-bottom: 1px solid #017dc3;
	padding: 3px;
}
.EPDAcc
{
	 margin-left: 5px;
}
.EPDAsOfDt
{
	font-size: .8em;
}

/* @end */
/* end edits */

