html, body {
  margin: 0;
  font-family: Tahoma, Verdana, sans-serif;
}

body {
  background: #68b3ff url('../graphics/bg_gradient.png') repeat-x top left;
}

div#header {
  width: 965px;
  margin: 0 auto;
  height: 110px;
}

div#container {
  width: 965px;
  margin: 10px auto 0 auto;
  overflow: hidden;
  padding: 5px 5px 20px 5px;
  background: #ffffff;
}

div#container.home {
  background: #ffffff url('../graphics/home_top_gradient.png') repeat-x 0 45px;
}

div#footer {
  width: 965px;
  margin: 0 auto 150px auto;
  color: #04426d;
  font-size: 60%
}

h1 {
  margin: 15px 0 0 0;
  padding: 0;
  float: left;
}

h1 a {
  display: block;
  width: 288px;
  height: 65px;
  text-indent: -10000px;
  background: url('../graphics/logo.png') no-repeat top left;
}

div#header ul.navigation {
  margin: 0;
  padding: 0;
  float: right;
}

div#header ul.navigation li {
  display: inline;
  font-size: 65%;
}

div#header ul.navigation li a {
  text-decoration: none;
  color: #033f67;
}

div#header ul.navigation li a:hover {
  text-decoration: underline;
}

div.testimonial {
  float: right;
  clear: right;
  width: 550px;
  padding: 20px 30px;
  font-size: 70%;
}

div.testimonial span {
  color: #1087dd;
  font-size: 110%;
}

div.sidebar {
  width: 220px;
  float: left;
  clear: left;
}

div.sidebar ul.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

div.sidebar ul.navigation li ul {
    display: none;
}

div.sidebar ul.navigation li {
  margin: 0;
  padding: 0;
    float: left;
    position: relative;
}

div.sidebar ul.navigation li a {
  display: block;
  height: 32px;
  width: 199px;
  background: url('../graphics/nav_gradient.png') repeat-x top left;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 90%;
  padding: 0 0 0 20px;
  line-height: 26px;
}

div.sidebar ul.navigation li a:hover {
  background: url('../graphics/nav_gradient_hover.png') repeat-x top left;
}

div.sidebar ul.navigation li:hover ul {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 219px;
    top: 0;
    z-index: 2;
}

div.sidebar ul.navigation li ul li a,
div.sidebar ul.navigation li ul li a:hover {
      display: block;
      height: 21px;
      width: 225px;
      background: url('../graphics/rollout.png') repeat-x top left;
      text-decoration: none;
      color: #ffffff;
      font-weight: normal;
      padding: 0 0 0 5px;
      line-height: 21px;
      font-size: 11px;
      font-family: verdana;
}

div.image_viewer {
  float: right;
  overflow: hidden;
}

a.brochure {
  width: 219px;
  height: 105px;
  text-indent: -10000px;
  float: left;
  clear: left;
  background: url('../graphics/brochure.png') no-repeat top left;
  margin: 10px 0 0 0 ;
}

a.portfolio {
  width: 219px;
  height: 87px;
  text-indent: -10000px;
  float: left;
  clear: left;
  background: url('../graphics/portfolio.png') no-repeat top left;
  margin: 10px 0 0 0;
}

div.home_left {
  float: left;
  clear: both;
  width: 450px;
  margin: 15px 0 0 0;
}

div.home_right {
  float: right;
  clear: right;
  width: 500px;
  margin: 15px 0 0 0;
}

h2 {
  color: #0a79c3;
  font-size: 95%;
}

h2.home {
  padding: 0 5px;
}

h3 {
  color: #0a79c3;
  font-size: 90%;
}

p {
  font-size: 80%;
}

div.home_left p {
  font-size: 80%;
  padding: 5px;
}

ul.areas {
  font-weight: bold;
  font-size: 80%;
  color: #0c5a94;
}

ul.areas li a {
    color:#0c5a94;
    text-decoration: none;
}

div.home_right table {
  background: url('../graphics/table_side_gradient.png') repeat-y top left;
  font-size: 70%;
  padding: 0 5px;
  border-top: #e1e1e1 1px solid;
  border-bottom: none;
  border-right: none;
  border-left: none;
  width: 100%;
}

div.home_right table tr {
  height: 27px;
  background: url('../graphics/tr_gradient.png') repeat-x top left;
}

div.home_right table td {
  border-top: none;
  border-bottom: #e1e1e1 1px solid;
  border-left: none;
  border-right: none;
}

div.pac_edesign {
  border: #a8d8e1 5px solid;
  margin: 10px 0;
  font-size: 80%;
  padding: 10px 185px 10px 10px;
  background: url('../graphics/edesign_map.png') no-repeat top right;
  height: 97px;
}

div.pac_edesign h3 {
  height: 17px;
  width: 111px;
  background: url('../graphics/pac_edesign.png') no-repeat top left;
  margin: 0;
  text-indent: -10000px;
}

a.view_documents {
  display: block;
  text-indent: -10000px;
  background: url('../graphics/view_documents.png') no-repeat top left;
  height: 13px;
  width: 163px;
}

div.copyright {
  width: 300px;
  float: left;
  clear: both;
}

div.credit {
  width: 300px;
  float: right;
  text-align: right;
}

div.credit a {
  color: #04426d;
  text-decoration: none;
}

div.credit a:hover {
  text-decoration: underline;
}

td.date {
  color: #666464;
}

td.testimonial a {
  color: #0374d6;
  text-decoration: none;
  font-weight: bold;
}

td.documentation a {
  color: #0374d6;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 0 0 0 25px;
  height: 20px;
  line-height: 20px;
  background: url('../graphics/pdf.png') no-repeat top left;
}

td.documentation a:hover {
  text-decoration: underline;
}

td.testimonial a:hover {
  text-decoration: underline;
}

div.content {
  width: 710px;
  float: right;
  clear: right;
  padding: 0 10px;
  overflow: hidden;
}

div.bio {
  overflow: hidden;
  margin: 0 0 25px 0;
}

div.bio h3 {
  margin: 0;
  font-size: 90%;
  color: #2589d0;
}

div.bio h3 span {
  font-size: 75%;
  color: #000000;
  font-weight: normal;
}

img.portrait {
  float: left;
  border: #2589d0 2px solid;
}

div.profile {
  width: 560px;
  float: right;
}

div.profile p {
  font-size: 75%;
}

div.portfolio {
  overflow: hidden;
  width: 715px;
}

div.portfolio h3 {
  font-size: 95%;
  color: #0b79c3;
  padding: 0 0 15px 0;
  margin: 10px 0;
  background: #ffffff url('../graphics/portfolio_border.png') repeat-x bottom left;
}

a.preview {
  display: block;
  width: 90px;
  height: 60px;
  float: left;
  background: #000000;
  margin: 0 5px 10px 0;
}

a.preview img {
  border: none;
}

form label {
  display: block;
  width: 215px;
  font-size: 80%;
  margin: 0 0 10px 0;
}

input.text_box {
  border: none;
  background: url('../graphics/text_box.png') no-repeat top left;
  width: 196px;
  height: 18px;
  padding: 2px;
}

form textarea {
  width: 402px;
  height: 113px;
  border: none;
  background: url('../graphics/textarea.png') no-repeat top left;
  margin: 0 0 10px 0;
  padding: 2px;
}

div.contact_left {
  width: 220px;
  float: left;
}

div.contact_right {
  width: 415px;
  float: right;
}

div.contact_bottom {
  float: left;
  clear: both;
  overflow: hidden;
  width: 720px;
}

div.location {
  width: 230px;
  float: left;
  font-size: 80%;
  text-align: center;
  margin: 0 5px 10px 0;
}

div.phone {
  font-size: 80%;
  font-weight: bold;
  color: #0a79c3;
}

address {
  font-style: normal;
}

a.project_photos {
  width: 100px;
  height: 75px;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}

a.project_photos img {
  border: none;
}

div.project_spotlight {
  background: #147fc9;
  height: 180px;
  width: 199px;
  padding: 10px;
  margin: 10px 0 0 0;
  overflow: hidden;
  float: left;
  clear: left;
}

div.spotlight_container {
  height: 210px;
  overflow: hidden;
}

div.project_spotlight h2 {
  color: #ffffff;
  font-size: 100%;
}

div.project_photos {
  padding: 0 0 0 5px;
}

div.project_spotlight a {
  display: block;
  float: left;
  clear: both;
  width: 202px;
  height: 27px;
  text-indent: -10000px;
  margin: 0 0 10px 0;
}

div.project_spotlight a.tahoe {
  background: url('../graphics/subnav_tahoe_on.jpg') no-repeat top left;
}

div.project_spotlight a.tahoe.selected {
  background: url('../graphics/subnav_tahoe_off.jpg') no-repeat top left;
}

div.project_spotlight a.haw1 {
  background: url('../graphics/subnav_hawaii1_on.jpg') no-repeat top left;
}

div.project_spotlight a.haw1.selected {
  background: url('../graphics/subnav_hawaii1_off.jpg') no-repeat top left;
}

div.project_spotlight a.haw2 {
  background: url('../graphics/subnav_hawaii2_on.jpg') no-repeat top left;
}

div.project_spotlight a.haw2.selected {
  background: url('../graphics/subnav_hawaii2_off.jpg') no-repeat top left;
}

/*
 *  Additional Styles
 */

a.blue { color:#005cc3; margin-bottom: 5px; font-weight: bold; text-decoration: none; font-size: 11px; }

h3.calendar-05-h { float: left; width: 698px; padding: 6px 0 0 35px; margin: 5px 0 5px 0; height: 23px; font-size: 13px; font-family: tahoma; color:#0a79c3; border:#5d94c7 1px solid; border-width: 1px 1px 1px 1px; background: url(../graphics/icon-calendar-5.png) no-repeat 0 0; }
h3.comment-h { float: left; width: 698px; padding: 6px 0 0 35px; margin: 5px 0 5px 0; height: 23px; font-size: 13px; font-family: tahoma; color:#0a79c3; border:#5d94c7 1px solid; border-width: 1px 1px 1px 1px; background: url(../graphics/icon-comment.png) no-repeat 0 0; }

div#social-networking { padding-left: 50px; width: 320px; height: 44px; margin-top: 20px; float: right; background: url(../graphics/social-networking-bg.png) no-repeat; }
div#social-networking h3 { color:#137ec8; margin-right: 10px; float: left; }
div#social-networking ul { margin: 10px 0 0 0; padding: 0; float: left; list-style: none; }
div#social-networking ul li { display: inline; float: left; }
div#social-networking ul li a { width: 24px; height: 24px; display: inline; margin-left: 5px; text-indent: -9000px; float: left; }
div#social-networking ul li a.facebook { background: url(../graphics/icon-facebook.png) no-repeat; }
div#social-networking ul li a.twitter { background: url(../graphics/icon-twitter.png) no-repeat; }
div#social-networking ul li a.linkedin { background: url(../graphics/icon-linkedin.png) no-repeat; }
div#social-networking ul li a.rss { background: url(../graphics/icon-rss.png) no-repeat; }

div#default-page { padding-left: 10px; width: 735px; float: left; }
div#default-page h3 { float: left; width: 698px; padding: 6px 0 0 35px; margin: 5px 0 0 0; height: 23px; font-size: 13px; font-family: tahoma; color:#0a79c3; border:#5d94c7 1px solid; border-width: 1px 1px 1px 1px; }
div#default-page h3 span { color:#4c4c4c; }
div#default-page h3 span.other-solutions { color:#0a79c3; padding: 0 5px 0 0; font-size: 12px; float: right; }
div#default-page h3 span.other-solutions select { font-size: 11px; padding: 2px; margin-top: -2px; border:#a5a5a5 1px solid; }
div#default-page h3.pac { background: url(../graphics/icon-pac.png) no-repeat 0 0; }
div#default-page h3.award { background: url(../graphics/icon-award.png) no-repeat 0 0; }
div#default-page h3.press { background: url(../graphics/icon-press.png) no-repeat 0 0; }
div#default-page h3.calendar-05 { background: url(../graphics/icon-calendar-5.png) no-repeat 0 0; }
div#default-page h3.calendar-01 { background: url(../graphics/icon-calendar-1.png) no-repeat 0 0; color:#6c6c6c; }
div#default-page span a.media-package { width: 715px; height: 49px; margin: 15px 0 10px 0; text-indent: -9000px; float: left; background: url(../graphics/media-package.png) no-repeat 0 0; }

div#edesign { padding-left: 10px; width: 735px; float: left; }
div#edesign h3 { width: 729px; height: 105px; margin: 0 0 15px 0; text-indent: -9000px; float: left; background: url(../graphics/pac-edesign-header.png) no-repeat; }
div#edesign span.image { margin: 10px 7px 0 0; float: right; }
div#edesign p { margin-top: 10px; width: 420px; font-family: tahoma; font-size: 12px; line-height: 17px; padding: 0 10px; float: left; }
div#edesign p strong { color:#117dc8; }

div#solution ul { padding: 0; margin: 20px 0; float: left; width: 735px; text-align: center; list-style: none; }
div#solution ul li { display: inline; margin: 0 7px; }
div#solution ul li img { border:#ccc 1px solid; }
div#solution p { padding: 0 7px; color:#201f1f; }
div#solution h4 { font-family: tahoma; font-size: 12px; color:#0a79c3; padding: 0 7px; }
div#solution h5 { font-family: tahoma; font-size: 12px; color:#5d5d5d; padding: 0 7px; margin: 15px 0 0 0; float: left; }

div#solution-listing { margin-top: 10px; float: left; width: 217px; }
div#solution-listing h4 { padding: 0 3px; margin: 5px 0; float: left; font-family: tahoma; font-size: 12px; color:#0a79c3; }
div#solution-listing ul { clear: left; list-style: none; line-height: 19px; border:#409ae5 1px solid; padding: 5px; }
div#solution-listing ul li { font-size: 12px; }
div#solution-listing ul li a { color:#3e3e3e; }

table.listing { margin: 5px 0 10px 0; float: left; width: 100%; padding-left: 6px; background: url(../graphics/table-listing-left.png) repeat-y; border:#e1e1e1 1px solid; border-width: 1px 1px 0 0; font-size: 11px; }
table.listing tr.hide td { display: none; padding: 10px; border-bottom:#e1e1e1 1px solid; background:#fff url(transparent); }
table.listing tr td { color:#666464; padding: 0 10px; height: 29px; background: url(../graphics/listing-bg.png) repeat-x 100% 0; }
table.listing tr td span,
table.listing tr td a { color:#0374d6; font-weight: bold; text-decoration: none; }
table.listing tr td a.view { padding-right: 16px; background: url(../graphics/icon-view.png) no-repeat 100% 1px; }
table.listing.previous tr td { color:#6c6c6c; }
table.listing.previous tr td a { color:#6c6c6c; }
table.listing.previous tr td a.view,
table.listing.previous tr td a.view-pdf { background: url(../graphics/icon-view-grey.png) no-repeat 100% 1px; }

div.information { background-color:#fff; padding: 5px 0 10px 0; }
div.information span a.brochure { width: 147px; height: 32px; padding: 0; text-indent: -9000px; float: right; background: url(../graphics/event-brochure.png) no-repeat; }
div.information span.dates { color:#414141; float: left; }
div.information p { color:#414141; font-family: tahoma; font-size: 10px; width: 530px; float: left; }