div#locationmap {
	position:absolute;	
	left:240px;
	top:170px;
	height:372px;
	width:660px;
	background-image:url(../images/locations/locations.jpg);	
	}

.contact a {text-decoration:underline}
.contact a:link {text-decoration: underline;color:white;}
.contact a:visited {text-decoration:underline;color:white;}
.contact a:hover {}
.contact a:active{text-decoration:none;color:white;}
	
div#locationmap span.corporate {
	position:absolute;
	top:170px;
	left:415px;
	width:25px;
	height:25px;	
	}

div#locationmap span.corporate img{
	border:1px solid #cecece;
	margin-left:10px;
	position:absolute;
	left:-9999px;
	height:165px;
	width:220px;
	background-repeat:no-repeat;
	border:2px solid #cecece;
	}	
	
div#locationmap span.corporate:hover img {
	left:auto;
	top:-200px;
	left:-125px;	
	}
	
div#locationmap span.satellite {
	position:absolute;
	top:230px;
	left:520px;
	width:25px;
	height:25px;	
	}
	
div#locationmap span.satellite img{
	border:1px solid #cecece;
	margin-left:10px;
	position:absolute;
	left:-9999px;
	height:145px;
	width:220px;
	background-repeat:no-repeat;
	border:2px solid #cecece;
	}

div#locationmap span.satellite:hover img{
	left:auto;
	top:-160px;
	left:-50px;
	}
	
div#location_text {
	position:absolute;
	left:225px;
	top:445px;
	width:660px;
	}

div#locations {
	position:absolute;	
	border:solid 2px #cecece;	
	left:270px;
	top:110px;
	color:white;
	background-color:black;	
	z-index:100;
	}
	
div#locations_margin {	
	margin:5px;	
	}
	
.clearmargins {
	margin:0;
	padding:0;
	}