@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #00567b;
	text-align: center;
}

#container {
	width: 859px; /* this overrides the text-align: center on the body element. */
	background-color: #00567B;
	height: 560px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
}
#tourism_banner {
	position: absolute;
	z-index: 40;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
#business_banner {
	position: absolute;
	z-index: 30;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#living_banner {
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#nav_buttons {
	background-color: #8F9E8B;
	height: 30px;
	width: 450px;
	position: relative;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	top: 471px;
	margin: 0px;
	bottom: 0px;
	z-index: 99;
	left: 200px;
}
h2 {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	width: 148px;
	float: left;
	height: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	overflow: hidden;
}
h1:hover {
	background-color: #454131;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	width: 148px;
	height: 30px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	background-color: #454131;
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font-size: x-small;
	font-weight: bold;
}
