html, body {
  background: #002d53 url(../img/body-bg.gif) scroll repeat-x left top;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #222;
}
h2 {
  margin: 20px 0 10px 0;
  font-size: 1.286em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #004e6b;
}
h3 {
  margin: 10px 0 0 0;
  font-size: 1.071em;
  font-weight: bold;
}
h4 {
  margin: 10px 0 0 0;
  font-weight: bold;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  color: #002d53;
}
a.back {
  display: block;
  font-size: 0.857em;
  text-align: right;
  text-transform: lowercase;
}
form .require {
  font-weight: bold;
  color: #c00;
}
form .form-field {
  clear: left;
  margin: 10px 0;
}
form .form-field label {
  display: block;
  padding-right: 10px;
  width: 140px;
  float: left;
}
form .error {
  margin-top: -8px;
  padding-left: 150px;
  font-size: 0.857em;
  color: #c00;
}
form .submit {
  padding-left: 150px;
}
.vcard .org {
  display: none;
}
.vcard .street-address {
  display: block;
}
.vcard .postal-code {
  display: block;
  margin-bottom: 10px;
}
.vcard .tel {
  display: block;
}
.vcard .email {
  display: block;
}
.vcard .tel .type {
  display: none;
}
.very-important {
  text-transform: uppercase;
}
.note {
	font-size: 0.857em;
	font-style: italic;
}
#container {
  position: relative;
  margin: 0 auto;
  background: transparent url(../img/container-bg.png) scroll repeat-y right top;
  padding: 0 10px;
  width: 740px;
  min-height: 100%;
}
#logo {
  background: transparent url(../img/logo-bg.gif) scroll repeat-x left bottom;
  padding: 30px 20px 0 20px;
  height: 43px;
  overflow: hidden;
}
#nav {
  margin: 0 -10px;
  background: transparent url(../img/nav-bg.png) scroll repeat left top;
  padding: 10px 25px;
  font-size: 0.857em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  cursor: default;
}
#nav li {
  display: inline;
}
#nav li:before {
  content: '| ';
}
#nav li:first-child:before {
  content: '';
}
#nav a {
  padding: 0 5px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
#nav a.current {
  color: #ddd;
}
#nav a:hover {
  color: #edf7f8;
}
#nav a.current:hover {
  color: #ddd;
}
#page-body {
  margin: 0 -10px;
  padding: 0 10px 70px 10px;
  width: 740px;
  line-height: 1.3;
}
/* float clearing */
#page-body:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#emergency {
  background-color: #edf7f8;
  padding: 15px;
  color: #1c9b92;
  font-size: 1.429em;
  text-align: center;
  line-height: 1.6;
}
#emergency .tel {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #006351;
}
#sidebar {
  padding: 0 20px 15px 20px;
  width: 215px;
  float: left;
  font-size: 0.857em;
  text-align: right;
}
#sidebar h2 {
  font-size: 1.5em;
}
#sidebar h3 {
  font-size: 1.25em;
}
#sidebar ul {
  margin: 25px 0 0 20px;
  list-style: disc outside none;
  text-align: left;
  line-height: 1.5;
}
#sidebar ul ul {
  margin: 0 0 0 20px;
  font-size: 0.917em;
}
#content {
  padding: 0 20px 30px 20px;
  width: 445px;
  float: right;
}
#content p {
  margin: 15px 0;
}
#content ul {
  margin: 15px 0 15px 30px;
  list-style: disc outside none;
}
#footer-container {
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent url(../img/nav-bg.png) scroll repeat-x left top;
  padding: 10px 10px 0 10px;
  width: 740px;
  height: 70px;
}
#footer {
  background-color: #fff;
  padding: 15px 30px;
}
#footer ul {
  margin-bottom: 3px;
  font-size: 0.857em;
  font-weight: bold;
  color: #002d53;
}
#footer li {
  display: inline;
}
#footer li:before {
  content: '| ';
}
#footer li:first-child:before {
  content: '';
}
#footer a {
  text-decoration: none;
}
#footer p {
  font-size: 0.714em;
  color: #888;
}
