@charset "utf-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	background:#000000 url('images/background.jpg') no-repeat center top;
	color:#595959;
	font-family:Tahoma, Arial, Verdana, sans-serif;
}
img { 
	border: none; 
}
a:link, a:visited, a:active {
	color: #29648F;
}

#container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	/*background:#FFFFFF; */
	/* border:1px solid #C0C0C0; */
}

#slideshow{
	width:950px;
	height:280px;
	/* border:1px solid #C0C0C0; */
}


#titlebar{
	width:950px;
	height:50x;
	margin-top:0px;
}


#header{
	width:950px;
	height:196px;
	margin-top:0px;
}
#header h1{
	display:none;
}
#header h2{
	display:none;
}
#header ul {
	padding: 14px 0 0 40px;
	margin: 0;	
}
#header ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#header #social-networking {
	background: url(images/social-bg.png) no-repeat;
	display: block;
	width: 440px;
	height: 54px;
	float: right;
	margin: 112px 0 0 0px;
}
#header #social-email-form {
	float: left;
	margin: 14px 0 0 90px;
	padding: 0;
}
#header #social-email-form #input-area {
	border: 1px solid #b8b8b8;
	padding: 0;
	margin: 0;
	background: #fff;
	
}
#header #social-email-form #inbox {
	padding: 4px 0 0px 5px;
	margin: 0;
	border: 0;	
	float: left;
}
#header #social-email-form .inputsquare {
	padding: 0;
	margin: 0;
	border: 0;	
	font: normal 100% Segoe UI, Verdana, Geneva, sans-serif;
	color: #999;
}
#header #social-email-form .eimg {
	margin: 5px 5px 3px 5px;
	padding: 0;
}
#header #social-email-form .structural {
	position:absolute;
	left:-9999px;
}
#header #social-icons {
	padding: 0px 0px 0 255px;
}
#header .fimg a {
	margin: 0px 5px 0px 5px;	
	padding: 0;
	border: 0;
	background: url('images/fbook.jpg') 0px 0px no-repeat;
	text-indent: -9999px;
	display: block;
	width: 35px;
	height: 34px;
}
#header .fimg a:hover {
	margin: 1px 5px 0px 5px;	
	padding: 0;
	border: 0;
	background: url('images/fbook-des.jpg') 0px 0px no-repeat;
	display: block;
	width: 35px;
	height: 34px;
}
#header .timg a {
	margin: 0px 5px 0px 5px;	
	padding: 0;
	border: 0;
	background: url('images/twitter.jpg') 0px 0px no-repeat;
	text-indent: -9999px;
	display: block;
	width: 35px;
	height: 34px;
}
#header .timg a:hover {
	margin: 1px 5px 0px 5px;	
	padding: 0;
	border: 0;
	background: url('images/twitter-des.jpg') 0px 0px no-repeat;
	display: block;
	width: 35px;
	height: 34px;
}
#header .mimg a {
	margin: 0px 5px 0px 5px;	
	padding: 0;
	border: 0;
	background: url('images/mspace.jpg') 0px 0px no-repeat;
	text-indent: -9999px;
	display: block;
	width: 35px;
	height: 34px;
}
#header .mimg a:hover {
	margin: 1px 5px 0px 5px;	
	padding: 0;
	border: 0;
	background: url('images/mspace-des.jpg') 0px 0px no-repeat;
	display: block;
	width: 35px;
	height: 34px;
}
#navigation{
	width:950px;
	height:43px;
}
#navigation ul {
	margin:0;
	padding:0 0 0 20px;
	width: 930px;
	float: left;
	background: #000000;
}
#navigation ul li {
	float: left;
	list-style: none;
}
#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	display: block;
	font: bold 12px/42px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0px 18px;
	background: #000000;
	text-decoration: none;
}
#navigation ul li a:hover {
	background: #FF0088;
	color: #333;
}
#content{
	width:890px;
	background:#FFFFFF url('images/contenttop.png') no-repeat center top;
	clear:both;
	padding:18px 30px 4px 30px;
	text-align:left;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#content h2 {
	font: bold 26px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 4px 0;
	color: #333333;
}
#footer{
	width:950px;
	height:140px;
	margin-top:40px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	color:#747272;
	font-size:10px;
}
#footer #bottomnavigation{
	text-align:center;
	width:950px;
	margin:0;
	padding:20px 0;
}
#footer #bottomnavigation li{
	display:inline;
	list-style:none;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding:10px;
}
#footer #bottomnavigation li a:link, #footer #bottomnavigation li a:active, #footer #bottomnavigation li a:visited {
	color:#ccc;
	text-decoration:none;
}
#footer #bottomnavigation li a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer hr{
	width:850px;
	height:1px;
	background:#333333;
	border:0;
}
#footer .copyright{
	display:block;
	margin-top:75px;
	text-align: center;
}
#footer #ap{
	display:block;
	width:52px;
	height:45px;
	float:right;
	margin:35px 10px 0 0;
}
#footer #ap img{
	border:0;
}
.hiddenclear{
	clear:both;
	line-height:1px;
	height:1px;
}



/* Navigation 2.0
-------------------------------------------------------------- */
#nav { line-height: 1; z-index: 9998; }

#nav a {
	background: url(images/navbar.gif) no-repeat 0 0;
	display: block;
	height: 43px;
	text-indent: -999em;
	overflow: hidden;
}


#nav li { float: left; position: relative; }
* html #nav li * { position: relative; }
#nav li, #nav ul { margin: 0; padding: 0; }
	
	/*--- Default ---*/
	#nav-revolution a { background-position: 0 0; width: 150px; }
	#nav-hydrate a { background-position: -150px 0; width: 150px; }
	#nav-majestic a { background-position: -300px 0; width: 150px; }
	#nav-location a { background-position: -450px 0; width: 125px; }
	#nav-events a { background-position: -575px 0; width: 125px; }
	#nav-gallery a { background-position: -700px 0; width: 125px; }
	#nav-staff a { background-position: -825px 0; width: 125px; }

	/*--- Hovering ---*/
	#nav-revolution a:hover { background-position: 0 -43px; width: 150px; }
	#nav-hydrate a:hover { background-position: -150px -43px; width: 150px; }
	#nav-majestic a:hover { background-position: -300px -43px; width: 150px; }
	#nav-location a:hover { background-position: -450px -43px; width: 125px; }
	#nav-events a:hover { background-position: -575px -43px; width: 125px; }
	#nav-gallery a:hover { background-position: -700px -43px; width: 125px; }
	#nav-staff a:hover { background-position: -825px -43px; width: 125px; }
	
	/*--- Clicking ---*/
	#nav-revolution a:active { background-position: 0 -86px; width: 150px; }
	#nav-hydrate a:active { background-position: -150px -86px; width: 150px; }
	#nav-majestic a:active { background-position: -300px -86px; width: 150px; }
	#nav-location a:active { background-position: -450px -86px; width: 125px; }
	#nav-events a:active { background-position: -575px -86px; width: 125px; }
	#nav-gallery a:active { background-position: -700px -86px; width: 125px; }
	#nav-staff a:active { background-position: -825px -86px; width: 125px; }
	
	/*--- Dropdowns ---*/
/*--	#nav li:hover ul, #nav li.over ul { left: 0; }
	#nav li li { float: none; position: static; width: 100%; }
	
	#nav li li a, #nav li li a:hover, #nav li li a:active {
		background: none;
		height: auto;
		padding: 1px 12% 2px;
		text-indent: 0;
		width: 76%;
	}
	
	#nav li li a:hover { background: #eee; }
	
	#nav li ul {
		background: #fff;
		border-bottom: 1px solid #ce0000;
		left: -1999px;
		line-height: 1.5;
		padding: 5px 0;
		position: absolute;
		top: 50px;
		width: 200px;
		z-index: 9999;
	}
	
	li#nav-states ul { line-height: 1.2; width: 400px; }
	li#nav-states .col { font-size: 0.9em; float: left; width: 33%; }
	li#nav-states .col ul { border: 0; position: static; width: 100%; }

--*/



#dailynav { line-height: 1; z-index: 9998; }

#dailynav a {
	background: url(images/dailynavbar.png) no-repeat 0 0;
	display: block;
	width: 950px;
	height: 39px;
	text-indent: -999em;
	overflow: hidden;
}


#dailynav li { float: left; position: relative; }
* html #dailynav li * { position: relative; }
#dailynav li, #dailynav ul { margin: 0; padding: 0; }
	
	/*--- Default ---*/
	#dailynav-Monday a { background-position: 0px 0; width: 150px; }
	#dailynav-Tuesday a { background-position: -150px 0; width: 130px; }
	#dailynav-Wednesday a { background-position: -280px 0; width: 130px; }
	#dailynav-Thursday a { background-position: -410px 0; width: 130px; }
	#dailynav-Friday a { background-position: -540px 0; width: 130px; }
	#dailynav-Saturday a { background-position: -670px 0; width: 130px; }
	#dailynav-Sunday a { background-position: -800px 0; width: 150px; }

	/*--- Hovering ---*/
	#dailynav-Monday a:hover { background-position: 0px -40px; width: 150px; }
	#dailynav-Tuesday a:hover { background-position: -150px -40px; width: 130px; }
	#dailynav-Wednesday a:hover { background-position: -280px -40px; width: 130px; }
	#dailynav-Thursday a:hover { background-position: -410px -40px; width: 130px; }
	#dailynav-Friday a:hover { background-position: -540px -40px; width: 130px; }
	#dailynav-Saturday a:hover { background-position: -670px -40px; width: 130px; }
	#dailynav-Sunday a:hover { background-position: -800px -40px; width: 150px; }
	
	/*--- Clicking ---*/
	#dailynav-Monday a:active { background-position: 0px -80px; width: 150px; }
	#dailynav-Tuesday a:active { background-position: -150px -80px; width: 130px; }
	#dailynav-Wednesday a:active { background-position: -280px -80px; width: 130px; }
	#dailynav-Thursday a:active { background-position: -410px -80px; width: 130px; }
	#dailynav-Friday a:active { background-position: -540px -80px; width: 130px; }
	#dailynav-Saturday a:active { background-position: -670px -80px; width: 130px; }
	#dailynav-Sunday a:active { background-position: -800px -80px; width: 150px; }












/*****************************
****
**** End site-wide css
****
**** Begin index specific css
****
*****************************/
#mainspecials{
	width:877px;
	height:280px;
	background-image:url(images/mainspecialsbg.png);
	background-repeat:no-repeat;
	border:1px solid #dddddd;
	position:relative;
	top:20px;
}
#mainspecials #specialpic{
	padding:14px;
	float:left;
}
#mainspecials #nightly{
	padding:14px;
	width:350px;
	float:right;
}
#nightly ul{
	margin:0;
	padding:0;
}
#nightly ul li{
	list-style:none;
	padding:8px;
	border-bottom:1px solid #CCCCCC;
	font-size:10px;
	color:#999999;
}

#nightly ul li a:link, a:visited, a:active, a:hover {
	text-decoration:none;
}

#nightly ul li .day{
	font-size:14px;
	font-weight:bold;
	color:#666666;
}
#upcomingevents{
	width:500px;
	margin-top:50px;
	float:left;
}
.line{
	border:0;
	background:#999999;
	height:1px;
	margin:10px 0;
	padding:0;
}
#upcomingevents ul{
	margin:0;
	padding:0px;
}
#upcomingevents ul li{
	display:inline;
	list-style:none;
	padding:5px;
}
#upcomingevents ul li a img{
	border:0;
}
#pulsealerts{
	width:500px;
	margin-top:50px;
	float:left;
}
#pulsealerts .description{
	font-size:11px;
}
#joinform{
	margin:10px 30px;
	font-size:12px;
}
#joinform input{
	font-size:10px;
	color:#333333;
}
#joinform #joinbtn{
	background:#333333;
	border:1px solid #666666;
	margin:10px;
	padding:3px 10px;
	color:#FFFFFF;
	font-weight:bold;
}
#joinform #joinbtn:hover, #joinform #joinbtn:active{
	background:#666666;
	border:1px solid #333333;
}
.employ {
	width: 450px;
}
.specials-box {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	padding: 18px;
	clear: both;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin-top: 14px;
	display: block;
}
.specials-box  .bigger  {
	font-size: 18px;
	line-height: 30px;
}
.club-box {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #292929;
	padding: 24px;
	margin-bottom: 16px;
	overflow: auto;
	display: block;
}

.club-box .title {
	font: bold 28px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	clear: both;
}
.club-image {
	float: left;
	padding-right: 20px;
	width: 300px;
}
.club-info {
	float: left;
	width: 500px;
}
.fbwrap {
	float: right;
	padding: 10px 10px 20px 40px;
	width: 300px;
}

.bodycont {
	width: 540px;
}


.nightly-box {
	float: left;
	width: 244px;
	margin: 0 10px 20px 0;
	border-left: 1px dashed #BBBBBB;
	padding: 2px 18px 20px 18px;
	font-size: 11px;
}
.nightly-box .day {
	font: bold 18px/24px Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	display: block;
	border-bottom: 1px dashed #E6E6E6;
	padding-top: 6px;
}
.nightly-box .event {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #2D578A;
}
.clear-div {
	display: block;
	clear: both;
}
.directions .info {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	width: 470px;
}
.directions .map {
	float: left;
	margin-left: 16px;
	width: 360px;
}
.imagegal img {
	float: left;
	margin: 4px;
}
.pastevents img {
	
}
.specialevents {
	text-align: center;
}
.specialevents img {
	border: 3px solid #ccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin: 4px;
	padding: 14px;
	background: #fff;
}
a.pastlink {
	background: url('images/pastlink.jpg') no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	width: 134px;
	height: 26px;
	float: right;
	
}
a.pastlink:hover {
	
}
