/* placeholder */


#nano_metros li {
	margin: 0; 
}
	#nano_metros li a {
		border-bottom: 1px dotted #555; 
	}

#sectors {
	position: absolute;
	top: 393px; 
}
	
	#sectors h3 {
		position: static; 
		height: 14px; 
		font-size: 10px; 
		text-transform: uppercase;
		font-weight: bold; 
		color: #385459;
		color: #000; 
		background: none;
		margin-bottom: 0; 
		display: none;
		
	}

	#sectors_table {
		position: relative;
		margin-bottom: 1em; 
		border-bottom: 1px dotted #8fa6aa;
		left: -17px; 
		padding-left: 20px; 
		width: 205px; 
	}

	#sectors_table td {
		vertical-align: center;
		padding: 3px 0 3px 0; 
		border-top: 1px dotted #8fa6aa; 
	}
		#sectors_table td.pin {
			padding-right: 7px; 
			padding-left: 15px; 
		}

	#sectors p {
		line-height: 1.5em; 
		margin: 1em 0; 
		width: 175px; 
	}


