@charset "UTF-8";
/* CSS Document */
/*hide selection in FF*/
a:active, a:focus { 
	outline: none;
}

/*Global*/
#twine{		
		background-image:url(../images/north_tag.gif);
		position:absolute;
		height:104px;
		width:55px;
		left:-55px;
		top:0px;
		overflow:visible;		
		margin:0px;
		padding:0px;
		z-index:1000000000;
		border:none;
		/*float:left;*/
}
div.twine2{
		position:absolute;
		/*width:71px;
		height:57px;*/
		left:-71px;
		top:0px;
		overflow:visible;
		margin:0;
		padding:0;
		z-index:1000000000;
		border:none;
		float:left;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/limestone_repeat.jpg);
	/*background-attachment:fixed;*/
	margin:0px auto;
	width:100%;
}
#wrapper{
	width:100%;	
	position:relative;
}

/*centered stuff*/
/**/
#holder{
	width:1002px;
	margin:0px auto;
}
#noscroll{
	background-image:url(../images/limestone_repeat.jpg);
	background-repeat:repeat-x;
	width:1002px;
	z-index: 89;
	position:fixed;
}
#scrollpart{
	width:1002px;
	padding-top:350px;
	margin:0px auto;
	z-index: 10;
	/*position: absolute;*/
}
#logolink a{
	width:200px;
	height:85px;
	float:left;
	text-indent:-4000px;
}
#logolink_top a{
	width:200px;
	height:40px;
	float:left;
	text-indent:-4000px;
}

#main{	
	background-image:url(../images/main_repeater.gif);
	width:1002px;/*780px*/
}
#header{
	background-image:url(../images/head_top.gif);
	width:1002px;
	height:104px;
}
#header li{
	list-style:none;
	float:left;
}
#header ul{
	list-style:none;
	float:right;
	margin:0px 50px 0px 0px;
}
#topnav{
	position:relative;
	padding-top:13px;
}
#footer{
	background-image:url(../images/footpiece.gif);
	background-repeat:no-repeat;
	height:51px;
	margin:0px auto;
}
#footer #bottomnav{
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	padding-top:60px;
	margin:0px auto;
	color:#5f221b;
	font-weight:bold;	
	text-align:center;
}
#footer #bottomnav a:link, a:visited{
	color:#5f221b;
	font-weight:bold;
}
#footer #bottomnav a:hover{
	color:#000000;
	font-weight:bold;
}
#footer #tagline {
	color:#5f221b;
	font-weight:bold;
	padding:5px 0;
	text-align:center;	
}
/*navigation*/
#header a{
	display:block;	
	text-decoration: none;
	list-style:none;
	font-size:12px;	
	margin-right:1px;
}
#header_inside a{
	display:block;	
	text-decoration: none;
	list-style:none;
	font-size:12px;
	margin-right:1px;
}
/*top buttons*/
a.transport{text-indent:-4000px;width:98px;height:43px;background: url("../images/transport.gif") 0px 0px no-repeat;}
a:hover.transport {text-indent:-4000px;width:98px;height:43px;background-position:0px -43px;}
a.history{text-indent:-4000px;width:55px;height:43px;background: url("../images/history.gif") 0px 0px no-repeat;}
a:hover.history {text-indent:-4000px;width:55px;height:43px;background-position:0px -43px;}
a.todo{text-indent:-4000px;width:92px;height:43px;background: url("../images/todo.gif") 0px 0px no-repeat;}
a:hover.todo {text-indent:-4000px;width:92px;height:43px;background-position:0px -43px;}
a.events{text-indent:-4000px;width:55px;height:43px;background: url("../images/events.gif") 0px 0px no-repeat;}
a:hover.events {text-indent:-4000px;width:55px;height:43px;background-position:0px -43px;}
a.lodging{text-indent:-4000px;width:55px;height:43px;background: url("../images/lodging.gif") 0px 0px no-repeat;}
a:hover.lodging {text-indent:-4000px;width:55px;height:43px;background-position:0px -43px;}
a.dining{text-indent:-4000px;width:55px;height:43px;background: url("../images/dining.gif") 0px 0px no-repeat;}
a:hover.dining {text-indent:-4000px;width:55px;height:43px;background-position:0px -43px;}
a.shopping{text-indent:-4000px;width:67px;height:43px;background: url("../images/shopping.gif") 0px 0px no-repeat;}
a:hover.shopping {text-indent:-4000px;width:67px;height:43px;background-position:0px -43px;}
a.groups{text-indent:-4000px;width:55px;height:43px;background: url("../images/groups.gif") 0px 0px no-repeat;}
a:hover.groups {text-indent:-4000px;width:55px;height:43px;background-position:0px -43px;}
a.contact{text-indent:-4000px;width:72px;height:43px;background: url("../images/contact.gif") 0px 0px no-repeat;}
a:hover.contact {text-indent:-4000px;width:72px;height:43px;background-position:0px -43px;}
/*marked*/
a.historyM {text-indent:-4000px;width:55px;height:43px;background: url("../images/history.gif");background-position:0px -43px;}
a.todoM {text-indent:-4000px;width:55px;height:43px;background: url("../images/todo.gif");background-position:0px -43px;}
a.eventsM {text-indent:-4000px;width:55px;height:43px;background: url("../images/events.gif");background-position:0px -43px;}
a.lodgingM {text-indent:-4000px;width:55px;height:43px;background: url("../images/lodging.gif");background-position:0px -43px;}
a.diningM {text-indent:-4000px;width:55px;height:43px;background: url("../images/dining.gif");background-position:0px -43px;}
a.shoppingM {text-indent:-4000px;width:55px;height:43px;background: url("../images/shopping.gif");background-position:0px -43px;}
a.groupsM {text-indent:-4000px;width:55px;height:43px;background: url("../images/groups.gif");background-position:0px -43px;}
a.contactM {text-indent:-4000px;width:55px;height:43px;background: url("../images/contact.gif");background-position:0px -43px;}

/*Home*/
#home_left{
	float:left;
	width:767px;
}
#home_right{
	background-image:url("../images/green_special.gif");
	background-repeat:no-repeat;
	float:right;
	width:165px;
	/*width:130px;*/
	padding:10px 40px 10px 30px;
	/*margin-right:20px;*/
	font-size:11px;
}
#home_right h3{
	color:#5f221b;
	font-weight:bold;
}
#flashcontent{
	/*width:600px;*/
	width:767px;
	/*height:215px;*/
	height:301px;
}
#specials{
	background-image:url("../images/pic_bottom.jpg");
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:280px;
	float:left;
	padding:50px 0px 0px 0px;
}
#homecopy{
	background-image:url("../images/homesign.gif");
	background-repeat:no-repeat;
	background-position:left 40px;
	padding-left:40px;
	color:#FFFFFF;
	font-size:11px;
	margin-left:320px;
	width:380px;
	/*margin-left:200px;*/
}

/*Inside*/
#main_inside{
	width:780px;
	min-height:200px;
}
#contenttop{
	background-image:url("../images/insidewhite_top.gif");
	width:1002px;
	background-position:0px 0px;
	height:43px;
}
#insidecontent{
	background-image:url("../images/insidewhite_repeat.gif");
	padding:10px 30px 0px 30px;
}
#header_inside{
	background-image:url("../images/header_top.gif");
	height:59px;
}
#header_inside li{
	list-style:none;
	float:left;
}
#header_inside ul{
	list-style:none;
	float:right;
	margin:0px 50px 0px 0px;
}
#topnav2{
	position:relative;/*relative*/
	padding-top:16px;
}
#inside_left{
	background-image:url("../images/lodging_left_behind.jpg");
	width:512px;
	height:279px;
	float:left;
}
#inside_right{
	background-image:url("../images/right_photos.jpg");
	width:490px;
	height:279px;
	float:right;
}
#rightnav{
	width:100px;
	float:left;
	margin:110px 0px 10px 0px;
	padding-left:270px;
}
#rightnav a:link, a:visited, a:hover{	
	color:#5f221b;
	font-weight:bold;
	text-decoration:none;
}
#footer_inside{
	background-image:url("../images/insidewhite_bottom.gif");
	width:1002px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:48px;
	margin:0px auto;
}
#footer_inside #bottomnav{
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	padding-top:50px;
	margin:0px auto;
	color:#5f221b;
	font-weight:bold;	
	text-align:center;
}
#footer_inside #bottomnav a:link, a:visited{
	color:#5f221b;
	font-weight:bold;
}
#footer_inside #bottomnav a:hover{
	color:#000000;
	font-weight:bold;
}
#redline{
	background-image:url("../images/line_repeater.gif");
	width:10px;
	height:300px;;
}
td{
	padding:5px;
}
/*Classes*/
.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;
}
.redtitle{
	color:#5f221b;
	font-weight:bold;
}
.redfancytitle{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#5f221b;
	font-weight:bold;
}
.redtext{
	color:#5f221b;
}
.bluetitle{
	color:#115A7A;
	font-weight:bold;
}
.bluetext{
	color:#115A7A;
}
/*toggler code*/
#accordion{
	width:165px;
	margin:0px auto;
}
#accordion p{
	padding:5px;
	font-size:11px;
}
#accordion h3{
	background-color:#000000;
	margin:0px;
}
#lists{
	width:500px;
	margin-left:5px;
}
#lists a:link{
	color:#115A7A;
	text-decoration:none;
}
#lists a:hover{
	color:#5f221b;
	text-decoration:none;
}

.toggler {
	background-image:url(../images/mapsbox.gif);
	font-size: 11px;
	height:30px;
	width:165px;
}
.toggler2 {
	background-image:url(../images/weather.gif);
	font-size: 11px;
	height:30px;
	width:165px;
}
.toggler3 {
	background-image:url(../images/events_box.gif);
	font-size: 11px;
	height:30px;
	width:165px;
}
.toggler4 {
	background-image:url(../images/events_box.gif);
	background-position:0px -128px;
	font-size: 11px;
	height:20px;
	width:165px;
}
.element1{
	margin:0px;
	padding-left: 4px;
	background-image:url(../images/mapsrepeat.gif);
	background-position:0px -30px;
}
.element2{
	margin:0px;
	padding-left: 4px;
	background-image:url(../images/weather_repeat.gif);
	background-position:0px -30px;
}
.element3{
	margin:0px;
	padding-left: 4px;
	background-image:url(../images/eventsrepeat.gif);
	background-position:0px -30px;
}