/***********************************************/
/* Use with Festival Pages of Kansas Sampler        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #843f0f;
	background-image: url(/media/images/bknd.jpg);
	background-repeat: repeat-x;
	text-align:center;
	background-attachment: fixed;
}

/******* hyperlink and anchor tag styles *******/


/************** header tag styles **************/
h1{
	color: #843F0F;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 110%;
	 color: #334d55;
	 margin: 0px;
	 padding: 0px;
	 font-weight: bold;line-height: 105%;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	 color: #334d55;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font: 95%;
	color: #1B92A8;
 	margin: 0px;
 	padding: 0px;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1B92A8;
	margin: 0px;
	font-size: 90%;
	font-weight: 600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/********* breadcrumbs and print/email styles *********/

.breadcrumbs {
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.breadcrumbs a {
	color:#000000;
}

.printemail {
	text-align:right;
	margin:0px;
	padding:0px;
}
.printemail ul {
	margin:0px;
	padding:0px;
}
.printemail ul li {
	padding:0px 5px;
	display:inline;
}
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width:835px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}


#masthead{
	position: relative;
	top: 0px;
	width:100%;
	background-image: url(images/menubknd.gif);
	background-repeat: repeat-x;
		margin-left: auto;
	margin-right: auto;
}

#pageModule{
	float: right;
	width:150px;
	font: small Verdana,sans-serif;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #843F0F;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #843F0F;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/


/************** utility styles *****************/

#utility{
	right: 0px;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 75%;
	float: right;
	position: relative;
	padding-left: 30px;
	width: 400px;
	text-align: right;
}

#utility a{
	color: #333333;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 851px;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
background-image: url(images/cssmenubknd_08.gif);
margin-left: auto;
margin-right: auto;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#top_menu {
	clear:right;
	padding:0px;
	height:30px;
	text-align:left;
	position:absolute;
	z-index:100;
	left: 15px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

#top_menu ul {
margin:0px;
padding:0px 0px;
list-style-type:none;
z-index:100;
}

#top_menu ul ul{
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0;
}

#top_menu li{
	float:left;
	position:relative;
	border-right:1px solid #ffffff;
}

#top_menu a:link, #top_menu a:visited {
	display:block;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:9px;
	text-decoration: none;
	color: #FFFFFF;
}

/* style the top level hover */
#top_menu a:hover {
	text-decoration:none;
	background-color: #9D7DA4;
	color: #FFFFFF;
}

#top_menu ul ul ul{
left:175px;
top:0;
width:130px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#top_menu table {position:absolute; top:0; left:0;}

/* style the second level links */
#top_menu ul ul a:link, #top_menu ul ul a:visited {
	background-image:none;
	font-size:12px;
	color:#FFFFFF;
	padding:5px 10px;
	width:155px;
	border-bottom:1px solid #ffffff;
	background-color: #9D7DA4;
}

/* style the second level hover */
#top_menu ul ul a:hover{
background-image:none;
background-color: #AB8FB1;
color:#FFFFFF;
text-decoration:none;
}


/* style the third level link */
#top_menu ul ul ul a:link, #top_menu ul ul ul a:visited{
background-image:none;
background-color:#AB8FB1;
color:#FFFFFF;
text-decoration:none;
}

/* style the third level hover */
#top_menu ul ul ul a:hover{
background-image:none;
background-color:#BFAAC4;
color:#FFFFFF;
text-decoration:none;
}


#top_menu :hover > a {
color:#ffffff;
background-color: #9D7DA4;
}

#top_menu ul ul :hover > a {
color:#FFFFFF;
background-color:#AB8FB1;
}


/* make the second level visible when hover on first level list OR link */
#top_menu ul li:hover ul,
#top_menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#top_menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#top_menu ul :hover ul :hover ul{ 
visibility:visible;
}


/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: relative;
	top: 5px;
	right: 10px;
	float: right;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}



/************** Footer styles ****************/
.footerseparator {
background-color: #4397B5;
}	

.siteInfo{
	clear: both;
	text-align: left;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #333333;
	width: 812px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.siteInfo .address{
	border-top: 1px solid #cccccc;
	padding-bottom: 5px;
}
.siteInfo a{
	color: #4296B4;
}
.siteInfo a:hover{
	color: #843F0F;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B8A17E;
	padding-right: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B8A17E;
	border-left-color: #B8A17E;
}

#sectionLinks h3{
	color: #1B92A8;
	margin: 0px;
	font-size: 120%;
	font-weight: 600;
	text-transform: capitalize;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	color: #21536A;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #843F0F;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#sectionLinks a:hover{
	background-color: #EDEAD2;
	text-decoration: none;
}


/**************** Module styles *****************/

#pageModule .advert{
	background-image: url(/media/images/module-bknd_37.gif);
	background-repeat: repeat-y;
	padding-right: 0px;
	padding-left: 0px;
}

#pageModule .advert img{
	display: block;
}

.advertcontent {
	padding-left: 5px;
}
.advert .brownbknd {
	background-color: #562D10;
	font-size: 120%;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif, Garamond;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 110%;
	margin-left: 2px;
}
.advert-hdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #DFDAB2;
	line-height: 110%;
	text-align: center;
}
.advert-txt {
	color: #FFFFFF;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	text-align: center;
}

/********************* end **********************/
#logo {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-top: 8px;
}
#content {
	background-color: #FFFFFF;
	background-image: url(/media/images/contentbknd.jpg);
	background-repeat: repeat-x;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #936F9A;
	border-left-color: #936F9A;
	margin-left: auto;
	margin-right: auto;
	width: 833px;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #936F9A;
		padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content .stories {
	padding-left: 10px;
	width: 550px;
	padding-right: 0px;
	font-size: 95%;
	line-height: 100%;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC6633;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .storiestext {
	font-size: 95%;
	line-height: 115%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#siteInfo .footerlinks, #siteInfo .footerlinks p  {
text-align: left;
	width: 60%;
	text-align: right;
	font-size: 10px;
}

#content .stories img{
}
.advert .brownbknd {
	background-color: #562D10;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#pageModule .eventcalendar {
	padding-top: 10px;
	padding-bottom: 10px;
}
.stories ul {
	font-size: 100%;
	margin-top: 5px;
	list-style-type: circle;
}
.stories li {
	margin-top: 5px;
}
.stories a {
	font-weight: 700;
	color: #1B92A7;
	text-decoration: underline;
}


#flash{
	margin-left: auto;
	margin-right: auto;
	width: 837px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}


/************** copyright ****************/
#copyright{
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	width: 832px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#copyright .websiteby {
	float: right;
	width: 250px;
}
.websiteby a {
	color: #FFFFFF;
}
#copyright a {
	color: #FFFFFF;
}

/************* photo gallery **************/
.storiesphoto {
	margin: 2px;
		width: 574px;
}

.storiesphoto .thumbs {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	height: 150px;
	padding-right: 5px;
	list-style-image: none;
	list-style-type: none;
}

.storiesphoto .thumbs li {
	display: inline;
}
.storiesphotocontent .thumbs img {
	border: thin solid #A06A44;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 3px;
}

.storiesphotocontent {
	margin: 2px;
	background-color: #E0DBB4;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	width: 581px;
}
.storiesphotocontent .viewfullgallery {
	font-size: 11px;
	text-align: right;
}
.photogalleryview {
	float: right;
}
.photogalleryview a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #843F0F;
	background-color: #E0DBB4;
}

		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
	color: #ffffff;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 400px; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 2px solid #843F0F; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 630px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 460px;
			clear: left;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
	color: #000000;			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 630px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			width: 630px;
			
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		* { margin: 0; padding: 0 }
		.stripNav a { /* The nav links */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	background-color: #333333;
		}
		
		.stripNav li.tab1 a {
	background-color: #E0DBB3;
}
		.stripNav li.tab2 a { background:  #E0DBB3; color: #000000; }
		.stripNav li.tab3 a { background:  #E0DBB3; color: #000000;}
		.stripNav li.tab4 a { background:  #E0DBB3; color: #000000;}
		.stripNav li.tab5 a { background: #E0DBB3; color: #000000;}
		
		.stripNav li a:hover {
	background-color: #843F0F;
		}
		
		.stripNav li a.current {
	color: #fff;
	background-color: #843F0F;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			display: none;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		
* {
}
#triggers {
float:left;
}
#triggers div {
cursor:pointer;
}
#zero {
display:none;
color:red;
}
.RecordsTableHeader {
	padding-bottom: 15px;
	padding-top: 8px;
	font-size: 18px;
	color: #333333;
}
.RecordsTableHeader a:link,  .RecordsTableHeader a:visited {
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
.RecordsTableHeader a:hover {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.bbnameaddress {
	font-size: 11px;
	padding-top: 10px;
}

#bnbtableamen .listingimg  {
float: right;
width: 158px;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;

  }

#bnbtableamen .listingimg  img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  padding: 4px;

  } 
#masthead #content .stories .storiestext #bnbtableamen .even {
	background-image: url(images/div_h_main.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}
.addressgrey {
	color: #666666;
}
#masthead #content .stories .storiestext #bnbtableamen .even .listinglinks {
	float: right;
	width: 200px;
	color: #843F0F;
	font-size: 11px;
}
#masthead #content .stories .storiestext #bnbtableamen .even .listinglinks li {
	text-align: right;
	line-height: 12px;
	list-style-image: url(images/listarrow.gif);
}
#masthead #content .stories .storiestext #bnbtableamen .even .listinglinks a {
	color: #843F0F;
	text-decoration: none;
}
#bnbtableamen  img {
}
.rce {
	width: 300px;
	display: block;
	margin-top: 8px;
	margin-left: 8px;
	float: left;
}
.rce li {
	list-style-image: url(images/checkbox.jpg);
	margin-top: 0px;
	font-size: 12px;
	float: none;
	list-style-position: inside;
}
.wonders {
	width: 280px;
	display: block;
	margin-top: 8px;
	margin-left: 8px;
	float: right;
}
.wonders li {
	list-style-image: url(images/checkbox.jpg);
	margin-top: 0px;
	font-size: 12px;
	float: none;
	list-style-position: inside;
}
#amenitiesSearch #region, #amenitiesSearch #county {
	font-size: 18px;
}

