@charset "utf-8";
/* CSS Document */

a {
	color: #1A3B24;
	text-decoration: none;
}
a:visited {
	color: #342652;
}
a:active {
	color: #1A3B24;
	text-decoration: underline;
}
a:link {
	color: #1A3B24;
}
a:hover {
	color: #2E425C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8D5B3A;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #1A3B24;
}
.sold-text {
	color: #342652;
	font-weight: bold;
}
.contact-info-div {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4C0F10;
	border-right-color: #4C0F10;
	border-bottom-color: #4C0F10;
	border-left-color: #4C0F10;
}
.contact-info-div h4 {
	font-size: large;
	font-weight: bold;
	color: #1A3B24;
	margin-bottom: -10px;
}

.bold-text {
	font-weight: bold;
}
.horse-table {
	font-size: x-small;
}
.horse-table a img {
	border: 2px solid #342652;
}

.horse-table-cell {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #342652;
	border-bottom-color: #342652;
}
.horse-table a {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.horse-description {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.horse-description h2 {
	font-size: small;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.thumbnail-box {
	border: 1px solid #1A3B24;
	margin: 2px;
	padding: 2px;
	height: 150px;
	width: 515px;
}
.thumbnail-box p {
	font-size: xx-small;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-top: 4px;
	clear: left;
}
.description-text {
	font-size: xx-small;
	font-style: italic;
}
.margin4 {
	margin: 4px;
}
.inset-text {
	font-style: italic;
	word-spacing: normal;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-color: #9E9B69;
	border: 1px dashed #4C0F10;
}

