/*
Colors

#87300B - headers, links


*/


/*
Sections

-layout
-general
-header
-right
-nav
-home
-footer

/*




/* layout      - - - - - - - - - - - - - - - - - - -    */

body{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family:Georgia, Times, serif ;
	background:url('../images/layout/bg-main.jpg') top repeat-x #000000;
	text-align: center;
	color: #FFFFFF;
}
#container{
	margin: 0px auto;
	width: 1000px;
	position: relative;
	text-align: left;
}

/* end layout  - - - - - - - - - - - - - - - - - - -    */
/* general     - - - - - - - - - - - - - - - - - - -    */

a{
	color: #87300B;
	text-decoration: ;
}
a:hover{
	color: #666666;
	text-decoration: ;
}
h1{color:#832F0B ; font-weight: normal; font-size: 20px;}
h2{color:#832F0B ; font-weight: normal;}
h3{color:#832F0B ; font-weight: normal;}
h4{color:#832F0B ; font-weight: normal;}

p{
	color: ;
}

ul{
	list-style-type: ;
	color: ;
}
ul li{
	list-style-type: ;
	color: ;
}

.fl{ float: left;}
.flm{ float: left; margin: 0px 10px 0px 8px;}
.fr{ float: right;}
.frm{ float: right; margin: 0px 0px 10px 10px;}
.cr{clear: right;}
.cl{clear: left;}
.cb{clear: both;}
.b{font-weight: bold;}
.i{font-style: italic;}
.small{ font-size: .91em; }
.tac{ text-align: center;}
.taj{text-align: justify;}
.tal{text-align: left;}
.tar{text-align: right;}

.divider{
	border-top:1px solid #333333;
}
.text{
	font-size: 11px;
	border: 1px solid #87300B;
	font-family: Georgia, Times, serif;
}
.submit{
	background: url('../images/bg-submit.jpg') repeat-x;
	color: #FFFFFF;
	font-size: 18px;
	border: 0px;
	font-family: Georgia, Times, serif;
	height: 28px;
	cursor: pointer;
}
.button{
	background: url('../images/bg-submit.jpg') repeat-x;
	color: #FFFFFF;
	font-size: 18px;
	height: 28px;
	text-decoration: none;
	display: block;
	line-height: 1.5em;
	text-align: center;
	margin: 0px 0px 30px 0px;
}
.button:hover{
	color: #000000;
}

/* end general - - - - - - - - - - - - - - - - - - -   */
/* header     - - - - - - - - - - - - - - - - - - -    */

#header{
	background:url('../images/layout/bg-header.jpg') top left ;
	height: 250px;
	width: 1000px;
}
.logo-link{
	position: absolute;
	z-index: 3;
	height: 230px;
	width: 350px;
	top: 10px;
	left: 40px;
	
}

/* end header - - - - - - - - - - - - - - - - - - -    */
/* rght     - - - - - - - - - - - - - - - - - - -    */

#right{
	float: right;
	width: 353px;
	background: url('../images/layout/bg-nav.jpg') no-repeat;
	width: 353px;
	height: 810px;
	margin-top: -46px;
}
#right-contact{
	width: 330px;
	margin-top: 456px;
	margin-left: 20px;
}
#right-contact .text{
	width: 200px;
}
#right-contact textarea{
	height: 100px;
}
#right-contact td{
	text-align: right;
	vertical-align: top;
}


/* end right - - - - - - - - - - - - - - - - - - -    */
/* nav         - - - - - - - - - - - - - - - - - - -   */

 #cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
display: block;
width: 229px;
height: 30px;
margin: 0;
padding: 0;
top: 26px;
left: 50px;
}

#cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 229px;
height: 30px;
display: block;
float: left;
color: black;
text-decoration: none;
}

#cssnav img
{
width: 229px;
height: 30px;
border: 0
}

* html a:hover
{
visibility:visible
}

#cssnav a:hover img
{
visibility:hidden
}

#cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
display: none;
}

#directions{
	background: url('../images/nav/nav-directions-over.jpg') no-repeat;
}
#menu{
	background: url('../images/nav/nav-menu-over.jpg') no-repeat;
}
#quiz{
	background: url('../images/nav/nav-quiz-over.jpg') no-repeat;
}
#specials{
	background: url('../images/nav/nav-specials-over.jpg') no-repeat;
}
#sports{
	background: url('../images/nav/nav-sports-over.jpg') no-repeat;
}
#photo{
	background: url('../images/nav/nav-photo-over.jpg') no-repeat;
}
#jukebox{
	background: url('../images/nav/nav-jukebox-over.jpg') no-repeat;
}
#parties{
	background: url('../images/nav/nav-parties-over.jpg') no-repeat;
}
#gameroom{
	background: url('../images/nav/nav-gameroom-over.jpg') no-repeat;
}
#charity{
	background: url('../images/nav/nav-charity-over.jpg') no-repeat;
}
#store{
	background: url('../images/nav/nav-store-over.jpg') no-repeat;
}
#links{
	background: url('../images/nav/nav-links-over.jpg') no-repeat;
}
#contact{
	background: url('../images/nav/nav-contact-over.jpg') no-repeat;
}

/* end nav     - - - - - - - - - - - - - - - - - - -   */
/* home         - - - - - - - - - - - - - - - - - - -  */

.top{
	width: 260px;
	margin: 0px 0px 0px 40px;
}
.top img{
	margin-top: -30px;
}
.tm{
	/*margin-right: 60px;*/
}
#copy{
	width: 580px;
	line-height: 1.5em;
	margin: 0px 0px 0px 40px;
}

/* end home  - - - - - - - - - - - - - - - - - - -    */
/* int       - - - - - - - - - - - - - - - - - - -    */



/* end int   - - - - - - - - - - - - - - - - - - -    */
/* footer    - - - - - - - - - - - - - - - - - - -    */

#footer{
	clear: both;
	margin: 0px 0px 20px 40px;
	font-size: 10px;
}

/* end footer  - - - - - - - - - - - - - - - - - - -  */
