* {
  margin: 0;
  padding: 0;
}

body {
  background: url(/images/bg.gif) center top repeat-y;
  font-family: Tahoma, Arial, Verdana;
  font-size: 72.5%;
  line-height: 1.6em;
  margin: auto;
  padding: 250px 0 0 266px;
  position: relative;
  width: 500px;
}

/* Text styles */

h1 {
  color: #003e84;
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.25em;
}

h2 {
  color: #006ee3;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}

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

ul {
  margin-left: 1.5em;
}

a {
  color: #80b735;
}

a:hover {
  text-decoration: none;
}

a img {
	border: none;
}

img.inline-left {
  border: 1px solid #999;
  float: left;
  margin: 0 1em 1em 0;
  padding: 5px;
}

img.inline-right {
  border: 1px solid #999;
  float: right;
  margin: 0 0 1em 1em;
  padding: 5px;
}

img.map {
	border: 1px solid #999;
}

hr {
  clear: left;
  border: none;
  border-bottom: 1px dotted #000;
  margin: 1em 0;
}

ul.coverage {
	float: left;
	margin-bottom: 1em;
}

ul.coverage li {
	display: block;
	float: left;
	width: 33%;
}

.clear {
	clear: both;
}

/* Layout elements */

p#back-to-home {
  color: #666;
  right: 0px;
  line-height: 1.2em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0px;
}

span#tagline {
	color: #fff;
	font-weight: bold;
	left: 25px;
	position: absolute;
	font-style: italic;
	top: 98px;
}

h2#header {
  background: url(/images/header.jpg) left top no-repeat;
  height: 199px;
  left: 0;
  position: absolute;
  text-indent: -10000px;
  top: 0;
  width: 507px;
}

address#emergency-callout {
  display: none;
  right: 100px;
  position: absolute;
  top: 60px;
}

div#sidepanel {
  background: url(/images/sidepanel_bg.gif) left top no-repeat;
  height: 214px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 199px;
  width: 239px;
}

div#sidepanel img {
  margin-bottom: -15px;
}

div#sidepanel a {
  color: #fff;
}

div#sidebox {
  border-right: 1px dotted #000;
  left: 0;
  padding: 5px 0 0 20px;
  position: absolute;
  top: 440px;
  width: 238px;
}

div#footer {
  background: #003e84;
  left: 0;
  padding: 10px;
	position: absolute;
	top: 590px;
  width: 239px;
}

div#footer p, div#footer a {
  color: #fff;
  margin-bottom: 0.5em;
}

.half-split {
	background: url(/images/half-split-bg.gif) left top repeat-y;
	float: left;
}

.half-left {
	float: left;
	width: 260px;
}

.half-right {
	float: left;
	width: 240px;
}

/* form styles */

ul.error {
	color: #e3006e;
	font-style: italic;
}

fieldset {
	background: #e0e0e0;
	border: 0;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	width: 225px;
}

fieldset p {
	margin-bottom: 0;
}

fieldset.button {
	padding-bottom: 5px;
	text-align: center;
}

label {
	color: #006ee3;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
}

input.text {
	width: 220px;
}

textarea {
	height: 100px;
	width: 220px;
}

/* menu styles */

ul#main-menu {
  border-right: 1px solid #696969;
  height: 48px;
  left: 259px;
  margin: 0;
  position: absolute;
  top: 199px;
  width: 506px;
}

ul#main-menu li {
  background: url(/images/button.gif) left top no-repeat;
  display: block;
  float: left;
  height: 48px;
  text-align: center;
  width: 72px;
}

ul#main-menu li.long {
  width: 145px;
}

ul#main-menu a {
  color: #fff;
  line-height: 48px;
  text-decoration: none;
  width: 100px;
}

ul#main-menu a:hover, ul#main-menu a.selected {
  text-decoration: underline;
}