/* ---- CSS Document ---- */

html { overflow-y: scroll; }

body {
  margin: 0;
  color: #262626;
  font-size: 12px;
  line-height: 20px;
  background-color: #fff;
  background-repeat: repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(/pub/images/layout/bg_body-sub-x.gif);
}

a { color: #416a7f; }

h1, h2, h3, h4, p { margin: 0 0 8px 0; }

h1 { font-size: 1.8em; }

h2 { font-size: 1.4em; }

h3 { font-size: 1.2em; }

/* ---- class settings ---- */

.a-img { border: 0; }

.blue { color: #416a7f !important; }

.sub { margin-left: 10px; }

.hide { display: none; }

.italic { font-family: Georgia, Times, serif; font-size: 14px; font-weight: lighter; font-style: italic; }

.quote { font-size: 18px; color: #15406c; font-family: Georgia; font-weight: lighter; }

.client-name { font-size: 11px; font-weight: bold; color: #262626 !important; }

.large-text { font-size: 26px; }

.larger-text { font-size: 30px; }

.small-text { font-size: 12px; }

.img-border { border: 5px solid #262626; }

.page-heading { font-size: 24px; color: #416a7f; font-weight: lighter; margin: 4px 0 10px 0; }

.main { color: #228bc1 !important; font-size: 16px; }

.title { font-family: Georgia, Times, serif; font-size: 22px; font-weight: normal; color: #fff; }

.call-number { font-size: 24px; font-weight: lighter; color: #b4d4e4; margin-top: 30px; }

a.large-text { color: #fff; font-size: 26px; text-decoration: none; }

input.text { width: 236px; padding: 5px; border: 1px solid #c2c2c2; font-family: "Lucida Grande"; }

textarea.text { width: 495px; height: 75px; padding: 5px; border: 1px solid #c2c2c2; font-family: "Lucida Grande"; }

input.error { border: 1px solid #E20021; }

label.error {float: right; color: #E20021; font-size: 12px; padding: 3px;}

.large-img {
  width: 500px;
  height: auto;
  border: 10px solid #373737;
}

.divider {
  width: 100%;
  height: 1px;
  clear: both;
  margin: 10px 0;
  background-color: #d0d0d0;
}

div.form_sort {
  float: left;
  width: 259px;
  height: auto;
}

div.form_full {
  clear: both;
  width: 525px;
  height: auto;
}

.footer-bottom-divider {
  width: 900px;
  height: 1px;
  clear: both;
  background-color: #d0d0d0;
}

.box-right {
  width: 246px;
  height: auto;
  padding: 10px;
  margin: 0 0 10px 0;
  background-color: #e8e8e8;
}

div#contact_us {
  position: relative;
  top: 0;
  left: 0;
  width: 295px;
  height: 94px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #191919;
  background-repeat: repeat-x;
  background-image: url(/pub/images/layout/bg_contact-us.gif);
}

/* ---- layout settings ---- */

#main_container {
  position: relative;
  top: 0;
  left: 0;
  width: 924px;
  height: auto;
  margin: 0 auto;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 900px;
  height: 101px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url(/pub/images/layout/bg_header.png);
}

#co_logo {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 127px;
  height: auto;
}

#main-shadow {
  position: relative;
  top: 0;
  left: 0;
  width: 924px;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(/pub/images/layout/bg_main-shadow.gif);
}

#content {
  position: relative;
  top: 0;
  left: 0;
  width: 900px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
}

#content_left {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 525px;
  height: auto;
  padding: 15px;
}

#content_right {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  width: 315px;
  height: auto;
  padding: 15px;
}

#footer_left {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 480px;
  height: auto;
  padding: 20px 0 5px 15px;
}

#footer_right {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  width: 370px;
  height: auto;
  padding: 25px 20px 5px 0;
}

#footer {
  position: relative;
  top: 0;
  left: 0;
  clear: both;
  width: 900px;
  height: auto;
  margin: 0px auto;
  padding-bottom: 20px;
  color: #4c4f42;
  font-size: 11px;
  background-color: #fff;
  background-image: url(/pub/images/layout/img_footer-shadow.gif);
  background-position: top;
  background-repeat: no-repeat;
}

#footer a {
  color: #262626;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/* ---- start navigation settings ---- */

#nav {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  width: 515px; 
  height: 35px;
  font-size: 14px;
  padding-top: 65px;
  font-weight: bold;
  text-align: right;
  font-family: Georgia, Times, serif;
}

#nav a {
  color: #fff;
  margin-right: 51px;
  text-decoration: none;
}

#nav a:hover, .active {
  color: #3598ff !important;
}