@charset "UTF-8";
body {
	font: 85% Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) top center no-repeat #e4ddb5;
	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: #37240a;
}
body#pgCottage, body#pgBarn, body#pgTour, body#pgNearby, body#pgRental, body#pgContact  {
	background:url(../images/bg-subpage.jpg) top center no-repeat #e4ddb5;
}
.oneColFixCtr #container {
	width: 950px;
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


/* TEXT */

a {
	color:#c26b17;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#homeRight a, #subRight a {
	color:#6b4713;
	text-decoration:none;
	border-bottom:#c5bb8a solid 1px;
}
#homeRight a:hover, #subRight a:hover {
	color:#6b4713;
	text-decoration:none;
	border-bottom:#6b4713 solid 1px;
}
#pgTour #subRight a {
	text-decoration:none;
	border-bottom:none;
}
#pgTour #subRight a:hover {
	text-decoration:none;
	border-bottom:none;
}
h1 { /* replaced with SIFR text */
	color:#c26b17;
	font-weight:normal;
	font-size:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1.short {  /* replaced with SIFR text */
	font-size:55px;
}
h1.short2 {  /* replaced with SIFR text */
	font-size:75px;
}
h2 {
	font-weight:bold;
	font-size:170%;
}
h3 {
	color:#729219;
	font-weight:bold;
	font-size:150%;
}
.green {
	color:#729219;
}
h4 {
	color:#729219;
	font-style:italic;
	font-weight:normal;
	font-size:110%;
}
#featureTxt h2 {
	color:#392e10;
}
.orange {
	color:#c26b17;
}
.imgBorder {
	border:1px solid #836e40;
}
.imgLeftBorder {
	border:1px solid #836e40;
	margin:0 0 25px 0;
	float:left;
}
.imgLeft {
	float:left;
}

/* end TEXT */


/* NAV */

#nav {
	width:567px;
	margin: 0;
	padding:0;
	text-align: left;
}
ul#nav  {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height:47px;
	display:inline;
	position:relative;
}
ul#nav li {
	float:left;
	margin:0;
	padding:0;
	display: inline;
	position:relative;
}
ul#nav  li a {
	display:block;
	padding:13px 13px;
	color:#FFF;
	text-decoration:none;
	font-size:90%;
}
ul#nav  li a:hover {
	color:#263107;
}
/* end NAV */



/* SUBPAGE NAV  The navigation gets re-styled on the subpages */

/*#nav2 {
	width:209px;
	margin:0;
	padding:0;
	float:left;
	text-align: left;
}*/
ul#nav2  {
	margin:0;
	padding:80px 0 0 0;
	list-style:none;
	/*float:none;*/
	height:307px; /*387*/
	width:209px;
	/*display:inline;
	position:relative;*/
	background: url(../images/bg-subpage-nav.jpg) no-repeat top center;
}
ul#nav2 li {
	/*float:left;*/
	margin:0;
	padding:0;
	/*display: inline;*/
	/*position:relative;*/
}
ul#nav2 li a {
	display:block;
	padding:10px 0;
	padding-left:14px;
	margin:0 30px;
	/*padding:15px 30px;*/
	color:#FFF;
	text-decoration:none;
	font-size:90%;
	width:135px; /*209*/
	/*height:40px;*/
}
ul#nav2 li a:hover {
	color:#263107;
}
#pgCottage ul#nav2 li a#n-cottage, #pgBarn ul#nav2 li a#n-barn, #pgTour ul#nav2 li a#n-tour, #pgNearby ul#nav2 li a#n-nearby, #pgRental ul#nav2 li a#n-rental, #pgContact ul#nav2 li a#n-contact {
	/* what page are we on? */
	background:url(../images/arrow.jpg) no-repeat left;
}
/* end SUBPAGE NAV  */



/* HEADER */

#header {
	margin:0;
	padding:0;
}
#headNav {
	width:950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left;
}
ul#headNav  {
	margin:0;
	padding:0;
	list-style:none;
	/*float:none;*/
	height:70px;
	display:inline;
	position:relative;
}
ul#headNav li {
	float:left;
	margin:0;
	padding:0;
	display: inline;
	position:relative;
}
ul#headNav li a {
	display:block;
	padding:0;
}
ul#headNav li a#n-home {
	width:567px;
	height:70px;
	background: url(../images/bg-osage-home.jpg) top left no-repeat;
	text-indent:-2000px;
	/*background-color:none;*/
}
ul#headNav li a#n-reserve {
	width:125px; /*255*/
	height:45px; /*70*/
	padding:25px 0 0 130px;
	background: url(../images/bg-reservations.jpg) top left no-repeat;
	color:#555555;
	text-decoration:none;
	/*text-indent:-2000px;*/
	/*background-color:none;*/
}
#headerSub ul#headNav li a#n-reserve {
	background:url(../images/bg-reservations-sub.jpg) top left no-repeat;
	background-color:#3F0;
}
ul#headNav  li a#n-reserve:hover {
	/*background:  url(../images/bg-reservations-mo.jpg) top left no-repeat;*/
	color:#7c933a;
}
ul#headNav  li a#n-reserve-more {
	width:128px;
	height:70px;
	background: url(../images/bg-more-options.jpg) top left no-repeat;
	text-indent:-2000px;
	/*background-color:none;*/
}
#headerSub ul#headNav  li a#n-reserve-more {
	background: url(../images/bg-more-options2.jpg) top left no-repeat;
}
ul#headNav  li a#n-reserve-more:hover {
	background-position:0 -70px;
}
#headerSub ul#headNav li a#n-reserve-more:hover {
	background-position:0 -70px;
}
/* end HEADER */


/* HOME PAGE */
#homeContainer {
	margin:0 auto;
	padding:0;
	width:950px;
	height:702px;
}
#homeContainerFloat {
	float:left;
	height:702px;
}
#homeLeft {
	float:left;
	width:567px;
}
#homeRight {
	float:right;
	width:383px;
	background:url(../images/bg-homeRight.jpg) top left no-repeat #f2eeda;
}
#homeRightPad {
	padding:23px;
	line-height:140%;
	font-size:95%;
}
#cta1, #cta2 {
	width:557px;
	height:152px;
	background:url(../images/bg-cta.jpg) top left no-repeat;
	margin-top:10px;
	padding:0;
	float:left;
	font-size:110%;
}
#cta1Pad, #cta2Pad {
	width:248px;
	height:118px;
	padding:17px;
	float:left;
	font-size:85%;
	line-height:140%;
}
#cta1Pad a, #cta2Pad a {
	color:#586f19;
	text-decoration:none;
	font-weight:bold;
}
#cta1Pad a:hover, #cta2Pad a:hover {
	color:#c26b17;
}
form#mc-embedded-subscribe-form {
	color:#58380f;
	font-size:80%;
} 
#mc-embedded-subscribe-form input {
	width:151px; /*165*/
	border:none;
	border-style:none;
	margin:0;
	padding:5px 7px;
	font-size:120%;
}
#mc-embedded-subscribe-form input#mc-embedded-subscribe {
	font-size:100%;
	width:100px;
	background-color:#a7976a;
	color:#FFF;
	margin-right:3px;
	margin-top:10px;
}
#mce-error-response, #mce-success-response {
	color:#c26b17;
	font-size:110%;
}


/* end HOME PAGE */



/* SUBPAGE */

#subLeft {
	width:209px;
	float:left;
	margin:0;
	padding:0;
}
#subRight {
	width:741px;
	float:right;
	margin:0;
	padding:0;
	color:#37240a;
	line-height:150%;
}
#subRightPad {
	padding:38px 0 58px 44px;
}
#subLeftCol {
	width:340px;
	float:left;
}
#subRightCol {
	width:300px;
	float:right;
}
#feature {
	width:280px; /*300*/
	background:#f7f6ef url(../images/bg-feature-top.jpg) top center no-repeat;
	padding:45px 10px 10px 10px;
}
#featureTxt {
	padding:10px 20px 10px 20px;
	font-size:85%;
	color:#766330;
}
#subForm {
	background:url(../images/join-email-list.jpg) no-repeat top #ece7cb;
	margin-top:15px;
	color:#58380f;
	font-size:90%;
}
#subFormPad {
	padding:80px 20px 20px 20px;
}
#subFormPad #mce-responses {
	margin-top:15px;
}
#subFormPad input {
	width:155px; /*269*/
	border:none;
	border-style:none;
	margin:0;
	padding:5px 7px;
	font-size:120%;
}
#subFormPad input#mc-embedded-subscribe {
	font-size:100%;
	width:100px;
	background-color:#a7976a;
	color:#FFF;
	margin-top:15px;
	margin-left:68px;
}
#subRight ul {
	margin:0;
	padding:0;
}
#subRight ul li {
	margin:0 0 0 12px;
	padding:0;
}

/* end SUBPAGE */



/* TOUR */


ul#Tour {
	list-style:none;
	padding:0;
	margin:0;
}
ul#Tour li {
	float:left;
	padding:0 12px 0 0;
	margin:0 0 17px 0;
	border-bottom:solid 1px #c5bda2;
}
ul#Tour li.rightSide {
	padding:0;
}
ul#Tour li a.TourThumb {
	display:block;
	width:160px;
	color:#473d1c;
	font-size:90%;
	padding:0 0 15px 0;
	margin:0;
}
ul#Tour li a.TourThumb img {
	border:#836e40 solid 1px;
	padding:0;
	margin:0;
	/*float:left;*/
}
ul#Tour li a:hover {
	text-decoration:none;
	color:#c26b17;
}

/* end TOUR */


/* NEARBY ATTRACTIONS */

.nearbyLeft {
	width:175px;
	float:left;
	color:#887e51;
	font-size:90%;
	margin-bottom:20px;
}
.nearbyRight {
	width:495px;
	float:right;
	margin-bottom:20px;
}
#pgNearby hr, #pgContact hr {
	clear:both;
	color:#a69c6d;
	background-color:a69c6d;
	border:none;
	border-style:none;
	height:1px;
}
#pgNearby h3, #pgNearby h4 {
	margin:0;
	padding:0;
	clear:both;
}
#pgNearby h2, {
	margin:25px 0 15px 0;
	clear:both;
}
#pgNearby h3 {
	border-top:1px solid #a69c6d;
	clear:both;
	padding-top:30px;
}
ul#attractionsMenu li {
	float:left;
	margin:0 10px;
}



/* end NEARBY ATTRACTIONS */



/* FOOTER */

/*footerContainer {
	background:url(../images/bg-footer.jpg) center no-repeat;
	clear:both;
}*/

/*footer {
	padding:0;
	margin:0;
	width:950px;
	background: url(../images/bg-footer.jpg) top left no-repeat #4e3113;
	height:75px;
	float:left;
	/*margin: 0 auto;
	text-align:left;
}*/
#footer{
	width: 100%;
	background: url(../images/bg-footer.jpg) top left no-repeat #4e3113;
	min-height: 75px;
	_height: 75px;
	position: relative;
	padding:0;
	margin:0;
	clear:both;
	color:#eae3d8;
	font-size:80%;
	background-color: #4e3113;

}
#footer a {
	color:#eae3d8;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color:#eae3d8;
}
.innerFooter{
	/*width: 950px;
	background: url(../images/bg_inner_footer.jpg) repeat-x top left;
	border-top: 1px solid #6f5c3a;
	border-left: 1px solid #6f5c3a;
	border-right: 1px solid #6f5c3a;*/
	margin:0 auto;
	padding:20px 17px;
	/*min-height: 75px;
	_height: 75px;*/
	text-align: left;
}
.footerCol {
	/*width: 20%;*/
	float: left;
	margin-right:40px;
}
.footerCol2 {
	/*width: 20%;*/
	float: right;
	margin-left:40px;
	color:#af9973;
	text-align:right;
}
#footer .footerCol2 a {
	color:#af9973;
}

/*footerPad {
	padding:17px;
}*/

/* end FOOTER */



/* SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/

/* end SIFR */
