/*
 	onofrio_page.css: style rules that pertain to the 'onofrio street' page, specifically
	created: 10 March 2006 by Scott M. Smith
	lasted edited: 10 March 2006 by Scott M. Smith 
*/

@import url('global.css'); /* include the site-wide stylesheet rules */

.content {
	width: 580px;
}

img.street  {
	border: solid 2px #033734;
	border-width: 2px 2px 2px 2px;
	float: right;
	clear: right;
	margin: -12px -12px 10px 10px;
	padding: 5px;
	position: relative;
	background: white;
}

li ul {
	list-style-type: disc;
}

.completed {
	position: absolute;
	left: 770px;
	top: 0px;
	width: 120px;
	background: #ccddcc;
	border: solid 2px #033734;
	text-align: center;
	padding: 5px 5px 0 5px;
	font: 7pt arial, verdana, sans-serif;
	color: #033734;
}

.completed img {
	display: block;
	width: 100px;
	border: solid 2px #033734;
	margin: 5px auto 5px auto;
}

.construction {
	position: absolute;
	top: 375px;
	width: 140px;
	background: #ccddcc;
	border: solid 2px #033734;
	text-align: center;
	padding: 5px 5px 0 5px;
	font: 7pt arial, verdana, sans-serif;
	color: #033734;
	height: 600px;
}

.construction img {
	display: block;
	width: 100px;
	border: solid 2px #033734;
	
	margin: 2px auto 15px auto;
}
