@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #b5c7e6;
	background-image: url(Images/Body-Gradient-1.gif);
	background-repeat: repeat-x;
	position: relative;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #b5c7e6; /* original bg color 5486AC. */
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9FAFCB;
	border-left-color: #9FAFCB;
	border-top-color: #4E5F87;
	border-bottom-color: #9FAFCB;
	background-repeat: repeat-y;
	position: relative;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.oneColFixCtrHdr #header {
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(Images/Horses-Logo.png);
	height: 300px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: relative;
	width: 780px;
	text-indent: -5000px;
}
.oneColFixCtrHdr #container #header ul {
	width: 780px;
	list-style-type: none;
	margin-top: 240px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #header ul a {
	line-height: 2.1em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 3em;
	padding-left: 3em;
	float: left;
	font-size: 16px;
}
.oneColFixCtrHdr #container #header ul a:hover {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header ul li {
	float: left;
}
.oneColFixCtrHdr #mainContent {
	padding-left: 10px;
	padding-right: 10px;
	width: 500px;
	float: left;
}
.oneColFixCtrHdr #bioContent {
	padding-left: 10px;
	padding-right: 10px;
	width: 760px;
	float: left;
}
.oneColFixCtrHdr #bioContent img{
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	padding-bottom: 20px;
}
.oneColFixCtrHdr  #header h1 {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	background-image: url(Images/footer-image-2.png);
	height: 88px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 11px;
	line-height: 14px;
}
.sidebarimg {
	padding-bottom: 10px;
}
#sidebar {
	float: right;
	width: 240px;
	padding-right: 20px;
	padding-top: 20px;
}
.sidebarcaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
