/* Kenosha County Style Sheet - kcstyle.css
	Used for county-wide screen styling
	(for structure, see kcbasic.css)
	26 May 2006 
*/
/* ----------------- HTML Elements -------------------- */
body {
	color: #403933;
	background-color: #ffffff;
	background-image: url(/images/grn_vert_03_90.gif);
	background-repeat: repeat-x;
	text-align: left;
}

h4 {
	padding-bottom: .5em;
}

h5 {
	padding: .25em 0 .25em 0;
	margin-bottom: .35em;
}	

li {
	padding-left: .5em;
	padding-bottom: .55em;
}

p {
	padding-bottom: 1em;
}	

/* ----------------- Classes -------------------- */
.box, .menu {
	margin-bottom: 1.5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #708a5a;
	text-align: left;
}
.box h5, .menu h5 {
	background-color: #708a5a;
	color: #ffffff;
	text-align: center;
}
.menu a {
	line-height: 1;
	text-decoration: none;
}
.menu a:hover {
	color: #333f29;
	background-color: #b8c5ad;
	text-decoration: underline;
}
.menu ul {
	list-style: none;
}

.dottedLine {
	background-image:url(/images/dot.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
	
.nobackground {
	background-color:#FFFFFF;
	background-image:none;
}


.infotable {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #b1bfa5;
	margin-top: 2em;
	margin-bottom: 4em;
}
.infotable .left_td {
	padding-right: .5em;
	height: 3em;
	text-align: right;
	font-weight: bold;
	background-color: #b1bfa5;
}
.infotable .right_td {
	padding-left: .5em;
	border-bottom: 1px solid #b1bfa5;
}


/* ----------------- IDs -------------------- */
#banner {
	border-bottom: 3px solid #708a5a;
	background-image: url(/images/kc_name.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	height:90px;
}	

#banner h1 {
	text-indent: -5000px;
	font-size: 1.5em;
}

#faqanswers li {
	padding-top: .25em;
	border-top: 1px solid #b1bfa5;
}	
#faqindex {
	padding-bottom: 2em;
}			

#maintext {
	text-align: left;
}
#maintext ul {
	padding-left: 2em;
}
#maintext ol {
	margin-left: 3em;
}				

#textleft h4 {
	text-align: center;
}		
