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

html { overflow-y: scroll; }

body {
  margin: 0;
  color: #343434;
  font-size: .9em;
  margin: 0 0 25px 0;
  background-color: #1c1c1c;
  background-repeat: repeat-x;
  font-family: Helvetica, Arial, sans-serif;
  background-image: url(/pub/images/layout/bg_body-x.gif);
}

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

a { color: #e20021; text-decoration: none; }

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

h1.page-heading sup {font-size:11px;}

p { line-height: 20px; }

h1 { font-size: 1.8em; }

h2 { font-size: 1.4em; }

h3 { font-size: 1.2em; }

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

.a-img { border: 0; }

.sub { margin-left: 10px; }

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

.large-text { font-size: 24px; padding-top: 3px; }

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

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

.quote { font-size: 16px; color: #333; }

.home-quote { font-size: 16px; color: #e20021; font-weight: bold; }

.home-quote a { font-size: 12px; color: #343434; }

.title { font-size: 18px; color: #e20021; font-weight: lighter; }

.heading { font-size: 28px; color: #343434; font-weight: lighter; }

.page-heading { font-size: 46px; color: #e20021; font-weight: lighter; margin-bottom: 0; }

.form_sort { width: 330px; float: left; margin-bottom: 5px; }

.form_full { clear: both; width: 660px; margin-bottom: 5px; }

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

a.main { font-size: 16px; font-weight: lighter; color: #e20021 !important; }

input.text { width: 290px; padding: 5px; background-color: #f4f4f4; border: 1px solid #d3d3d3; }
input.error { border: 1px solid #E20021; }
label.error {float: right; color: #E20021; font-size: 12px; padding: 3px;}

textarea.text { width: 620px; height: 140px; padding: 5px; background-color: #f4f4f4; border: 1px solid #d3d3d3; }

img.bio { float: right; margin: 0 15px 15px 15px; border: 5px solid #b8b8b8; }

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

.footer-divider {
  width: 100%;
  height: 4px;
  clear: both;
  background-repeat: repeat-x;
  background-image: url(/pub/images/layout/bg_footer-divider.gif);
}

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

#main_container {
  width: 900px;
  height: auto;
  margin: 0 auto;
  background-repeat: repeat-y;
  background-image: url(/pub/images/layout/bg_main-y.gif);
}

#header {
  color: #fff;
  float: right;
  width: 673px;
  height: 34px;
  text-align: right;
  padding: 5px 15px 0 0;
  background-color: #e20021;
}

#co_logo {
  width: 210px;
  height: auto;
}

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

#content_left {
  float: left;
  width: 210px;
  height: auto;
}

#content_right {
  float: right;
  width: 660px;
  height: auto;
  padding: 15px;
}

#footer_left {
  float: left;
  width: 520px;
  height: auto;
}

#footer_right {
  float: right;
  width: 320px;
  height: auto;
}

#footer {
  clear: both;
  width: 870px;
  height: auto;
  padding: 15px;
  color: #4c4f42;
  font-size: 11px;
  line-height: 16px;
  background-color: #fff;
}

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

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

#footer_copy {
  width: 920px;
  height: 68px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url(/pub/images/layout/bg_footer-copy.gif);
}

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

#nav {
  width: 210px;
  height: auto;
  margin-bottom: 15px;
}

#nav a {
  display: block;
  color: #2f2f2f;
  font-size: 13px;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 0 5px 17px;
  border-bottom: 1px solid #dbdbdb;
}

#nav a:hover {
  color: #e20021;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url(/pub/images/layout/bg_nav-over.gif);
}

#nav a.active {
  color: #e20021;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url(/pub/images/layout/bg_nav-over.gif);
}

