/* screen styles */

/* ----- CSS RESET ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  vertical-align: baseline;
  background: transparent;
}


/* ----- GENERAL STYLES ----- */

.clear_both { clear: both; }

.print_only { display: none; }

body { line-height: 18px; }

p {
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 12px;
  color: #454d55;
}

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

a:hover, 
a:active {
  color: #ca4342;
  text-decoration: underline;
}

h1 {
  margin-bottom: 15px;
  line-height: 18px;
  font-size: 18px;
  font-weight: normal;
  color: #454d55;
}

h2 {
  margin-bottom: 0;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #454d55;
}

h3 {
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 12px;
  font-weight: normal;
  color: #04789f;
}

ul {
  padding: 0;
  margin: 0 0 10px 30px;
  list-style: disc;
}

ol {
  padding: 0;
  margin: 0 0 10px 30px;
}

li {
  padding: 0;
  margin: 0 0 2px 0;
  line-height: 18px;
  font-size: 12px;
  color: #454d55;
}


/* ----- PAGE SECTIONS ----- */

body {
  background: #616161;
}

#shell {
  padding: 0 20px;
  margin: 30px auto 10px auto;
  width: 760px;
  background: #fff url(/images/bg_shell.jpg) top left repeat-y;
}

#main {
  float: left;
  padding: 0;
  margin: 0 21px 0 0;
  width: 604px;
}

  #header {
    height: 270px;
    background: #fff url(/images/bg_header_blue.jpg) top left no-repeat;
  }

    #tagline {
      float: left;
      padding: 30px 0 0 17px;
      width: 515px;
      height: 208px;
    }
  
    ul#navi_secondary {
      clear: left;
      float: left;
      padding: 5px 0 5px 12px;
      margin: 0;
      width: 515px;
      height: 15px;
    }

  #navi_primary_wrapper {
    border-bottom: #919395 1px dotted;
    padding: 21px 0 15px 7px;
    height: 24px;
    text-align: center;
  }

  #content {
    padding: 20px 0;
    width: 604px;
  }

    #content_images {
      float: left;
      padding: 4px 0 0 0;
      margin: 0 30px 0 0;
      width: 215px;
    }
  
    #content_text {
      float: left;
      width: 359px;
    }

#sidebar {
  float: left;
  padding: 30px 0 20px 0;
  width: 134px;
}

  .callout {
    margin-bottom: 20px;
  }
  
  .callout_text {
    border-top: #919395 1px dotted;
    border-bottom: #919395 1px dotted;
    padding: 10px 14px;
    background: #fdfefd url(/images/bg_callout.jpg) bottom left no-repeat;
  }

#footer {
  padding: 0 20px;
  margin: 0 auto 15px auto;
  width: 760px;
  background: transparent;
}


/* ----- NAVI PRIMARY ----- */

ul#navi_primary {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#navi_primary li {
  display: block;
  float: left;
  border-right: #dddcdc 2px solid;
  padding: 0;
  margin: 0;
  line-height: 22px;
  font-size: 18px;
  font-family: Georgia, serif;
  color: #454d55;
}

ul#navi_primary li.last {
  border-right: none;
}

ul#navi_primary li a {
  padding: 0 10px;
  font-family: Georgia, serif;
}

ul#navi_primary li a.selected {
  color: #454d55;
}


/* ----- NAVI SECONDARY ----- */

ul#navi_secondary {
  list-style: none;
}

ul#navi_secondary li {
  display: block;
  float: left;
  border-left: #dddcdc 1px solid;
  padding: 0;
  margin: 0;
  line-height: 12px;
  font-size: 10px;
  color: #fff;
}

ul#navi_secondary li.first {
  border-left: none;
}

ul#navi_secondary li a {
  padding: 0 5px 15px 5px;
  color: #fff;
}

ul#navi_secondary li a.selected {
  color: #454d55;
}


/* ----- NAVI SERVICES ----- */

ul#navi_services {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#navi_services li {
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 14px;
  font-size: 11px;
  color: #454d55;
}

ul#navi_services li.last {
  margin-bottom: 6px;
}

ul#navi_services li a.selected {
  color: #454d55;
}


/* ----- HEADERS ----- */

div#header.bg_blue   { background-image: url(/images/bg_header_blue.jpg);   }
div#header.bg_green  { background-image: url(/images/bg_header_green.jpg);  }
div#header.bg_orange { background-image: url(/images/bg_header_orange.jpg); }
div#header.bg_purple { background-image: url(/images/bg_header_purple.jpg); }

div#header blockquote {
  margin-bottom: 15px;
  line-height: 42px;
  font-size: 36px;
  font-weight: normal;
  font-family: Georgia, serif;
  color: #fff;
}

div#header cite {
  line-height: 18px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Georgia, serif;
  color: #fff;
}


/* ----- SIDEBAR ----- */

.callout h3 {
  padding: 0 14px;
  margin-bottom: 3px;
}

.callout p {
  margin-bottom: 5px;
  font-size: 11px;
}

.callout dl {
  clear: left;
  margin-bottom: 5px;
}

.callout dt, 
.callout dd {
  display: block;
  float: left;
  width: 53px;
  font-size: 11px;
}


/* ----- CONTENT ----- */

#content_images p {
  margin-bottom: 20px;
  font-size: 9px;
  color: #454d55;
  text-align: center;
}

#content_images p img {
  border: #dcdcdc 1px solid;
  padding: 5px;
  margin-bottom: 2px;
}


/* ----- FOOTER ----- */

#footer p {
  margin-bottom: 0;
  width: 50%;
}

#footer p.left {
  float: left;
}

#footer p.right {
  float: right;
  text-align: right;
}

#footer p, 
#footer p a {
  font-size: 10px;
  color: #9f9f9f;
}


/* ----- SEARCH PAGE ----- */

form#search_form {
  padding-top: 5px;
}

form#search_form label {
  font-weight: bold;
  margin-right: 5px;
  vertical-align: middle;
}

form#search_form input#q {
  padding: 5px 5px;
  margin-bottom: 5px;
  width: 250px;
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #888;
  background: #F5F5F5;
}
