@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #f6f6f6;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #600;
	letter-spacing: 0.13em;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EFE; /*	#F0F0E6	*/
	background-image: url(content_bkgnd.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*	content pane transparency	*/
	filter: alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
} 
.twoColFixRtHdr  #container #header {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #448866;
	background-image: url(hdr_bkgnd.png);
	background-repeat: repeat-x;
	background-position: center;
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #EEEEEE;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/* 	background: #993333; the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 225px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	letter-spacing: 0.1em;
} 
.twoColFixRtHdr #mainContent h1 {
	font-size: 1.6em;	/**/
	color: #600;
}
.twoColFixRtHdr  #container #footer {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003366;
	background-image: url(ftr_bkgnd.png);
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #footer p {
	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 */
	color: #f6f6f6;
}
.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;
}
.ralign {
	text-align: right;
}
.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;
}
.twoColFixRtHdr #container #footer p {
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
.twoColFixRtHdr #container #mainContent p, #mainContent #linklist li {
	font-size: 1em;
	line-height: 150%;
	margin-top: 2em;
}
.twoColFixRtHdr #container #mainContent p#parasmallprint {
	font-size: 0.8em;
	font-style: italic;
}

/* BOOKINGS PAGE */
table#bookingtable .odd {
	background-color: #cec;
}

table#bookingtable .even {
	background-color: #dfd;
}

table#bookingtable  th {
	background-color: #090;
	color: #efe;
}

/* LNKS PAGE */
#mainContent ul#linklist {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
/* NAVIGATION */
ul#navlist {
	margin: 2em 0 0 0;
	padding: 0;
	line-height: 100%;
	left: -25px;
	font-size: 0.9em;
	letter-spacing: 0.18em;
	list-style-position: inside;
	list-style-type: none;
}

ul#navlist li {
	vertical-align: text-bottom;
	line-height: 100%;
}
ul#navlist a:link, ul#navlist a:visited {
	text-decoration: none;
	color: #060;
	background-color: transparent;
}
ul#navlist a:hover {
	color: #030;
	background-color: #DED;
/*	background-image: url(silverm.gif);
	background-repeat: repeat-x;
	background-position: bottom; */
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
/*	background-image: url(bluem.gif);
	background-repeat: repeat-x;
	background-position: bottom;	*/
}
ul#navlist a:hover :first-child {
	visibility:visible;
}
ul#navlist li.current {
	color: #FFF;
	font-weight:bold;
	background-color: #060;
}
ul#navlist li a, ul#navlist li.current {
	display: block;
	letter-spacing: 0.075em;
	width: 10em;
	padding: 0.5em;
}
ul#navlist li span.menuraquo {
	visibility: hidden;
	margin-right: 0.5em;
	font-weight:bold;
	vertical-align: baseline;
}
