BODY { 
	background-color: #5e0818
	}
	
	/* lightbox stuff */

#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	background-image: url(../images/loading.gif)
	position: absolute;
	top: 30%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
	
	/* END OF LIGHTBOX STUFF */
	
/* BEGINNING OF MAINPIC STUFF */
#mySlideshow
{
	position: relative;
	background-repeat: no-repeat;
	padding: 0px;
	height: 255px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -199px;
	*margin-left: -115px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 1;
}

.jdSlideshow
{
	display: none;
/*	overflow:hidden; */
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/mainpic/6.jpg');
}

.jdSlideshow .slideInfoZone
{
	z-index: 4;
	display:none;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('img/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('img/fleche2.gif') no-repeat top right; }
/* END OF MAINPIC STUFF */
.mast {
	padding: 0px;
	height: 281px;
	width: 830px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -415px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-image: url(images/mast.jpg);
	background-repeat: no-repeat;

}
.content {
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px -415px;
	padding: 0px;
	height: auto;
	width: 830px;
	position: absolute;
	top: 281px;
	left: 50%;

}


.leftcolumn {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25.9%;
}

.leftcolumn a{
	outline:none;
	}


.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #1a1c21;
	padding: 0px 0px 0px 20px;
	width: 335px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25.9%;
}

.rightcolumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #1b5e65;
	margin: 0px;
	float: right;
	height: auto;
	width: 29%;
	top: 0px;
	padding: 0px;
	left: 0px;




}
.brunchtop {
	background-image: url(images/brunch_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	*margin: 1px;
	padding: 0px;
	position: absolute;
	height: 81px;
	width: 242px;
}
.brunchmiddle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #083119;
	background-image: url(images/brunch_middle.gif);
	background-repeat: repeat-y;
	margin: 81px 0px 0px 1px;
	height: auto;
	width: 212px;
	padding-top: 3px;
	padding-right: 50px];
	padding-bottom: 0px;
	padding-left: 15px;
	position: absolute;

}
.giftcertstop {
	background-image: url(images/gift_top.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px -16px;
	*margin: 0px 0px 0px -15px;
	padding: 0px;
	height: 69px;
	width: 241px;
	position: relative;
	left: 0px;
	top: 0px;

}

.giftcertsmiddle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #083119;
	background-image: url(images/giftcerts_middle.gif);
	background-repeat: repeat-y;
	margin: 81px 0px 0px;
	height: auto;
	width: 213px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	position: absolute;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dec59d;

}
.specialstop {
	background-image: url(images/specials_top.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px -16px;
	*margin: 0px 0px 0px -15px;
	padding: 0px;
	height: 69px;
	width: 241px;
	position: relative;
	left: 0px;
	top: 0px;

}
.specialsbottom {
	background-image: url(images/specials_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px -5px;
	padding: 0px;
	height: 69px;
	width: 241px;
	position: relative;
	left: 0px;
	top: 0px;

}
.bold {
	font-weight: bold;
}
.subheader {
	font-size: 16px;
	font-weight: bold;
}
.inttext {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #1a1c21;
	padding: 0px 0px 0px 20px;
	width: 575px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25.9%;
}
.inttext a:link{
	color: #5e0818;
}
.inttext a:visited{
	color: #5e0818;
}
.inttext a:hover{
	color: #5e0818;
}
.inttext a:active{
	color: #5e0818;
}


.intcolumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #1b5e65;
}
.inttextmenu {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #1a1c21;
	padding: 0px 0px 0px 20px;
	width: 430px;
	*width: 470px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25.9%;
	*margin-left: 0.00%
}


.inttextmenu h3 {
	color: #fff;
	}
.inttextmenu h3 a:link {
	color: #fff;
	}
.inttextmenu h3 a:visted {
	color: #fff;
	}
.inttextmenu h3 a:hover {
	color: #fff;
	}
.inttextmenu h3 a:active {
	color: #fff;
	}
.center {
	left: 50%;
	margin-left: -360px;
	position: absolute;

}
.center2 {
	left: 50%;
	margin-left: -250px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.center2 a:link {
	color: #999999
}

.center2 a:visited {
	color: #999999
}
.center2 a:hover {
	color: #999999
}
.center2 a:active {
	color: #999999
}

.center a:link {
	color: #999999
}

.center a:visited {
	color: #999999
}
.center a:hover {
	color: #999999
}
.center a:active {
	color: #999999
}
UL {
	list-style-type: none;
	}
.ie6nav {
	width: 225px;
	color: #fff;
	margin-left: -43px;
	*margin-left: -3px;
	
	}
.ie6nav a {
	color: #fff;
	text-decoration: none;
	}
.ie6nav li {
	border: 1px solid #fff;
	padding-left: 5px;
	background-color: #5e0818;
}
.ie6nav2 {
	width: 225px;
	color: #fff;
	margin-left: 192px;
	*margin-left: 232px;
	margin-top: -206px;
	*margin-top: -211px;
	
	}
.ie6nav2 a {
	color: #fff;
	text-decoration: none;
	}
.ie6nav2 li {
	border: 1px solid #fff;
	padding-left: 5px;
	background-color: #5e0818;
}
.negativetop5 {
	margin-top: -5px;
	}
.bold18 {
	font-size: 18px;
	font-weight: bold;
	color: #530818;
	font-family: Georgia, "Times New Roman", Times, serif;

}
