@charset "utf-8";
/* CSS Document */

/* ----MAIN---- */
body {
	margin: 0px;
	background-image: url(/images/blue_back2.jpg);
	background-repeat: repeat-x;
	background-color: #9cdffd;
	color: #000000;
	text-align: center;
}

div.body_new {
	margin: 0px;
	background-image: url(/images/blue_back2.jpg);
	background-repeat: repeat-x;
	background-color: #9cdffd;
	color: #000000;
	text-align: center;
}

.content {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content_white {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content_error {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.content_title {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

hr {
	color: #801203;
	background-color: #801203;
	width: 100%;
	height: 1px;
	text-align: left;
}

ul {
	margin-top: 0px;
}
/* ----MAIN---- */

/* ----HOME PAGE SIDES ---- */
.leftSide{
	position:absolute;
	z-index:2000;
	top:235px;
	left:100px;
	z-index:2030;
}

.happyMenu{
	color:#000;
	width:200px;
	position:absolute;
	top:40px;
	left:-343px;
	padding:35px 0px 0px 10px;
	z-index:2030;
}

.happyMenu strong{
	color:#600;
	font-weight:bold;
	font-size:14px;
	position:relative;
	z-index:2030;
}
.roof{
	position:absolute; 
	left:-387px;
	z-index:2010;
}
.rightSide{
	position:absolute;
	margin-left:600px;
	top:370px;
	z-index:2030;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.rightSide br{
	line-height:3px;
}
.rightSide b{
	font-weight:bold;
	color:black;
	font-size:14px;
}
.bandName{
	font-weight:bold;
	color:gold;
	font-size:14px;
}

.bandDate{
	font-weight:bold;
	color:gold;
	font-size:10px;
}

.rightBands{
	color:#FFF;
	width:130px;
	position:absolute;
	right:-66px;
	top:50px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	z-index:2010;
}

.specialMenu{
	position:absolute;
	top:299px;
	right:-480px;
	color:gold;
	width:599px;
	z-index:2020;
}
.menuHolder{
	position:absolute;
	left:-355px;
	top:5px;
}
.menuHolder2{
	position:absolute;
	left:-139px;
	top:221px;
}
.menuHolder3{
	position:absolute;
	left:-139px;
	top:7px;
}
.specialMenu strong{
	color:black;
	text-decoration:underline;
	font-weight:bold;
	font-size:20px;
	position:relative;
	z-index:2020;
}

.happy_hour_specials{
	width:200px;
	height:60px;
	position:relative;
	z-index:2020;
	margin-top:25px;
	width:190px
}

.menu_specials{
	float:left;
	width:200px;
	height:80px;
	position:relative;
	z-index:2020;
	margin-bottom:15px;
	
}


/* ----LINKS.MISC---- */
A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d0b0a;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d0b0a;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d0b0a;
	font-weight: bold;
	text-decoration: underline;
}

A.white:link {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

A.white:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

A.white:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
/* ----LINKS.MISC---- */



/* ----IMAGES----*/
img.no_border {
	border: 0px;
	margin: auto;
	margin-left: 3px;
	margin-right: 3px;
}

img.none {
	border: 0px;
}

img.dark_small {
	border: 1px solid #000000;
	margin: auto;
	margin-left: 3px;
	margin-right: 3px;
}

img.white_thick {
	border: 3px solid #ffffff;
	margin: auto;
	margin-left: 3px;
	margin-right: 3px;
}
/* ----IMAGES----*/




/* ----FORMS---- */
input.text {
	color: #000000;
	border: 1px solid #000000;
	font-size: 12px;
	width: 150px;
	height: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.textarea {
	color: #000000;
	border: 1px solid #000000;
	font-size: 12px;
	width: 300px;
	height: 75px;
	margin-top: 3px;
	margin-bottom: 3px;
}

input.btn {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FD5003;
	border-left: 2px solid #7D0300;
	border-top: 2px solid #7D0300;
	border-right: 2px solid #560200;
	border-bottom: 2px solid #560200;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

input.btn_footer {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9F1C21;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #fefefe;
	border-bottom: 2px solid #fefefe;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}
/* ----FORMS---- */



/* ----TABLES.MISC---- */
table.main_table {
	width: 1100px;
	padding: 0px;
	border: 0px;
}

td.main_top {
	height: 735px;
}

/* ----TABLES.MISC---- */



/* ----CONTAINERS---- */
DIV.main_container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
}

DIV.flash_container {
	z-index: 1;
	height: 730px;
	overflow: hidden;
	position: absolute;
}

DIV.flash_container_home {
	z-index: 1;
	height: 770px;
	overflow: hidden;
	position: absolute;
}

DIV.title_container {
	z-index: 2;
	position: absolute;
	margin-top: 360px;
	margin-left: 240px;
	width: 350px;
	height: 60px;
	overflow: hidden;
}

DIV.title_container_home {
	z-index: 2;
	position: absolute;
	margin-top: 480px;
	margin-left: 370px;
	width: 350px;
	height: 60px;
	overflow: hidden;
}

DIV.content_container {
	z-index: 2;
	position: absolute;
	margin-top: 450px;
	margin-left: 240px;
	width: 445px;
	height: 170px;
	overflow: auto;
	text-align: justify;
}

DIV.homeContent {
	margin-left:32px;
	margin-top:350px;
	width:600px;
}

DIV.content_container_home {
	z-index: 2;
	position: absolute;
	margin-top: 570px;
	margin-left: 250px;
	width: 600px;
	height: 170px;
	overflow: auto;
	text-align: justify;
}

DIV.banner_holder_home{
	z-index:2010;
	position:absolute;
	margin-top:370px;
	margin-left:220px;
}

DIV.content_back_background {
	margin: 0 auto;
	width: 661px;
	height: auto;
	background-image: url(/images/content_bottom_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	text-align: center;
	vertical-align: bottom;
}

DIV.content_front_background {
	margin: 0 auto;
	width: 661px;
	background-image: url(/images/content_top_bg.jpg);
	background-repeat: no-repeat;
}

DIV.content_container_wide {
	margin: 0 auto;
	width: 610px;
	min-height: 295px;
	height: auto !important; /* jf: ie6 min-height hack */
	height: 295px;
	overflow: auto;
	text-align: justify;
	background-color: #ffffff;
	color: #000000;
	padding: 7px;
}
DIV.content_container_wide h2 {
	margin:0px;
	padding-bottom:0px;
	font-size:18px;
	color:#7D1200;
}
DIV.content_container_wide strong {
	font-size:12px;
	margin: 0px;
	padding:0px;
}
DIV.content_container_wide div {
}
DIV.image_container_left {
	z-index: 2;
	position: absolute;
	margin-top: 390px;
	margin-left: 220px;
	width: 180px;
	height: 221px;
	overflow: hidden;
}

DIV.image_container_right {
	z-index: 2;
	position: absolute;
	margin-top: 390px;
	margin-left: 693px;
	width: 182px;
	height: 221px;
	overflow: hidden;
}

DIV.image_overlay {
	z-index: 4;
	width: 182px;
	height: 221px;
	position: absolute;
}

DIV.main_image {
	z-index: 3;
	width: 182px;
	height: 221px;
	overflow: hidden;
	position: absolute;
}

DIV.content_holder {
	z-index: 2;
	position: absolute;
	margin-top: 425px;
	margin-left: 180px;
	width: 734px;
	height: auto;
}

DIV.footer_container_homepage {
	width: 734px;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}




DIV.footer_container {
	width: 734px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

DIV.flash_gallery {
	width: 445px;
	margin: 0 auto;
	text-align: center;
}

DIV.right {
	position:absolute;
	right: 0;
}
/* ----CONTAINERS---- */


/* ----EVENTS---- */
table.events {
	height: 75px;
}

td.events_block {
	width: 285px;
	height: 61px;
	background-color: #9b472b;
}
/* ----EVENTS---- */



/* ----FOOTER---- */
table.footer {
	width: 660px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d0b0a;
	padding: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table.footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d0b0a;
	font-weight: bold;
	text-decoration: none;
}

table.footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d0b0a;
	font-weight: bold;
	text-decoration: none;
}

table.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d0b0a;
	font-weight: bold;
	text-decoration: underline;
}

td.footer_nav {
	text-align: center;
}

td.footer_left {
	width: 400px;
	padding: 3px;
	text-align: left;
}

td.footer_right {
	width: 235px;
	padding: 3px;
	text-align: left;
}

.footer_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d0b0a;
	font-weight: bold;
	text-decoration: none;
}
/* ----FOOTER---- */