@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 86%;
	text-align: center;
	background: #FFFFFF repeat-x left top;
	color: #000000;
}

p {
	font: 1.2em/1.3em helvetica, verdana, arial, sans-serif;
	padding: 8px 0 0 0;
}

h1 {
	font: 2em/2.5em georgia, times, serif;
}

h2 {
	font: 1.6em/1.6em georgia, times, serif;
}

h3 {
	font: 1.4em/1.7em georgia, times, serif;
}

#container {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

.wrapper {
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -188px; 
}

.push {
	height: 188px;
}

.footer { 
    height: 188px;
	padding: 46px 0 0 0;
	background: url(img/footerbg.gif) #2a4d6e repeat-x left top;
	color: #FFFFFF;
}

.footer a:link, .footer a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
}

.footer a:hover, .footer a:active {
	border-bottom: 1px solid #FFFFFF;
}

#logo {
	float: left;
	margin: 10px 0 20px 0;
}

#logo h1 {
	background: url(img/logo.gif) no-repeat left top;
	width: 331px;
	height: 76px;
	text-indent: -9999em;
	overflow: hidden;
}

/* Main Navigation */

#nav {
	float: left;
	width: 960px;
	height: 36px;
	display: inline;
}

#nav ul {
	float: left;
	list-style-type: none;
}

#nav ul li {
	float: left;
	height: 36px;
	display: inline;
}

#nav ul li a {
	display: block;
	height: 36px;
	border: none;
	text-decoration: none;
	text-indent: -8000em;
	overflow: hidden;
}

#nav ul li a.home {
	width: 105px;
	background: url(img/home.gif) no-repeat 0 0;
}

#nav ul li a.history {
	width: 174px;
	background: url(img/history.gif) no-repeat 0 0;
}

#nav ul li a.records {
	width: 315px;
	background: url(img/records.gif) no-repeat 0 0;
}

#nav ul li a.directions {
	width: 217px;
	background: url(img/directions.gif) no-repeat 0 0;
}

#nav ul li a.contact {
	width: 149px;
	background: url(img/contact.gif) no-repeat 0 0;
}

#nav ul li a#up {
	background-position: 0 -72px;
}

#nav ul li a:link, #nav ul li a:visited {
	background-position: 0 0;
}

#nav ul li a:hover, #nav ul li a:active {
	background-position: 0 -36px;
}

.dottedline {
	float: left;
	clear: both;
	height: 1px;
	width: 960px
}

/* Main Content */

a:link, a:visited {
	color: #2a4d6e;
	text-decoration: none;
	border-bottom: 1px dotted #2a4d6e;
}

a:hover {
	border-bottom: 1px solid #2a4d6e;
}

a:active {
	color: #99b3cb;
	border-bottom: 1px solid #99b3cb;
}

#mainnote {
	float: left;
	width: 515px;
	padding: 15px 15px 20px 10px;
}

#mainnote p {
	padding: 14px 15px 0 15px;
	text-align: justify;
}

#mainabout {
	float: left;
	width: 385px;
	padding: 15px 0 20px 13px;
}

#mainabout p {
	padding: 14px 0 0 15px;
	text-align: justify;
}

#historytext {
	float: left;
	width: 580px;
	padding: 17px 15px 20px 10px;
}

#historytext p {
	padding: 14px 15px 0 15px;
	text-align: justify;
}

#historypics {
	float: left;
	width: 312px;
	margin: 59px 20px 20px 10px;
}

#historypics a img {
	float: right;
	clear: right;
	text-decoration: none;
}

.img-shadow {
  float: right;
  background: url(img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 15px 10px !important;
  margin: 10px 0 15px 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 