/* CSS Document */

body {
 background-color: #ABABAB;
 margin: 0;
 padding: 0;
 font-size: 11.7pt;
 font-family: Cricket, sans-serif;
 color: #012A3B;
 text-align: justify;
 font-weight: 400;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; } 
a:hover { text-decoration: none; } 

#backgroundbar
{
 position: relative;
 background-image: url(../images/bodybar3.gif);
 background-repeat: repeat-y;
 background-position: center;
}

#gradient
{
 position: relative;
 top: 0px;
 left: 0px;
}

#wrapper {
 width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
}

#masthead {
 position: relative;
 top: 0px;
 left: 0px;
}

#navbar {
 position: relative;
 top: 0px;
 left: 0px;
 background-color: #000000;
}

#footer {
 position: relative;
 top: 0px;
 left: 0px;
 background-color: #ffffff;
}

#info {
 position: relative;
 top: 0px;
 left: 0px;
 background-color: #ffffff;
}

#contentarea {
 position: relative;
 width: 950px;
 height: 310px;
 top: 10px;
 left: 33px;
 background-color: #ffffff;
}

#contentareaaboutus {
 position: relative;
 width: 930px;
 height: 615px;
 top: 10px;
 left: 33px;
 background-color: #ffffff;
}

#contentareagallery {
 position: relative;
 width: 920px;
 height: 855px;
 top: 0px;
 left: 33px;
 background-color: #ffffff;
}

#contentareacontactus {
 position: relative;
 width: 930px;
 height: 370px;
 top: 10px;
 left: 33px;
 background-color: #ffffff;
}

#map {
 float: right;
 margin-left: 35px;
}

#fadeLayer
{
  display: none;
  position: absolute;
  width: 100%;
  height: 1177px;
  background-color: black;
  z-index:0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#floatingPhotoBar
{
  position: absolute;
  top: 280px;
  left: 0px;
  width: 100%;
  height: 600px;
  display:none;
  z-index: 0;
}

#floatingPhotoContainer
{
  position: relative;
  margin: 0px auto;
  width: 900px;
  height: 600px;
  padding: 50px;
  background-image:url(../images/gallery/bg-photo.png); 
}

.floatingPhoto
{
  display: none;
  z-index: 0;
}

.closeButton
{
  cursor: pointer;
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 4;
  border: 0px;
 }