/* CSS Document */
*
{
	margin: 0px;
	padding: 0px;
}


.gallerycontainer{
height: 360px;
width: 384px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
padding-left: 21px;
padding-right: 21px;
/*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;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	height: 360px;
	width: 400px;
	background-color: #FFFFFF;
	padding: 0px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

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

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

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


#email a:link, #email a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#email a:hover, #email a:active {
	color: #CC6600;
	text-decoration: none;
}
#sitemap a:link, #sitemap a:visited {
	color: #000000;
	text-decoration: none;
}
#sitemap a:hover, #sitemap a:active {
	color: #CC6600;
	text-decoration: none;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.subheading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #CC6600;
	width: 200px;
	height: 150px;
}

.bodytext
{
	overflow: auto;
	height: 360px;
	width: 384px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 21px;
	padding-right: 21px; 
}
#email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.infobar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC6600;
}
.h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
