html, body
{
	margin: 0;
	padding: 0;
}
body
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #929BA2;
}
a,
a:link,
a:visited
{
	color: #3369AB;
}

h1,h2,h3,h4,h5{	margin:1em 0;}
h2{	font-size: 16px;}
h3{font-size: 14px;}
h4{font-size: 12px;}
h4 span{font: italic 11px Arial, Helvetica, sans-serif;} 
p{
	margin: 0 0 1em;
	line-height: 1.3em;
}
ul{list-style-type: square;}
ul li,
ol li{line-height: 1.4em}
a img{border: none;}
acronym{cursor: help;}

#masthead h1{margin: 1em 0;}

#leftcol{display: none;}
#nav
{
	display: none;
}

#midcol
{
	width: 560px;
}

#rightcol h3
{
	font-size: 14px;
	font-style: italic;
	margin-top: 1.1em;
}
#content-footer
{
	clear: both;
	background: url(../images/content_footer_bg.gif) no-repeat 100% 100%;
	padding-bottom: 6px;
}
#footer
{
	display: none;	
}


#subnav h2
{
	margin: 1em 0 .3em;
}
#subnav .navlist
{
	display: none;
}
#map1,#map2,#map3,#map3,#map4,#map5,#map6,#map7,#map8,#map9,#map10,
#map11,#map12,#map13,#map14,#map15,#map16,#map17,#map18,#map19
{
	display: block;
}

.img-right{
	float: right; 
	margin: 0 0 4px 14px;
	border: 1px solid #98999D;
}
.img-left{
	float: left; 
	margin: 0 14px 4px 0;
	border: 1px solid #98999D;
}
.img-box-left
{
	width: 160px; 
	float: left; 
	padding-top: 6px; 
	margin-right: 12px;
}
.img-box-right
{
	width: 160px; 
	float: right; 
	padding-top: 6px; 
	margin-left: 12px;
}

/* ~~~ TABLES ~~~ */
table.datatable
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #929BA2;
	margin-bottom: 1em;
}
.datatable thead th
{
	padding: 2px;
	border-bottom: 1px solid #929BA2;
	background-color: #CDD0D3;
	font-size: 11px;
}
.datatable tbody
{
	
}
.datatable td
{
	border-collapse: collapse;
	padding: 1px 4px;
	border: 1px solid #999;
	font-size: 11px;
}
table.bottom-images td
{
	padding: 0 4px;
}
table.bottom-images td img{border: 1px solid #98999D;}
/* ~~~ MANAGEMENT STAFF IMAGES ~~~ */
.staff-photos dl
{
	width: 300px;
	float: left;
	font-size: 11px;
	text-align: center;
	margin: 0 0 1em;
}
.staff-photos dl img{border: 1px solid #929BA2;} 
.staff-photos dd{margin-left: 0;}
