/* CSS Document */
/*  body */
html { 
  	padding:0px;
 	margin:0px;
	background: url(../images/banner.gif) repeat-x;
}


body {
  	background-color: #ffffff;
  	font-size: 14px;
  	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
  	color:#000000;  
  	padding:0px 0px;
  	margin:0px;
	background:url(../images/kansaslogo.gif) no-repeat;
}
p, h2, h3 {
  	padding:10px;
  	margin:0px;
}

h1 {
	font-size:16px;
	padding-top:12px;
	text-transform:uppercase;
	color: #000000;
	background-color: transparent;
}
h2 {
	font-size:14px;
	color: #000000;
	background-color: transparent;
}	
h2 {
	font-size:14px;
	color: #000000;
	background-color: transparent;
}		

a { 
	color: blue;
	text-decoration: underline; 
}
 a:hover
{
	background-color:yellow;
	
}

/*  positioning-layers */
#menu {
  	position: absolute;
  	width: 180px;
  	left: 0px;
  	background-color: #ffffff;
  	padding:0px;
  	margin:0px
}
#header-top {
	background-image: url(../images/banner.gif);
	background-position: top;
	height: 100px;
	background-repeat: repeat-x;

}
#content {
  	margin-left: 190px;
  	background-color:#fff;
  	
}

/* This is for the Navigation Bar */
#navcontainer 
{ 
	float: left;
	width: 185px;
	display: inline;
}

#navcontainer ul
{
	margin-left: 5px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#navcontainer li
{
	margin-top: 1px;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #003366;
	border: 1px solid #000000;
}

#navcontainer a:link, #navlist a:visited, #navlist2 a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #ff9933;
	color: #fff;
}

/*this is for the taxes online button   */
#navspecial a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #ff6633;
	border: 1px solid #000000;
}

#navspecial a:link, #navspecial a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navspecial a:hover
{
	background-color: #ff9933;
	color: #fff;
}

/* This is for the Banner Navigation */
#bannernav
{
	position:absolute;
	text-align:right;
	right: 20px;
	top: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	
}
#bannernav a
{
	color: #ffffff;
	text-decoration: underline;
}
		
#bannernav a:hover
{
	color: #ff9933;
	text-decoration: underline;
	background-color:transparent;
	
}	
	
/* This is for the Search Button */

div.searchbutton
{
	margin-left: 5px;
	padding-top:3px;
}
/* This is for the footer */
#footer
{
	padding:20px;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 190px;
}
#footer a:link, a:visited
{
	color: blue;
}
		
#footer a:hover
{
	background-color:yellow;
}

.bold {
font-weight:bold;
}

.strikethru {
text-decoration:line-through;
}

.aceButton {
background-color: #003366;
border-color:#ffffff;
color: white;
font-size: 8pt;
font-weight:bold;
font-family: arial;
margin-left: 5px;
padding-top:3px;
}
.whitetext {
	font-weight: bold;
	color: #FFFFFF;
	font-size: larger;
}

.bigtext {
	font-size: large;
	font-weight: bold;
}
.smalltext {
	font-size: 13px;
}
.error {
color:#FF0000;
}

.aspbutton
{
  color: White;
  font-size: 1.5em;
  text-decoration: none;
  font-weight: bold;
  padding: 4px;
  background: #003366;
  cursor: pointer;
  border-width: 4px;
  border-style:solid;
  border-color: #ffffff;
  }

a.aspbutton:visited
{
  color:White;
}
.aspbutton:hover
{
  background-color: #ff9933;
}