/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#000000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}

body {
	color: #000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
/*	background-image: url(../images/bricks5.jpg);
	background-repeat: repeat-y;
	background-position: center top; */
	}

#brick-background {
	background-image: url(../images/bricks5.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
	background-image: url(../images/BNB_joint_bg_bottom6.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}	

#wrapper2 {
	background-image: url(../images/BNB_lounge_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}	
	
#wrapper3 {
	background-image: url(../images/BNB_sports_bar_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}	
	
#container {
	margin: 0px auto;
	padding: 0;
	width: 850px;
	text-align: left;
	}
	
/* ---------------------------------------
   GLOBALS
   --------------------------------------- */
	
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 26px;
	}

h2 {
	font-size: 16px;
	}


h3 {
	font-size: 13px;
	}
	
		
h4 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.25px;
	margin-bottom: 4px;
	}
		
.clear {
	clear: both;
}

.spacer {
	background: #f2f2f2 url(../images/line.jpg) top left no-repeat;
	clear: both;
	height: 6px;
	width: 850px;
	}
	
p {
	margin-top: 4px;
	margin-bottom: 14px;
	}
	
a {
	color: #4fbcd8;
	outline: none;
	}
	
a:hover {
	color: #4fbcd8;
	}
	
strong {
	color: #000000;
	font-weight: bold;
	}
	
small {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	text-transform: uppercase;
	}
	
small a {
		background: #333;
		color: #ccc;
		padding: 2px;
		}

/* ---------------------------------------
   HEADER
   --------------------------------------- */

#header {
	margin: 0;
	height: 175px;
	padding: 0px;
	position: relative;
	width: 850px;
	}
	
.logo {
	position: absolute;
	left: 326px;
	top: -1px;
	}

.logo-sports {
	position: absolute;
	left: 260px;
	top: -1px;
	}
	
.tagline {
	left: 221px;
	position: absolute;
	top: 80px;
	width: 300px;
	font-size: 24px;
	height: 76px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
.phone {
	left: 574px;
	position: absolute;
	top: 85px;
	width: 277px;
	height: 66px;
	}	

.sport {
	left: 647px;
	position: absolute;
	top: 48px;
	width: 190px;
	height: 116px;
	}
	
.lounge {
	left: 673px;
	position: absolute;
	top: 168px;
	width: 146px;
	height: 145px;
	}
	
.contact {
	left: 575px;
	position: absolute;
	top: 9px;
	width: 77px;
	height: 77px;
	}
	
.credits {
	left: 18px;
	position: absolute;
	top: 69px;
	width: 533px;
	height: 25px;
	}	

.facebook {
	left: 658px;
	position: absolute;
	top: -4px;
	width: 77px;
	height: 77px;
	}
	
.twitter {
	left: 742px;
	position: absolute;
	top: 9px;
	width: 77px;
	height: 77px;
	}	

/* ---------------------------------------
   NAVIGATION
   --------------------------------------- */

#header #navigation {
	background: url(../images/nav-back.jpg) left top no-repeat;
	position: absolute;
	height: 37px;
	left: 0px;
	top: 178px;
	width: 782px;
	} 
	
	ul#header-nav {
		margin: 0;
		padding: 0;
		padding-top: 3px;
		list-style: none;
		}
		
		ul#header-nav li {
			float: left;
			height: 30px;
			text-indent: -9000px;
			padding-right: 0px;
			}
			ul#header-nav li:hover {
				cursor: pointer;
				}
			
			ul#header-nav li.home {
				background: url(../images/navigation.gif) -6px 0px no-repeat;
				width: 80px;
				}
				ul#header-nav li.home:hover {background: url(../images/navigation.gif) -6px -31px no-repeat;}
				ul#header-nav li.home a {
					display: block;
					height: 30px;
					width: 80px;
					}
				
			ul#header-nav li.services {
				background: url(../images/navigation.gif) -88px 0px no-repeat;
				width: 105px;
				}
				ul#header-nav li.services:hover {background: url(../images/navigation.gif) -88px -31px no-repeat;}
				ul#header-nav li.services a {
					display: block;
					height: 30px;
					width: 105px;
					}
				
			ul#header-nav li.portfolio {
				background: url(../images/navigation.gif) -88px 0px no-repeat;
				width: 112px;
				}
				ul#header-nav li.portfolio:hover {background: url(../images/navigation.gif) -88px -31px no-repeat;}
				ul#header-nav li.portfolio a {
					display: block;
					height: 30px;
					width: 112px;
					}
				
			ul#header-nav li.blog {
				background: url(../images/navigation.gif) -202px 0px no-repeat;
				width: 90px;
				}
				ul#header-nav li.blog:hover {background: url(../images/navigation.gif) -202px -31px no-repeat;}
				ul#header-nav li.blog a {
					display: block;
					height: 30px;
					width: 90px;
					}
						
			ul#header-nav li.freebies {
				background: url(../images/navigation.gif) -289px 0px no-repeat;
				width: 100px;
				}
				ul#header-nav li.freebies:hover {background: url(../images/navigation.gif) -289px -31px no-repeat;}
				ul#header-nav li.freebies a {
					display: block;
					height: 30px;
					width: 100px;
					}
						
			ul#header-nav li.request {
				background: url(../images/navigation.gif) -384px 0px no-repeat;
				padding-right: 0px;
				width: 133px;
				}
				ul#header-nav li.request:hover {background: url(../images/navigation.gif) -384px -31px no-repeat;}
				ul#header-nav li.request a {
					display: block;
					height: 30px;
					width: 133px;
					}
										
			ul#header-nav li.contact {
				background: url(../images/navigation.gif) -522px 0px no-repeat;
				padding-right: 0px;
				width: 118px;
				}
				ul#header-nav li.contact:hover {background: url(../images/navigation.gif) -522px -31px no-repeat;}
				ul#header-nav li.contact a {
					display: block;
					height: 30px;
					width: 118px;
					}
						
			ul#header-nav li.clients {
				background: url(../images/navigation.gif) -637px 0px no-repeat;
				width: 125px;
				}
				ul#header-nav li.clients:hover {background: url(../images/navigation.gif) -637px -31px no-repeat;}
				ul#header-nav li.clients a {
					display: block;
					height: 30px;
					width: 125px;
					}
	
  
#main-content {
	font-size: 14px;
	color: #303030;
	margin: 0;
	position: relative;
	width: 815px;
	padding: 20px 15px 10px 20px;
	height: auto;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F0F0F0;
	}
	
#internal-content {
	padding: 0px;
	width: 850px;
	}

#main-content p {
font-family:Arial, Helvetica, sans-serif;}

#main-content text-box p {color: #362A27;}

#main-content h3 {color:#6A3A17;
font-size:18px;}

#box-left {
	/* float: left; */
	padding: 0px 0px 10px 10px;
	width: 600px;
}

#main-content ul {margin: 0px; margin-left: 15px; padding: 0px; list-style-type: square;}
#main-content li {
	padding: 0px 0px 0px 5px
}
		
.bottom-content {
	background: #f2f2f2 url(../images/footer-bg.jpg) left bottom no-repeat;
	padding: 5px 0px 20px 20px;
	position: relative;
	width: 830px;
	height: 70px;
	}
	
/* ---------------------------------------
   FOOTER
   --------------------------------------- */

#footer {
	clear: both;
	height: 40px;
	margin: 0 auto;
	padding: 0px 0px 100px 0px;
	width: 300px;

	}

	
	
	#footer ul {
		color: #969696;
		float: left;
		font-size: 12px;
		margin-left: 0px;
		margin-top: 20px;
		width: 158px;
		}
		
		#footer ul li {
			height: 28px;
			}
			
		#footer ul li a {
			color: #606060;
			}

	#footer p {
	color: #FFF;
	margin: 0;
	padding: .0px 20px 5px 0px;
	text-align: left;
		}
		
.snapshot {
	color: #000;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #CDCFCD;
	display: block;
	margin: 0px;
	margin-left: 5px;
}

.right { float: right;
margin-left: 10px;  }

.left { float: left; 
margin-right: 10px; }

/* CMS CSS */
.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}
.article_title, .article_full_title {
  font-size: 20px;
  font-weight: bold;
}
.article_date {
  font-size: 16px;
  font-weight: bold;
}
.article_full_date {
  font-size: 14px;
  font-weight: normal;
}
.article_tagline {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #606060;
}
.article_full_tagline {
  font-size: 16px;
  font-weight: bold;
  color: #606060;  
}
.back_link {
  font-size: 12px;
  padding-top: 24px;
  text-align: right;
}

.faq_titles {
  border-left: 3px #0000dd solid;
  margin-left: 10px;
  padding-left: 8px;
}
.faq_title, .faq_header, .link_category_title {
  font-size: 16px;
  font-weight: bold;
}
.faq_detail {
  margin-left: 20px;
  margin-top: 6px;
}

.top_link {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.link_category {
  border-bottom: 2px #d0d0d0 solid;
  padding-bottom: 8px;
}
.link_detail {
  margin-top: 6px;
  margin-left: 24px;
}

.gallery_items {
  width: 100%;
}

.event_items {
  position: relative;
  width: 720px;
}
.event_item {
  position: relative;
  width: 720px;
  margin-top: 10px;
  padding-bottom: 18px;
}
.event_detail {
  position: relative;
  font-size: 14px;
}
.event_title {
  font-size: 20px;
  font-weight: bold;
}
.event_date {
  font-size: 20px;
  font-weight: bold;
}
.event_time {
  font-size: 12px;
  font-weight: bold;
}
.event_location {
  font-size: 16px;
  font-weight: bold;
}
.event_contacts {
  font-size: 16px;
  font-weight: bold;
}

.event_left {
  width: 200px;
  left: 0px;
  top: 0px;
  text-align: left;
}
.event_right {
  position: absolute;
  width: 500px;
  left: 200px;
  top: 0px;
  text-align: left;
}

.listing_date {font-weight: bold;
}

.listing_tagline {font-style: italic;
}


/* Table definition below */

#table_container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablemain {
  border: #bababa 1px solid;
  border-collapse: collapse;
}

.tablemain td {
  border: #bababa 1px solid;
}

.tablemain .rowheader {
  background-color: #dadada;
  font-weight: bold;
}

.tablemain .col4 {
  background-color: #fdfdba;
}

.tablesearch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablesearch td span {
  font-weight: bold;
}

.tablenav_top td span, .tablenav_bottom td span {
  font-size: 11px;
}


.err, .required {
  color: red;
  font-weight: bold;
}
