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

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.                  */
/* http://creativecommons.org/licenses/by/2.0                     */
/* This style sheet is licensed under a Creative Commons License. */

:link, :visited {
	text-decoration: none;
	}
ul, ol {
	list-style: none;
	}
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
	}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, 
form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
	}
a img, :link img, :visited img {
	border: none;
	}
address {
	font-style: normal;
	}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
body {
  background-image: url(images/master_background.png);
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}
html {
	height: 100%;
}

.push {
	height: 93px;
}

#container {
  margin: 0 auto -93px;
  width: 960px;
  height: auto!important;
  min-height: 100%;
  height: 100%;
}
#top {
	float: left;
	height: 175px;
}
#footer {
	margin: auto;
	width: 960px;
	height: 93px;
	clear: both;
}
#footer_left {
	position: relative;
	float:left;
	width: 10px;
	height: 93px;
	background: url(images/footer_left.png) no-repeat;
}
#footer_right {
	position: relative;
	float:right;
	width: 10px;
	height: 93px;
	background: url(images/footer_right.png) no-repeat;
}
#footer_centre {
	position: relative;
	float: left;
	width: 940px;
	height: 93px;
	background: url(images/footer_background.png) repeat-x;
}
#footer_logo {
	position: relative;
	float: left;
	width: 140px;
	height: 30px;
	margin-top: 19px;
}
h3.heading_footer_logo{
	width: 140px;
	height: 30px;
	background: url(images/footer_logo.jpg) no-repeat;
	text-indent: -9999px;
}
#footer_text {
	position: relative;
	float: left;
	width: 500px;
	height: 40px;
	margin-top: 12px;
	font-size: 16px;
	color: #688c94;
	margin-left: 85px;
	overflow: auto;
	line-height: 20px;
}
#footer_map_link {
	position: relative;
	float: right;
	width: 140px;
	height: 30px;
	margin-top: 19px;	
}
#map {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 140px;
  height: 30px;
  position: relative;
}
#map span {
  display: none;
  position: absolute;
}
#map a {
  display: block;
  text-indent: -9999px;
  position: absolute;
  outline: none;
}
#map a:hover {
  background-position: left bottom;
}
#map .map_link_button {
	width: 140px;
	height: 30px;
	background: url(images/footer_map.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
.nav-links li {
list-style-type: none;
display: inline;
}
.nav-links li a {
	float: left;
	width: 156px;
	height: 24px;
	text-decoration: none;
	text-transform: none;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	padding-top: 8px;
	font-weight: normal;
}
.nav-links li a:hover {
  color: #365861;
}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 960px;
  height: 175px;

}

#menu a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	outline: none;
	z-index: 2;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}
#menu .menu1 {
  width: 70px;
  height: 28px;
  background: url(images/menu1.jpg) no-repeat;
  float: left;
  margin-left: 150px;
  top:135px;
}
#menu .menu2 {
  width: 95px;
  height: 28px;
  background: url(images/menu2.jpg) no-repeat;
  float: left;
  margin-left: 236px;
  top: 135px;
}
#menu .menu3 {
  width: 128px;
  height: 28px;
  background: url(images/menu3.jpg) no-repeat;
  float: left;
  margin-left: 353px;
  top: 135px;
}
#menu .menu4 {
  width: 170px;
  height: 28px;
  background: url(images/menu4.jpg) no-repeat;
  float: left;
  margin-left: 498px;
  top: 135px;
}
#menu .menu5 {
  width: 111px;
  height: 28px;
  background: url(images/menu5.jpg) no-repeat;
  float: left;
  margin-left: 686px;
  top: 135px;
}
#menu .menu6 {
  width: 140px;
  height: 28px;
  background: url(images/menu6.jpg) no-repeat;
  float: left;
  margin-left: 819px;
  top: 135px;
}

