/***********************************************/
/* Use with Home Page of Kansas Sampler        */
/***********************************************/

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

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


/************** header tag styles **************/

h1{
	color: #843F0F;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

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

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-size: 95%;
color: #1B92A8;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #05718D;
	margin: 0px;
	font-size: 130%;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.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;
		z-index: 5;
}

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#social{
	padding-top:5px;	
	padding-right:5px;
}

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


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

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


/***********************************************/
/* 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;
    z-index: 10;
}

#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(media/images/menuitem-bknd_07.gif);
margin-left: auto;
margin-right: auto;
z-index: 20;
}

#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;
	background-image:url(/media/cssmenubknd.gif);
	background-repeat:repeat-x;
	left: 15px;
	font-size: 12px;
	color: #ffffff;
	font-weight: 300;
	position:relative;
	z-index:100;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

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



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

#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;
	font-weight: bold;
}

/* style the top level hover */
#top_menu a:hover {
	text-decoration:none;
	background-color: #00A8D9;
	color: #000000;
}

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

#top_menu ul ul ul{
left:175px;
top:0;
width:130px;
z-index:120;
}

/* 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-color:#00A8D9;
	font-size:12px;
	color:#FFFFFF;
	height:auto;
	padding:5px 10px;
	width:155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* style the second level hover */
#top_menu ul ul a:hover{
background-image:none;
background-color:#BFE2EB;
color:#000000;
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:#84C8D9;
color:#333333;
text-decoration:none;
}

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


#top_menu :hover > a {
color:#000000;
background-color: #00A8D9;
font-weight: bold;
}

#top_menu ul ul :hover > a {
	color:#fff;
	background-color:#84C8D9;
	font-weight: bold;
}


/* 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;
	z-index: 1;
}

#search input{
  font-size: 90%;
  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;
	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;
	padding: 3px 10px 3px 10px;
	color: #21536A;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #843F0F;
	text-decoration: none;
}

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


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



/**************** 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;
}
.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;
}
.advertcontent {
	padding-left: 5px;
}
.advert-hdr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 123%;
	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;
	z-index: 2;
	position: relative;
	margin-bottom: 5px;
}
#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: #008AAF;
	border-left-color: #008AAF;
	margin-left: auto;
	margin-right: auto;
	width: 833px;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #008AAF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

#content .stories {
	padding-left: 10px;
	width: 600px;
	padding-right: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #843F0F;
	font-size: 95%;
	line-height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:13px;
	line-height: 18px;
}
#content .storiestext {
	font-size: 95%;
	line-height: 115%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .storiesfull {
	padding-left: 10px;
	width: 810px;
	padding-right: 10px;
}
.footer_sampler {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #843F0F;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #843F0F;
	text-align:left;
	color: #333;
	margin-bottom:4px;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 40px;
	padding-left: 4px;
}
#siteInfo .footerlinks {
	float: left;
	width: 60%;
	text-align: right;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .stories img{
	border: thin solid #4B9CB8;
	padding: 3px;
}
.stories p {

}

#pageModule .eventcalendar {
	padding-top: 10px;
	padding-bottom: 10px;
}
.stories ul {
	font-size: 95%;
	list-style-type: circle;
	margin-top: 4px;
	margin-bottom: 10px;
}
.stories li {
	margin-top: 8px;
	margin-bottom: 5px;
}

.stories a {
	font-weight: 400;
	color: #1B92A7;
	text-decoration: underline;
}

.stories a:hover {
	font-weight: 400;
	color: #000000;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#copyright .websiteby {
	float: right;
	width: 250px;
}
#copyright a {
	color: #FFFFFF;
}
/************** map ****************/
#mapsidebar ul {
	list-style-type: none;
	text-align: left;
	font-size: 12px;
	width: 210px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mapsidebar li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #843F0F;
	line-height: 25px;
	background-image: url(images/mapright-bknd.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
}
.gmnoprint {
	font-size: 12px;
	width: 100px;
	text-align: left;
}
.maptop {
	background-image: url(images/maptop.jpg);
	background-repeat: repeat-x;
}
.maptopwonders {
	background-image: url(images/maptop8wonders.jpg);
	background-repeat: repeat-x;
}
#mapsidebar li:hover {
	display: block;
	background-color: #843F0F;
	background-image: none;
}
#mapheader {
	margin-left: 3px;
}

#mapheader .wonders{
	background-color: #FFCC33;
	width: 200px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	float: left;
	}

#mapheader .uniquelists {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C1A57D;
	width: 200px;
		text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	float: left;
}
#mapheader a {
	color: #FFFFFF;
	text-decoration: none;
}
.maptopwonders {
	background-image: url(images/maptop8wonders.jpg);
	background-repeat: repeat-x;
}


.error {
	color: #FF0000;
	font-size: 10px;
}
.redlarger {
	font-size: 18px;
	color: #FF0000;
}


.newsdate {
	font-weight: bold;
	color: #843F0F;
	margin-bottom: 10px;
}
.newstitle {
	font-weight: bold;
	padding-bottom: 8px;
}
.newslinks {
	text-align: right;
	font-size: 10px;
	padding-top: 5px;
}
.newslinks a {
	color: #843F0F;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #833F0E;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 11px;
}
.newsviewfull {
	text-align: right;
	font-size: 12px;
}
#ajaxDiv {
	font-size: 12px;
}
.contentItem {
	padding-right: 10px;
	padding-left: 10px;
}

/*section for kansas sampler.com pop in.*/
.panelnotice img {
	border:none;
	padding-top: 4px;
}

.panelnotice {
	float: left;
	position: absolute;
	text-align:left;
	top: 350px;
	left: 0;
	z-index:13;
	display: none;
	width: 155px;
	height: 160px;
	opacity: .85;
	background-image: url(/images/samplericon_bknd.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
}


#closepanel{
	display: block;
	height: 16px;
	width: 58px;
	position: absolute;
	left: 100px;
	z-index: 25;
	bottom: 0px;

}
.panelnotice a {
	text-decoration:none;
	color: #FFF;
}

