/*
 	ecodev_page.css: style rules that pertain to the 'economic development' 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: 560px;
}

.after_header img {
	display: block;
	border: solid 2px #033734;
	padding: 10px;
	background: white;
	margin: 0 auto 10px auto;
	max-width: 425px;
}

.inset {
	position: absolute;
	left: 750px;
	width: 130px;
	border: solid 2px #033734;
	background: #ccddcc;
	padding: 10px;
	text-align: center;
}

.inset a.block {
	display: block;
	margin: 0 auto 10px auto;
}

.inset a.headline {
	display: block;
	margin: 0 auto 10px auto;
	font: bold 14px times new roman, times, serif;
}

.inset span {
	display: block;
	margin: 0 auto 10px auto;
	font: italic bold 12px times new roman, times, serif;
	color: #702c2e;
}
.inset img {
	display: block;
	margin: 10px auto 10px auto;
	border: solid 2px #033734;
	padding: 5px;
	background: white;
	max-width: 120px;
}

