/* 	CityHead CSS.  This header is to be used
	on all official city websites.  The code 
	below may be modified to accomodate the 
	various widths to allow the header to be 
	included in different sites.  
	- Created by R. Drake, 2007 */

#cityhead {

	width: 850px; 
	height: 100px;
    background-color: #f8f8ed;
	background-image: url(../images/city_header.gif);
	background-repeat: no-repeat;
	margin: 0px auto; padding: 0;
    position: relative;
	
	}
#cityhead span {
	display: none;
	
	}

#cityhead li {
    margin: 0; padding: 0; list-style: none; position: absolute;
	
	}
	
#cityhead a {
    
	display: block;
	
	}
	
#panel1b {left: 0px; top: 0px; width: 250px; height: 100px;}
#panel2b {left: 491px; top: 63px; width: 68px; height: 20px;}
#panel3b {left: 576px; top: 63px; width: 100px; height: 20px;}
#panel4b {left: 696px; top: 63px; width: 80px; height: 20px;}
#panel5b {left: 792px; top: 63px; width: 58px; height: 20px;}

#panel1b a {height: 100px;}
#panel2b a {height: 20px;}
#panel3b a {height: 20px;}
#panel4b a {height: 20px;}
#panel5b a {height: 20px;}