body {
  background: #fff url('/images/ui/background.jpg') top left repeat-x;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif; }

h1, h2, h3, h4, h5, ul, li, ol, p, blockquote, cite {
  margin: 0;
  padding: 0;
  list-style: none; }

.clear {
  clear: both; }

a {
  color: #203471;
  text-decoration: underline;
  background: none; }

a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #203471; }
  a:hover img {
    border: none;
    background: none; }

a:active {
  outline: none; }

a img {
  border: none; }

a.img_link:hover {
  background: none;
  border: none; }
  a.img_link:hover img {
    border: none;
    background: none; }

#wrapper {
  min-width: 99%;
  background: transparent url('/images/ui/background_blueprint.jpg') top center no-repeat;
  height: auto; }

#container {
  width: 898px;
  padding: 0;
  margin: 0 auto;
  background: transparent; }

#wrapper {
  width: 100%;
  min-width: 899px;
  padding-top: 10px; }
  #wrapper #nav {
    background: transparent url('/images/ui/back_nav.png') bottom left no-repeat;
    padding-bottom: 110px;
    float: left;
    padding-right: 10px; }
  #wrapper #content {
    border: 1px solid #000;
    background: #fff url('/images/ui/back_content.jpg') bottom left no-repeat;
    float: right;
    width: 612px;
    padding: 10px;
    min-height: 500px;
    margin-bottom: 60px; }
    #wrapper #content h1 {
      font-size: 1.2em;
      padding-bottom: .4em;
      font-weight: bold;
      color: #203371;
      border-bottom: 1px solid #203371;
      margin-bottom: 10px;
      font-family: times, georgia, serif; }
    #wrapper #content h2 {
      font-size: 1em;
      padding: .3em 0 .6em 0; }
    #wrapper #content p {
      font-size: .9em;
      color: #555;
      line-height: 1.4em;
      text-align: justify;
      font-family: times, georgia, serif;
      padding-bottom: 4px; }
    #wrapper #content ul {
      padding-left: 10px; }
      #wrapper #content ul li {
        font-size: .9em;
        color: #000;
        padding-bottom: 8px; }
        #wrapper #content ul li span {
          font-style: italic;
          font-size: .9em;
          color: #555; }
    #wrapper #content p.note {
      color: red; }
    #wrapper #content #interior .person {
      clear: both;
      border-bottom: 1px solid #999;
      padding-bottom: 8px; }
      #wrapper #content #interior .person p.phone {
        font-weight: bold;
        color: #203471;
        float: right;
        padding: .3em;
        padding-left: 22px;
        margin-left: 10px;
        margin-top: 5px;
        padding-top: 0;
        background: #fff url('/images/ui/phone.jpg') top left no-repeat; }
      #wrapper #content #interior .person p.email {
        float: right;
        padding: .3em;
        margin-left: 10px;
        padding-top: 0;
        margin-top: 5px;
        padding-left: 22px;
        background: #fff url('/images/ui/email.jpg') top left no-repeat; }

#accordion {
  width: 253px;
  margin: 0;
  padding: 0;
  font-size: .9em;
  border-top: 1px solid #616f9a;
  font-family: arial, helvetica, sans-serif; }
  #accordion h3.toggler.menusection {
    color: #fff !important;
    background: none !important;
    border-bottom: 1px solid #616f9a;
    font-size: .9em !important;
    display: block;
    padding: 6px 0 6px 10px !important;
    font-weight: normal !important; }
    #accordion h3.toggler.menusection a {
      color: #fff;
      text-decoration: none; }
    #accordion h3.toggler.menusection a:hover {
      color: #fff;
      text-decoration: none;
      background: none; }
  #accordion h3.toggler.menusection:hover {
    cursor: pointer;
    background: #566593 url('/images/ui/back_nav_main_hover.jpg') bottom left repeat-x !important;
    color: #fff; }
  #accordion li {
    border-bottom: 1px solid #dedede; }
    #accordion li a {
      padding: 6px 0 6px 40px !important;
      background: none !important;
      color: #fff !important;
      padding: .4em;
      display: block;
      text-decoration: none;
      border-bottom: 1px solid #616f9a;
      font-weight: normal !important;
      font-size: .8em; }
    #accordion li a:hover {
      background: #7985AB url('/images/ui/back_nav_a_hover.jpg') center left no-repeat !important;
      color: #fff; }

#development_links {
  padding-top: 20px; }
  #development_links ul li {
    float: left;
    width: 300px;
    padding-bottom: 10px; }
    #development_links ul li img {
      float: left;
      padding: 0 10px 10px 0; }
    #development_links ul li h2 {
      color: #203371;
      font-family: times, georgia, serif;
      font-size: 1em;
      padding: 0 0 .4em 20px; }
    #development_links ul li p a {
      padding-right: 10px;
      text-decoration: none;
      text-align: right;
      font-size: 1.1em;
      font-weight: bold; }
    #development_links ul li p a:hover {
      text-decoration: underline;
      background: none;
      color: #203471; }

.contact {
  font-family: arial, helvetica, sans-serif;
  border: 1px solid #ddd;
  background: #f1f2f5;
  margin-bottom: 10px;
  padding: 10px; }
  .contact h2 strong {
    color: #19235E; }
  .contact p {
    font-family: arial, helvetica, sans-serif !important; }
    .contact p strong {
      color: #000; }

.big_pic {
  width: 600px;
  border: 6px solid #ddd;
  margin: 0 auto; }

#footer {
  width: 100%;
  height: 50px;
  color: #fff;
  background: #203471;
  border-top: 1px solid #7985AB;
  position: fixed;
  bottom: 0;
  left: 0; }
  #footer ul {
    width: 900px;
    padding-top: 10px;
    margin: 0 auto;
    font-size: .7em !important;
    font-weight: normal !important;
    text-align: center; }
    #footer ul li.hidden {
      float: right;
      border: none !important; }
      #footer ul li.hidden a {
        color: #273c7c; }
    #footer ul li.last, #footer ul li.first {
      border-right: none !important; }
    #footer ul li.copyright {
      padding: .2em 20px .2em 0; }
    #footer ul li {
      float: left;
      padding: 0 .4em;
      border-right: 1px solid #fff; }
      #footer ul li a {
        display: block;
        float: left;
        color: #fff;
        text-decoration: none;
        padding: .2em; }
      #footer ul li a:hover {
        text-decoration: none;
        background: #000; }
