@charset "utf-8";
/* CSS Document */

body{
	background: #27140c url(../images/jrb_background.jpg) repeat;
	padding:0px;
	margin:0px;
}

p,div,td,ul,li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #330101;
}

a {
	color:#0085bc;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.jc_container {
	width: 830px;
	margin-left: auto;
    margin-right: auto;
	position:relative;
	background-color:#FFF;
	margin-top: 20px;
	padding-bottom:15px;
}

table#hdr_nav_container {
	float: right;
	position:absolute;
	right: -20px;
	top: 45px;
}

#jc_header{
	background-color:#FFF;
	position:relative;
	height: 120px;
}

#jc_logo {
	left: 30px;
	top: 25px;
	width:169px;
	height: 69px;
	background:url(../images/jrb_logo.jpg) no-repeat;
	position:relative;
}

#hdr_links_spacer {
	background:url(../images/jrb_hdr_right_hang.png) no-repeat;
	position:absolute;
	width: 21px;
	height: 23px;
	right: -21px;
	top: 75px;
	text-align:right;
	}

#body_container {
	border: 5px solid #583b29;
	background-color:#e4dbbd;
	padding: 1px;
}

#body_content {
	border: 3px solid #583b29;
}



ul.jc_hdr_links {
	list-style:none;
	padding: 5px 15px 0px 30px;
	margin: 0px;
	font-style:oblique;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.jc_hdr_links li{
	float: left;
	color:#e4dbbd;
	font-size:10px;
	font-weight:bold;
	margin-left: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.jc_hdr_links li a{
	color:#fff;
	text-decoration:none;
	
}

.jc_hdr_links li a:hover {
	color:#e4dbbd;
	text-decoration:none;
}

.hdr_link_active a{
	color:#e4dbbd;
	text-decoration:none;
}

#ftr_spacer {
	background:url(../images/ftr_spacer.png) no-repeat;
	width: 436px;
	height: 9px;
	margin-left: auto;
    margin-right: auto;
}

#ftr_container {
	width: 436px;
	background: url(../images/jrb_hdr_background.jpg) #603913 repeat-x bottom;
	padding: 2px 0px;
	margin-left: auto;
    margin-right: auto;
}

#ftr_content{

	padding-top: 5px;
	color:#fff;
	font-size:13px;
	height: 21px;
}

#ftr_links { 
	margin-top: 15px;
	font-size:11px;
	color:#967e5c;
}

#ftr_links a {
	color:#967e5c;
	text-decoration:none;
}

#ftr_links a:hover {
	text-decoration:underline;
}



.jc_column {
	margin-left: 30px;
	width: 230px;
	height: 385px;
	background-color: #e4dbbd;
	position:relative;
	-moz-opacity:.90; 
	filter:alpha(opacity=90); 
	opacity:.90; 
}

#jc_about, #jc_history, #jc_parties, #jc_reviews, #jc_contact, #jc_menu, #jc_location, #jc_employment, #jc_photos {
	width: 800px;
	height: 385px;
}

#jc_menu {
	background: #27140c url(../images/jc_menu.jpg) no-repeat top center;
}

#jc_location {
	background: #27140c url(../images/jc_location.jpg) no-repeat top center;
}

#jc_employment {
	background: #27140c url(../images/jc_employment.jpg) no-repeat top center;
}

#jc_contact {
	background: #27140c url(../images/jc_contact.jpg) no-repeat top center;
}

#jc_about {
	background: #27140c url(../images/jc_about.jpg) no-repeat top center;
}

#jc_parties {
	background: #27140c url(../images/jc_parties.jpg) no-repeat top center;
}

#jc_reviews {
	background: #27140c url(../images/jc_reviews.jpg) no-repeat top center;
}

#jc_photos {
	width: 800px;
	background-color: #e4dbbd;
	margin: 0 auto;
	text-align: left;
	height: 385px;
}

ul.menus {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

.menus li{
	font-size:22px;
	text-align:center;
	border-bottom: 1px dotted #583b29;
}

.menus li a {
	display:block;
	padding: 10px 10px;
	text-decoration:none;
	color: #330101;
}

.menus li a:hover {
	text-decoration:none;
	color: #c27526;
}

/* Galleria */

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	margin-right: 15px;
	width: 500px; 
	margin-top: 2px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	border: 0px solid #000;
	position: relative;
	margin: 0px;
	z-index: 100;
	height: 265px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 265px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.slideshow a.advance-link {
	display: block;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 505px;
	height: 265px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 265px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	overflow:hidden;
	
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: none;
	max-width: 500px;
	max-height: 265px;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 500px;
	top: 0;
	left: 0;
}
div.caption {
	margin-top: 10px;
	padding-left: 2px;
}
div.image-title {
	font-weight: bold;
	font-size: 14px;
}
div.image-desc {
	line-height: 11px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px 6px 3px 0;
	list-style: none;
}
a.thumb {
	padding: 3px;
	display: block;
	border: 1px solid #ccc;
	background-color:#FFF;
}

a.thumb img {
	max-width:40px;
}

ul.thumbs li.selected a.thumb {
	background: #27140c;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 16px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 6px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	background-color: #fff;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #27140c;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 20px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: ##330101;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

div#container {
	padding: 30px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

	
#hdr_links_container {
	background: url(../images/jrb_hdr_background.jpg) #603913 repeat-x bottom;
	height: 30px;
	}	

#tabs{
	position:relative;
	padding:0px;
	margin: 0px;
	height: 30px; 
	left: 0px;
	z-index:9999;
}

#tabs div.subnav{
	font:11px Arial;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
	color:#000;
	top: 30px;
	text-align:left;
	position:absolute;
	float:left;
	margin:0px;
	margin-left: 0px;
	border: 0px solid #ccc;
	border-top: 0px solid #ccc;
	background-color: #E8E0C9;
	cursor:auto;
	z-index:1000;
	visibility:hidden;
}

.wrap1{background:url(../images/drop_shadow_right.png) repeat-y center right; width:5px; height: 100%; position: absolute; right: -5px; top: 0px;}
.wrap2{	background:url../images/drop_shadow_bottom.png) repeat-x center right; width:100%; height: 5px; position: absolute; left: 0px; bottom: -5px;}
.wrap3{background:url(../images/drop_shadow_br.png) no-repeat center right; width:10px; height: 5px; position: absolute; right: -5px; bottom: -5px;}


#tabs td{
	text-align:left;
	vertical-align:top;
	z-index:9999;
}

#tabs a{
	font:11px Arial;
	color:white;
	text-align:center;
	cursor:pointer;
	height: 20px;
	padding:7px 20px 3px 20px;
	text-decoration:none;
	z-index:9999;
	width:auto;
	display:block;
}

#tabs a:hover, #tabs td:hover{
	font:11px Arial;
	background: url("../images/jrb_hdr_background_hover.jpg") #000 repeat-x bottom;
}

#tabs td:hover{
	color:white;
	cursor:pointer;
}


#tabs td:hover div.subnav{
	visibility:visible;
	z-index:10000;
}

#tabs #sub_navs { 
}
#tabs #sub_navs td{ height:auto; cursor:auto; background-image:none; background: #fff; border-left: 1px solid #edeeee; padding:0px 10px 0px 10px; color:#000; text-align:left; vertical-align:top; }
#tabs #sub_navs td h4, #tabs #tn_promo td h4{font-size:12px; font-weight:bold; padding:0px 0px 5px 0px; margin:5px 4px; border-bottom: 1px solid #edeeee; cursor:auto}
#tabs #sub_navs td a{display:block; width:170px; text-align:left; color:#000; border: 1px solid #fff; line-height: auto; padding:4px 6px; margin: 0px; }
#tabs #sub_navs td a:hover{ text-decoration:underline; color: #1c70bf; border: 1px solid #3fade6; background-color:#dff0f6;}

#tabs .subnav ul{float:left; border: 0px solid #000; list-style-type:none; margin:0 0px 0 0; padding:0;}
#tabs .subnav ul li {background-image:none; width:170px;}
#tabs .subnav ul li h4{font-size:12px; font-weight:bold; padding:0px 0px 5px 0px; margin:5px 4px; border-bottom: 1px solid #CCC; cursor:auto}
#tabs .subnav ul li a { text-align:left; color:#330101; line-height:20px; padding:4px 10px;}
#tabs .subnav ul li a:hover{color: #FFF;}

#tabs #tn_promo td {border-left: transparent; padding: 10px 0px 0px 0px; border-top: 1px solid #edeeee;}
#tabs #tn_promo td a {display:inline; text-align:left; width:auto; color:#1c70bf; border: none; line-height: auto; padding:0px; margin: 0px;}
#tabs #tn_promo td a:hover{ text-decoration:underline; color: #1c70bf; border: none; padding: 0px; background-color:transparent;}

.promo_hdr{font-size: 26px; padding-bottom: 5px; color: #330101}

.promo_hdr a{color: #330101}
