body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 915px;
  color: white;
  background-image: url(images/forest_bg.jpg);
  font-family: Georgia, Times, "Times New Roman", serif;
}

#wrapper {
  text-align: left;
  width: 928px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fdf8f2;
  color: #01407a;
  padding: 10px;
}

#content {
  background-color: white;
  border: 1px solid #f0f0f0;
  padding: 0;
}

#content h1 {
  font-size: 120%;
  color: #01407a;
  padding: 0.3em 0 0.3em 30px;
}

#content h2 {
  font-size: 175%;
  font-weight: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-align: center;
  color: #032469;
}

#content p {
  /* line-height: 1.2em; */
  padding: 10px;
}

#content h4 {
  padding: 10px;
}

#content-wrapper {
  margin: 0 0 0 200px;
}

#main {
  position: relative;
}

#leftcolumn {
  position: absolute;
  top: 0;
  left: 0;
  width: 187px;
  background-color: white;
  color: navy;
  border: 1px solid #f0f0f0;
}

#leftcolumn p {
  /* line-height: 1.6em; */
  padding: 10px;
}
#leftcolumn img {
  border-style: none;
}

#footer {
  font-size: 90%;
  width: 100%;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 0.5em 0 0.5em 0;
  text-align: center;
  background-color: #c2d2b7;
  color: gray;
  clear: both;
  /* these two lines only make a difference in firefox, safari, and chrome */
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
}

/* drop shadow - http://www.alistapart.com/articles/cssdropshadows/ */

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 

/* left side main menu */

#navcontainer { 
  width: 187px; 
}

#navcontainer ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

#navcontainer a {
  display: block;
  padding: 6px;
  width: 175px;
  background-color: #036;
  border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited {
  color: #EEE;
  text-decoration: none;
}

#navcontainer a:hover {
  background-color: #c2d2b7;
  color: #fff;
}

#clear {
  clear: both;
}

/* cabin selection menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/3d-css-buttons/ */

.cssbutton {
  background-color: Navy;
  border: 2px Navy outset;
  padding: 1px 4px;
  color: white;
  text-decoration: none;
  font: 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited {
  color: white;
}

.cssbutton:hover{
  border-style: inset;
  background-color: Teal;
  padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
  color: white;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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: lightyellow;
white-space: nowrap;
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*/
visibility: visible;
top: 0;
left: 170px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
