/*
 	facilities_page.css: style rules that pertain to the 'ites and facilities' 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 */


.content {
	font: 10pt Arial, Verdana, Sans-serif;
	position:relative;
	text-align: justify;
	border: none;
	background: none;
}

img.sitepic {
	width: 240px;
	height: 160px;
	float: left;
	clear: left;
	margin: -12px 10px 10px -12px;
	border: solid #033734;
	border-width: 0 2px 2px 0;
	background: white;
	padding: 5px;
}

img#vertical {
	width: 240px;
	height: 320px;
}

div.location {
	height: 206px;
	position: relative;
	text-align: center;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

td.l {
	text-align: left;
	width: 50%;
}

td.r {
	text-align: right;
	width: 50%;
}

td h3 {
	color: #702c2e;
	font: bold 12pt Arial, Verdana, sans-serif;
	margin-bottom: 2px;
}

.contact {
	font: bold 12pt times new roman, times, serif;
	color: #033734;
}

.contact td {
	width: 50%;
	padding: 0 10px 0 10px;
	vertical-align: top;
}

