/* CSS Document */ 

/*Body Styles*/
body {
	background-color: #9B9897;
	background-image: url(images/);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 9pt;
}

/*Subhead Style*/
.subhead {
	 font-family:"Trebuchet MS";
	 color: #A72C2C;
	 font-style: oblique;
	 font-weight: bold;
	 font-size: 13pt;
}

/*Body Text Style*/
.bodytext {
	font-family:"Trebuchet MS";
}

/*Footer Text Style*/
.footer {
	font-family: "Trebuchet MS";
	font-size: 9pt;
}

/*Font Styles*/
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

/*Hyperlink Style*/
a {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #ffffff;
	 text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #ffffff; 
	 text-decoration:underline;
}

/* Additional Link Style*/
a.brown_links {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #FFFFFF;
	 text-decoration:none;
} 

/* Additional Link Style*/
a.brown_links {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #CA3F3F; 
	 text-decoration:underline;
}

/*Cell Roll Over Style*/
.tbl a {
	width:100%;
	padding: 0px;
	text-align: center;
	display:block;
	text-decoration: none;
	color:#213B90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.tbl a:hover {
	text-decoration: underline;
	background-color: #f2f971;
	color: #213B90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.rollover a {
	width:100%;
	background-color: #f2f971;
	text-align: left;
	text-decoration: none;
	color:#213B90;
}
.rollover a:hover {
	text-decoration: underline;
	background-color: #f2f971;
	color: #213B90;
}
.rollover ul {list-style-type: none;}
.rolllover p {margin:0px}

/*Border Solid or Dashed*/
.border_solid {
	border: 1px solid #000000;
}

.border_dashed {
	border: 1px dashed #000000;
}

/*Left or Right Border Style*/
.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

/*Top or Bottom Border*/
.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5f471d;
}

.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f471d;
}

/*Collapse Table*/
table {
	border-collapse: collapse;
}

/*Hide Search Terms Style*/
.searchterms {
	display:none;
}

/* sale animal divs */
#saleanimals {
	margin:0 auto 0 auto;
	width:700px;
	text-align:left;
}

#saleanimals h1 {
	margin:0;
	font-size:175%;
	color:#A82E2D;
}
#saleanimals h2 {
	margin:0;
	font-size:120%;
}
#saleanimals p{
	font-size:100%;
}
#saleanimals a:link { 
	color:#A82E2D; 
	text-decoration:underline;
}
#saleanimals a:visited { 
	color:#A82E2D; 
	text-decoration:underline;
}
#saleanimals a:hover { 
	color:#000000; 
	text-decoration:none;
}
#saleanimals a:active { 
	color:#A82E2D; 
	text-decoration:underline;
}
.salepic {
	margin:5px;
	padding:3px;
	border:1px solid #A72C2C;
	float:right;
}
.salebox {
	margin:0;
	padding-top:20px;
	border-bottom:2px solid #A82E2D;
}
.siredam {
	margin:0;
	font-weight:bold;
	color:#A82E2D;
	padding-left:20px;
}
.grandsiredam {
	margin:0;
	padding-left:50px;
}
.photocap {
	float:right;
	font-size:95%;
}
.playvideo {
	margin:0;
	padding-bottom:100px;
	border:none;
}
.playvideo img {
	margin:-8px 5px;
	border:none;
}

.clearfloat01 {
	margin:0;
	line-height:1px;
	font-size:1px;
	clear:both;
}
