/*  General */


a {
	color: #630;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #B57236 url(images/bkgrnd_body.gif) center top;
	margin: 0;
	padding: 0;
}
img {
	display: block;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
	margin-top: 0px;
	color: #000;
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
h1 .sub, h2 .sub, h3 .sub, h4 .sub, h5 .sub, h6 .sub {
	font-weight: normal;
	color: #000;
}
.floatLeft {
	float: left;
	margin: 20px 20px 20px 0;
}
.floatRight {
	float: right;
	margin: 20px 0 20px 20px;
}
.clear {
	clear: both;
}


/*  Forms */


form {
	margin: 0;
	clear: both;
}
label {
	font-size: small;
	font-weight: bold;
}
label.sub {
	font-size: small;
	font-weight: normal;
}
input, textarea {
	margin: 0 0 4px 0;
}
#a_Name, #b_Ranch, #c_Address, #e_Email, #g_Comments {
	width: 280px;
}


/*  Header */

#header {
	background: url(images/header.jpg) no-repeat left top;
	height: 110px;
}
#header p {
	padding: 88px 0 0 90px;
	margin: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	}


/*  Menu */

#menu {
	background: url(images/bkgrnd_nav_bar.jpg) no-repeat center top;
	height: 38px;
	padding: 0 0 5px 33px;
	text-align: center;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: left;
	display: block;
	height: 33px;
	padding: 0;
	margin: 0;
}
li#linkHome {
	border-left: 1px solid #000;
}
li#linkContactUs {
	border-right: 1px solid #333;
}
#menu a {
	display: block;
	border-right: 1px solid #000;
	border-left: 1px solid #333;
	height: 33px;
	margin: 0;
	color: #E9E5C3;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#menu ul li a span{
	display: block;
	padding: 9px 0 0 0;
}
li#linkHome a {
	width: 65px;
}
li#linkTour a {
	width: 58px;
}
li#linkRates a {
	width: 61px;
}
li#linkEvents a {
	width: 70px;
}
li#linkForSale a {
	width: 126px;
}
li#linkFeedStore a {
	width: 96px;
}
li#linkContactUs a {
	width: 136px;
}
#menu ul li a:hover {
	color: #FFF;
	background: url(images/bkgrnd_nav_bar_over.jpg) repeat-x left top;
	border-right: 1px solid #000;
	border-left: 1px solid #666;
}
body#home li#linkHome a, 
body#tour li#linkTour a,
body#rates li#linkRates a,
body#events li#linkEvents a,
body#lessons li#linkForSale a,
body#feedStore li#linkFeedStore a,
body#contactUs li#linkContactUs a {
	border-right: 1px solid #000;
	border-left: 1px solid #333;
	background: url(images/bkgrnd_nav_bar.jpg) no-repeat center top;
	color: #FFF;
}


/*  Content */


#wrapper {
	width: 692px;
	margin: 0px auto;
	text-align: left;
	background: #FFFEF2 url(images/bkgrnd_content.jpg) repeat-y left top;
}
#container {
}
#content {
	font-size: small;
	padding: 10px 46px 20px;
	background: url(images/footer_bar.jpg) no-repeat center bottom;
}
#content p.topOfPage {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
#feedStore h2 {
	background: #630;
	color: #FFF;
	padding: 2px;
}


/*  Photos */


table.photo {
	width: 1px;
}
img.photo, .photo img {
	border: 1px solid #000;
}
#content .photo p {
	margin: 5px 0 0 0;
	font-style: italic;
	color: #666;
}


/*  Footer */


#footer {
	height: 60px;
	text-align: center;
	font-size: small;
	background: url(images/bkgrnd_footer.jpg) no-repeat center top;
}
#footer p {
	margin: 0;
	padding: 9px 0 0 0;
}
#footer a {
	font-weight: bold;
}
#footer p a:hover {
}
body#home #footer a#footerLinkHome, 
body#tour #footer a#footerLinkTour,
body#rates #footer a#footerLinkRates,
body#events #footer a#footerLinkEvents,
body#lessons #footer a#footerLinkForSale,
body#feedStore #footer a#footerLinkFeedStore,
body#contactUs #footer a#footerLinkContactUs {
	color: #000;
	text-decoration: none;
}
