/* Planning & Development - Land Information CSS 
	Specialized CSS for this department
	27 Mar 2006
	landinfo_test.css
*/
/* ----------------- HTML Elements -------------------- */
h4 img {
	width: 100%;
}	
/* ----------------- Classes -------------------- */

/* ----------------- IDs -------------------- */
#banner {
	border-bottom: 3px solid #000055;
	background-image: url(/images/kc_name_blk.png);
	background-repeat: no-repeat;
	height:90px;
}	

#banner h1 {
	text-indent: -5000px;
	font-size: 1.5em;
}
#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#sidebar li {
	padding: 0 0 .25em .5em;
	line-height: 1.5;
}		




