/* import menu positioning */
@import url('navHorizCustom.css');

html {
	background:#252525 url(images/background.gif) center center no-repeat;
	height: 100%;
}
body {
    margin-left: auto;
    margin-right: auto;
    font-family:georgia, times new roman, serif;
	font-size: 11px;
	line-height: 1.3em;
}
 
A {color:black;text-decoration: none;}
A:visited {color:black;text-decoration: none;}
A:hover {color:red;text-decoration:none;}
A:active {color:red;text-decoration:underline;}

td {
	color: #fff;
    font-family:georgia, times new roman, serif;
	font-size: 11px;
	line-height: 1.3em;
}

.left {
	padding: 27px 39px 10px 33px;
    text-align: center;
}

.left img,
.left iframe {
	margin-bottom: 6px;
}

.right {
	padding: 30px 30px 0 0;
    vertical-align: top;
}

#footer {
    padding-top: 5px;
    font-size: 10px;
}

.map div,
.map img {
    margin-bottom: 30px;
    padding-right: 30px;
    border: none;
}

/* Primary Navigation */
div#nav ul#nav-menu{
    background: transparent url(images/primary-nav.gif) top left no-repeat;
}
div#nav ul#nav-menu li a {
    text-indent: -9999px;
    text-decoration: none;
}

/* Navigation Links */
div#nav ul, div#nav ul li, div#nav a { height:29px; }
div#nav li#nav-about a { width:50px; }
div#nav li#nav-concierge a { width:64px; }
div#nav li#nav-restaurants a { width:75px; }
div#nav li#nav-theaters a { width:58px; }
div#nav li#nav-shopping a { width:57px; }
div#nav li#nav-floorplans a { width:70px; }
div#nav li#nav-contact a { width:53px; }

/* Navigation Links (Hover State & Selected State) */
li#nav-about a:hover, body#about li#nav-about { background: transparent url(images/primary-nav.gif) -0px -29px no-repeat; }
li#nav-concierge a:hover, body#concierge li#nav-concierge { background: transparent url(images/primary-nav.gif) -50px -29px no-repeat; }
li#nav-restaurants a:hover, body#restaurants li#nav-restaurants { background: transparent url(images/primary-nav.gif) -114px -29px no-repeat; }
li#nav-theaters a:hover, body#theaters li#nav-theaters { background: transparent url(images/primary-nav.gif) -189px -29px no-repeat; }
li#nav-shopping a:hover, body#shopping li#nav-shopping { background: transparent url(images/primary-nav.gif) -247px -29px no-repeat; }
li#nav-floorplans a:hover, body#floorplans li#nav-floorplans { background: transparent url(images/primary-nav.gif) -304px -29px no-repeat; }
li#nav-contact a:hover, body#contact li#nav-contact { background: transparent url(images/primary-nav.gif) -374px -29px no-repeat; }


#amenities {
	color: #fff;
	background: #000;
	margin: 0;
	padding: 0;
}

#amenities ul {
	margin: 0;
	padding: 1.4em;
}


.footnote {
    font-size: 7px;
    margin-top: -7px;
    line-height: 1em;
}
