/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* END RESET */




body {
	padding:0;
	margin:0;
	text-align: center;	
	border-top: 6px solid #00335d;
	font-family: garamond, times, serif;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	display:block;
	clear:both;
}

h1 {
	font-size:22px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom:20px;
	color: #000;
}

a {
	color: #666;
}

a:hover {
	color: #333;
}

strong {
	color: #00345d;
	font-weight: normal;
	font-style: normal;
}

p {
	margin-bottom:10px;
	text-align: left;
	font-style: italic;
}

.title {
	font-size: 18px;
	letter-spacing: 4px;
	font-style: italic;
	padding-bottom:10px;
}

#container {
	width:900px;
	margin:0 auto;
	position: relative;
	z-index: 1;
}

#header {
	padding-top:17px;
	overflow: hidden;
}

#navbar {
	width: 900px;
	background: url(../images/bg_nav.gif) repeat-x;
	height: 59px;
	margin-top: 20px;
	overflow: hidden;
}

#navbar ul {
	list-style: none;
	padding-left:0;
	margin-left: 0;
/* 	background: url(../images/bg_nav.gif) repeat-x; */
	float: left;
/* 	width: 100%; */
}

#navbar ul li { display: inline; }

#navbar ul li a {
	font-family: garamond, Times serif;
	float:left;
 	padding: 20px 18px;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	background: url(../images/bg_nav.gif);
	background-position: 0 0px;
	color: #000;
}

#navbar ul li a:hover {
	background-position: 0 -59px;
}

#navbar ul li a.current {
	background-position: 0 -59px;	
}

#mainpic {
	clear:both;
	margin-top:20px;
	width:900px;
	overflow: hidden;
}

.hideMe {
	display: none;
}

#content {
	font-family: garamond, times, serif;
	font-size:18px;
	background: url(../images/bg_gradient.png) top center no-repeat;
	margin-top:20px;
	padding:20px 40px;
	line-height: 24px;
	overflow: hidden;
	color: #000;
	letter-spacing: 1.4px;
	font-weight: normal;
}

#content span {
	color: #00345d;
	font-style: normal;
	text-transform: uppercase;
}

.floorplan_icon {
	margin:20px 2px;
	border:1px solid #bbb;
}

#register_form {
	font-family: Arial, helvetica, sans-serif;
	padding:10px;
	font-size: 12px;
}

#register_form table td {
	padding:2px 0;
}

.button {
	-moz-border-radius:3px 3px 3px 3px;
	background: #777777 url(../images/glass_lighter.png) repeat-x scroll 0 50%;
	border:medium none;
	color:#FFFFFF !important;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.3);
}

.button:hover {
	background: #00345d url(../images/glass_lighter.png) repeat-x scroll 0 50%;	
}

#content li {
	clear:left;
	float: left;
	list-style: disc;
	margin-left:20px;
}

#content ul {
		overflow: hidden;
		font-style: italic;
}
#music {
	clear:both;
	position: absolute;
	top:0px;
	left:800px;
	width:100px;
	height:30px;
	z-index: 99;
}
#floorplan1 {
	width:600px;
	margin-left:160px;
	overflow:hidden;
}

#floorplan2 {
	width:500px;
	margin-left:240px;
	overflow:hidden;
}

.floorplanbox {
	width:600px;
}