body { background-color: #509cd1; background-image: url(../background.jpg); margin: 0 auto; padding: 0; text-align: center; }
#main { background-color: transparent; text-align: center; width:906px; clear: both; margin: 170px auto 0; padding-top: 5px; }
#container { width: 906px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; padding: 0; /* this overrides the text-align: center on the body element. */
}
/* Header */
#header { color: #fff; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 906px; height: 30px; margin: 0; padding: 0;  /* 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. */
} 

/* Top Navigation */
#header #nav { color: #036; float: right; font-size: 15px; background-color: #d4ceac; text-align: left; width: 650px;  }

#header #nav a { color: #036; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; background-color: #d4ceac; display: inline; text-decoration: none; background-image: url(../images/navdivider.gif); background-repeat: no-repeat; background-position: left center; }

#header #nav a#first  { color: #036; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; background-color: #d4ceac; background-image: none; display: inline; text-decoration: none; }

#header #nav a:hover { color: #d4ceac; background-color: #036; }
#header #nav a#first:hover { color: #d4ceac; background-color: #036;  }
/* Flash animation */
#flash { color: #fff; background-color: white; background-image: url(../images/flashbackground.jpg); background-repeat: repeat-y; background-position: center 0; width: 906px; height: 365px;  /* 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. */
}

/* Main text area with left column  */
#main2 { background-color: transparent; background-image: url(../images/linenbackground.jpg); background-repeat: repeat-y; background-position: center top; width: 885px; margin-top: 0; margin-right: auto; margin-left: auto; padding-top: 10px; } /* PTD removed float: left; clear: both; */

#sidebar1 { float: left; /* since this element is floated, a width must be given */
	width: 355px; /* 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 */
	padding: 10px 0 15px 10px; }
	
#mainContent { /* PTD removed 375px left margin */
	margin: 0; /* the left margin on this div element creates the column down the left 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. */
    /* PTD added clear:none; */
	float: left; clear:none; width: 450px; padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ 
}
#specials { color: #fff; background-color: transparent;  padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 885px; height: 260px; }
#specials p { color: #000; margin: 0; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; text-align: left; padding: 10px 10px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#specials a { text-decoration: none; color: #036;
}
#specials #left { background-image: url(../images/specialsbackground.jpg); background-repeat: repeat-y; background-position: left top; width: 260px; height: 210px; float: left; padding: 5px; text-align: left; margin-left: 20px; padding: 10px    }
#specials #middle { background-image: url(../images/specialsbackground.jpg); background-repeat: repeat-y; background-position: left top; width: 260px; height: 210px; float: left; text-align: left; padding: 10px   }
#specials #right { background-image: url(../images/specialsbackground.jpg); background-repeat: repeat-y; background-position: left top; width: 260px; height: 210px; float: right; margin-right: 20px; text-align: left; padding: 10px  }
#footer { color: #fff; background-color: white; background-image: url(../images/footer.jpg); background-repeat: no-repeat; background-position: right 0; padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 875px; height: 129px; margin-right: auto; margin-left: auto; }
#footer p { text-align: left; color: #036; font-size: 10px; margin: 0 0 0 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 80px 10px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a { text-decoration: none; color: #036; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#logo { height: 96px; float: left; margin-top: 0; margin-bottom: 0; margin-left: 10%; padding-top: 0; }
#footer #copyright { color: #9cc3e4; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0 0 0 20px; }
#logo { height: 96px; float: left; margin-top: 0; margin-bottom: 0; margin-left: 10%; padding-top: 0; }
/* Email Signup Form */
#email { top: 0; height: 71px; float: right; margin-top: 0; margin-right: 20%; padding: 5px;  background-color: #d4ceac; }
/* End Email Signup */
/* Form */
input
{ background: white; border: solid 1px
 }

.submit input
{ color: #000; background: #036; }
/* End Form */
/* Text Formatting */
h1 { color: #003366; font-size: 18px; font-weight: normal; font-style: italic; margin: 0 }
h2 { color: #2aa8e5; font-size: 1em; font-family: Geneva, Helvetica, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: 130%; text-align: left; margin: 0; }
h3 { color: #fd8b04; font-size: 0.8em; font-weight: bold; text-align: left; margin: 1em 0; }
p { color: #000; font-size: 0.8em; font-family: Georgia, "Times New Roman", Times, serif; line-height: 130%; text-align: left; }
ul { font-size: 0.8em; text-align: left; list-style-type: disc; margin: 1em 0 1em 20px; }
.harb {color: #066}
/* End Text formatting */
.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;
}
.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;
}
#address { color: #2aa8e5; font-size: 0.8em; }
a:link { color: #036; text-decoration: none; }
a:visited { color: #58595b; text-decoration: none; }
a:hover { color: #066; text-decoration: underline; }
a:active { color: #066; text-decoration: underline; position: relative; top: 1px; }
#copyright {
color: #666;
font-size: 10px;
text-align: left;
padding: 20px;
margin: 0 auto;
}
#line { width: 315px; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #036; }
#logos {
margin-left: 15px}
a.window:link, a.window:visited { color: white; text-decoration: none; font-size: 10px; text-align: center; }
a.window:hover, a.white:active {color: #2aa8e5; text-decoration: none; font-size: 10px; text-align: center}
/* sifr */
.title
			{
				color: #003366;
				font-size:20px;
				font-family: Georgia, Times, serif;
			}
			
			.sIFR-active .title
			{
				visibility: hidden;
				font-family: Georgia, Times, serif;
				line-height: 1em;
			}
			#header #mainnav
			{ color: #003366; font-size:16px; font-family: Georgia, Times, serif; font-weight: bold; float: right; background-color: #d4ceac; text-align: left; width: 750px; display: inline; }
			#header #mainnav a
			{ color: #036; font-size: 17px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; background-color: #d4ceac; display: inline; text-decoration: none; background-image: url(../images/navdivider.gif); background-repeat: no-repeat; background-position: left center; padding: 2px 2px 2px 15px; }
			#header #mainnav a:hover { color: #d4ceac; font-weight: bold; background-color: #036; }
			#header #mainnav a#first  { color: #036; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; background-color: #d4ceac; background-image: none; display: inline; text-decoration: none; padding: 2px; }

#header #mainnav a:hover { color: #d4ceac; font-weight: bold; background-color: #036; }
#header #mainnav a#first:hover { color: #d4ceac; font-weight: bold; background-color: #036; }
			
			.sIFR-active2 .main
			{ visibility: hidden; font-family: Georgia, Times, serif; }
			/* Navigation below flash animation*/
#subnav { font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; color: #fdfbe7; background-color: transparent; background-image: url(../images/subnavbackgroundhome.jpg); background-repeat: repeat-x; background-position: left 0; width: 874px; height: 30px; margin-right: 10px; margin-left: 10px; padding: 3px 5px 5px; }
#subnav a { color: #fff; padding: 3px 10px 3px 20px; background-image: url(../images/snavdivider.jpg); background-repeat: no-repeat; background-position: left center; text-decoration: none; text-align: center; float: right; }
#subnav a:hover { color: #d4ceac; background-color: #036; background-image: url(../images/snavdivideron.jpg); background-repeat: no-repeat; background-position: left center; }
#subnav a:active { position: relative; top: 1px; }
#subnav a#first:hover { color: #d4ceac; background-color: #036; padding: 4px 2px 4px 4px; background-image: url(../images/snavdivideron.jpg); background-repeat: no-repeat; background-position: left center;  }
.sIFR-active3 .sub
			{ color: #fff; font-size: 15px; visibility: hidden; font-family: Georgia, Times, serif; font-weight: bold; font-style: italic; }
			#homeevents {
			width: 241px;
			height: 115px
			}
.phone { font-weight: normal; font-size: 14px; color: #003366}	
#reservations { background-image: url(../images/reservations-nophone.jpg); background-repeat: no-repeat; background-position: left top; width: 272px; height: 99px; }
#reservations h2 {
padding-top: 45px;
margin-left: 40px;
font-size: 16px; 
font-family: Georgia, "Times New Roman", Times, serif;
color: #036;
font-weight: normal;
text-align: center
}
