/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:  url("images/hdr-bg.gif");
	background-repeat: repeat-x;
	background-color: #D1D1BA;
}

a:link, a:visited, a:hover {
	color: #660000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #006699;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	color: #660000;
	width: 99%;
	border-top: thin solid #660000;
	border-right: thin solid #660000;
	padding-top: 3px;
			
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #660000;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: 100% Arial, sans-serif;
 color: #660000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-image:  url("images/header_squares.gif");
	background-repeat: no-repeat;
	background-position: right top;	
}

#navBar{
	background-color: #660000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image:  url("images/nav-bg.gif");
	height: 500px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 132px;
	margin: 0px;
	padding: 0px;
}

#content{
	padding: 0 0px 0 200px;
	margin-top: 15px;
}

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

/*#siteName{
	margin: 0px;
	background-image: url(images/logo.gif);
	height: 132px;
	background-repeat: no-repeat;
}*/

#siteName {
      margin:0; padding:0;
      height:132px;
      margin:0; padding:0;
      background: url("images/logo.gif") top left no-repeat;
      }
   #siteName span { display:none }

/*.replace {
	display: none;
}*/

#skip {
	text-indent:-20em;
	position:absolute;
}

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

#pageName{
	padding: 0px 0px 10px 10px;
	color: #004A7B;
}

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

#globalNav{
	white-space: nowrap;
	text-align: right;
	list-style-type: none;
	position: absolute;
	width: 100%;
	
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: block;
	
}

#globalNav a {
	font-size: 80%;
	padding: 0px 10px 0px 0px;
}

div#globalNav ul {
	margin: 0px;
	padding: 0px;
	color: #660000;
	white-space: nowrap;
}

div#globalNav li {
list-style-type: none;
display: inline;
}

div#globalNav li a {
text-decoration: none;
padding: 7px 10px;
color: #660000;
}

div#globalNav li a:link {
color: #660000;
}

div#globalNav li a:visited {
color: #660000;
}

div#globalNav li a:hover {
	text-decoration: underline;
	color: #004A7B;
}

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

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: right;
	padding: 5px;
	margin: 0 5px 5px 5px;
	border: thin solid #660000;
	
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both; 
	margin: 0; 
	padding: 0;
	font-size: 75%;
	color: #D1D1BA;
	background: #660000 url("images/ftr-bg.gif") repeat-y right;
	
	white-space:nowrap;
	text-align: center;
	 
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

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

#siteInfo a {
	color: #D1D1BA;
	padding: 5px;
}
#siteInfo ul {
margin: 0;
}
#siteInfo li {
	display: inline;
}



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

#search{
	font-size: 80%;
	background: #d1d1ba;
	margin-left: 10px;
	width: 180px;
	font-weight: bold;
}

#search form{
	margin: 0px;
	text-align: center;
	padding: 5px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-size: 80%;
	width: 180px;
	background: #d1d1ba;
	margin-left: 10px;
	margin-top: 20px;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks li a {
	padding: 2px 10px 4px 2px;
	text-align: right;
}

#sectionLinks li a:link{
	border-top: 1px solid #cccccc;
	width: 100%;
  
	width: auto;
}

#sectionLinks li a:visited{
	border-top: 1px solid #cccccc;
}

#sectionLinks li a:hover{
	border-top: 1px solid #cccccc;
	background-color: #660000;
	color: #d1d1ba;
	text-decoration: none;
}
.topBar {
	background: #660000 url("images/topBar_back.gif") no-repeat;
	color: #ffffff;
	text-align: right;
	height: 17px;
	padding-top: 8px;
	padding-right: 10px;
}

#sectionLinks .topBar a {
	color: #ffffff;
}

/*********** #photoGallery styles ***********/

#main {
	margin: 0px 10px;
}
div.left {
	text-align: center;
	float: left;
	margin-right: 0px;
	width: 180px;
	margin-bottom: 30px;
	padding-left: 0px;
	margin-left: 0px;
	
}
div.left p {
	text-align: center;
}

/*img {
	border: thin solid #660000;
	padding: 2px;
}*/
div.center {
	width: 100%;
}

#kansasLink{
	text-align: right;
	padding-right: 10px;
	font-size: 85%;
}
#kansasLink a {
	color: #FFFFFF;
	
}