/*  General */


a {
	color: #A15A1F;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/bkgrnd_body.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
}
img {
/*	display: block; */
	border: none;
}
h1 {
	margin-top: 0;
	font-size: x-large;
}
h2 {
	font-size: large;
	background: #A15A1F;
	color: #FFF;
	padding: 2px 5px;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: x-small;
}

.floatLeft {
	float: left;
	margin: 20px 20px 20px 0;
}
.floatRight {
	float: right;
	margin: 20px 0 20px 20px;
}
.clear {
	clear: both;
}
.hide {
	display: none;
	}
.small {
	font-size: x-small;
}


/*  Forms */


form {
	margin: 0;
}
label {
	font-size: 13px;
	font-weight: bold;
}
label.sub {
	font-weight: normal;
}
input, textarea {
	margin: 0 0 2px 0;
}
#Name, #Ranch, #Email, #Comments {
	width: 200px;
}
#Address {
	width: 275px;
}


/*  Header */


#header {
	background: url(images/bkgrnd_hinges.gif) no-repeat left top;
/*	height: 94px; */
	width: 668px;
/*	margin: 0 46px 0 142px; */
}


/*  Menu */

#menu {
	float: left;
	width: 96px;
	margin: 75px 0 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
	padding: 0;
	margin: 0;
}
#menu a {
	display: block;
}
#menu a img {
	padding: 0;
	margin: 0;
	width: 96px;
	height: 37px;
}
li#linkHome a {
	background: url(images/menu_home.gif) no-repeat left top;
}
li#linkHistory a {
	background: url(images/menu_history.gif) no-repeat left top;
}
li#linkSires a {
	background: url(images/menu_sires.gif) no-repeat left top;
}
li#linkFemales a {
	background: url(images/menu_females.gif) no-repeat left top;
}
li#linkForSale a {
	background: url(images/menu_forsale.gif) no-repeat left top;
}
li#linkRoundBarn a {
	background: url(images/menu_roundbarn.gif) no-repeat left top;
}
li#linkContactUs a {
	background: url(images/menu_contactus.gif) no-repeat left top;
}


li#linkHome a:hover,
li#linkHistory a:hover,
li#linkSires a:hover,
li#linkFemales a:hover,
li#linkForSale a:hover,
li#linkRoundBarn a:hover,
li#linkContactUs a:hover {
	background-position: 0 -37px;
}


body#home li#linkHome a,
body#history li#linkHistory a,
body#sires li#linkSires a,
body#females li#linkFemales a,
body#forSale li#linkForSale a,
body#roundBarn li#linkRoundBarn a,
body#contactUs li#linkContactUs a {
	background-position: 0 -74px;
}


/*  Content */


#wrapper {
	width: 780px;
	margin: 0px auto;
}
#container {
	float: right;
/*	width: 668px; */
	padding: 0 16px 0 0;
	margin: 0 0 0 -96px;
}
#content {
	width: 576px;
	margin: 0 46px;
	background: #FFF url(images/bkgrnd_content.jpg) repeat-y left top;
	font-size: small;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#contentTop {
	background: url(images/content_top.jpg) no-repeat left top;
}
#contentBottom {
	background: url(images/content_bottom.jpg) no-repeat left bottom;
	padding: 20px 30px;
}
#content p.topOfPage {
	font-size: x-small;
}
.separator {
	margin: 10px 0;
	height: 1px;
	border-top: 1px solid #CC9;
	background: #FFF;
	clear: both;
}

.cowMenu {
}

.cowList {
	width: 100%;
}
.cowList td {
	width: 50%;
}
.cowList td.pad {
	padding: 0 10px 0 0;
}
.cowList img {
	border: 1px solid #000;
	margin: 0 0 4px 0;
}



.cowList2 th {
	padding: 10px 20px 5px 0;
}
.cowList2 .picCol img {
	border: 1px solid #000;
	margin: 0 0 5px;
}
.cowList2 td {
	padding: 10px 0;
}
.cowList2 .picCol {
	width: 222px;
	text-align: right;
}
.cowList2 td {
	border-bottom: 1px solid #CCC;
}
.cowList2 h3 {
	margin-top: 0;
	padding-top: 0;
}



.pedigree {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}
.pedigree .sub {
	color: #666;
}
.pedigree .firstGen {
	margin-left: 50px;
}
.pedigree .secondGen {
	margin-left: 130px;
}
.pedigree .thirdGen {
	margin-left: 210px;
}
.pedigreeBracket {
	display: inline;
	margin-right: 5px;
}



.epds {
	border-bottom: 1px solid #999;
	width: 100%;
	margin: 2em 0;
}
.epds caption {
	border-top: 1px solid #999;
	border-bottom: 1px solid #CCC;
	padding: 2px;
	font-weight: bold;
	color: #000;
}
.epds td, .epds th {
	padding: 2px;
	text-align: center;
	font: normal x-small Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.epds th {
	text-align: left;
	color: #000;
}
.epds .columns th {
	border-bottom: 1px solid #CCC;
	text-align: center;
	width: 6.6%;
}
#forSale .epds .columns th {
	width: 20%;
}
.epds th.noBorder {
	border: none;
}
.cowList2 .epds td {
	border: none;
}




/*  Photos */


.photo {
	margin: 0 0 20px;
}
.photo img, img.photo {
	border: 1px solid #000;
}
.photo p {
	margin: 5px 0 0 0;
	font-style: italic;
	color: #666;
}
img.pic {
	padding: 10px;
	background: #FFF;
	border: 1px solid #999;
}
img.picLeft {
	float: left;
	padding: 10px;
	margin: 0 10px 0 0;
	background: #FFF;
	border: 1px solid #999;
	clear: both;
}
img.picRight {
	float: right;
	padding: 10px;
	margin: 0 0 0 10px;
	background: #FFF;
	border: 1px solid #999;
	clear: both;
}


/*  Footer */


#footer {
	width: 668px;
	margin: 20px 0;
/*	margin: 20px 46px 20px 142px; */
	font-size: x-small;
	text-align: center;
	background: url(images/bkgrnd_hinges.gif) no-repeat left top;
}
#footer div {
	width: 477px;
	margin: 0 auto;
	background: url(images/bkgrnd_footer.jpg) repeat-y left top;
}
#footer p {
}
#footer .nav a {
	font-weight: bold;
}
#footer p a:hover {
}
body#home #footer a#footerLinkHome, 
body#history #footer a#footerLinkHistory,
body#sires #footer a#footerLinkSires,
body#Females #footer a#footerLinkFemales,
body#forSale #footer a#footerLinkForSale,
body#roundBarn #footer a#footerLinkRoundBarn,
body#contactUs #footer a#footerLinkContactUs {
	color: #000;
	text-decoration: none;
}
