/*  ************************************  */
/*  iMap Info Box Style                   */
/*  ************************************  */

.wrapper {width:340px;}
.wrapper h2{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 15px;
	line-height: 21px;
	color: #639bb5;
	margin: 0 ;
	display:block;
	width:330px;
	padding:10px 0;
}

.wrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4d4b47;
	font-weight: normal;
	margin: 0 0 10px 0;	
}

.wrapper a, .wrapper a:visited{
	color:#588704;
	font-size:12px;
}

.wrapper a:hover{
	text-decoration:none;
}

.wrapper img{
	padding:5px;
}
