@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #E1E1E1;
	background-image: url(../img/global/bkgrd-tile.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a img {
	border: none;
}

a:link {
	text-decoration: underline;
	color:#751D0C;
}
a:visited {
	text-decoration: none;
	color:#ff632e;

}
a:hover {
	text-decoration: underline;
	color: #ff632e;
}
a:active {
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight:normal;
}

h1 span {
	visibility:hidden;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
}


p {
	margin: 0;
	padding: 0;	
	font-size: 13px;
	line-height: 18px;

}

p.lrg {
	margin: 0;
	padding: 0;	
	font-size: 14px;
	line-height: 22px;
	width: 600px;
	margin-bottom: 24px;

}

#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
}

#header {
	width:920px;
	height:127px;
}

/* ---------------- Nav ----------------- */

ul.nav li {
	display:inline;
	padding-right:26px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

ul.nav li.last {
	padding-right:0;
}

ul.nav a {
	color:#FFF;
	text-decoration:none;
}

ul.nav a:hover {
	color:#FFF;
	text-decoration:underline;
}

ul.nav {
	margin:0;
	padding:15px 0 0 61px;
	width:859px;
	height:38px;
	background-image: url(../img/global/nav-base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.nav li.current {
	text-decoration:underline!important;
	color:#FFF!Important;

}

#sub-nav {
	width:920px;
	height:23px;
	background-color:#cbab5d;
}

#sub-nav p {
	text-align:center;
	padding-top:2px; 
	font-weight:bold; 
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

#sub-nav a { 
	color:#FFF;
	text-decoration:none;
}

#sub-nav a:hover {
	color:#FFF;
	text-decoration:underline;
}

.pagehead {
	font-size:22px; 
	color:#c75500;
	border-bottom:#343434 solid 1px;
}

.pagehead h1 {
	font-size:22px; 
	color:#c75500;
	border-bottom:#343434 solid 1px;
}

h2.pagehead {
	padding-bottom:5px;
}

/* ---------- Gallery ------------------ */

#galleria{height:508px; width: 760px; margin: 20px auto; }

/* ---------- Home Page ---------------- */



.middle-keyline {
	border-bottom:#d6d6d6 solid 5px;
	height:3px;
}

.mainarea {
	padding:30px 55px 30px 55px;
	position:relative;	
}

.mainarea p, .mainarea h2, .mainarea h3 {
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-weight:normal;
}

.mainarea p {
	margin-bottom:12px;
}

.mainarea-home {
	padding:30px 55px 0 55px;
	position:relative;	
}

.mainarea-home p, .mainarea-home h2, .mainarea-home h3 {
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-weight:normal;
}

.mainarea-home p {
	margin-bottom:12px;
}

.chippewa {
	font-size:22px; 
	color:#c75500;
	border-bottom:#343434 solid 1px;
}

.chippewa h2 {
	font-size:22px; 
	color:#c75500;
	border-bottom:#343434 solid 1px;
}

h2.chippewa {
	padding-bottom:5px;
}

.outershell {
	width:810px;
	position:relative;
	margin-top:6px;
}

.left-col {
	width:253px;
	float:left;
}

.right-col {
	width:547px;
	float:left;
	margin-left:10px;
}

.main-home-pic {
	width:547px;
	height:431px;
	background-image: url(../img/home-images/cabins.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.home-text {
	width:530px;
	margin:25px 0 0 12px;
}

.top-text {
	width:530px;
	margin:25px 0 25px 12px;
}


	

/* ---------- Footer ---------------- */

.footer {
	width:920px;
	height:36px;
	margin:0 auto 0 auto;
	padding-top:5px;
}

.footer p {
	font-size:11px;
}

.post-footer {
	margin:4px auto 30px auto;
	width:950px;
	height:50px;
	color:#666;
	font-size:11px;
	position:relative;
}

.post-footer a:visited {
	color:#999;
}

.post-footer p {
	font-size:11px;
}


.footerleft {
	float:left;
	margin-top:2px;
}

.footerleft a {
	text-decoration:none;
}

.footerleft a:hover {
	text-decoration:underline;
}

.footer-middle {
	float:left;
	margin-left:150px;
}

.footer-middle a {
	color:#ff632e;
}

.footerright {
	float:right;
}

.longway {
	font-weight:bold;
	color:#fb5832;
}

p.bmlink {
	float:right;
	color:#666;
}


p.bmlink a {
	color:#666;
}

/* ----------- Cabin List Page ------------- */

table.cabin-table td {
	padding:9px 12px 9px 12px;
}

.cabin-table p {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif!important;

}

.tblheader {
	background-color:#1b4b18;
}

tr.tblheader p {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif!important;
}

tr.even {
	background-color:#b9dab7;
}

tr.odd {
	background-color:#ededed;
}

tr:hover {
	background-color:#cbab5d;
}

.rates h3 {
	font-size:22px; 
	color:#c75500;
	border-bottom:#343434 solid 1px;
}


/* ---------- Contact Page ---------------- */

.contact-content {
	padding:30px 50px 50px 50px;
	position:relative;
	background-image: url(../img/contact-images/cleaning.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

p.company {
	display: none;
	}


/* ---------- Privacy Page ---------------- */

.privacy-content {
	padding:30px 50px 50px 50px;
	position:relative;
}

.text-col-privacy {
	width:570px;
	float:left;
	padding-right:10px;
}

