/*1545C6	6E85C6	9AA6C6	354A84	1A2542	526495	8690AD
3B1399	6A5699	817799	3C2A65	1E1532	4F4072	706885
109994	549996	769997	296563	143231	3F7271	678584
FFA01C	FFCF8D	FFE7C6	A97F45	543F22	BF9B6A	DDC9AC
*/
#infowindow {
	display: block;
	position: absolute;
	width: 360px;
	height: 220px;
	top: 50px;
	right: 0px;
	padding: 0px;	
}

#infobox {
	display: block;
	position: relative;
	height: 110px;
	background-color: #FFCF8D;
	padding: 0px;
}

.box {
	position: absolute;
	display: block;
	width: 110px;
	height: 100px;
	text-decoration: none;
	padding: 0px;
	margin: 5px;
	color: #000000;
	font-size:8pt;
	text-align:center;
}

.box:hover {
	background-color: #9AA6C6;
	text-decoration: none;
}

.sfeat, #infowindow h1 {
	font-family:georgia,arial,helvetica;
	font-weight:bold;
	color: #354A84;
	font-size: 14pt;
	text-align: center;
	margin: 5px;
}

.box h2 {
	color: #354A84;
	font-size: 12pt;
	text-align: center;
	margin: 2px 0px 2px 0px;
	border-bottom: thin solid #FFA01C; 
}


