/* CSS Document */
h2 { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

.curved-box
    {
	width: 175px;
	background-image: url(../images/backborder.gif);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	margin-top: 13px;
	margin-bottom: 0px;
}

.curved-box h2
    {
	color: #009300;
	background-image: url(../images/topborder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 7px;
	padding-left: 21px;
}

.curved-box p
    {
	margin: 0px;
	text-align: left;
	background-image: url(../images/bottomborder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 29px;
}
.curved-box a {
	margin-top: 2px;
	margin-bottom: 0px;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 14px;
	width: 139px;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 8px;
}
.curved-box a:link, .curved-box a:visited {
	color: #000000;
}
.curved-box a:hover {
	background-color: #DADAA3;
}



.thumbnail{
	z-index: 1;
	position: relative;
	text-decoration: none;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 1000;
	text-decoration: none;
	border: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	border: thin dotted black;
	visibility: hidden;
	text-decoration: none;
	color: #000000;
	left: 0px;
	top: -245px;
	height: 0px;
	width: 289px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	text-decoration: none;
	z-index: 500;
	cursor: pointer;
	height: 220px;
}
