*{
	margin: 0;
	padding: 0;
}
body {
	background: #949aac;
	font-family: "Bell Gothic Std", Helvetica, Sans-serif;
	color: #d2d5dd;
	font-weight: bold;
	font-size: .9em;
}
#wrapper {
	width: 740px;
	background: url(../images/bg-repeat.jpg) repeat-y;
	margin: 0 auto;
	text-align: center;
	}

/*---header nav---*/

#header {
	width: 740px;
	height: 265px;
	background: #949aac url(../images/header.jpg) no-repeat;
	margin: 0 auto;
	padding-left: 15px;
	
}

a {
	outline: none;
	}

ul {
	list-style: none;
	}
#nav {
	
	padding-top: 191px;
}
#nav li {
	display: inline;
}
#home a{
      background-image: url(../images/home_button.jpg);
      width: 142px;
      height: 64px;
      float: left;
}

#home a:hover{
      background-position: right;
}

#events a{
      background-image: url(../images/events_button.jpg);
      width: 142px;
      height: 64px;
      float: left;
}

#events a:hover{
      background-position: right;
      }

#gallery a{
      background-image: url(../images/gallery_button.jpg);
      width: 142px;
      height: 64px;
      float: left;
}

#gallery a:hover{
      background-position: right;
      }

#location a{
      background-image: url(../images/location_button.jpg);
      width: 142px;
      height: 64px;
      float: left;
}

#location a:hover{
      background-position: right;
      }

#contact a{
      background-image: url(../images/contact_button.jpg);
      width: 142px;
      height: 64px;
      float: left;
}

#contact a:hover{
      background-position: right;
      }
.current a{
	background-image: url(../images/contact_button.jpg);
	background-position: right;
}
      
.hide {
	display: none;
	}

/*---content---*/

#content {
	width: 740px;
	background: url(../images/content.jpg) no-repeat;
	margin: 0 auto;
	padding: 40px 60px 40px 40px;
}
#left {
	width: 40%;
	float: left;
	}
.left {
	width: 150px;
	float: left;
	margin: 20px;
	padding: 5px;
	}
#right {
	width: 48%;
	float: left;
	}
.right {
	width: 431px;
	float: left;
	margin: 20px;
	padding: 10px;
	border-left: 1px ridge #293351;
	}
#empty {
	clear: both;
	}
img {
	border: 3px double #d2d5dd;
	}
.justify{
	padding: 20px;
	text-align: left;
}
fieldset {
	border: 3px double #d2d5dd;
	padding: 17px;
	margin: 10px;
	}
legend {
	padding: 3px;
	border: 1px solid #d2d5dd;
}
p {
	padding-left: 10px;
	text-align: left;
	line-height: 1.1em;
}
h3 {
	text-align: left;
}
h4 {
	text-align: left;
	padding: 20px;
	font-size: 1.2em;
	}
h1 {
	text-align: left;
	padding-bottom: 20px;
}
#map{
	margin: 30px 80px;
	margin-bottom: 30px;
}
#contleft {
	float: left;
	width: 40%;
	}
#form {
	float: left;
	width: 48%;
}
dt {
	padding: 5px;
	}
	
#panels {
	padding-left: 75px;
	}
	
#panels li {
	display: inline;
}
#panels li a {
	margin: 5px;
	border: 2px solid #293351;
}

#orangeave a{
      background-image: url(../images/orangeave_thumb.jpg);
      width: 50px;
      height: 400px;
      float: left;
}
#orangeave a:hover{
      background-position: right;
      border: 2px solid #d2d5dd;
}

#downtown a{
      background-image: url(../images/downtown_thumb.jpg);
      width: 50px;
      height: 400px;
      float: left;
}

#downtown a:hover{
      background-position: right;
      border: 2px solid #d2d5dd;
}

#obanner a{
      background-image: url(../images/obanner_thumb.jpg);
      width: 50px;
      height: 400px;
      float: left;
}

#obanner a:hover{
      background-position: right;
      border: 2px solid #d2d5dd;
}

#club a{
      background-image: url(../images/club_thumb.jpg);
      width: 50px;
      height: 400px;
      float: left;
}

#club a:hover{
      background-position: right;
      border: 2px solid #d2d5dd;
}

#pool a{
      background-image: url(../images/pool_thumb.jpg);
      width: 50px;
      height: 400px;
      float: left;
}

#pool a:hover{
      background-position: right;
      border: 2px solid #d2d5dd;
}

#alcohol a{
      background-image: url(../images/alcohol_thumb.jpg);
      width: 50px;
      height: 400px;
      float: left;
}

#alcohol a:hover{
      background-position: right;
      border: 2px solid #d2d5dd;
}

#spin a{
      background-image: url(../images/spin_thumb.jpg);
      width: 50px;
      height: 400px;
      float: left;
}

#spin a:hover{
      background-position: right;
      border: 2px solid #d2d5dd;
}

#interior a{
      background-image: url(../images/interior_thumb.jpg);
      width: 50px;
      height: 400px;
      float: left;
}

#interior a:hover{
      background-position: right;
      border: 2px solid #d2d5dd;
}



#footer {
	width: 740px;
	height: 182px;
	background: #40507f url(../images/footer.jpg) no-repeat;
	margin: 0 auto;
}

/*---lightbox---*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #293351;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #293351;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color: #d2d5dd; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #d2d5dd;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #d2d5dd;
	}
