

body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #767B7F;
}
h1 {
	color: #00F;
	margin-top: 4px;
}
h3 {
	color: #90A9BD;
}
img {
	border: none;
}
#container {
	margin: auto;
	width: 800px;
	height: auto;
	background-color: #FFF;
	text-align: center;
	background-image: url(cssimages/bg.jpg);
	border: thick groove Blue;
	color: #767B7F;
}
#header {
	text-align: center;
	background-image: url(cssimages/header.jpg);
	height: 156px;
	width: 800px;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: top;
}
#mainCell {
	text-align: center;
	width: 800px;
	-moz-width:auto;
	height: auto;	

}

#content {
	width: 790px;
	height: auto;
	margin: auto;
	text-align: left;
}

#photogallery {
	margin-top: 10px;
	height: 800px;
}

#footer {
	background-image: url(cssimages/footer.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 800px;
	text-align: center;
	font-size: 10px;
}
a {
	color: #6B78A9;	
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
.news {
	width: 160px;
	height: auto;
	border: thin;
	border-color: Gray;
	background-color: #A4BACF;
	clear: right;
	float: right;
	text-align: left;
	border-style: solid;
	color: #000;
	font-size: 12px;
	padding: 2px;
}
.news h4 {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;	
}
.news a {
	color: #00f;	
	text-decoration: none;
}
.news a:hover {
	color:#6B78A9;
	text-decoration: underline;
}


/* gallery software that on hover provides a description of the image. */
/* NOT USED AT THIS TIME 

.gallery {
list-style: none;
float: left;
margin-top: -20px;
}

* html .gallery {
list-style: none;
margin-top: 0;
}

.gallery li a span {
display: none;
width: 160px;
background: transparent url("gallerybits/yellow.png") repeat;
cursor: default;
color: #A78600;
padding: 0 10px 10px 10px;
}

/* This is where the position of the description box is set.
 * The margin line reflects it's offset.
 * <distance from bottom of picture> <don't know> <don't know> <distance from left edge of picture>
 *
.gallery li a:hover span {
display: block;
position: absolute;
margin: -20px 0 0 70px;
text-align: left;
}

.gallery li a span em {
display: block;
font: bold 10px/20px arial, verdana, helvetica, sans-serif;
color: #fff;
width: 160px;
background: #A78600 url("gallerybits/arrow.gif") no-repeat;
background-position: 5px 5px;
padding-left: 20px;
margin: 0 0 6px -10px;
}

.gallery li a img {
margin: 0 auto;
} 

.gallery li a {
display: block;
padding: 12px 0;
width: 119px;
height: 95px;
background: #D1FFFF url("gallerybits/box.gif") no-repeat;
text-align: center;
}

.gallery li {
display: block;
width: 119px;
height: 95px;
float: left;
margin: 15px 4px 15px 0;
}

* html .gallery li {
margin: 3px 4px 3px 0;
}
*/

/* hover show image gallery css
 * This was found here: http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/
 */

/*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;
width: 100px;
vertical-align: top;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
width: 500px;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
position: fixed;
top: 20px;
left: 480px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



    #tabs {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;

      }
    #tabs ul {
	margin: 0;
	padding: 2px 10px 0 5px;
	list-style: none;
}
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("cssimages/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("cssimages/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6B78A9;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#D2691E;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

      #tabs #current a {
              background-position:0% -42px;
              color: #D2691E;
              font-weight: bold;
      }
      #tabs #current a span {
              background-position:100% -42px;
              color: #D2691E;
              font-weight: bold;
      }



