/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

ul,ol { list-style: none; }



body {
	position:relative;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	font-size: 10px;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
	background-image:url(images/bg.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	background-color:#7a8795;
	}
	
img {
border:none;
}
   
#container {
	position:relative;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	}
   
a:link {
color: #ffffff;
	} 

a:visited {
color: #dddddd;
	}

a:hover {
color: #003300;
	}

a:active {
color: #003300;
	}

#header {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height:220px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}
	
.homebutton{
	position:absolute;
	float:left;
	top:130px;
	right:10px;
	font-size:12px;
	font-weight:bold;
	}
	
#nav {
	position:relative;
	width: 900px;
	height: 40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(images/menu_bg.jpg);
	font-size:14px;
	font-weight:bold;
	text-shadow:#000000 0px 2px 4px;
	text-decoration:none;
	}

#nav ul {
	position:absolute;
	left:2px;
	color:#FFFFFF;
	list-style:none;
	padding:0px;
	margin:0px;
	}

#nav li {
	width:128px;
	float:left;
	
	}

#nav li a {
	display:block;
	color:#ffffff;
	width:128px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	background-image:url(images/menu_btn.jpg);
	background-position:0px 0px;
	}
	
#nav li a:visited {
	color:#ffffff;
	text-decoration:none;
	background-position:0px 0px;
	}
	
#nav i a:active {
	color:#ffffff;
	text-decoration:none;
	background-position:0px -80px;
	}

#nav li a:hover {
	color:#ffffff;
	text-decoration:none;
	background-position:0px -40px;
	}
	
	#nav ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
#nav ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
#nav ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 128px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
#nav ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 128px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
#nav ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
#nav ul.MenuBarHorizontal ul li
{
	width: 128px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
#nav ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
#nav ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
#nav ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
#nav ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0em 0em;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
#nav ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
#nav ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#nav ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
background-image:url(images/sub_nav_top_btn.jpg);
	
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#nav ul.MenuBarHorizontal ul li a.MenuBarItemSubmenu
{
	background-image:url(images/sub_nav_btn.jpg);
	}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#nav ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#nav ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image:url(images/sub_nav_btn.jpg);
}

#nav ul.MenuBarHorizontal ul li a.MenuBarItemSubmenuItem
{
	background-image:url(images/sub_nav_btn.jpg);
	}


#photo {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:900px;
	height:250px;
	}

#photo p {
	position:relative;
	text-align:right;
	top:185px;
	right:20px;
	color:#FFFFFF;
	font-size:2em;
	}
	
.home_photo {
background-image:url(images/photo_home.jpg)
}

.about_photo {
background-image:url(images/photo_about.jpg)
}

.location_photo {
background-image:url(images/photo_location.jpg)
}

.rooms_photo {
background-image:url(images/photo_rooms.jpg)
}

.reservations_photo {
background-image:url(images/photo_reservations.jpg)
}

.gigharbor_photo {
background-image:url(images/photo_gigharbor.jpg)
}

.testimonial_photo {
background-image:url(images/testimonials.jpg)
}

.promotions_photo {
background-image:url(images/promotions.jpg)
}
#homepage {
	position:relative;
	text-align:left;
	margin-bottom:20px;
	width:900px;
	background-image:url(images/home_bg.jpg)
	}
	
#homepage .tables {
	position:relative;
	text-align:justify;
	color:#FFFFFF;
	font-size:1.75em;
	top:0px;
	width:870px;
	}
#homepage h1{
	position:relative;
	text-align:center;
	color:#B2C5DB;
	font-style:italic;
	font-weight:bold;
	font-size:1.15em;
		}
		
#homepage h2{
	position:relative;
	text-align:left;
	color:#CCCCCC;
	font-size:.9em;
}

#homepage h3{
	position:relative;
	margin-top:10px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
}

#homepage h4{
	position:relative;
	margin-top:10px;
	text-align:center;
	color:#ffffff;
	font-size:12px;
}

	

#rightColumn {
	position:relative;
	text-align:justify;
	color:#FFFFFF;
	top:0px;
	}

#rightColumn h1{
	position:relative;
	text-align:center;
	color:#B2C5DB;
	font-style:italic;
	font-weight:bold;
	font-size:1.15em;
		}
		
#rightColumn h2{
	position:relative;
	text-align:left;
	color:#CCCCCC;
	font-size:.9em;
}

#rightColumn h3{
	position:relative;
	margin-top:10px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
}

#rightColumn h4{
	position:relative;
	margin-top:10px;
	text-align:center;
	color:#ffffff;
	font-size:12px;
}

#rightColumn span{
	text-align:center;
}




#intro {
	position:relative;
	text-align:left;
	color:#FFFFFF;
	font-size:1.75em;
	left:0;
	top:0px;
	width:500px;
	float:left;
	}
	
#intro h1{
	position:relative;
	text-align:center;
	color:#B2C5DB;
	font-style:italic;
	font-weight:bold;
	font-size:1.25em;
		}
		
#intro h2{
	position:relative;
	text-align:left;
	color:#CCCCCC;
	font-size:1.00em;
}

#intro h3{
	position:relative;
	margin-top:10px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
}
	
#aboutusphoto {
position:absolute;
top:50px;
left:518px;
}

#aboutusphoto2 {
position:absolute;
top:580px;
left:518px;
}


#fullpage {
	position:relative;
	text-align:justify;
	color:#FFFFFF;
	font-size:1.75em;
	top:0px;
	width:870px;
	}

	
#fullpage p {
position:relative;
width:870px;
left:15px;
	}
	
#fullpage a{
border:none}

#fullpage a:hover {
color:#7B8A97;
	}

#fullpage ul {
position:relative;
list-style:inside;
list-style-type:none;
font-weight:lighter;
width:750px;
left:15px;
	}

#fullpage li{
	font-size:.9em;
	}
#fullpage h3{
	position:relative;
	font-size:1.5em;
	left:15px;
	font-style:italic;
	}
	
#fullpage h6{
	position:relative;
	text-align:center;
	font-size:1.5em;
	left:15px;
	font-style:italic;
	}
	
#fullpage form{
	position:relative;
	left:15px;
	text-align:left;
	color:#FFFFFF;
	font-size:1.15em;
	top:0px;
	}
	
#fullpage form h2{
	position:relative;
	font-size:1.12em;
	left:15px;
	font-style:bold;
	margin-bottom:10px;
	}

#fullpage form textarea{
	position:relative;
	width:840px;
	height:100px;
	text-align:left;
	color:#black;
	font-size:.8em;
	top:0px;
	}
	
#reservation {
position:relative;
}

#specials {
position:absolute;
top:0px;
left:535px;
width:350px;
}

#specials p{
position:relative;
left:0px;
width:350px;
}

#email_form {
position:relative;
width:870px;
height:450px;
background-image:url(images/email_back.jpg);
}

#places {
position:relative;
left:15px;
width:870px;
height:263px;
background-color:#A3B5C9;
margin-bottom:20px;
}

#places img {
border:none;
}

#places p {
position:relative;
left:0px;
width: 470px;
color:#000000;
}

#directions p{
position:relative;
width:250px;
text-align:left;
font-size:.85em;
	}
	
#directions h1{
position:relative;
padding-top:10px;
padding-bottom:10px;
text-align:left;
left:10px;
font-size:1.1em;
font-style:italic;
	}
	

	
#rooms {
	position:relative;
	width:845px;
	background-color:#7a8795;
	margin-left:25px;
	margin-bottom:25px;
}

#rooms a {
	border:0px;
	border-style:none;
	text-decoration:none;
	}

#rooms h2 {
position:relative;
left:15px;
width:425px;
margin-top:10px;
font-size:1.5em;
	}
	
#rooms h3 {
position:relative;
left:15px;
width:425px;
font-size:1em;
margin-bottom:10px;
	}

#rooms ul{
position:relative;
width:425px;
margin-bottom:10px;
}

#rooms img {
position:relative;
border:none;
}

#footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/footer_bg.jpg);
	width: 900px;
	}
	
#footer p{
	position:relative;
	top:20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	}

#footer h2{
	position:relative;
	top:15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	}
#container center #homepage .tables tr td h1 {
	font-size: 16px;
	text-align: center;
}
.specials {
	text-align: left;
	color:#B2C5DB;
	font-style:italic;
	font-weight:bold;
	font-size:1.25em;
}

/* Social Media Icons  */
ul.social_m {margin-left:50px;}
ul.social_m li a{padding-top:20px;display:block;height:44px;padding-left:70px;}
ul.social_m a.twitter-icon {background: url('images/icons/twitter-e.jpg') no-repeat top left;}
ul.social_m a.facebook-icon {background: url('images/icons/facebook-e.jpg') no-repeat top left;}
ul.social_m a:hover {color:#B2C5DB}
/* February Special  */
ul.feb-special img {display:block;margin:0 auto;padding:3px; border:1px dotted #999}
ul.feb-special {margin:1em 0;padding-bottom:1em;}
ul.feb-special li {list-style-type:circle;margin:0.3em 25px 0.3em 45px;text-align:left;color:pink;font-size:0.8em;}
ul.feb-special li.list-title,
ul.feb-special li.list-tag,
ul.feb-special li.list-desc,
ul.feb-special li.list-img
 {list-style-type:none;
margin:0 25px
}
ul.feb-special li.list-title {font-size:2em;text-align:center;font-style:italic;}
ul.feb-special li.list-tag {font-size:1.2em;text-align:center;font-style:italic;padding-bottom:0.3em;}
ul.feb-special li.list-desc {font-size:0.9em;text-align:center;font-style:italic;border-top:1px dotted;border-bottom:1px dotted;padding:0.5em 0;}
ul.feb-special li.list-tag {font-size:1.2em;text-align:center;font-style:italic;}