body {
	background-color:#000;
	color:#fff;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	text-align:center;
	color: #fefbf3;
}
.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 1em 10px !important;
  margin: 10px 0 0 5px;
  }
.img-shadow-right {
  float:right;
  background: url(shadowAlpha.png) no-repeat bottom left !important;
  background: url(shadow.gif) no-repeat bottom left;
  margin: 10px 0px 1em 10px !important;
  margin: 10px 0px 0 5px;
 }
.img-shadow img, .img-shadow object {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
img-shadow-right img, img-shadow-right object {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

#container {
	margin-top:1em;
	margin-left:1em;
	/*background-color:#c0c0c0;*/
}
#content {
	display:block;
	padding:1em;
}
#content a:link {
	color: #fdf5e6;
}
#content a:visited {
	color: #ffdead;
}
#content a:hover, #content a:focus {
	color: #000;
	background-color: #fdf5e6;
}
#footer {
	clear:left;
	text-align:center;
	font-size:70%;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display:inline;
	padding:0 .5em 0 0;
}
#footer a {
	color:#fdf5e6;
}
#header {
	height:120px;
	background-color:blue;
	background-image: url(header_tile.jpg);
	padding-top:10px;
	padding-left:10px;
	padding-right:1em;
	color:#000;
	background-color: #f4f0e8; 
}
#header address {
	float:right;
	font-size:80%;
	font-weight:bold;
	
}
#header h1 {
	background-image: url(header.png);
	background-repeat: no-repeat;
	margin:0;
	height:110px;
}
#header h1 span {
	visibility:hidden;
}
#map_canvas {
border:0px solid #000000;
height:300px;
margin:1em 0 5em;
width:500px;
}
#nav {
	width:25%;
	float:left;
	margin-top:3.5em;
	font-size:80%;
}
#navtop {
	background-color:#c0c0c0;
	font-weight:bold;
}
#navtop ul {
	list-style: none;
	margin:0;
	padding:0;
}
#navtop ul li {
	display:inline;
	padding:0;
}
#navtop ul li a {
	margin:0 .5em 0 .5em;
	padding:.25em 1.5em .25em 1.5em;
	text-decoration:none;
}
#navtop ul li a:link, #navtop ul li a:visited {
	color:#000;
}
#navtop ul li a:hover, #navtop ul li a:focus {
	background-color:#000;
	color: #fff;
}
#navtop ul li a:active, #navtop ul li a.thispage {
	background-color: #a9a9a9;
	color:#fff;
	border:1px solid #000;
}
#nav ul {
	margin:0;
	list-style: none;
	padding:0;
}
#nav ul li {
	background-color: #555555;
	margin:.25em 0 0 0;
	padding:.25em;
	white-space: nowrap;
	border: 2px groove #555555;
}
#nav ul li a {
	text-decoration:none;
	display:block;
}
#nav ul li a:link, #nav ul li a:visited {
	color:#fff;
}
#nav ul li a:hover, #nav ul li a:focus {
	background-color:#fff;
	color:#000;
}
#nav ul li a:active, #nav ul li a.thispage {
	font-weight:bold;
}
#nav ul li img {
	vertical-align: middle;
	border:1px solid #c0c0c0;
}
.thumbnail span{
	position: absolute; /*CSS for enlarged image*/
	background-color: #ffffe0;
	padding: 5px;
	left: -1000px;
	border: 1px solid #c0c0c0;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
}

.thumbnail span img{
	border-width: 0; /*CSS for enlarged image*/
	padding: 2px;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail:hover span{
	position: absolute; /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 17em; /*position where enlarged image should offset horizontally */
	width: 50%;
	text-align: left;
}

#contentcontainer {
	overflow: hidden;
}
@media print {
	#nav {
		display:none;
	}
	#navtop {
		display:none;
	}
	#container {
		width:100%;
		font-size:12px;
	}
	#footer {
		display:none;
	}
}