/* --------- Structure ---------- */

*  {
	padding: 0px;
	margin: 0px;
}

html { 
	min-height:100%;
	margin-bottom:1px;
}

body {
	background-color: #00467d;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 960px;
	padding: 0px 30px 0px 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#nav {
	width: 364px;
	margin: 0px 10px 0px 10px;
	float: left;
}

#content {
	width: 556px;
	margin: 115px 10px 0px 10px;
	float: left;
}

/* --------- Elements ---------- */
.homebg {
	background-image: url(../assets/home_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.menubg {
	background-image: url(../assets/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.locationbg {
	background-image: url(../assets/location_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.reservationsbg {
	background-image: url(../assets/reservations_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}


a, div { /* --- gets rid of FF outline --->*/
  outline: none;
}

/* --------- Navigation ---------- */

.menu {
	width: 171px;
	margin: 10px 0px 0px 0px;
	float: left;
}

.menu li {
	margin-bottom: 20px;
	display: block;
}

.submenu {
	margin: 65px 0px 0px 0px;
	float: left;
}

.submenu li {
	margin-bottom: 20px;
	display: block;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


/* --------- Fonts and Colors ---------- */

p, li {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
}

.intro_copy {
	width: 364px;
	font-size: 36px;
	font-weight: lighter;
	line-height: 48px;
}

.press_copy {
	width: 364px;
	font-size: 27px;
	font-weight: lighter;
	line-height: 36px;
}

.mobile_copy {
	width: 320px;
	font-size: 27px;
	font-weight: lighter;
	line-height: 36px;
}

.bigger_copy {
	width: 364px;
	font-size: 18px;
	font-weight: lighter;
	line-height: 24px;
}

.bigger_copy2 {
	width: 320px;
	font-size: 18px;
	font-weight: lighter;
	line-height: 24px;
}

.emphasis {
	font-style: italic;
}

a:link:hover, .highlight, a:visited:hover {
	color: #8BC53F;
}
a:link, a:visited {
	color: #FFF;
}
/* --------- Lists ---------- */

li {
	list-style: none;
}
/* --------- Headers ---------- */

h1 {
	color: #FFF;
	font-weight: lighter;
}

/*--------- MudToolTip -------------*/


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

FILE: style.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
VERSION: 1.1 - added support for WIN IE6
DATE: 04/08/2006

--------------------------------------------------------------------------------

This file is part of MudToolTip.

	MudToolTip is free for anyone to use, but this header MUST be
	included, and may not be modified.

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


.tooltip {
	cursor: pointer;
}


.tooltip img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}


#tooltipbox {
	position: absolute;
	height: 100px;
	z-index: 100;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
}


#tooltipbox-pointer {
	position: absolute;
	top: -4px;
	left: 0;
	height: 4px;
	width: 18px;
	background: url(../assets/tip.gif) no-repeat;
}


#tooltipbox-content {
	padding: 4px;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: white;
	background-color: black;
}