body { 
padding-right:6em;
padding-top:1em;
font-family: "Arial";
font-size:small;
color: White;
background-color: Black; 
background-image:  url(BG.gif);
background-repeat: no-repeat;
background-attachment: fixed}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.gallerycontainer{
position: top;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

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

.thumbnail:hover{
background-color: transparent;
border: 2px;}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 5px solid black;
visibility: hidden;
color: black;
text-decoration: none;
font-family: "Arial";}

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

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

html {
  scrollbar-face-color: ThreeDFace !important;
  scrollbar-shadow-color: ThreeDDarkShadow !important;
  scrollbar-highlight-color: ThreeDHighlight !important;
  scrollbar-3dlight-color: ThreeDLightShadow !important;
  scrollbar-darkshadow-color: ThreeDDarkShadow !important;
  scrollbar-track-color: Scrollbar !important;
  scrollbar-arrow-color: ButtonText !important; }

#invertedtabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 2em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #0e5800 url(color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #0b4001;
}

#invertedtabs a:hover span{
background-color: #0b4001;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #0b4001;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #0e5800;
border-bottom: 2px solid #fff; /*Remove this to remove border between bar and tabs*/
}

h1 {font-family: Arial}

h2 {font-family: Arial}

h6 {font-family: Arial}

p {font-family: Arial}

h2 {margin-top: .5em;
    padding-top: .5em;
    border-top: thick solid;
	border-width: 3px}
	
address {
    padding-top: .5em;
    border-top: thin dotted;
	border-width: 1px}
	
address { font-family: Arial}
