img, div { behavior: url(/includes/iepngfix.htc) }
html, body { margin: 0; padding: 0; width: 100%; height: 100%; }
#bg_image { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; }
#scrollable { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }

a		{
	color:#990000;
	text-decoration:none;
}

body {
	font-family: Verdana, sans-serif;
	font-size:12px;
	background-color: #C1D197;
	margin: 0 0 0 0;
	color:#4c3f32;
}
#wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;

	background-image:url(/media/bg-photo.gif);
	background-repeat:no-repeat;
	background-position:100% 0;
	padding-bottom:50px;
}
div.container{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top: 30px;
	width:700px;
	padding:0 50px 0 50px;
}
#content{width:99%;text-align:justify;}
#topNav{
	margin-left:auto;
	margin-right:auto;
	margin-top:-3px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(/media/header.png);
	background-repeat:no-repeat;
	width:673px;
	height:25px;
	padding: 6px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}
#topNav a{color:#fff;padding:0 3px 0 3px;}
#topNav a:hover{text-decoration:underline;}
.contentImage{padding:10px;}
.clear{clear:both;}

.contentLeft{
	width:320px;
	height:210px;
	position:relative;
	float:left;
	border:1px dashed #4c3f32;
	padding:5px;
	text-align:center;
	background-image:url(/media/specials.jpg);
	background-repeat:no-repeat;
}
#specials{margin-left:-20px;padding-top:20px;}
.contentRight{
	width:320px;
	position:relative;
	float:right;
	padding-top:5px;
	padding-right:0px;
}
.contentRight img{padding-left:8px;}
#footer{
	text-align:center;
	margin-top:-5px;
}
.names{
	font-size:14px;
	font-weight:bold;
	line-height:125%;
}
.hours{
	font-size:12px;
	font-weight:normal;
	line-height:125%;
}
h1{
	font-size: 24px;
	margin: 10px 0 15px 0;
	color:#4c3f32;
	font-weight:normal;
}
h2{
	font-size:16px;
	font-weight:normal;
	margin: 10px 0 5px 0;
}
h2 w{
	padding:0 10px 0 10px;
}
.smallText{
	font-size:10px;
}
hr{
	color: #000;
	background-color: #000;
	height: 1px;
}
.error{color:#990000;}
.image-padding-right{padding-left:10px;}
.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#4c3f32;
 text-align:left;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/media/content-bg.png) no-repeat top right;
 _background-image:url(/media/content-bg.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {position:relative;}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1{padding-bottom:0px;}

/* Easy Slider */

	#slider{}	
	#title{width:100%;text-align:center;top:30px;position:relative;}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:670px;
		height:300px;
		overflow:hidden; 
		border:0;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:32px;
		height:18px;
		position:relative;
		float:left;
		left:10px;
		top:-30px;
		}	
	#nextBtn{ 
		left:600px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:32px;
		height:18px;
		background:url(/includes/easyslider1.5/images/btn_prev_s1.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(/includes/easyslider1.5/images/btn_next_s1.png) no-repeat 0 0;	
		}												

/* // Easy Slider */
