@charset "utf-8";
/* CSS Document */

/*Start Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#100302;
	background:url(../images/background-pattern.gif) repeat;
	}

h1 {
	font-size:30px;
	color:#5c583d;
	font-weight:normal;
	line-height:33px;
	margin-bottom:8px;
	}
	
h1 img {
	float:left;
	margin-right:7px;
	}
	
.h138px {
	font-size:38px;
	}

h2 {
	font-size:28x;
	color:#5c583d;
	margin-bottom:10px;
	}

h3 {
	font-size:14px;
	color:#942824;
	}
	
p {
	margin-bottom:12px;
	}
	
td {
	padding:5px;
	vertical-align:top;
	}

.clear {
	clear:both;
	}
	
#container {
	margin: 0 auto;
	width:944px;
	background-color:#FFFFFF;
	padding:8px;
	border:#94917b 4px solid;
	}
	
#headerwrap {
	background:url(../images/background.gif) repeat-x top;
	height:126px;
	z-index:1;
	position:relative
	}
	
#headerbg {
	background:url(../images/bark-bg.jpg) no-repeat top;
	width:960px;
	height:127px;
	margin: 0 auto;
	z-index:2;
	position:relative
	}
	
#header {
	margin:0 auto;
	width:960px;
	z-index:3;
	position:relative;
	}
	
#photos {
	background:url(../images/hpslideshow/01.jpg) no-repeat;
	}
	
.slideshow {
	height: 320px;
	width: 944px;
	margin: auto;
	}

	
#signupbox {
	background-color:#e0ddc7;
	padding:10px;
	width:270px;
	}
	
	#signupbox img {
		margin-bottom:15px;
		}
		
#roomcolumn {
	float:left;
	}
	
#logo {
	width:410px;
	float:left;
	}
	
#reserve {
	width:417px;
	float:left;
	margin:20px 0px 10px 100px;
	}
	
#ratesbox {
	background:url(../images/rates-bg.jpg);
	width:320px;
	padding:16px 15px;
	margin-bottom:10px;
	}
	
	#ratesbox h2 {
		font-size:20px;
		}
	
/*Start of Nav*/
	
#nav {
	width:550px;
	float:left;
	}
	
	#nav li {
		list-style-type:none;
		float:left;
		}
			
a.home {
	display: block;
	width: 43px;
	height: 44px;
	text-decoration: none;
	background: url(../images/nav-home.png);
	}

a.home:hover {
	background-position: 0 -44px;
	}
	
a.attractions {
	display: block;
	width: 104px;
	height: 44px;
	text-decoration: none;
	background: url(../images/nav-attractions.png);
	}

a.attractions:hover {
	background-position: 0 -44px;
	}
	
a.contact {
	display: block;
	width: 71px;
	height: 44px;
	text-decoration: none;
	background: url(../images/nav-contact.png);
	}

a.contact:hover {
	background-position: 0 -44px;
	}
	
a.directions {
	display: block;
	width: 67px;
	height: 44px;
	text-decoration: none;
	background: url(../images/nav-directions.png);
	}

a.directions:hover {
	background-position: 0 -44px;
	}
	
a.events {
	display: block;
	width: 44px;
	height: 44px;
	text-decoration: none;
	background: url(../images/nav-events.png);
	}

a.events:hover {
	background-position: 0 -44px;
	}
	
a.photos {
	display: block;
	width: 50px;
	height: 44px;
	text-decoration: none;
	background: url(../images/nav-photos.png);
	}

a.photos:hover {
	background-position: 0 -44px;
	}
	
a.rooms {
	display: block;
	width: 97px;
	height: 44px;
	text-decoration: none;
	background: url(../images/nav-rooms.png);
	}

a.rooms:hover {
	background-position: 0 -44px;
	}
	
a.amenities {
	display: block;
	width: 69px;
	height: 44px;
	text-decoration: none;
	background: url(../images/nav-amenities.png);
	}

a.amenities:hover {
	background-position: 0 -44px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

/*End of Nav*/
		
#featuresbar {
	margin:8px 0px 5px 0px;
	}
	
#features img {
	float:left;
	margin:0px 1px;
	}
	
#content {
	margin-top:10px;
	line-height:18px;
	}
		
#content a {
	color:#100302;
	text-decoration:underline;
	}
	
	#content ul {
		list-style-type:disc;
		margin:0px 0px 10px 10px;
		padding-left:10px;
		}
		
#hpsmallcolumn {
	float:left;
	width:290px;
	margin-right:15px;
	}
	
#hpsmallcolumn img {
	margin:7px 0px;
	border:#2a1b0b 1px solid;
	}
	
#smallcolumn {
	float:left;
	width:253px;
	margin-top:40px;
	margin-left:25px;
	padding:10px;
	}
	
	#smallcolumn img {
	margin: 8px;
	border: 1px solid #ccc;
	}


#largecolumn {
	float:left;
	width:604px;
	padding:10px;
	}
	
	.columns {
		width:302px;
		float:left;
		margin-right:10px;
		}
	
.offseasonspecial {
	float:right;
	margin:-15px 0px 0px 5px;
	}
	
#footer {
	margin:0 auto;
	width:948px;
	background-color:#70785e;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px;
	margin-top:15px;
	}
	
#footeraddress {
	width:270px;
	padding:7px;
	float:left;
	}	
#footeraddress img {
	float:left;
	margin-right:10px;
	}
	
#footernav {
float:left;
width:520px;
font-weight:bold;
margin:5px 0px 15px 130px;
}

#footernav a {
	color:#aab09c;
	text-decoration:none;
	}

#footermannix {
float:left;
width:402px;
margin-left:250px;
}

	#footermannix a {
		color:#bcc1af;
		text-decoration:none;
		}
		
	#gallerytn ul li {
		margin:0 25px 25px 0;
		text-align:center;
		font-size:16px;
		float:left;
		list-style-type:none;
	}
		
		
	#gallerytn img {

		border:2px solid #94917B;
	}
	
		#gallerytn a {
			text-decoration:none;
		}

	
