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

html { overflow-y: scroll; }

body {
  margin: 0;
  color: #262626;
  font-size: .9em;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

div, a {
  position: relative;
  top: 0;
  left: 0;
}

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; }

.quote { font-size: 16px; }

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

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

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

.page-heading { font-size: 24px; color: #416a7f; }

.client-name { font-size: 14px; color: #416a7f !important; }

.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: 236px; 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;}

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

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

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

#main_container {
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  background-repeat: repeat-x;
  background-image: url(/pub/images/layout/bg_body-x.gif);
}

#header {
  width: 900px;
  height: 103px;
  margin: 0 auto;
}

#co_logo {
  float: left;
  width: 417px;
  height: auto;
  padding: 10px;
}

#main-shadow {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 0 19px;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-image: url(/pub/images/layout/bg_main-shadow.gif);
}

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

#content_left, #footer_left {
  float: left;
  width: 569px;
  height: auto;
  padding: 15px;
}

#content_right, #footer_right {
  float: right;
  width: 266px;
  height: auto;
  padding: 15px;
}

#footer_left {
  float: left;
  width: 420px;
  height: auto;
  padding: 15px;
}

#footer_right {
  float: right;
  width: 420px;
  height: auto;
  padding: 15px;
}

#footer {
  clear: both;
  width: 100%;
  height: auto;
  color: #4c4f42;
  font-size: 11px;
  line-height: 16px;
  background-color: #e6e6e6;
  border-top: 2px solid #d0d0d0;
}

#footer_copy {
  width: 900px;
  height: auto;
  margin: 0 auto;
}

#footer_copy a {
  color: #4c4f42;
  text-decoration: none;
}

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

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

#nav {
  float: right;
  width: 424px; 
  height: 48px;
  padding: 15px 0 0 0;
}

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

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

#boxes {
  width: 870px;
  height: 319px;
  padding: 15px;
  margin: 0 auto;
}

#boxes a {
  float: left;
  width: 263px;
  height: 135px;
  border: 5px solid #2b4f61;
}

a#nav_01 {
  margin: 0 0 25px 0;
  background-position: 0 0;
  background-image: url(/pub/images/layout/nav_01.jpg);
}

a:hover#nav_01 {
  background-position: 0 -135px;
}

a#nav_02 {
  margin: 0 25px 25px 25px;
  background-position: 0 0;
  background-image: url(/pub/images/layout/nav_02.jpg);
}

a:hover#nav_02 {
  background-position: 0 -135px;
}

a#nav_03 {
  margin: 0 0 25px 0;
  background-position: 0 0;
  background-image: url(/pub/images/layout/nav_03.jpg);
}

a:hover#nav_03 {
  background-position: 0 -135px;
}

a#nav_04 {
  background-position: 0 0;
  background-image: url(/pub/images/layout/nav_04.jpg);
}

a:hover#nav_04 {
  background-position: 0 -135px;
}

a#nav_05 {
  margin: 0 25px 0 25px;
  background-position: 0 0;
  background-image: url(/pub/images/layout/nav_05.jpg);
}

a:hover#nav_05 {
  background-position: 0 -135px;
}

a#nav_06 {
  background-position: 0 0;
  background-image: url(/pub/images/layout/nav_06.jpg);
}

a:hover#nav_06 {
  background-position: 0 -135px;
}
