/*-- styles for sitemap --*/
#mapContainer {
	position:absolute; top:95px; left:0px;
	width:700px; height:460px; overflow:auto; z-index:1;
}
	#column1, #column2, #column3 {
		float:left; 
	}
		.columnText {
			padding: 0px  20px;
		}
		
			.columnText h1 {
				font-size: 16px; letter-spacing:0px; line-height:20px; font-weight:normal;
				margin:0px; padding: 4px 0px 0px 0px; 
				font-family: Garamond, 'Adobe Garamond Pro', serif;  
			}	
			.columnText h2 {
				font-size: 11px; letter-spacing:0px; line-height:18px; font-weight:normal;
				margin:0px; padding: 0px 0px 0px 0px;
				font-family: Georgia, serif;
			}
			.columnText h3 {
				font-size: 11px; letter-spacing:0px; line-height:18px; font-weight:normal;
				margin:0px; padding: 0px 0px 0px 0px; clear:both; 
				font-family: Georgia, serif;
			}	
			.columnText p {
				font-size: 11px; line-height:18px; letter-spacing:0px; 
				margin:0px; padding:0px 0px 0px 16px; clear:both;
			}		
				
			.columnText a {
				 text-decoration:none; color:#231f20; 
			}
			.columnText a:hover {
				text-decoration: underline; color:#000000;
			}			