@charset "utf-8";

/*------------- *** INHERITED: color, font-family, font-style, font-weight, font-size, letter-spacing, line-height, list-style, text-align, text-transform, whitespace, word-space, visibility
				*** NOT INHERITED:  margin, padding, positioning, background, border, height, width, clear, clip, cursor, float, z-index, outline, overflow, display, text-decoration, vertical-align
				
------------------------------------------------------------------- ------------------------------------------------------*/
/* ------------------------------------------------------------
	Reset Styles (recommended)
------------------------------------------------------------ */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	text-align: left;
}
table, tbody, tr, td {
	border: 1px solid #999999;
}
/*============================================================================================================================= 
														1. Define Element selectors first 
============================================================================================================================== */

body  {
	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: #000000;
	font-size: 100%;
	background-image: url(../images/brown_stripe.gif);
	background-repeat: repeat;
}
div {
}
a:link{color: #669933;font-weight:bold;text-decoration:none;}
a:visited{color: #669933;font-weight:bold;text-decoration:none;}
a:hover{color:#666633;font-weight:bold; border-bottom: thin dotted #666633;}
a:active{font-weight:bold;}
p {
	font-size: 12px;
	line-height: 18px;
}
h1 {
	position: relative;
	width: 960px;
	height: 287px;
	overflow: hidden;
}
h2 {
	color: #504a1a;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	margin-bottom: 10px;
}
h3 {
	color:#669933;
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
}
h4 {
	color: #669933;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	font-weight:bold;
}
h6 {
}
ul {
	margin-left: 20px;
}
li {
	text-indent: 0px;
}
ol {
	margin-left: 20px;
	font-size: 12px;
}
/*============================================================================================================================= 
														2. Define ID selectors 
============================================================================================================================== */
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
} 
#header {
}
#phoneno {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	position: relative;
	top: 15px;
	width: 300px;
	height: 40px;
	color: #F5F4DB;
	visibility: visible;
	z-index: 5;
	left: 618px;
}
#nav-menubar {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
}
#flash-feature {
	height: 290px;
	width: 940px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#flash-feature-text {
	padding: 10px;
	float: right;
	width: 280px;
	text-align: right;
	height: 250px;
}
#mainColumn {
	float: left; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 70px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F0F0F0;
	margin-right: 10px;
	padding-left: 30px;
	padding-right: 10px;
	background-image: url(../images/504a1a_gradient1000px.png);
}
#nuts {
	width: auto;
	height: 58px;
	background-image:url(../images/beech_nuts.gif);
	background-position:right;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 20px;
}

#footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
} 
#nav-tertiary {
	height: 20px;
	clear: both;
	padding-left: 40px;
} 
#flash-feature-pic {
	padding: 10px;
	float: left;
	width: 600px;
	height: 250px;
}
#copyright {
	float: left;
	width: 180px;
}
#external-logos {
	float: left;
	width: 480px;
}
#site-credits {
	float: right;
	width: 228px;
	margin-top: 12px;
	background-color: #FFFFFF;
	padding: 3px;
}

/*============================================================================================================================= 
														3. Define descendant selectors 
============================================================================================================================== */ 

#nav-menubar a:hover{
	color:#CC3399;
	font-weight:bolder; border-bottom: thin dotted #666633;
}
p a:link{
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
p a:hover{
	color:#666666;
	font-weight:bolder; border-bottom: thin dotted #666633;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainColumn h1 {
	font-size: 110%;
	color: #669933;
	text-align: left;
	float: left;
	height: auto;
	width: auto;	
}
h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image:url(../images/header.gif);
	background-position: 10px;
	background-color: #FFF;
}
#sidebar2 ul {
	padding-left: 10px;	
}
#sidebar2 {
}
#sidebar2 a:link{color: #669933;font-weight:bold;text-decoration:none;}
#sidebar2 a:visited{color: #669933;font-weight:bold; text-decoration:none;}
#sidebar2 a:hover{color:#666633;font-weight:bold; border-bottom: thin dotted #666633;}
#sidebar2 a:active{font-weight:bold; }
#footer p {
	font-size: 70%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#external-logos ul {
	margin: 0;
	padding: 0;
	width: auto;
}
#external-logos ul li {
	list-style-type: none;
	position: relative;
	border-left: thin dotted #CCCCCC;
	float: left;
	text-align: left;
	height: 57px;
	padding: 0 5px 0 10px;
}
#site-credits p {
	font-size: 10px;
	line-height: 12px;
	color: #504a1a;
}
#copyright p {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #504a1a;
}
#nav-tertiary {
	height: 35px:
}
#nav-tertiary ul {
	list-style-type: none;
}
#nav-tertiary ul li {
	float: left;
	padding: 0 15px 0 15px;
}
#nav-tertiary ul li a {
	font-size: 11px;
	color: #666666;
}
#nav-tertiary ul li a:hover {
	font-weight:bolder;
	border-bottom: none;
	color: #669933;
}
/*============================================================================================================================= 
														4. Define class selectors (last)
============================================================================================================================== */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.link-fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width:380px;
}
.link-fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	height:80px;
	width:90px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hzdottedline { /* brown dashed horizontal line top margin=bottom margin giving total height of 10px*/
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.pict {
	height: 200px;
	width: 240px;
	margin-top: 15px;
}
.menu {
	color:#669933;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
}
.bodytable {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.rates {
	font-size: 12px;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#ContactForm {
	width: 400px;
}
#ContactFormWrap {
	width: 400px;
}
.facilities {
	width: 200px;
}
.overview {
	width: 250px;
}
.overview ul {
	margin-left: 10px;
}
.facilities ul li, .overview ul li {
	list-style-type: none;
	font-size: 11px;
	line-height:18px;
}
.roomdetails {
	float: right;
	width: 315px;
}
.thickbox {
	border: thin outset #CCCCCC;
}
.img-tags {
	font-size: 10px;
	color: #333333;
	padding-right: 25px;
	padding-left: 15px;
	line-height: 12px;
}
.listsml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	margin-right: 20px;
}
.greybox {
	background-color: #ECECEC;
	padding: 10px;
}
.activities-list {
	float: left;
	width: 292px;
}
.table-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 28px;
	color: #669933;
	padding: 3px;
}

