@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	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;
	background-color: #8F8876;
}
.home  #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/home_bg.gif) repeat-y;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.home   #Headersidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 236px;
	height: 283px;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
}
.home   #MainHeader {
	margin: 0px 236px 0px 0px;
	width: 731px;
} 
.home    #navbar {
	background:#004a47;
	width: 950px;
	padding-left: 20px;
} 
.home #Contentsidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 196px;
	padding-left: 20px;
	padding-right: 19px;
	color: #f2db9c;
}
.home #MainContent {
	margin: 0px 236px 0px 0px;
	width: 701px;
	background: #efdeb6;
	padding-left: 30px;
	padding-bottom: 30px;
}
.home .HomeContentPhotos {
	margin-right: 12px;
}
.home .HomeContentCopy {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #386351;
	margin: 0px 30px 20px 165px;
}
.home .HomeContentHeader {
	margin-left: 165px;
	margin-bottom: 5px;
	color: #386351;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;
}
.home  .CopyRight {
	font-size: 10px;
	color: #CCCCCC;
	margin: 5px 0px 0px;
	padding: 0px;
	letter-spacing: -1px;
}
.home  #Headersidebar1 a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: normal;
}
.home  #Headersidebar1 a:hover {
	text-decoration: underline;
}
.home #Headersidebar1 .HomePhone {
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.home #Headersidebar1 .HomeHeaderNav {
	margin-top: 190px;
	margin-bottom: 5px;
}
.home #Contentsidebar1 .HomeSidebarCopy {
	font: 11px/18px Arial, Helvetica, sans-serif;
}
.home #Contentsidebar1 a {
	color: #f2db9c;
}
.home #Contentsidebar1 a:hover {
	text-decoration: none;
}
.sub  #container {
	width: 970px;
	text-align: left;
	background-color: #8F8876;
	background-image: url(../images/sub_container_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.sub  #header {
	padding: 0px;
	height: 170px;
	width: 970px;
	position: relative;
	left: 0px;
	top: 0px;
} 
.sub  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 206px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #5A6D65 url(../images/sub_sidebar_bg.gif) no-repeat 0px 0px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 24px 0px 0px 14px;
}
.sub  #mainContent {
	margin: 0px 0px 0px 220px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #EFDEB6 url(../images/sub_content_bg.gif) repeat-x 0px 0px;
	padding-top: 1px;
	padding-bottom: 10px;
} 



* html .sub  #header {
background: #000000; /* this fix for IE 6 gapping problem. Filled with black bg*/

}


.sub h1.mainhead {
	color: #6d2812;
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin: 60px 0px 0px 20px;
	padding: 0px;
}
.sub h2.subhead {
	color: #42645d;
	font: bold 12px/12px Georgia, "Times New Roman", Times, serif;
	margin: 20px 0px 0px 20px;
	padding: 0px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-right: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sub #HeaderNavContainer {
	width: 260px;
	position: absolute;
	right: 0px;
	bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.sub  #header  .SubPhone {
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
}
.sub  #header .SubHeaderNav {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}
.sub #header a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: normal;
}
.sub #header a:hover {
	text-decoration: underline;
}
.sub #mainContent #AboutPhotoContainer {
	width: 311px;
	float: right;
	margin: 25px 15px 15px 20px;
}
.sub #mainContent #AboutPhotoImg {
	margin-bottom: 10px;
}

.sub #mainContent .ContentPhotoCaption {
	color: #42645d;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.sub .SidebarQuote {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 5px 5px 5px 0px;
}
.sub .SidebarQuoteAuthor {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding: 0px;
	margin: 5px 5px 30px 0px;
}
.sub #mainContent p {
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	color: #404040;
}
.sub  #mainContent  p a {
	color: #404040;
}
.sub #mainContent p a:hover {
	text-decoration: none;
}
.sub #login {
	width: 430px;
	padding-top: 15px;
}
.sub #login .formlabel {
	color: #5a6d65;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px 5px 20px;
}
.sub .SidebarImage {
	margin-top: 40px;
	margin-bottom: 40px;
}
.sub .SidebarImage2 {
	margin-top: 40px;
	margin-bottom: 0px;
}

.sub #calendar {
	margin: 40px 20px 0px;
	width: 705px;
}
.sub #calendar th {
	text-align: left;
	color: #42645d;
	padding: 8px 5px 8px 0px;
	border-top: 3px solid #703221;
	border-bottom: 2px solid #93a084;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.sub #calendar td {
	text-align: left;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #404040;
	padding: 8px 5px 8px 0px;
	border-bottom: 2px solid #93a084;
}
.sub #sidebar1 .Hello {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #f2db9c;
}
.sub #sidebar1 .SidebarSubhead {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #f2db9c;
}
.sub #sidebar1 .SidebarContactSubhead {
	font: bold 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #f2db9c;
	text-align: center;
	margin: 10px 0px 30px;
	padding: 0px;
}

.sub #sidebar1 .MemberContact {
	font: normal 11px/16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
.sub .MemberContact li {
	margin: 0px 0px 10px;
	padding: 0px;
	text-indent: -10px;
}
.sub #mainContent .ContactInfo {
	font: bold 12px/18px Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	color: #5a6d65;
}
.sub #mainContent .ContactInfo a {
	color: #5a6d65;
}
.sub .SidebarCaption {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 5px 5px 0px 0px;
}
.sub #sidebar1 img {
	border-width: 0px;
	border-style: none;
}
.sub #mainContent #BoardingPhotoContainer {
	width: 444px;
	float: right;
	margin: 25px 0px 140px 20px;
}
.sub #mainContent #boarding_table {
	margin-top: 10px;
	margin-left: 0px;
}

.sub  #mainContent  #boarding_table td {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #42645d;
	padding: 10px;
	vertical-align: top;
	cursor: pointer;
}
.sub #BoardingPhotoContainer #BoardingCaptions {
	color: #42645d;
	font: 11px/16px Arial, Helvetica, sans-serif;
	margin-top: 10px;
	width: 400px;
}
.sub #mainContent .ContentSubhead {
	color: #703321;
	font-size: 13px;
	font-weight: bold;
}
.sub    .ImageBottomBuffer   {
	margin-bottom: 220px;
}
.sub .ImageBottomBufferSmall {
	margin-bottom: 40px;
}
.sub .ImageBottomBufferLarge {
	margin-bottom: 400px;
}


.sub #sidebar1 h2.BgallerySideHead {
	color: #FFFFFF;
	font: 24px/24px Georgia, "Times New Roman", Times, serif;
	margin: 60px 0px 40px;
	padding: 0px;
}
.sub .SidebarBgalleryCopy {
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 15px 10px 15px 0px;
}
.sub #sidebar1  a {
	color: #f2db9c;
}
.sub #sidebar1 a:hover {
	text-decoration: none;
}
.sub #mainContent #BoardingPhotoGallery {
	margin-top: 60px;
	margin-left: 0px;
}
.sub .RelativePositioned {
	position: relative;
}

.sub  #mainContent #BoardingPhotoLarge {
	margin-top: 100px;
	width: 600px;
	background: #404040;
	position: absolute;
	left: 255px;
	top: 260px;

}
#BoardingPhotoLarge #captioncontainer {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 160px;
}

.sub #BoardingPhotoLarge td {
	vertical-align: bottom;
	padding: 10px;
	color: #FFFFFF;
	font: 11px/18px Arial, Helvetica, sans-serif;
}
.sub #mainContent #HorsesPhotoContainer {
	width: 444px;
	float: right;
	margin: 25px 0px 15px 20px;
	padding-bottom: 150px;
}
.sub #mainContent #TrainingPhotoContainer {
	width: 444px;
	float: right;
	margin: 25px 0px 15px 20px;
}
.sub #mainContent #TrainingCalendarContainer {
	width: 405px;
	float: right;
	margin: 35px 0px 15px 20px;
}
.sub  #sidebar1  ul.FourHlst {
	margin: 30px 0px 0px;
	padding: 0px;
	list-style: none;
}
.sub  #sidebar1  ul.FourHlst li {
	background: #004A48;
	margin-left: -14px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sub  #sidebar1  ul.FourHlst li a  {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
.sub  #sidebar1  ul.FourHlst  li a:hover {
	color: #F2DA9A;
}
.sub  #mainContent   #fourhcalendar {
	background: #ceb077;
}
.sub  #fourhcalendar  td {
	text-align: left;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #404040;
	padding: 8px 5px;
	border-bottom: 2px solid #93a084;
}
.sub  #fourhcalendar  th {
	text-align: left;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #404040;
	padding: 15px 5px;
}
.sub h1.fourhNewsHead {
	color: #FFFFFF;
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin: 80px 430px 0px 20px;
	padding: 5px 5px 5px 2px;
	background: #703221;
}
.sub #mainContent p.NewsItem {
	border-bottom: 2px solid #c4b699;
	margin-right: 430px;
	padding-bottom: 10px;
}
.sub #container.SaleHorseContainer {
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #8F8876 url(../images/sale_horse_bg.jpg) repeat-y left top;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.sub  #mainContent.SaleHorse  {
	margin: 0px 0px 0px 220px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #8F8876 url(../images/sale_horse_bg.jpg) repeat-x 0px 0px;
	padding-top: 1px;
	padding-bottom: 10px;
}
.sub #sidebar1.SaleHorseSidebar {
	background: #8F8876 url(../images/sale_horse_bg.jpg);
	height: 600px;
}
.sub #mainContent #SalesPhotoLarge {
	margin-top: 100px;
	width: 600px;
	position: absolute;
	left: 340px;
	top: 260px;
}
.sub #mainContent #SalesPhotoGallery {
	margin-top: 60px;
	margin-left: 70px;
}
.sub #container #salehorse_stats {
	background: url(../images/sale_horse_info_bg.jpg) no-repeat 0px 0px;
	height: 433px;
	width: 260px;
	position: absolute;
	left: 15px;
	top: 320px;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 5px;
	overflow: visible;
}
.sub #AdminContent {
	margin: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #EFDEB6 url(../images/sub_content_bg.gif) repeat-x 0px 0px;
	padding-top: 1px;
	padding-bottom: 10px;
}
#AdminContent  h1 {
	color: #C97978;
}
#AdminContent ul.adminlist {
	line-height: 200%;
}
.sub  #mainContent  .PhotoImgWithCaption {
	margin-bottom: 10px;
}
.sub #mainContent #TrainingPhotoImg {
	margin-bottom: 10px;
}
.sub #mainContent #ClinicsCalendarContainer {
	width: 405px;
	float: right;
	margin: 25px 0px 15px 20px;
}
.sub #mainContent #clinicscalendar {
	background: #ceb077;
}
.sub #clinicscalendar td {
	text-align: left;
	color: #404040;
	padding: 8px 5px;
	border-bottom: 2px solid #93a084;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}
.sub #clinicscalendar th {
	text-align: left;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #404040;
	padding: 15px 5px;
}
#mainContent .ClinicsCopy {
	margin-right: 430px;
}
.sub #mainContent #GeneralPhotoContainer {
	width: 311px;
	float: right;
	margin: 25px 15px 15px 20px;
}
.memberNews {
	width: 700px;
}
.HomeContentCopy a {
	font-weight: bold;
	color: #386351;
}
.HomeContentCopy a:hover {
	text-decoration: none;
}
#boarding_table td img {
	margin-bottom: 5px;
}
#salehorse_stats #statsTable th {
	color: #404040;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	vertical-align: top;
}

#salehorse_stats #statsTable td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	color: #703321;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
#RidingLessons td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #703221;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boardingRateTable {
	margin-left: 20px;
}

.boardingRates {
	text-align: left;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #404040;
	padding: 8px 5px 8px 0px;
	border-bottom: 1px solid #93a084;
	vertical-align: top;
}
.sub #camps {
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 30px;
}

.sub #camps td {
	text-align: left;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #404040;
	padding: 8px 5px 8px 0px;
	border-bottom: 2px solid #93a084;
}
