body {
	font: 90% "Trebuchet MS", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #01583f url(/images/temp/bodyBg.png) top left repeat-x;
}
#wrapper {
	position: relative;
	width: 960px;
	margin: auto;
	text-align: left;
}
#main {
	font-size: 1em;
	line-height: 1.4em;
	background:#f7fffc;
	padding: 1em 2em;
}
#main img {
/*	border: 1px solid black;*/
}
.breadcrumb {
	font-size: 0.8em;
	margin: 15px 0 0 0;
}

a{
	color:#00669F;
}

a:hover{
	text-decoration:none;
	color:#00669F;
}

.pullquote{
	display:none;
}

/*------------------------------------------------------------ search box ----------------------------------*/

#searchform {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	/*border: 1px solid #ccc;*/
}
#searchform input {
	width: 70px;
	float: none;
}


/*--------------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	text-indent: -999em;
	background: url(/images/temp/logo.png) center center no-repeat;
	height: 250px;
	padding: 0;
	margin: 0;
}
#horselogo {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/images/layout/masthead_horses.jpg);
	width: 148px;
	height: 118px;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin:15px 0 0 0 ;
	padding:0;
	color:#3F2A29;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color:#00669F;
}

#sidebar{
	display: none;
}

dd em, td em{
	color:#3F2A29;
	font-size:0.9em;
}

/*-------------------------------------------------------- tables --------------------------------------------------*/
table {
/*	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}
td, th {
/*	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;*/
	padding: 0.3em;
	border-bottom:1px solid #543634;
	border-right:1px solid #6F4F4C;
}
th{
	background:#543634;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:2PX;
}
/*-------------------------------------------------------stallion tender styles ---------------------------------------*/

#generation_tree td {
	padding:0;
	border:none;
}
table#stallion_table td {
	border-right: none;
	border-left: none;
}

/*-------------------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/*--------------------------------------------------------------- FOOTER ---------------------------------------------------*/
#footer {
	font-size: 0.8em;
	clear: both;
	text-align: center;
	padding:1em;
	border-top:1px solid #ebf2f0;
	background: #d9e7e3;
}
#footer a {
	text-decoration: none;
	color: #333;
}

#footer p {
	margin:0;
}
.footerclear {
	clear: both;
}