@charset "utf-8";
/* CSS Document */

.towns { margin-left:8px; }
	.towns li { float:left; margin-bottom:10px; width:187px; }
	.towns .caption a { font-weight:normal; }

#map { background:url(../images/map.jpg) no-repeat; margin:0 15px; border:#888 solid 1px; height:1350px; position:relative; }
	#map #captions li { line-height:27px; padding-right:15px; position:absolute; font-size:11px; }
		#map #captions li span { height:27px; width:13px; float:left; left:-13px; position:absolute; }
		#map #captions li a    { color:#EEE; }
			#map #captions li a:hover { color:#FFF; }
		
		#map #captions .caption35 { background:url(../images/title_map35.png) right; }
			#map #captions .caption35 span { background:url(../images/title_map35.png); }
		#map #captions .caption18 { background:url(../images/title_map18.png) right; }		
			#map #captions .caption18 span { background:url(../images/title_map18.png); }
			
	#map #list { float:right; padding:10px 15px; color:#000; background:url(../images/alpha.png);
				 border-left:solid 1px #888; border-bottom:solid 1px #888; }
		#map ul { margin-left:20px; }
		#map h3 { margin:5px 0; font-size:14px;}
			

#parties {}
	#parties .title:first-letter { text-transform:uppercase; }
	#parties .info { color:#999; text-align:justify; }
		#parties .info strong { color:#666; }
		#parties .info p { margin-top:5px; }


