@charset "UTF-8";

.body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #5f8962;
}
.thumbnail{
	position: relative;
	z-index: 0;
	background-image: url(images/thumbs/ads_2.jpg);
}

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

.thumbnail span{ /* margin 1=top 4=left */
	position: absolute;
	margin: -60px 0 0 -75px;
	left: -1000em;
}

.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 */

}
.bold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #5f8962;
}
.quote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #5f8962;
}
.name {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #5f8962;
}
.list {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #5f8962;
}
.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #5f8962;
	text-transform: uppercase;
}

