﻿/* **********************************************************************************************/
/* ** The following code page is the property of Utica First Insurance Company, Utica, NY.		*/
/* ** Page name: UFIMap.css					UFI Map												*/
/* ** Last Modified: 05/18/2009				Programmer: MRD										*/
/* **********************************************************************************************/

#ufimap {
	width:800px;
	height:150px;
	background: #fff url(../images/UFIheader.jpg);
	position:relative;
}

#ufimap a {
	color:#00f;
	font: bold 15px Verdana;
	text-decoration:none;
	background:transparent;
	display:block;
	width: 132px;
	height: 30px;
	margin: 0px;
	position:absolute;
	overflow:hidden;
}

#ufimap a:hover {
	overflow:visible;
}

a#logo {left:16px; top:13px; width:360px; height:66px;}
a#first {left:0px; top:89px; }
a#second {left:133px; top:89px;}
a#third {left:266px; top:89px; }
a#fourth {left:400px; top:89px;}
a#fifth {left:533px; top:89px;} 
a#sixth {left:666px; top:89px;}

