@charset "utf-8";
/* CSS Document */
/* Make sure to set the text-align to left while using the auto configuration of the margins of the page to center content in the Body tag */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align: left; /*this tag*/
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	font-weight:bold;
	background-image: url(assets/wood_bg.jpg);
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:bold;
	color:#990000;
	font-size:28px;
	line=height:0;
	padding-top:25px;
}

.logo_caps {
	font-size:36px;
	}

h2 {
	font-family:"Arial Black", Arial, helvetica, sans serif;
	font-weight:bold;
	color:#990000;
	line-height:0;
	font-size:28px;
}
.logo {
	width:170px;
	text-align:center;
	float:left;
	height:147px;
	}
	
.middle {
	background-image: url(assets/mid_background.jpg);
	background-position:top center;
	background-attachment:fixed;
	width:1100px;
	}
#navigation {
	margin-left:45px;
	width:175px;
	display:block;
	float:left;
	}
/*centers the content on the page like a table align="center" would work */
div#container {
margin-left: auto;
margin-right: auto;
width:1100px;
text-align: left;
}

.heading {
	width:730px;
	height:145px;
	float:left;
	padding-top:5px;
}
a.nav:link {
	font-size:13px;
	font-weight:bold;
	color:#990000;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	}
a.nav:hover {
	font-size:13px;
	font-weight:bold;
	color:#5B1400;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
a.nav:visited {
	font-size:13px;
	font-weight:bold;
	color:#990000;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
a.nav:active {
	font-size:13px;
	font-weight:bold;
	color:#5B1400;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
.smallcaps {
	font-size:20px;
	font-weight:normal;
	}
.bodycontent {
	float:left;
	width:450px;
	margin-left:5px;
}
.contentphotogallery {
	float:left;
	width:750px;
	margin-left:5px;
}
.contentcontact {
	float:left;
	width:550px;
	margin-left:5px;
}
.contentcabins {
	float:left;
	width:760px;
	margin-left:5px;
	}
.contentsearch {
	float:left;
	width:800px;
	margin-left:5px;
}
.right {
	float:right;
	}
h3 {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	color:#990000;
	line-height:22px;
	margin-bottom:3px;
}
.wrappertop {
	height:155px;
	width:100%;
	clear:right;
	}
#wrapperbody {
	margin-top:6px;
	width:1100px;
	padding-top:5px;
	}
#wrapperfooter {
	margin-top:6px;
	width:1100px;
	padding-top:5px;
	}
.righttop {
	/*color: #FCF1D5; for dark backgrounds */
	color:#fff;
	font-size:14px;
	background-image: url(assets/quarter_horse_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 255px;
	width: 330px;
	padding-top:35px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-top:50px;
}
a.light:link {
	font-size:11px;
	font-weight:bold;
	color:#FCF1D5;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	}
a.light:hover {
	font-size:11px;
	font-weight:bold;
	color:#FCF1D5;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
a.light:visited {
	font-size:11px;
	font-weight:bold;
	color:#FCF1D5;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
a.light:active {
	font-size:11px;
	font-weight:bold;
	color:#FCF1D5;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
.footer {
	padding-top:15px;
	width:325px;
	padding-left:175px;
	float:left;
}
.footerright {
	padding-top:15px;
	width:225px;
	padding-right:175px;
	float:right;
}
.reservationheader {
	font-family:"Times New Roman", Times, serif;
	color:#990000;
	font-size:15px;
	text-transform:uppercase;
}
a.pink:link {
	color:#ac8776;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
a.pink:visited {
	color:#ac8776;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.pink:hover {
	color:#FF33FF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
a.pink:active {	
	color:#FF33FF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
.pink {
	color:#FF00CC;
	}
a.aqha:link {
	color:#FF0;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
a.aqha:visited {
	color:#FF0;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.aqha:hover {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
a.aqha:active {	
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
.aqha {
	color:#FF0;
	}
strong {
	color:#5B1400;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	color:#5b1400;
	font-size:18px;
	margin-bottom:0px;
}
	
.ie6 h2 {
	margin-top:-10px;
	}

.ie7 h2 {
	margin-top:-10px;
	}
	
.ie6 .footerright {
	margin-top:-75px;
	width:225px;
	padding-right:175px;
	float:right;
}
.ie7 .footerright {
	margin-top:-75px;
	width:225px;
	padding-right:175px;
	float:right;
}
.ie6 .conditional_spacer {
	display:none;
	}
.ie7 .conditional_spacer {
	display:none;
	}
.ie8 .conditional_spacer {
	display:inherit;
	}
.cabin {
	height:235px;
	width:650px;
	margin-left:25px;
	margin-top:0px;
	}
.ie6 .optional_showcontent {
	display:none;
	}
.ie7 .optional_showcontent {
	display:none;
	}
.ie8 .optional_showcontent {
	display:none;
	}
.mozilla .optional_showcontent {
	display:inherit;
	}
.webkit .optional_showcontent {
	display:inherit;
	}
.mozilla {
	display:inherit;
	}
.ie6 .contentphotogallery {
	float:left;
	width:750px;
	margin-left:-25;
}
.webkit .contentphotogallery {
	margin-left:-25px;
	}.Alert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #900;
	text-decoration: none;
	background-color: #FCF1D5;
	margin: 5px;
	padding: 10px;
	clear: both;
	float: right;
	height: 210px;
	width: 200px;
}
.righttop p {
	padding-left: 15px;
}
