/* CSS Document */

#locationsLogo{
	position:absolute;
	top:103px;
	width:870px;
	height:657px;
	background-image:url(../images/locationsLogo.gif);
	background-color:#E5EEF2;
	background-repeat:no-repeat;
	z-index:3;
	}
#copyBlockLocations{
	position:absolute;
	padding-top:25px;
	padding-left:37px;
	padding-right:10px;
	background-color:#E5EEF2;
	left:368px;
	width:455px;
	height:auto;
	z-index:0;
	}
#dottedLocationsBlue{
	position:absolute;
	left:35px;
	width:440px;
	height:4px;
	background-image:url(../images/4x6dot.gif);
	background-repeat:repeat-x;
	z-index:2;
	}
#addressLeft{
	position:absolute;
	margin-top:30px;
	margin-bottom:50px;
	margin-right:15px;
	width:200px;
	}
#addressRight{
	position:absolute;
	left: 225px;
	top: -30px;
	margin-top:30px;
	margin-bottom:50px;
	margin-right:50px;
	width:200px;
	}
#map{
	position:absolute;
	background-image:url(../images/pcMap.gif);
	background-repeat:no-repeat;
	height:221px;
	width:250px;
	top:115px;
	left:135px;
	border:solid #0B5481 1px;
	}
