@charset "utf-8";
body  {
	font: 100% 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	background: url(images/background.gif) top center repeat-y #449843;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.bold{
font-weight:bold;
}

.sans{
font-family:Arial, Helvetica, sans-serif;
}

.courier{
font-family:"Courier New", Courier, monospace;
}
.small{
font-size:.7em;
}
.normal{
font-size:.8em;
}
.big, .large{
font-size:1em;
}

.huge{
font-weight:bold;
letter-spacing:-.05em;
font-size:1.2em;
}

.black{
color:#000000;
}
.green{
color:#0d7f41;
}
.yellow{
color:#FFCC00;
}
.gray{
color:#666666;
}
.white{
color:#ffffff;
}

div{
overflow:hidden;
}

a img{
border:0;
}

a{
text-decoration:none;
color:inherit;
}

a:visited{
color:inherit;
}


div .whitetop{
display:block;
width:893px;
height:50px;
background:url(images/whitetop.gif) repeat-y;
}
div .whitebottom{
display:block;
width:893px;
height:50px;
background:url(images/whitebottom.gif) repeat-y;
}

div .whitebg{
width:893px;
background:url(images/whitebg.gif) top center repeat-y;
}

#container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	height:152px;
/*	background: url(images/headerbg.gif) no-repeat #449843;
/*	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#barhoppers{
	display:block;
	padding: 0;
	height:50px;
	margin:0;
	background:url(images/barhoppers/background.gif) no-repeat 0 9px;
	text-align:left;
}

div#barhoppersfields{
float:left;
width:850px;
height:35px;
margin:0;
padding:0;
text-align:left;
}

div#barhoppersfields form{
text-align:left;
margin:0;
padding:0;
position:relative;
display:block;
top:17px;
height:30px;
}


div#barhopperssubmit{
float:left;
}

#barhoppers input{
padding:0px;
margin:0px;
width:11px;
height:12px;
display:inline;
margin-right:2px;
vertical-align:middle;}

#barhoppers a{
display:inline;
margin-right:5px;
letter-spacing:-.02em;
}

a#go{
display:block;
width:49px;
height:48px;
position:relative;
background:url('images/barhoppers/hop1.gif') no-repeat;
float:left;
}
a#go:hover{
background-position:0 -48px;
}


#titlebar{
	height:33px;
	padding:0 0 0 10px;
	text-align:center;
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 2px 15px 2px;

}
#mainContent { 
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0px;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	position:relative;
	left:14px;
	line-height:1.5em;
	width:898px;
	text-align:center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a{
	color:#000000;
}

.teaser{
	background-color:#99CC99;
	margin-bottom:10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

form{
padding:0;
margin:0;
}

input{
margin:0;
padding:0;
font-family:"Courier New", Courier, monospace;
font-size:1.3em;
}


/*///////////////////////////////////////////////////// GUESTBOOK GUESTBOOK GUESTBOOK GUESTBOOK GUESTBOOK GUESTBOOK GUESTBOOK GUESTBOOK GUESTBOOK */
div#guestbookholder{
position:relative;
background: url(images/guestbook.jpg) no-repeat;
height:275px;
padding-top:45px;
}
div#guestbook{
width:215px;
}
div#guestbookcomments{
position:relative;
top:50px;
height:160px;
}

div#guestbookholder div#guestbookform{
position:absolute;
left:10px;
top:242px;
margin:0;
padding:0;
}

div#guestbookform form {
}

div#guestbookform input#person {
color:#ffffff;
background-color:transparent;
height:15px;
border:0;
width:135px;
left:40px;
position:relative;
margin:0px 0 21px 0;
}
div#guestbookform input#comment {
color:#ffffff;
background-color:transparent;
border:0;
height:19px;
width:173px;
margin:0;
float:left;
}
div#guestbookform input#guestbooksubmit{
float:left;
margin-top:-10px;
height:30px;
width:20px;
}


div#guestbookform input.btn{
width:120px;
height:25px;
}
div#guestbook p{
margin: 0 0 5px 15px;
}
/*///////////////////////////////////////////////////// BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG BLOG  */
div#blog p{
margin-left:15px;
}
div#blog{
margin-left:7px;
padding-bottom:50px;
width:662px;
background:url(images/blogbg.gif) left bottom no-repeat #ffffff;
}

/*///////////////////////////////////////////////////// HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE */
div#localheader{
text-align:center;
display:block;
}
div#homepage{
background:url(images/home.jpg) no-repeat #009933;
width:677px;
height:566px;
}
div#homepagelocal{
background:url(images/local/mainbg.jpg) 193px 0px no-repeat #ffc233;width:677px;float:left;
}
div#homepagelocalphotos{
background:url(images/local/latestphotos.gif) top left no-repeat;height:120px;margin:20px 0;
}

div#homepagelocalinfo{
background:url(images/local/info.gif) no-repeat;width:675px;height:130px;
}
div#homepagelocalinfo div.address{
float:left;position:relative;left:20px;top:40px;width:335px;font-size:18px;font-weight:bold;letter-spacing:-.05em;
}
div#homepagelocalinfo div.directions{
float:left;position:relative;left:82px;top:40px;
}
div#homepagelocalinfo div.directions input{
margin-bottom:5px;width:200px;
}

div#homepageheader{
background:url(images/homebg.gif) top left no-repeat; 
width:885px;
margin:0 auto;
}
div#livemusic{
left:10px;
top:90px;
position:relative;
width:260px;
float:left;
height:265px;
}
div#livemusic table tr{
vertical-align:top;
}
div#livemusic table th{
width:55px;
font-size:9px;
}
div#livemusic td, div#livemusic th{
padding: 6px 0px;
border-bottom:1px solid #454545;
}
div#chooseyourlocation{
width:885px;
margin:0 auto;
}

div#chooseyourlocation img{
float:left;
}
div#flashrotation{
position:relative;
left:130px;
top:36px;
float:left;
width:480px;
}


div#localpromotions{

}


img.thumbnail{
position:relative;top:40px;left:30px;width:50px;height:50px;margin-right:10px;vertical-align:top;
}


div#teaser{
position:relative;
left:35px;
top:35px;
height:220px;
color:#ffffff;
width:140px;
overflow:hidden;
font-weight:bold;
float:left;
}
#teaser a{
color:#ffffff;
text-decoration:none;
width:140px;
display:block;
}
#teaser a:hover{
color:#000000;
background-color:#ffff00;
}


div#tickerflash{
float:left;
position:relative;
left:130px;
top:75px;
width:510px;
height:30px;
display:block;
padding:0;
}

div#thisweek{
float:left;
position:relative;
top:120px;
height:150px;
width:650px;
line-height:1.5em;
font-weight:bold;
}

div#thisweek1{
position:relative;
width:120px;
height:130px;
left:55px;
top:20px;
text-align:center;
color:#ffffff;
float:left;
}
div#thisweek2{
position:relative;
float:left;
width:120px;
height:130px;
left:117px;
top:50px;
text-align:center;
color:#ffffff;
}
div#thisweek3{
position:relative;
float:left;
width:120px;
height:130px;
left:175px;
top:15px;
text-align:center;
color:#ffffff;
}

/*/////////////////////////////////////////////////////  EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS  */

div#weeklyevents{
width:885px;
background:url(images/events/weeklybg.gif) repeat-y;
}
div#weeklyevents table{
position:relative;
text-align:center;
}

div#weeklyevents table td{
padding:0px 0px 20px 0px;
border-top:1px solid #ffc330;
}

div#events{
background:url(images/events/calendarbg.gif) no-repeat;
width:895px;
}
div#events table{
position:relative;
margin:40px 0 0 6px;
overflow:visible;
}
div#events table tr{
vertical-align:middle;
text-align:center;
}
div#events table td{
height:110px;
width:121px;
border-bottom:1px solid #ffd269;
}



/*////////////////////////////////////////////////////// PHOTOS PHOTOS PHOTOS PHOTOS PHOTOS PHOTOS PHOTOS PHOTOS PHOTOS PHOTOS PHOTOS  */

div#photossearch{
width:893px;
background:url(images/photos/search.gif) no-repeat top left;
}
div#photossearch p{
position:relative;
top:30px;
left:45px;
}
div#photossearch form{
position:relative;
left:42px;
top:0px;
}

table#locations tr{
text-align:center;
}
table#locations td{
width:88px;
}

div#photossearch input{
margin: 0 2px 0 4px;
}

div#photos{
height:667px;
display:block;
width:893px;
text-align:center;
}

div#photos img.horizontal{
width:667px;
}

div#photosupload{
width:893px;
display:none;
height:250px;
background:url(images/photos/uploadbg.gif) no-repeat top left;
}
div#photosupload input{
vertical-align:middle;
}
div#photosupload form{
position:relative;
left:47px;
top:40px;

}

div#commentsform{
position:relative;
top:10px;
height:90px;
}

div#commentsform form{
font-weight:bold;
}

div#commentsform input {
height:12px;
width:125px;
}
div#commentsform input.btn{
width:98px;
font-size:14px;
height:25px;
}


/*////////////////////////////////////////////////////// SPECIALS SPECIALS SPECIALS SPECIALS SPECIALS SPECIALS SPECIALS SPECIALS SPECIALS SPECIALS SPECIALS SPECIALS SPECIALS   */

div#specials{
background:url(images/specials/background.gif); width:669px;height:404px;position:relative;float:left;
}
div#today{
background:url(images/today.jpg) no-repeat;width:224px;height:280px;
}
div#today p{
position:relative;top:50px;text-align:center;margin:15px 0px;padding:0;
}

div#whatsup{
background:url(images/whatsup.jpg);width:224px;height:280px;
}
div#whatsup p{
position:relative;top:35px;text-align:center;margin:15px 0px;padding:0;color:#0f3a1b;
}


ul#specialslocal{margin:0;padding:0;height:70px;}

ul#specialslocal li{
margin:0;height:25px;letter-spacing:-.05em;font-weight:bold;font-size:18px;
}

ul#specialslocal li.monday{
background:url(images/local/monday.gif) top left no-repeat;
}
ul#specialslocal li.tuesday{
background:url(images/local/tuesday.gif) top left no-repeat;
}
ul#specialslocal li.wednesday{
background:url(images/local/wednesday.gif) top left no-repeat;
}
ul#specialslocal li.thursday{
background:url(images/local/thursday.gif) top left no-repeat;
}
ul#specialslocal li.friday{
background:url(images/local/friday.gif) top left no-repeat;
}
ul#specialslocal li.saturday{
background:url(images/local/saturday.gif) top left no-repeat;
}
ul#specialslocal li.sunday{
background:url(images/local/sunday.gif) top left no-repeat;
}

div#specials_days{
width:296px;height:52px;background:url(images/specials/days.gif) top left no-repeat;display:block;float:left;
}
div#specials_selector{
width:373px;height:52px;background:url(images/specials/selector.gif);display:block;float:left;
}

div#specials_selector a{
display:block;background:url(images/specials/arrow.gif);height:25px;width:34px;
float:left;
margin-right:16px;
position:relative;
top:24px;
left:29px;
}
div#specials_selector a:hover{
background-position:0px -26px;
}

div#specials ul{
padding:0;
position:relative;
display:block;
margin:10px 0 0 17px;
}

			div#specials li{
			width:197px;height:117px;padding:10px 0 0 15px;
			}
			div#specials li.ben{
			background:url(images/labels/ben.gif) no-repeat top left;
			}
			div#specials li.hol{
			background:url(images/labels/hol.gif) no-repeat top left;
			}
			div#specials li.plu{
			background:url(images/labels/plu.gif) no-repeat top left;
			}
			div#specials li.ric{
			background:url(images/labels/ric.gif) no-repeat top left;
			}			
			div#specials li.tap{
			background:url(images/labels/tap.gif) no-repeat top left;
			}
			div#specials li.tow{
			background:url(images/labels/tow.gif) no-repeat top left;
			}			
			div#specials li.war{
			background:url(images/labels/war.gif) no-repeat top left;
			}			
			div#specials li.wil{
			background:url(images/labels/wil.gif) no-repeat top left;
			}
			div#specials li.all{
			background:url(images/labels/all.gif) no-repeat top left;
			}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}




/* SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR SIFR  */
/* These are standard sIFR styles... do not modify */



.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
}
