/* Locations
-----------------------------------------------------------------------------*/
img { behavior: url(/_includes/code/iepngfix.htc); }
#mainBody {
   background: #fafaf8; 
   border: 1px solid #d6d2cc; 
   padding: 26px 20px 20px 20px;
}
#map {
   width: 398px;
   height: 285px;
   border:1px solid #d6d2cc;
   position: absolute;
   left: 293px;
   top: 75px;
}
#drag {
	visibility:hidden;
	position: absolute;
	top:100px;
	left:40%;
	z-index:9999;
	padding:20px;
	margin:0 0 0 -250px;
}
#corporateLocations {
   width: 164px;
}
#corporateLocations ol {
   margin: 0;
   padding: 5px 0 0 30px;
}
#corporateLocations ol li {
   line-height: 18px;
   padding: 0 0 13px 0;
   margin: 0;
   text-indent: 0px;
   color:#333333;
   font-weight:bold;
   text-decoration:none;
}
#mapCell {
   border: 1px solid #d6d2cc; 
   width: 692px; 
   height: 355px; 
   background: #FFF;
}
#mapCell p {
   margin: 9px 0;
}
#strategicAlliances h5, 
#corporateLocations h5 {
	margin: 0px;
	padding: 15px 0 8px 24px;
	color: #ac2d10;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	background: url(/_media/images/utility/locations/black/blank.png) no-repeat left 10px;
}
#corporateLocations h5 {
	background: url(/_media/images/utility/locations/red/blank.png) no-repeat left 0px;
	padding: 0px 0 10px 24px;
	line-height: 20px;
}
#mapLocations {
	position: relative;
}

#mapLocations #mapPoints img {
	position: absolute;
	width: 35px;
	height: 33px;
}
#mapLocations #mapPoints #blackIcons img {
	width: 22px;
	height: 23px;
}
.address {
	position:relative;
	padding-left:20px;
}
.address h5 {
	color: #ac2d10;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
}
.selected {
	color: #ac2d10;
	text-decoration: underline;
}
#locationTools	{
				padding:10px;
				height:17px;
				text-align:right;
				vertical-align:top;
				}
