* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  background-color: #000000;
}

#container_outside {
  margin: 0px auto;
  width: 860px;
  background-image: url(../images/repeat_y_bg.jpg);
  background-repeat: repeat-y;
  background-position: 0 2px;
  z-index: 0;
}

#container {
  width: 860px;
  background-image: url(../images/top_page_background.jpg);
  background-position: 0 0px;
  background-repeat: no-repeat;
  z-index: 100;
  padding-top: 240px;
  color: #fff;
}

#container_inside {
  width: 740px;
  margin: 0px auto;
}

  #container_inside a {
    color: #f8e650;
  }

#main {
  width: 515px;
  float: left;
  margin-right: 35px;
  padding-left: 5px;
  margin-bottom: 10px;
  display: inline;
}

#sidebar {
  width: 184px;
  float: left;
  display: inline;
}

  #sidebar img {
    margin-bottom: 15px;
  }
  
  #sidebar h3 {
	font-size: 24px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
	padding-left: 8px;
	width: 164px;
  }
  
  #sidebar p {
  	width: 164px;
    font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
  }


#footer {
  width: 730px;
  background-image: url(../images/footer_bg.jpg);
  background-position: 0 0px;
  background-repeat: no-repeat;
  z-index: 100;
  height: 40px;
  padding: 25px 65px 0px 65px;
}

  #footer p {
    font-size: 12px;
  }
  
  #footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
    color: #ffff66;
  }

#nav {
  height: 39px;
  z-index: 200;
  margin-bottom: 20px;
  width: 748px;
  padding: 0 56px 0 56px;
}

#nav ul {

}

#nav ul li {
  list-style: none;
  float: left;
  display: inline;
}

#nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 39px;
  text-indent: -9999px;
}

	/* //// */
	/* Home */
	
	#nav_home {
	  background-image: url(../images/home-up.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 68px;
	  height: 39px;
	}
	
	#nav_home a:hover {
	  background-image: url(../images/home-hover.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 68px;
	  height: 39px;
	}
	
	#nav_home_current a:link, #nav_home_current a:visited, #nav_home_current a:hover, #nav_home_current a:active {
	  background-image: url(../images/home-current.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 68px;
	  height: 39px;
	}

	/* //// */
	/* Events */
	
	#nav_events {
	  background-image: url(../images/events-up.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 72px;
	  height: 39px;
	}
	
	#nav_events a:hover {
	  background-image: url(../images/events-hover.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 72px;
	  height: 39px;
	}
	
	#nav_events_current a:link, #nav_events_current a:visited, #nav_events_current a:hover, #nav_events_current a:active {
	  background-image: url(../images/events-current.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 72px;
	  height: 39px;
	}
	
	/* //// */
	/* VIP */
	
	#nav_vip {
	  background-image: url(../images/vip-up.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 56px;
	  height: 39px;
	}
	
	#nav_vip a:hover {
	  background-image: url(../images/vip-hover.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 56px;
	  height: 39px;
	}
	
	#nav_vip_current a:link, #nav_vip_current a:visited, #nav_vip_current a:hover, #nav_vip_current a:active {
	  background-image: url(../images/vip-current.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 56px;
	  height: 39px;
	}
	
	/* //// */
	/* Gallery */
	
	#nav_gallery {
	  background-image: url(../images/gallery-up.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 79px;
	  height: 39px;
	}
	
	#nav_gallery a:hover {
	  background-image: url(../images/gallery-hover.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 79px;
	  height: 39px;
	}
	
	#nav_gallery_current a:link, #nav_gallery_current a:visited, #nav_gallery_current a:hover, #nav_gallery_current a:active {
	  background-image: url(../images/gallery-current.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 79px;
	  height: 39px;
	}
	
	/* //// */
	/* Map */
	
	#nav_map {
	  background-image: url(../images/map-up.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 64px;
	  height: 39px;
	}
	
	#nav_map a:hover {
	  background-image: url(../images/map-hover.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 64px;
	  height: 39px;
	}
	
	#nav_map_current a:link, #nav_map_current a:visited, #nav_map_current a:hover, #nav_map_current a:active {
	  background-image: url(../images/map-current.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 64px;
	  height: 39px;
	}
	
	/* //// */
	/* Contact */
	
	#nav_contact {
	  background-image: url(../images/contact-up.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 82px;
	  height: 39px;
	}
	
	#nav_contact a:hover {
	  background-image: url(../images/contact-hover.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 82px;
	  height: 39px;
	}
	
	#nav_contact_current a:link, #nav_contact_current a:visited, #nav_contact_current a:hover, #nav_contact_current a:active {
	  background-image: url(../images/contact-current.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 82px;
	  height: 39px;
	}
	
	/* //// */
	/* About */
	
	#nav_about {
	  background-image: url(../images/about-up.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 76px;
	  height: 39px;
	}
	
	#nav_about a:hover {
	  background-image: url(../images/about-hover.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 76px;
	  height: 39px;
	}
	
	#nav_about_current a:link, #nav_about_current a:visited, #nav_about_current a:hover, #nav_about_current a:active {
	  background-image: url(../images/about-current.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 76px;
	  height: 39px;
	}
	
	/* //// */
	/* Blog */
	
	#nav_blog {
	  background-image: url(../images/blog-up.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 60px;
	  height: 39px;
	}
	
	#nav_blog a:hover {
	  background-image: url(../images/blog-hover.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 60px;
	  height: 39px;
	}
	
	#nav_blog_current a:link, #nav_blog_current a:visited, #nav_blog_current a:hover, #nav_blog_current a:active {
	  background-image: url(../images/blog-current.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 60px;
	  height: 39px;
	}
	
	/* ////////// */
	/* Dress Code */
	
	#nav_dress_code {
	  background-image: url(../images/dress-code-up.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 103px;
	  height: 39px;
	}
	
	#nav_dress_code a:hover {
	  background-image: url(../images/dress-code-hover.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 103px;
	  height: 39px;
	}
	
	#nav_dress_code_current a:link, #nav_dress_code_current a:visited, #nav_dress_code_current a:hover, #nav_dress_code_current a:active {
	  background-image: url(../images/dress-code-current.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0px;
	  width: 103px;
	  height: 39px;
	}
	
h1 {
  font-size: 27px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #f8e650;
  letter-spacing: -3px;
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #f8e650;
  letter-spacing: -3px;
  margin-bottom: 20px;
  margin-top: 20px;
}

p {
  margin-bottom: 20px;
  line-height: 26px;
}

a img {
  border: 0;
}

#main ul {
  padding-left: 30px;
  line-height: 26px;
  margin-bottom: 30px;
}

#sidebar ul {
  padding-left: 30px;
  line-height: 22px;
  margin-bottom: 20px;
  font-size: 12px;
}

.map_iframe {
  margin-bottom: 12px;
  height: 380px;
}

.clr {
  clear:both;
}

.floatleft {
  float: left;
  padding-right: 30px;
  padding-bottom: 20px;
}

.floatleft2 {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.floatleft2-long {
  float: left;
  padding-right: 20px;
  padding-bottom: 50px;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 30px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

/* Form Styles */

form#mailing_list, form#contact_form
{
	background-color: #000000;
	width: 488px;
	border: 1px solid #333;
	color: #f8e650;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

form.text_field
{
	padding-left: 20px;
	padding-right: 3px;
}

.form_item {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #222;
}

.small {
	font-size: 11px;
}

hr {
	margin-top: 15px;
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #560a0d;
	margin-bottom: 30px;
}

  #sidebar hr {
    margin-bottom: 15px;
  }

.yellow {
	color: #ffff99;
}

.yellow_orange {
	color: #f8e650;
}

.no_top_margin {
	margin-top: 0px;
}
