body {
	border-top: 16px solid #4F4F4F;
	color: #4F4F4F;
	font-family: arial, sans-serif;
}

#container {
	width: 910px;
	margin: 0 auto;
	padding: 50px 0 40px 0;
}

h1 {
	background: url(../images/boulder-cty-heading.png) left bottom no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	width: 340px;
	height: 167px;
	float: left;
}

p#intro {
	float: left;
	width: 570px;
	font-size: 12px;
	line-height: 18px;
	margin-top: 42px;
}

#intro a {color: #4F4F4F;}

ul {
	overflow: hidden;
	height: 1%;
	padding-top: 0px;
	clear: both;
}

li {
	float: left;
	width: 225px;
	padding-left: 2px;
	height: 369px;
	position: relative;
}

#seniors {background: url(../images/pic-seniors.jpg) 6px 17px no-repeat;}
#behave {background: url(../images/pic-behave.jpg) 6px 17px no-repeat;}
#children {background: url(../images/pic-children.jpg) 6px 17px no-repeat;}
#resource {background: url(../images/pic-resource.jpg) 6px 17px no-repeat;}

img {display: block;}

.go {
	display: none;
	margin: 179px 0 0 96px;
}

li div {
	width: 225px;
	height: 369px;
	z-index: 2;
	position: relative;	
	text-indent: -5000px;
}

#seniors div {background: url(../images/back-seniors.png) no-repeat;}
#behave div {background: url(../images/back-behave.png) no-repeat;}
#children div {background: url(../images/back-children.png) no-repeat;}
#resource div {background: url(../images/back-resource.png) no-repeat;}

li div a {
	display: block;
	height: 369px;
	width: 225px;
}

#seniors p {background: url(../images/blue-slide.png) 12px 0 no-repeat;}
#behave p {background: url(../images/orange-slide.png) 12px 0 no-repeat;}
#children p {background: url(../images/green-slide.png) 11px 0 no-repeat; height: 80px;}
#resource p {background: url(../images/purple-slide.png) 12px 0 no-repeat; padding-top: 35px; height: 64px;}

li p {
	display: none;	
	padding: 25px 0 0 5px;
	font-size: 10px;
	height:74px;
	position: absolute;
	bottom: 149px;
	left: 5px;
	width: 216px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	font: 10px/12px arial, sans-serif;
	border-top: 1px solid #4F4F4F;	
}

#footer img {
	float: right;
	display: inline;
	margin-left: 20px;
}