/*
 	industrial_page.css: style rules that pertain to the 'industrial park' page, specifically
	created: 15 March 2006 by Scott M. Smith
	lasted edited: 15 March 2006 by Scott M. Smith 
*/

@import url('global.css'); /* include the site-wide stylesheet rules */

.content {
	padding: none;
	border: none;
	background: none;
}

.after_header {
	padding: 10px;
	border: solid 2px #033734;
	background: #ccddcc;
	margin-bottom: 5px;
}


.content img {
	float: right;
	clear: left;
	background: white;
	margin: 10px -12px 10px 10px;
	padding: 5px 10px 5px 5px;
	border: solid #033734;
	border-width: 2px 2px 2px 2px;
	position: relative;
}

.ctitle {
	border: solid 2px #033734;
	width: 100%;
	margin: 0 auto 5px auto;
	text-align: center;
	padding: 5px 10px 5px 10px;
	background: #ccddcc;
}
.ctitle h2 {
	color: #702C2E;
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-style: italic;
	position: relative;
}

.ctitle h3 {
	color: #033734;
}

h3 {
	color: #033734; /*#702C2E;*/
	font-style: italic;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.right {
	float: right;
	clear: right;
	position: relative;
	font: 9pt Arial, Helvetica, Sans-Serif;
	color: #033734;
	/*margin: 10px 0 10px 0;*/
}

div.right h3 {
	font: italic bold 10pt Georgia, "Times New Roman", Serif;
	color: #702c2e;
	margin-top: 10px;
	position: relative;
}

div.right span {
	display: block;
	font: bold 12pt Georgia, "Times New Roman", Serif;
	color: #033734;
	text-decoration: underline;
	position: relative;
}

dl {
	font: bold 12pt Georgia, "Times New Roman", Serif;
	/*text-decoration: underline;*/
	color: #033734;
}

dt {
	font: italic bold 10pt Georgia, "Times New Roman", Serif;
	color: #702c2e;
	margin-top: 10px;
}

dd {
	font: 9pt Arial, Helvetica, Sans-Serif;
	text-align: 0;
	border: none; solid 1px #ccddcc;
	margin-left: 0;
}

.content table {
	border: solid #033734;
	border-width: 2px 2px 2px 2px;
	border-spacing: 10px;
	margin: 0 0 0 -12px;
	padding: 5px 5px 5px 10px;
	width: 400px;
	background: white;
	position: relative;
}

.wide { width: 25em }

.content table td {
	vertical-align: top;
	padding: 0 0 0 0;
}
