@charset "UTF-8";
/* CSS Document */


  	#highway h3 {
		background: url(images/adopt.jpg) no-repeat left top;
		width: 570px;
		height: 40px;
		}
		
	#highway h3 span {
		display: none;
		}
		
	p {
		padding: 5px;
		}
	
		
	#kettle {
		padding-top: 15px;
		
		}
		
	#kettle h3 {
		background: url(images/kettle.jpg) no-repeat left top;
		width: 570px;
		height: 40px;
		margin-bottom: 2px;
		}
		
	#kettle h3 span {
		display: none;
		}
		
	#florida {
		padding-top: 15px;
		}
		
	#florida h3 {
		background: url(images/hospice.jpg) no-repeat left top;
		width: 570px;
		height: 40px;
		margin-bottom: 2px;
		}
		
	#florida h3 span {
		display: none;
		}
		
	#florida p {
		margin-top: 40px;
		
		padding: 5px;
		}
		
	#donations {
		padding-top: 15px;
		}
		
	#donations h3 {
		background: url(images/donations.jpg) no-repeat left top;
		width: 570px;
		height: 40px;
		margin-bottom: 2px;
		}
		
	#donations h3 span {
		display: none;
		}
		
	ol {
		list-style-position: inside;
		margin-bottom: 10px;
		}
  