/* 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-style: normal;
	font-weight: normal;
	text-align: center;
}

ul,ol {
	list-style: none;
}

body {
	background: #7a8795 url(../images/bg.jpg) repeat-y top center;
	font: 10px/normal "Times New Roman", Times, serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	width: 100%;
}

	
img {
	border: none;
}

   
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	width: 900px;
}

   
a:link {
	color: #ffffff;
}
 
a:visited {
	color: #dddddd;
}

a:hover {
	color: #7b8a97;
}

a:active {
	color: #003300;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 900px;
}

	
.homebutton{
	float: left;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 130px;
}

	
#nav {
	background: url(../images/menu_bg.jpg) top left;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	text-decoration: none;
	text-shadow: #000000 0px 2px 4px;
	width: 900px;
}

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

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

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

	
#nav li a:visited {
	color: #ffffff;
	text-decoration: none;
}

	
#nav i a:active {
	/* background: 0px -80px; */
	color: #ffffff;
	text-decoration: none;
}

#nav li a:hover {
	/*background: 0px -80px; */
	color: #ffffff;
	text-decoration: none;
}

	
	#nav ul.MenuBarHorizontal {
	cursor: default;
	list-style-type: none;
	margin: 0;
	padding: 0;
	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 {
	cursor: pointer;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 128px;
}

/* 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 {
	cursor: default;
	font-size: 100%;
	left: -1000em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 128px;
	z-index: 1020;
}

/* 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 {
	margin: 0 0 0 0;
	position: absolute;
}

/* 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 #cccccc;
}

/* Menu items are a light gray block with padding and no text decoration */
#nav ul.MenuBarHorizontal a {
	cursor: pointer;
	display: block;
	padding: 0;
	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: #ffffff;
text-decoration:underline;
}

/* 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: #ffffff;
}

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

 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: 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: 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: url(../images/sub_nav_btn.jpg);
}

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

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

#photo p {
	color: #ffffff;
	font-size: 2em;
	position: relative;
	right: 20px;
	text-align: right;
	top: 185px;
}

	
.home_photo {
	background: url(../images/photo_home.jpg);
}

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

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

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

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

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

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

.promotions_photo {
	background: url(../images/promotions.jpg);
}

#homepage {
	background: url(../images/home_bg.jpg);
	margin-bottom: 20px;
	position: relative;
	text-align: left;
	width: 900px;
}

	
#homepage .tables {
	color: #ffffff;
	font-size: 1.75em;
	position: relative;
	text-align: justify;
	top: 0px;
	width: 870px;
}
.tables p {margin-bottom:0.5em;}
.tables p.ctr {margin:1.5em 0;}

#homepage h1{
	color: #b2c5db;
	font-size: 1.15em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	text-align: center;
}

		
#homepage h2{
	color: #cccccc;
	font-size: .9em;
	position: relative;
	text-align: left;
}

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

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

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

#rightColumn h1{
	color: #b2c5db;
	font-size: 1.15em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	text-align: center;
}

		
#rightColumn h2{
	color: #cccccc;
	font-size: .9em;
	position: relative;
	text-align: left;
}

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

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

#rightColumn span{
	text-align: center;
}

#intro {
	color: #ffffff;
	float: left;
	font-size: 1.75em;
	left: 0;
	position: relative;
	text-align: left;
	top: 0px;
	width: 500px;
}

	
#intro h1{
	color: #b2c5db;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	text-align: center;
}

		
#intro h2{
	color: #cccccc;
	font-size: 1.00em;
	position: relative;
	text-align: left;
}

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

	
#aboutusphoto {
	left: 518px;
	position: absolute;
	top: 50px;
}

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

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

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

	
#fullpage a{
	border: none;
}

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

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

#fullpage li{
	font-size: .9em;
}

#fullpage h3{
	font-size: 1.5em;
	font-style: italic;
	left: 15px;
	position: relative;
}

	
#fullpage h6{
	font-size: 1.5em;
	font-style: italic;
	left: 15px;
	position: relative;
	text-align: center;
}

	
#fullpage form{
	color: #ffffff;
	font-size: 1.15em;
	left: 15px;
	position: relative;
	text-align: left;
	top: 0px;
}

	
#fullpage form h2{
	font-size: 1.12em;
	font-style: bold;
	left: 15px;
	margin-bottom: 10px;
	position: relative;
}

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

	
#reservation {
	position: relative;
}

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

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

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

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

#places img {
	border: none;
}

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

#directions p{
	font-size: .85em;
	position: relative;
	text-align: left;
	width: 250px;
}

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

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

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

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

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

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

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

#footer {
	background: url(../images/footer_bg.jpg);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 900px;
}

	
#footer p{
	color: #ffffff;
	font: normal normal 10px "Times New Roman", Times, serif;
	position: relative;
	top: 20px;
}
#footer p.address {font-size:14px;}
#footer h2{
	color: #ffffff;
	font: normal normal 14px "Times New Roman", Times, serif;
	position: relative;
	top: 15px;
}

#container center #homepage .tables tr td h1 {
	font-size: 16px;
	text-align: center;
}

.specials {
	color: #b2c5db;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

/* Social Media Icons  */
ul.social_m {
	margin-left: 50px;
}

ul.social_m li a{
	display: block;
	height: 44px;
	padding-left: 70px;
	padding-top: 20px;
}

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.web-special img {
	border: 1px dotted #999999;
	display: block;
	margin: 0 auto;
	padding: 3px;
}

ul.web-special,
ul.web-events {
	margin: 1em 0;
	padding-bottom: 1em;
}

ul.web-special li{
	color: #ffc0cb;
}
ul.web-events li {
	color: #fff;
}

ul.web-special li,ul.web-events li {
	font-size: 0.8em;
	list-style-type: circle;
	margin: 0.3em 25px 0.3em 45px;
	text-align: left;
}

ul.web-special li.list-title,
ul.web-events li.list-title,
ul.web-special li.list-tag,
ul.web-events li.list-tag,
ul.web-special li.list-desc,
ul.web-events li.list-desc,
ul.web-special li.list-img {
	list-style-type: none;
	margin: 0 25px;
}

ul.web-special li.list-title,
ul.web-events li.list-title {
	font-size: 1.7em;
	font-style: italic;
	text-align: center;letter-spacing:-1px
}

ul.web-special li.list-tag,ul.web-events li.list-tag {
	font-size: 1.2em;
	font-style: italic;
	padding-bottom: 0.3em;
	text-align: center;
}

ul.web-special li.list-desc,
ul.web-events li.list-desc
 {
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	font-size: 0.9em;
	font-style: italic;
	padding: 0.5em 0;
	text-align: center;
}
ul.web-events span {font-weight:bold;}


p.gh-guide {
	background: #666666 url(../images/icons/CofGHLogo.jpg) no-repeat 3px 3px;
	border: 1px solid #aaaaaa;
	margin: 2em 30px 2em 30px;
	padding: 2px 5px 0 75px;
	text-align: left;
height:3.5em;
font-size:1.1em;
}


p.hhm, p.ghhwa {
	margin: 1em 30px;
	text-align: center;
font-size:1.1em;
}
p.hhm a, p.ghhwa a{text-decoration:none;}
p.hhm img, p.ghhwa img{border:1px solid #aaa; padding:2px;}
p.hhm a:hover img, p.ghhwa a:hover img{border:1px solid #fff; padding:2px;}
span.caption{display:block;font-size:0.8em;}
