body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 800px;
}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

.frontphoto {
  margin: 0 0 2px 0;
  border: 0;
  float: left;
}

#masthead {
  width: 800px;
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
}

#extras {
	float: right;
	width: 120px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#extras p {
  margin: 0 0 1.5em 0;
}

#content {
  margin: 0px 75px 20px 75px;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 0 10px 0 10px;
  line-height: 1.6em;
  text-align: justify;
}

#content h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}

#content img {
  padding: 10px;
  display:inline;
  background: white;
  border: 0;
}

h3 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
}

a {
  text-decoration: none;
  color: #286ea0;
}

a:hover {
  text-decoration: underline;
  color: #286ea0;
}

a img {
  border: 0;
}

#footer {
  clear: both;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  border-top: 4px solid #f0f0f0;
  width: 760px;
  text-align: center;
  color: #808080;
  font-size: 0.9em;
}

#footer a {
  color: #808080;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.left {
  margin: 10px 10px 5px 0;
  float: left;
}

.right {
  margin: 10px 0 5px 10px;
  float: right;
}

.textright {
  text-align: right;
}

.center {
  text-align: center;
}

.small {
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none;
}

.articlepara {
  margin: 0 0 10px 0;
  clear: both;
}

ul#minitabs {
  list-style: none;
  margin: 0;
  padding: 0px 0px 7px 0px;
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  white-space: nowrap
}
ul#minitabs li {
  display: inline;margin: 0 2px
}
ul#minitabs a {
  text-decoration: none;
  padding: 0 5px 3px 5px;
  border-bottom: 2px solid #FFF;
  color: #666
}
ul#minitabs a#current{
  border-color: #BC0000;
  color: #06F
}
ul#minitabs a:hover {
  border-color: #BC0000;
  color: #333
} 
#navsite {
  clear: both;
  margin: 0;
  border: 0;
}

.articleintro {
  padding: 10px;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
}

.gallerycontainer{
  position: relative;
  /*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
  border: 1px solid white;
  margin: 0 5px 5px 0;
}

.thumbnail:hover{
  background-color: transparent;
}

.thumbnail:hover img{
  border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
  position: absolute;
  background-color: #e0e0e0;
  padding: 5px;
  left: -1000px;
  border: 1px dashed gray;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
  position: absolute;
  clear: both;
  visibility: visible;
  top: 100px;
  left: -100px; /*position where enlarged image should offset horizontally */
  z-index: 50;
}
