/* CSS Document */

body td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px
}


h4 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	padding: 2px 5px 2px 5px;
	background-color:#66CC33;
	color:#ffffff;
}
.nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	padding: 0px 0px 0px 20px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	font-weight:bold;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
	}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

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

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
	
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 250px;
	height: 270px;
	left: 80px;
	top: 300px;
	background-color: #eee;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float: right;
}

	