/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	height: auto;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: 100%;
}
a {font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;}
a:visited {text-decoration: none;
	color: #FFFFFF;}
a:hover {text-decoration: none;
	color: #FFFFFF;}
a:active {text-decoration: none;
	color: #FFFFFF;}
a:link {
	text-decoration: none;
}

h1,h2,h3 {font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
h4,h5,h6 {font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
h1 {font-size: xx-large;
color: #FFFFFF;
}
h2 {font-size: x-large;
color: #FFFFFF;
}
h3 {font-size:medium;
color: #FFFFFF;
}
h4 {font-size: small;
color: #FFFFFF;
}
h5 {font-size: x-small;
color: #FFFFFF;
}
.gallery {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 100%;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	height: 500px;
	margin: 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
}

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

.gallerycontainer{
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	padding-left: 10px;
}

.thumbnail img{
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
	background-repeat: no-repeat;
	background-position: center center;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: black;
	padding: 20px;
	left: -700px;
	border: 1px solid gray;
	visibility: hidden;
	color: white;
	text-decoration: none;
	top: 0px;
	z-index: 100;
}

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

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

.galleryb {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: auto;
	width: auto;
}

.instruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	line-height: 14px;
	padding-bottom: 4px;
}
health {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
