/*
 	koz_page.css: style rules that pertain to the 'keystone opportunity zones' page, specifically
	created: 13 March 2006 by Scott M. Smith
	lasted edited: 13 March 2006 by Scott M. Smith 
*/

@import url('global.css'); /* include the site-wide stylesheet rules */

body {
	counter-reset: entry;
}

.content {
	border: none;
	background: none;
}

.after_header {
	padding: 10px;
	border: solid 2px #033734;
	background: #ccddcc;
	margin-bottom: 5px;
}

h3 {
	text-align: left;
	margin: 0; 0 2px 0;
	padding: 0;
}

p.objective {
	display: list-item;
	list-style: disc outside;
	margin-bottom: 10px;
}

.content .t {
	padding: 0; 10px 10px 10px;
}

.after_header .logo {
	float: left;
	clear: left;
	border: solid #033734;
	border-width: 2px 2px 2px 2px;2px; 
	background: white;
	margin: 10px 10px 0px -17px;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: 122px;
	height: 59px;
}	

.och_inset {
	float: right;
	clear: left;
	margin: -12px -12px 0 0;
	padding: 0 10px 10px 10px;
	border: solid #033734;
	border-width: 2px 2px 2px 2px;
	background: white;
	position: relative;
	width: 150px;
	text-align: justify;
}

.lhip_inset {
	float: left;
	clear: left;
	margin: 10px 20px 10px -12px;
	padding: 10px; 0 10px 10px 10px;
	border: solid #033734;
	border-width: 2px 2px 2px 2px;
	background: white;
	position: relative;
	width: 150px;
	text-align: justify;
}

.och_inset a,h3,span {
	display: block;
	text-align: center;
}

.och_inset img {
	display: block;
	margin: 5px auto 5px auto;
	border: solid 1px #033734;
}

.och_inset h3 {
	margin-top: 0px;
	color: #702C2E;
	font-style: italic;
	position: relative;
}

.lhip_inset a,h3,span {
	display: block;
	text-align: center;
}

.lhip_inset img {
	display: block;
	margin: 5px auto 5px auto;
	border: solid 1px #033734;
}

.lhip_inset h3 {
	margin-top: 0px;
	color: #702C2E;
	font-style: italic;
	position: relative;
}
