
/* town information */
#layout_towninfo_menu { width: 200px; float:left; }
#layout_towninfo_body { width: 700px; float:left; }
#towninfo_body_border { border-top:1px solid #00A0BF; border-right:1px solid #00A0BF; padding:1em; }

#towninfo { list-style:none;  }
#towninfo li { text-align:center; }
#towninfo a {
 display: block;
 text-decoration:none;
 border-top:1px solid #00A0BF;
 border-right:2px solid #00005E;
 border-bottom:2px solid #00005E;
 border-left:1px solid #00A0BF;
 text-align:center;
 width: 200px;
 padding:1em 0.3em;
 font-weight: bold;
 background: #006681;
 color: #eeeeee;
}
#towninfo a:hover {
 display:block;
 text-decoration:none;
 border-top:2px solid #00005E;
 border-right:1px solid #00A0BF;
 border-bottom:1px solid #00A0BF;
 border-left:2px solid #00005E;
 text-align:center;
 font-weight: bold;
 background: #eeeeee;
 color: #006600;
}

#towninfo_current {
 display: block;
 text-decoration:none;
 border-top:1px solid #00A0BF;
 border-right:2px solid #effef0;
 border-bottom:2px solid #00A0BF;
 border-left:1px solid #00A0BF;
 text-align:center;
 width: 200px;
 padding:1em 0.3em;
 font-weight: bold;
 color: #006600;
}

.towntitle { border-left:15px solid #00A0BF; padding:0.5em; }

