/*
 * COMMON
 */
* {
  padding: 0;
  margin: 0; }

body {
  line-height: 1.5em; }

object,
img {
  display: block; }

a img {
  border: none; }

.hide {
  display: none; }

.clear {
  clear: both;
  height: 1px;
  overflow: hidden; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@font-face {
  font-family: 'Frutiger';
  src: url('assets/fonts/frutiger_45_light-webfont.eot');
  src: url('assets/fonts/frutiger_45_light-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/frutiger_45_light-webfont.woff') format('woff'), url('assets/fonts/frutiger_45_light-webfont.ttf') format('truetype'), url('assets/fonts/frutiger_45_light-webfont.svg#frutigerlight') format('svg');
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Frutiger';
  src: url('assets/fonts/frutiger_55_roman-webfont.eot');
  src: url('assets/fonts/frutiger_55_roman-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/frutiger_55_roman-webfont.woff') format('woff'), url('assets/fonts/frutiger_55_roman-webfont.ttf') format('truetype'), url('assets/fonts/frutiger_55_roman-webfont.svg#frutigerroman') format('svg');
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Frutiger';
  src: url('assets/fonts/frutiger_67_bold_condensed-webfont.eot');
  src: url('assets/fonts/frutiger_67_bold_condensed-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/frutiger_67_bold_condensed-webfont.woff') format('woff'), url('assets/fonts/frutiger_67_bold_condensed-webfont.ttf') format('truetype'), url('assets/fonts/frutiger_67_bold_condensed-webfont.svg#frutigerboldcn') format('svg');
  font-weight: 700;
  font-style: normal; }
/*
 * RE-DEFINE HTML STYLES
 */
html {
  overflow-y: scroll!important;
  -webkit-text-size-adjust: none;
  height: 100%; }

body {
  background: #14365c;
  color: #14365c;
  font-family: "Frutiger", Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 12px;
  padding: 0;
  margin: 0;
  height: 100%; }

p {
  margin: 10px 0; }
  p strong {
    font-weight: 400; }

ul {
  list-style-type: square;
  list-style-position: outside;
  padding: 0; }

ol {
  list-style-position: outside;
  margin: 13px 0 13px 8px;
  padding: 0; }

li {
  padding: 0;
  margin-bottom: 2px;
  margin-left: 20px; }

hr {
  height: 1px;
  color: #cccccc;
  border: none; }

html>body hr {
  height: 1px;
  background-color: #cccccc;
  border: 0 solid #cccccc; }

a {
  cursor: pointer; }

a:link,
a:visited,
a:active {
  color: #261c02;
  text-decoration: underline;
  outline: 0; }

a:hover {
  color: #958d78;
  text-decoration: underline; }

header,
footer,
nav,
container,
section,
article,
figure,
figcaption,
aside {
  display: block; }

/*
 * LAYOUT
 */
#outer-wrapper {
  height: auto !important;
  min-height: 100%;
  position: relative; }

#head-wrapper {
  width: 100%;
  min-width: 1050px;
  background: transparent url(images/pc-body-bg.png) top center no-repeat; }

#head-wrapper.ios {
  width: 1050px;
  background: transparent url(images/pc-body-bg-ios.png) top no-repeat; }

header {
  height: 260px;
  position: relative; }

.wrapper {
  width: 990px;
  margin: 0 auto; }

#content-wrapper {
  position: relative;
  display: block;
  z-index: 1111;
  width: 100%;
  height: 100%; }

#footer-wrapper {
  width: 100%;
  padding-top: 239px;
  margin: 0;
  min-width: 1050px;
  padding-bottom: 20px;
  background: transparent url(images/pc-footer-bg.png) top center no-repeat; }

#content {
  width: 739px;
  padding: 20px 0;
  display: block;
  margin-left: 251px;
  min-height: 200px;
  font-size: 13px;
  position: relative; }

#background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0; }
  #background img {
    min-width: 1050px; }

.about-italics {
  float: left;
  font-style: italic;
  width: 70px; }

.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #153d66; }

  .steps img {
    display: inline;
    margin-right: 15px;
    margin-top: 5px; }

.before,
.after {
  display: inline-block;
  width: 180px;
  margin-right: 15px; }

footer {
  padding-top: 88px; }
  footer address {
    display: inline; }
    footer address p {
      display: inline;
      font-style: normal;
      font-weight: 400;
      color: white; }
      footer address p .tel a {
        color: white; }
    footer address p:last-child {
      margin-left: 10px; }

#footer-wrapper.override footer {
  padding-top: 0; }

/*
 * SHOW AND TELL
 */
#show {
  display: inline-block;
  float: right;
  width: 450px;
  font-size: 10px;
  color: #dadde2; }
  #show p {
    text-align: right;
    margin: 0; }
  #show a {
    color: #dadde2; }
  #show a:hover {
    color: #cbd0d9; }
  #show #legal-link a {
    color: white; }
  #show #legal-link a:hover {
    color: #dadde2;
    text-decoration: underline; }
  #show a.st {
    text-decoration: none; }

#legal-link {
  float: left;
  color: white; }

#feed {
  float: right;
  border: 1px dotted #d1dae5;
  background: #f7f7f7;
  padding: 0 20px;
  width: 210px;
  margin: -20px 0 5px 30px;
  list-style: none;
  font-size: 12px; }

#feed li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #d1dae5; }
  #feed li li {
    padding: 0;
    border: none; }

#feed li:last-child {
  border: none; }

#feed h4 img {
  float: left;
  margin: -7px 10px 10px 0; }

#feed h4 {
  color: black;
  font-size: 11px;
  margin: 10px 0 5px 0;
  line-height: 13px;
  padding-top: 7px; }

#feed p {
  margin: 5px 0;
  line-height: 12px; }

#feed br {
  display: inline-block; }

#feed .date {
  font-size: 10px;
  color: #333333;
  margin-top: -5px; }

  #blog #feed {
    width: 150px;
    padding-bottom: 15px; }
  #blog #feed ul {
    list-style: square outside; }
  #blog #feed ul li {
    border: none;
    padding: 0;
    margin: 0 0 0 13px; }
  #blog #feed h4 {
    margin-top: 10px; }

  #blogs article {
    padding-bottom: 10px;
    border-bottom: 1px solid #d1dae5;
    margin-bottom: 20px; }
    #blogs article img[style="float: left;"] {
      margin: 5px 20px 15px 0; }
    #blogs article img[style="float: right;"] {
      margin: 5px 0 15px 20px; }
    #blogs article a.active {
      color: #8a9eb2; }
    #blogs article .fbcommentbox div {
      padding-bottom: 10px; }
  #blogs h4 {
    margin: 0 0 10px 0;
    clear: none; }
  #blogs .summary {
    background: #f7f7f7;
    border: 1px dotted #d1dae5;
    padding: 10px 15px;
    margin: 15px 0 10px 0; }
    #blogs .summary span {
      float: right; }

  #post-nav ul {
    list-style: none; }
  #post-nav li {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0; }
  #post-nav a {
    background: #f7f7f7;
    border: 1px solid #d1dae5;
    display: block;
    text-decoration: none;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    color: #153d66; }
  #post-nav a:hover {
    border: 1px solid #153d66; }
  #post-nav li.active a {
    border: 1px solid #153d66;
    background: #153d66;
    color: white; }

.fss {
  display: none; }

#keywords {
  color: #576f8c;
  font-size: 11px;
  line-height: 14px; }

img.staff {
  margin: -22px 0 15px 20px;
  float: right; }

#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 225px;
  height: 1px;
  z-index: 9999; }

p.lower-top {
  clear: both; }

a.pdf-link,
a[href *='.pdf'] {
  background: white url(images/acrobat-icon.gif) no-repeat center left;
  padding: 3px 0 3px 22px; }

#content {
  position: relative; }

#switch {
  margin: 0;
  padding: 0;
  position: absolute;
  left: -225px;
  top: 50%; }
  #switch a {
    margin-top: 75px;
    width: 145px;
    height: 53px;
    display: block;
    font-size: 0;
    text-indent: -9999px;
    background: url(images/switcher_pc_new.gif) no-repeat; }
  #switch a:hover {
    opacity: 0.75; }

/*
 * 
 * 
 * CONTACT
 */
#content dl {
  margin: 0;
  padding: 0; }

#content dt {
  float: left;
  width: 150px; }

#content dd {
  padding-top: 17px; }

* html #content dd {
  padding-top: 18px; }

#content #map {
  margin: 0 0 12px 0; }

#pdf-note {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 11px;
  color: #486b97;
  line-height: 14px; }

#flash-holder {
  height: 175px;
  width: 300px;
  margin-bottom: 10px;
  position: relative; }

acronym {
  border-bottom: none; }

/*
 * HEADINGS
 */
h1 {
  font-size: 10px;
  color: black; }
  h1 a {
    text-indent: -9999px;
    background: transparent url(images/pc-logo.png) no-repeat;
    display: block;
    width: 600px;
    height: 235px;
    position: absolute;
    top: 20px;
    left: 120px; }
  h1 a:hover {
    opacity: 0.8; }

h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0 10px 0; }

h2 small {
  font-size: 14px;
  text-transform: lowercase; }

h3 {
  font-size: 16px;
  color: #153d66;
  margin: 21px 0 12px 0;
  z-index: 0; }

h3 small {
  font-size: 12px;
  text-transform: lowercase; }

#about-us h4 {
  border-top: 1px solid #d1dae5;
  padding-top: 15px; }

h4 {
  margin: 20px 0 5px 0;
  clear: both;
  font-size: 14px;
  position: relative; }

h4:first-of-type {
  margin-top: 15px;
  border: none !important;
  padding: 0 !important; }

h5 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px; }

/*
 * NAVIGATION
 */
menu {
  list-style: none; }

#primary {
  position: absolute;
  bottom: 0;
  left: 250px;
  z-index: 1111; }
  #primary menu {
    margin: 0;
    padding: 0;
    display: inline; }
    #primary menu li {
      margin: 0;
      padding: 0;
      display: inline; }
      #primary menu li a {
        display: inline-block;
        background: #c6ccd3;
        font-size: 14px;
        float: left;
        text-transform: uppercase;
        text-decoration: none;
        padding: 7px 20px;
        margin-left: 1px;
        margin-right: 0;
        color: #14365c; }
      #primary menu li a:hover {
        background: #939fbc;
        color: white; }
    #primary menu li.active a,
    #primary menu li.active a:hover {
      background: #647ca6;
      color: white; }

#submenu-contain {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 55px;
  z-index: 9999; }

#submenu-contain.override {
  width: 100%;
  position: static;
  left: 0;
  bottom: 0;
  margin-bottom: 15px;
  z-index: 9999;
  background: none; }

#wrap {
  position: relative; }

.submenu-bg {
  height: 87px;
  background: #14365c;
  position: absolute;
  width: 100%;
  bottom: -14px;
  opacity: 0.8; }

#submenu-contain.override .submenu-bg {
  background: none; }

#submenu {
  display: block;
  width: 990px;
  margin: 0 auto;
  position: relative;
  z-index: 9999; }
  #submenu menu {
    margin: 0;
    padding: 0;
    position: relative; }
    #submenu menu li:last-child {
      margin-right: 0; }
    #submenu menu li {
      margin: 0 9px 0 0;
      padding: 15px 0 0 0;
      height: 63px;
      width: 158px;
      float: left; }
      #submenu menu li a {
        display: block;
        position: absolute;
        width: 158px;
        height: 63px;
        border-radius: 8px;
        border: 2px solid #14365c;
        text-indent: -9999px;
        top: 15px; }
      #submenu menu li .inner-holder {
        position: relative;
        display: none; }
      #submenu menu li menu.inner-nav {
        position: absolute;
        display: block;
        background: #e1e4e7;
        width: 138px;
        bottom: 10px;
        left: -2px;
        height: inherit;
        padding: 5px 10px;
        border-radius: 6px;
        border: 2px solid #14365c; }
        #submenu menu li menu.inner-nav li {
          display: block;
          padding: 0;
          margin: 0;
          height: auto;
          width: auto;
          float: static; }
          #submenu menu li menu.inner-nav li h3 {
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 0;
            margin-top: 5px; }
          #submenu menu li menu.inner-nav li p {
            margin: 0 0 5px; }
        #submenu menu li menu.inner-nav li a {
          background: none !important;
          text-indent: 0;
          height: inherit !important;
          position: static;
          text-decoration: none; }
        #submenu menu li menu.inner-nav li a:before {
          content: "-";
          margin-right: 5px; }
      #submenu menu li:hover .inner-holder {
        display: block; }
    #submenu menu #n2 {
      margin-right: 8px; }
      #submenu menu #n2 menu.inner-nav {
        width: 305px; }
    #submenu menu #n5 {
      margin-right: 7px; }
    #submenu menu #n1 a {
      background: transparent url(images/navigation/subnav.png) 0 0 no-repeat;
      left: 0; }
    #submenu menu #n1 a:hover {
      background: transparent url(images/navigation/subnav.png) 0 -73px no-repeat; }
    #submenu menu #n2 a {
      background: transparent url(images/navigation/subnav.png) -167px 0 no-repeat;
      left: 167px; }
    #submenu menu #n2 a:hover {
      background: transparent url(images/navigation/subnav.png) -167px -73px no-repeat; }
    #submenu menu #n3 a {
      background: transparent url(images/navigation/subnav.png) -333px 0 no-repeat;
      left: 333px; }
    #submenu menu #n3 a:hover {
      background: transparent url(images/navigation/subnav.png) -333px -73px no-repeat; }
    #submenu menu #n4 a {
      background: transparent url(images/navigation/subnav.png) -500px 0 no-repeat;
      left: 500px; }
    #submenu menu #n4 a:hover {
      background: transparent url(images/navigation/subnav.png) -500px -73px no-repeat; }
    #submenu menu #n5 a {
      background: transparent url(images/navigation/subnav.png) -667px 0 no-repeat;
      left: 667px; }
    #submenu menu #n5 a:hover {
      background: transparent url(images/navigation/subnav.png) -667px -73px no-repeat; }
    #submenu menu #n6 a {
      background: transparent url(images/navigation/subnav.png) -832px 0 no-repeat;
      left: 832px; }
    #submenu menu #n6 a:hover {
      background: transparent url(images/navigation/subnav.png) -832px -73px no-repeat; }

/*
 * FORMS
 */
label {
  width: 290px; }

legend {
  display: none; }

fieldset {
  margin: 15px 0 0 0;
  padding: 0;
  border: none; }
  fieldset p {
    margin: 0 0 10px 0; }
  fieldset dl,
  fieldset dt,
  fieldset dd {
    margin: 0;
    padding: 0; }
  fieldset dt,
  fieldset dd {
    min-height: 28px;
    height: auto !important;
    height: 28px;
    line-height: 28px; }
  fieldset dt {
    font-weight: normal;
    float: left;
    width: 120px; }

input[type="text"] {
  background: white;
  border: 1px solid #cccccc;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 2px;
  width: 270px; }

textarea {
  background: white;
  border: 1px solid #cccccc;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 2px;
  width: 270px;
  height: 150px;
  overflow: auto;
  margin-top: 3px; }

select * {
  outline: 0; }

select {
  background: white;
  border: 1px solid #cccccc;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 277px;
  padding: 2px;
  margin: 3px 0 0 0; }

input[type="text"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #888888; }

input.error {
  border: 1px solid #9d0159; }

.required {
  color: #9d0159; }

div.error {
  border: 1px solid #9d0159;
  padding: 15px 15px 10px 15px;
  margin: 13px 0 20px 0;
  background: #f7f7f7;
  width: 600px; }

div.error h3 {
  font-size: 13px;
  margin: 5px 0 10px 0; }

button {
  background: #cccccc;
  border: 1px solid #666666;
  color: black;
  cursor: pointer;
  font-size: 12px;
  line-height: 10px;
  padding: 3px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0; }

button:hover {
  background: #666666;
  color: white; }

