/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #000033;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	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;
	color: #FFFFFF;
	line-height: 1;
}

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;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #999999;
	width: 900px;
	height: 600px;
	border: 2px solid #666666;
}
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-right: 0px solid;
	border-bottom: 1px solid #666666;
	border-left: 0px solid;
}

#footerleft {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
	height: 580px;
	width: 165px;
	padding-left: 10px;
	padding-top: 20px;
}

#bottomnav {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	width: 900px;
	background-position: center;
}

.gallery {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 900px;
	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: #006666;
	border-bottom-color: #006666;
	height: 500px;
	margin: 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

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

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

.thumbnail img{
	margin: 0 10px 10px 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;
	padding: 20px;
	left: -750px;
	border: 1px solid gray;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
	top: 0px;
	z-index: 200;
}

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

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

.galleryb {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 108%;
	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: #006666;
	border-bottom-color: #006666;
	height: 525px;
	margin: 0px;
}

.gallerya {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 108%;
	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: #006666;
	border-bottom-color: #006666;
	margin: 0px;
}
.gallerylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-position: left top;
	text-align: left;
	height: auto;
}
.instruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
