* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	color: #626262;
	background: url("../images/bg_body.png") repeat-x 0 0 #ffffff;
}

img {
	border: none;
}

a {
	color: #75b0cd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: .3em;
}

h2 {
	font-size: 1.16em;
	padding: 5px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0279ac;
	margin-bottom: 5px;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	padding: .5em;
	margin: .5em 0 0 0;
	color: #000000;
	font-weight: bold;
	border-left: 2px solid #75b0cd;
	border-bottom: 2px solid #75b0cd;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 900px;
	margin: 0 auto -65px auto;
}

#page-body {
	background-color: #FFFFFF;
	padding: 10px;
}

#page-push {
	height: 65px;
}

#page-footer {
	background-color: #75b0cd;
	color: #FFFFFF;
	font-size: 1.1em;
	height: 65px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

ul.menu {
	list-style-type: none;
	font-size: 1.2em;
	height: 22px;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

ul.menu li {
	display: inline;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}

ul.menu li a {
	color: #FFFFFF;
}

.left {
	float: left;
}

.right {
	float: right;
}

fieldset.fields {
	border: none;
}

form.google-search {
	float: right;
	background: url("../images/google.png") no-repeat 0 100%;
	font-size: 1.2em;
	height: 39px;
	padding: 14px 0 0 95px;
}

.inputbox {
	border-top: 1px solid #cecece;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #cecece;
	background: #FFFFFF;
	padding: 3px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbox:hover, .inputbox:focus {
	border-color: #75b0cd;
	color: #75b0cd;
}

span.submit {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: url("../images/button_left.png") no-repeat 0 0;
	padding-left: 12px;
}

span.submit span {
	display: inline-block;
	height: 24px;
	padding-right: 12px;
	background: url("../images/button_right.png") no-repeat 100% 0;
}

span.submit span input {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: url("../images/button_center.png") repeat-x 0 0;
	border: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #626262;
}

span.submit span input:hover {
	cursor: pointer;
}

.headerbar {
	clear: both;
}

.headerbar img {
	border: 10px solid #FFFFFF;
}

a.logo {
	display: block;
	float: left;
	width: 251px;
	height: 50px;
	text-indent: -999em;
	background: url("../images/logo.png") no-repeat 0 0;
	margin-bottom: 22px;
}	

ul.breadcrumbs {
	list-style-type: none;
	font-size: 1.1em;
	height: 25px;
}

ul.breadcrumbs li {
	display: inline;
	line-height: 25px;
}

ul.breadcrumbs li a {
	color: #626262;
}

.content {
	font-size: 1.2em;
}

.content p, .content ul {
	margin-bottom: 1em;
}

.content ul {
	margin-left: 1em;
}

ul.linklist {
	font-weight: bold;
	list-style-type: none;
	margin-left: 0;
}

ul.linklist li {
	line-height: 1.5em;
}

ul.linklist li a {
	color: #626262;
	text-decoration: none;
}

ul.linklist li a:hover {
	text-decoration: underline;
	color: #0279ac;
}

.ads-left {
	float: left;
	width: 120px;
}

.ads-right {
	float: right;
	width: 120px;
}

.content-city {
	float: left;
	width: 620px;
	margin: 0 10px;
}

.col-1, .col-2, .col-3 {
	float: left;
	width: 182px;
	border: 1px solid #a8a8a8;
	padding: 8px;
}

.col-2 {
	margin: 0 10px;
}

.inner-footer {
	padding: 7px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	width: 900px;
	margin: 0 auto;
}

.inner-footer ul {
	list-style-type: none;
}

.inner-footer ul li {
	display: inline;
}

.inner-footer ul li a {
	color: #FFFFFF;
}

p.disclaimer {
	font-weight: normal;
	clear: both;
	padding: 18px 0 0 0;
	margin: 0;
	float: left;
	width: 69%;
}

p.hosted_by {
	float: right;
	padding: 18px 0 0 0;
	width: 29%;
	text-align: right;
}

p.hosted_by a {
	color: #FFFFFF;
}

img.map {
	float: right;
}

ul.provincelist {
	list-style-type: none;
	float: left;
	margin-left: 0;
}

ul.provincelist li {
	line-height: 2em;
}

.index-left {
	width: 64%;
	float: left;
}

.index-right {
	width: 34%;
	float: right;
}

.gentable {
	width: 100%;
}

.gentable td {
	padding: 5px 10px 5px 0;
}

p.error {
	color: #bb194e;
}

.listtable {
	width: 100%;
}

.listtable th {
	text-align: left;
	padding: 5px;
	background-color: #626262;
	color: #FFFFFF;
	border-bottom: 3px solid #78b2ce;
}

.listtable td {
	padding: 5px;
}

.listtable tr.odd {
	background-color: #f2fbff;
}

.dropdown {
	border: 1px solid #666666;
	line-height: 1.7em;
}

.map_left {
	float: left;
	margin-right: 35px;
}

.capital {
	float: left;
	width: 290px;
	margin-right: 10px;
}

.capital-content {
	border-right: 2px solid #75b0cd;
	border-bottom: 2px solid #75b0cd;
	padding: 5px 10px 0 0;
	background: url("../images/bg_info_left.png") repeat-y 100% 0;
}

.capital-content p {
	line-height: 1.6em;
	text-align: justify;
}

.city_list {
	float: left;
	width: 290px;
}

.city_list h3 {
	border-right: 2px solid #75b0cd;
	border-left: none;
	text-align: right;
}

.city_list ul {
	list-style-type: none;
	border-left: 2px solid #75b0cd;
	border-bottom: 2px solid #75b0cd;
	padding: 5px 0 0 10px;
	margin: 0;
	background: url("../images/bg_info_right.png") repeat-y 0 0;
}

.city_list ul li {
	line-height: 1.7em;
}

.city_list ul li a {
	color: #626262;
}

.right-block {
	border-right: 2px solid #75b0cd;
	border-bottom: 2px solid #75b0cd;
	padding: 5px 10px 0 0;
	background: url("../images/bg_info_left.png") repeat-y 100% 0;
}

.no_cities {
	width: 500px
	float: left;
}

/* Autocomplete css */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}