/* ---- CSS Document ---- */

html { overflow-y: scroll; }

body {
  color: #464646;
  font-size: 18px;
  margin: 0 0 25px 0;
  background-color: #ededed;
  font-family: Arial, Helvetica, sans-serif;
}

div, a {
  position: relative;
  top: 0;
  left: 0;
}

a { color: #014596; }

h1, h2, h3, h4, p { margin: 0 0 8px 0; }

h1 { font-size: 1.35em; color: #014596; }

h2 { font-size: 1.2em; color: #151515; }

h3 { font-size: .9em; color: #151515; }

/* ---- class settings ---- */

.a-img { border: 0; }

.large-text { font-size: 26px; }

.larger-text { font-size: 30px; }

.img-border { border: 2px solid #e5e5e5; }

.page-heading { font-size: 36px; color: #3f6d85; }

a.large-text { color: #fff; font-size: 26px; text-decoration: none; }

.divider {
  width: 100%;
  height: 2px;
  clear: both;
  margin: 5px 0;
  background-color: #e5e5e5;
}

.divider-lrg {
  width: 100%;
  height: 4px;
  clear: both;
  margin: 10px 0 10px 0;
  background-color: #e5e5e5;
}

/* ---- list settings ---- */

ul#items {
  list-style-type: none;
  padding: 0 0 0 15px;
  margin: 0px;
  line-height: 1.25em;
  width: 280px;
  float: left;
}

li {
  background-image: url(/images/layout/img_list-arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 14px;
}

#locations_list a {
  color: #014596;
  text-decoration: none;
}

#locations_list a:hover {
  text-decoration: underline;
}

/* ---- layout settings ---- */

#main_container {
  width: 100%;
  height: auto;
  background-color: #ededed;
}

#header {
  width: 900px;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #ffffff;
}

#boxes {
  width: 900px;
  height: 349px;
  margin: 0 auto;
}

#co_logo {
  float: left;
  width: 192px;
  height: auto;
  padding: 10px;
}

#list {
  float: right;
  width: 360px;
  height: auto;
  padding: 10px;
  text-align: right;
  font-size: 22px;
}

#list p { margin: 0; }

#main {
  width: 900px;
  height: auto;
  margin: 0 auto;
}

#content {
  float: left;
  width: 900px;
  height: auto;
  background-color: #fff;
}

#content_left, #footer_left {
  float: left;
  width: 470px;
  height: auto;
  padding: 10px 5px 10px 15px;
}

#content_right, #footer_right {
  float: right;
  width: 390px;
  height: auto;
  padding: 10px 10px 10px 10px;
}

#footer {
  clear: both;
  width: 100%;
  height: auto;
  color: #464646;
  font-size: 11px;
  line-height: 16px;
  padding-top: 10px;
}

#footer_copy {
  width: 900px;
  height: auto;
  margin: 0 auto;
}

#footer_copy a {
  color: #676767;
  text-decoration: none;
}

#footer_copy a:hover {
  text-decoration: underline;
}

/* ---- start navigation settings ---- */

#nav {
  float: right;
  width: 424px;
  height: 48px;
  margin: 93px 0 0 0;
}

#nav a {
}

#nav a:hover {
  color: #3f6d85;
  background-color: #fff;
}

#nav_01 {
  width: 36px;
  margin: 0 0 0 30px;
}

#nav_02 {
  width: 57px;
  margin: 0 0 0 31px;
}

#nav_03 {
  width: 100px;
  margin: 0 0 0 32px;
}

#nav_04 {
  width: 78px;
  margin: 0 0 0 32px;
}

#nav_05 {
  width: 79px;
  margin: 0 0 0 32px;
}

#nav_06 {
  width: 69px;
  margin: 0 0 0 32px;
}

