/* Styles for the State & Territory Contacts Page */


#mapLayout {
	position: relative;
	width: 604px;
	height: 525px;
	padding: 0px;
}


#usaMap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 373px;
	height: 308px;	
	padding: 0px;
}

#usTerritories {
	position: absolute;
	top: 0px;
	left: 373px;
	width: 231px;
	padding: 0px;
}

#namesCol01 {
	position: absolute;
	top: 320px;
	left: 0px;
	width: 300px;
}

#namesCol01 img, #namesCol02 img {
	clear: left;
	float: left;
	margin: 2px 20px 20px 10px;
	border: 1px solid #333333;
}

#callContact {
	border: none !important;
}

#namesCol02 {
	position: absolute;
	top: 320px;
	left: 300px;
	width: 300px;
}
