@charset "UTF-8";

div,body { margin: 0px; padding: 0px; }
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 90%;
}

a { text-decoration: none; }
a:link { text-decoration: none; color: #000099; }
a:visited { text-decoration: none; color: #3E014D; }
a:hover { text-decoration: underline; color: #CC3300; }
a:active { color:#CC0000; }

img { margin: 0px; padding: 0px; border: 0px; }
hr {
	clear: both;
	visibility: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.mapinfo {
	text-align: left;
	white-space: nowrap;
	font-size: 90%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#container {
	margin: 0px auto;
	padding: 10px 40px;
	width: 700px;
}
#header {
	width: 700px;
	height: 26px;
	margin-bottom: 10px;
	text-align: right;
	background: url(../IMG/capy_subtitle.gif) no-repeat left top;
}
#navileft {
	width: 150px;
	padding: 4px;
	border: 1px solid #999999;
	background-color: #f5e5ca;
	float: left;
}
#main {
	width: 520px;
	margin: 0px 10px;
	float: left;
}
#footer {
	width: 100%;
	clear: both;
}

div#navileft ul#menu {
	margin: 0px;
	padding: 0px;
}
div#navileft ul#menu li {
	margin: 1px;
	padding: 1px;
	font-size: 85%;
	line-height: 100%;
	list-style-type: none;
}
div#navileft ul#menu li.current {
	font-weight: bold;
}

div#main h1 {
	margin: 10px 0px;
	font-size: 140%;
	font-weight: bold;
	line-height: 160%;
	color: #723c01;
	background: url(../IMG/link_ti1_back.gif) repeat-x left bottom;
}
div#main p {
	margin: 5px;
	padding: 5px;
	text-indent: 1em;
	font-size: 95%;
}
div#main div#map {
	margin: 5px auto;
	width: 500px;
	height: 500px;
}
div#main div#citylink {
	margin: 5px auto;
	clear: both;
}
div#main div#citylink h2 {
	margin: 10px 0px;
	font-size: 110%;
	font-weight: bold;
	line-height: 130%;
	color: #723c01;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #cfac61;
	clear: both;
}
div#main div#citylink ul.city {
	margin: 0px;
	padding: 0px;
	clear: both;
}
div#main div#citylink ul.city li {
	list-style-type: none;
	font-size: 95%;
	margin: 0em;
	padding: 0em;
	height: 1%; /* for IE6 */
	margin-left: 0.12em; /* for IE6 */
	width: 4.5em;
	float: left;
}
div#main div#citylink ul.city li.auto {
	width: auto;
	margin-right: 1em;
}
table.latlng {
  width: 20em;
  border: 1px solid #006600;
  margin: 4px;
  border-collapse: collapse;
}
table.latlng caption {
	font-weight: bold;
}
table.latlng th,table.latlng td {
  padding: 2px;
  border-right: 1px solid #006600;
  border-bottom: 1px solid #006600;
}
table.latlng th {
  width: 50%;
  vertical-align: middle;
}
table.latlng td {
  font-size: 95%;
  text-align: right;
}


div#footer address {
	margin: 1px;
	padding: 1px;
	font-style: normal;
	font-size: 90%;
}
div#footer img.rightlogo {
	margin: 1px;
	float: right;
}
div#footer hr {
	margin: 2px auto;
	padding: 0px;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #cccccc;
	visibility: visible;
}
