
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background: transparent url('http://vestadvertising.com/press/images/tooltip.gif') no-repeat scroll 0 0;
	font-size:14px;
	height:113px;
	padding:70px 30px 30px 30px;
	width:310px;
	font-size:14px;
	font-weight: 200;
	display:none;
	color:#373737;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-weight:400;
	font-size:18px;
	color:#ee2e24;
}

.trigger {
	color:#333;
	display:block;
	height:32px;
	text-decoration:none;
	width:32px !important;
	position:relative;
	margin: 0;
	padding: 0;
	display: inline;
}

/* simple mouseover effect for the trigger */
.trigger:hover {
	color: #000;
}