@media Screen, Projection {

  html, body, div, img, object,
  dl, dt, dd, ol, ul, li,
  table, tbody, tr, th, td,
  form, input, iframe,
  blockquote, address,
  h1, h2, h3, h4, h5, h6 {
    margin: 0em;
    padding: 0em;
    border: 0em none;
  }

  body {
    font-size: small;
    font-family: Arial,sans-serif;
    text-align: center;
    background: #fff;
    color: #666;
    padding: 1em 0em;
  }

  hr {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    border: 0px none;
    border-top: 2px solid #a7aeb8;
  }

  a {
    font-weight: bold;
  }

  a img {
    border: 0em none;
  }

  a:link, a:visited {
    text-decoration: none;
    color: #597398; /*menus: #d5e5ff*/
  }

  a:hover, a:active {
    color: #ff0000;
  }

  a.go {
    padding-left: 30px;
    background: transparent url(/-/accent-go.gif) 4% 50% no-repeat;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: "Times New Roman",serif;
    color: #597398;
  }

  small {
    font-size: smaller;
  }

  big {
    font-size: larger;
  }

  em {
    font-style: italic;
  }

  strong {
    font-weight: bold;
  }

  ol, ul, dl {
    margin-bottom: 1em;
  }

  ol, ul {
    margin-left: 3em;
  }

  dl {
    margin-left: 2em;
  }

  #interface {
    font-size: 95%;
    width: 770px;
    margin: 0px auto;
    text-align: left;
    padding-top: 13px;
    position: relative;
    z-index: 1;
  }

  /* general class */

  .current {
    font-weight: bold;
  }

  /* masthead */

  #masthead {
    float: left;
    width: 770px;
  }

  /* branding */

  #branding, #branding a, .logotype, .logotype dt, .logotype dd, .logotype img {
    width: 265px;
    height: 58px;
  }

  #branding a {
    display: block;
    background: #fff url(/-/logo.gif) 0% 100% no-repeat;
  }

  .logotype img {
    display: block;
    background: transparent url(/-/logo.gif) 0% 100% no-repeat;
  }

  #branding {
    float: left;
    margin-left: 17px;
  }

  .logotype dt, .logotype dd {
    position: absolute;
  }

  .logotype {
    position: absolute;
    margin-left: 0px;
    top: 13px;
  }

  .logotype dt {
    z-index: 1;
  }

  .logotype dd {
    z-index: 2;
  }

  .logotype img {
    vertical-align: top;
  }

  #branding a, #accessibility a {
    color: blue;
  }

  /* accessibility */

  #accessibility {
    position: absolute;
    top: -1px;
    left: 0px;
    margin-top: -3.5em;
    margin-left: -1px;
    width: 100%;
    padding: 1.25em 0em 1.7em;
    text-align: center;
    background: transparent;
    border: 1px none #f00;
    z-index: 1000;
    line-height: 1.5;
  }

  #accessibility:hover, #accessibility.over {
    top: 0px;
    margin-top: -1.5em;
    background: #ff0;
    border-style: solid;
  }

  #accessibility:hover {
    padding: .6em 0em .15em;
  }

  #accessibility.over {
    padding: .5em 0em .25em;
  }

  #accessibility a:focus, #accessibility a:active {
    position: relative;
    top: 1.25em;
    left: 0em;
    padding: 0em .25em;
    background: #ff0;
    border: 1px solid #f00;
  }

  #accessibility:hover a:focus, #accessibility.over a:focus, #accessibility:hover a:active, #accessibility.over a:active {
    top: 0em;
    padding: 0em;
    background: transparent;
    border: 0px none;
  }

  #accessibility .jump {
    display: inline;
    padding: 0px 20px;
  }

  /* sitebar */

  #sitebar {
    float: right;
    width: 463px;
    margin-right: 12px;
    padding-bottom: 5px;
    background: #515e72 url(/-/sitebar-bottom.gif) 0% 100% no-repeat;
    color: #fff;
    min-height: 60px; /* needed to prevent shifting element height when javascript rotator switches inner HTML contents of .promo for live support indicator */
  }

  #sitebar .promo {
    float: left;
    width: 370px;
    background: #fff url(/-/sitebar-top.gif) 0% 0% no-repeat;
    color: #515e72;
    text-align: center;
    font-family: "Times New Roman",serif;
    font-size: 115%;
    line-height: 1.5;
    padding-top: 7px;
  }

  #sitebar .promo .split-screen {
    padding-top: 3px;
    background: transparent url(/-/vertical-bar.gif) 50% 0% repeat-y;
  }

  #sitebar .promo .ls {
    padding-right: 12px;
  }

  #sitebar .promo .rs {
    padding-left: 12px;
  }

  #sitebar .menu {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    background: transparent url(/-/sitebar-top.gif) 100% 0% no-repeat;
    font-size: 90%;
    line-height: 1.75;
  }

  #sitebar .menu .delimiter {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -3em;
  }

  #sitebar .menu a, #sitebar .menu span {
    display: block;
    text-align: right;
  }

  #sitebar .menu a:link, #sitebar .menu a:visited {
    color: #d5e5ff;
  }

  #sitebar .menu a:hover, #sitebar .menu a:active {
    color: #ffff00;
  }

  /* services */

  #services {
    clear: both;
    float: left;
    width: 746px;
    margin: 10px 12px;
    font-size: 100%; /* 110% , but firefox 2 on win32 grows bigger using fallback sans-serif font! */
    background: url(/-/menuboxes-bottom.gif) 0% 100% no-repeat;
    padding-bottom: 10px;
  }

  #services .menu {
    float: left;
    background: #515e72;
    color: #fff;
  }

  #services .menu .group {
    background: #fff;
    color: #515e72;
    padding: 5px 5px 3px 15px;
  }

  #services .menu ul {
    float: left;
    padding: 8px 5px 0px;
    list-style: url(/-/list-bull.gif) disc outside;
    margin-left: 2em;
    margin-bottom: 0em;
  }

  #services .menu ul li {
    line-height: 1.5;
  }

  #services .menu a:link, #services .menu a:visited {
    color: #d5e5ff;
  }

  #services .menu a:hover, #services .menu a:active {
    color: #ffff00;
  }

  #services #technical-help {
    width: 241px;
    background: #515e72 url(/-/menuboxes-middle.gif) 0% 0% repeat-y;
  }

  #services #it-business-solutions {
    width: 494px;
    margin-left: 11px;
    background: #515e72 url(/-/menuboxes-middle.gif) 100% 0% repeat-y;
  }

  #services #technical-help .group {
    background: #fff url(/-/menubox-top-1.gif) 0% 0% no-repeat;
  }

  #services #it-business-solutions .group {
    background: #fff url(/-/menubox-top-2.gif) 0% 0% no-repeat;
  }

  /* main */

  #main {
    clear: both;
    float: left;
    width: 746px;
    margin: 0px 12px;
    background: transparent url(/-/vertical-bar.gif) 463px 0px repeat-y;
    line-height: 1.25;
  }

  #main h1 {
    font-size: 180%;
    line-height: 1.15;
    margin-bottom: .5em;
  }

  #main h2 {
    font-size: 150%;
    margin-bottom: .5em;
  }

  #main h3 {
    font-size: 135%;
    margin-bottom: .25em;
  }

  #main h4 {
    font-size: 125%;
    margin-bottom: .25em;
  }

  #main h5 {
    font-size: 110%;
  }

  #main h6 {
    font-size: 100%;
    font-style: italic;
  }

  #main h3.highlight {
    padding: 5px 0px 5px 40px;
    font-style: italic;
    background: transparent url(/-/accent-star.gif) 0% 50% no-repeat;
  }

  #main ul li, #main ol li {
    padding-top: 5px;
  }

  #main dt {
    margin: 1em 0em;
  }

  #main dd {
    margin: 1em 1.5em 1.5em;
  }

  #main ul.checklist {
    list-style: none;
    padding-left: 0em;
    margin-left: 0em;
  }

  #main ul.checklist li {
    background: transparent url(/-/list-check.gif) 2px 5px no-repeat;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  #main ul.checklist li strong {
    float: left;
    margin-left: -13px;
    margin-right: .5em;
  }

  #main ul.freeform {
    list-style: none;
    margin-left: 0em;
    padding-left: 0em;
  }

  #main ul.freeform li {
    padding-bottom: 10px;
  }

  /* content */

  #content {
    float: left;
    width: 450px;
    margin-right: 8px;
    clear: none;
  }

  #content hr {
    position: static;
    visibility: visible;
  }

  #content p {
    text-align: justify;
  }

  #content .signature {
    margin-left: 60%;
    font-style: italic;
  }

  #content .more {
    text-align: right;
  }
  #content table{}

  /* sidebar */

  #sidebar {
    float: right;
    width: 260px;
    margin-left: 13px;
    padding-right: 10px;
    clear: none;
  }

  #sidebar hr {
    position: static;
    visibility: visible;
  }

  #sidebar big {
    font-size: 125%;
  }

  #sidebar .banner {
    font-style: italic;
    color: #597398;
  }

  #sidebar ul.checklist {
    list-style: none;
    margin-left: 1em;
    padding-left: 0em;
  }

  #sidebar ul.checklist li {
    padding-left: 25px;
    background: transparent url(/-/list-check.gif) 2px 5px no-repeat;
    padding-bottom: 10px;
  }

  #sidebar ul.checklist li strong {
    float: none;
    margin-left: 0px;
  }

  /* sidebar feature */

  #sidebar .feature {
    text-align: center;
  }

  #sidebar .feature big {
    font-size: 140%;
  }

  #sidebar .feature .banner {
    color: #666;
  }

  #sidebar .feature .special big {
    font-size: 150%;
    color: #597398;
  }

  #sidebar .feature ul, #sidebar .feature ol {
    text-align: left;
  }

  #sidebar .feature ul.checklist li {
    padding-left: 40px;
  }

  #sidebar .feature ul.checklist li strong {
    float: left;
    margin-left: -13px;
  }

  #sidebar .links .banner strong {
    display: block;
    margin-left: 20px;
    border-bottom: 1px solid #597398;
    margin-top: 4em;
  }

  #sidebar .links .banner big strong {
    display: block;
    margin-left: 0px;
    border-bottom: 0px none;
    text-align: center;
    font-size: 120%;
    margin-top: 1em;
  }

  #sidebar .links .product {
    text-align: center;
    margin: 1.5em 0em;
  }

  /* sidebar projects */

  #sidebar .projects dl {
    text-align: center;
    border: 1px solid #eef;
  }

  #sidebar .projects dt {
    margin: 1.5em 0em;
  }

  #sidebar .projects dt strong {
    display: block;
  }

  #sidebar .projects a:link img, #sidebar .projects a:visited img {
    padding: 3px;
    border: 1px solid #ccf;
    vertical-align: top;
  }

  #sidebar .projects a:focus img, #sidebar .projects a:hover img, #sidebar .projects a:active img {
    border-color: #f00;
  }

  /* sidebar letter */

  #sidebar .letter {
    text-align: justify;
  }

  #sidebar .letter .signature {
    margin-left: 45%;
    font-style: italic;
  }

  /* remote */

  #remote {
    position: relative;
  }

  #remote #rempop {
    position: absolute;
    width: 444px;
    height: 272px;
    right: 0;
    top: 0;
    margin-right: 140px;
    margin-top: -274px;
    background: transparent url(/live_support/images/talkbubble.gif) 50% 0% no-repeat;
    color: #000;
    visibility: hidden;
    z-index: 9999;
  }

  #remote #rempop .pop {
    margin: 25px 17px;
    width: 410px;
    height: 200px;
    background: #f7f7ff;
    color: #000;
    text-align: center;
    font-size: 1.2em;
  }

  #remote #rempop .pop img {
    vertical-align: middle;
    border: 0 none;
    margin: 0 0 0 20px;
  }

  #remote #rems {
    height: 175px;
  }

  /* addendum */

  #addendum {
    clear: both;
    border-top: 1px solid #a7aeb8;
    width: 746px;
    margin: 0px 12px 1px;
    padding-bottom: 10px;
    font-size: 90%;
    overflow: hidden;
  }

  #addendum .badges {
    margin: 10px 0px 8px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 10px solid #515e72;
  }

  #addendum .badges a, #addendum .badges span {
    padding: 0px 5px;
    line-height: 40px;
  }

  #addendum .badges img {
    vertical-align: middle;
  }

  #addendum .badges .delimiter {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -3em;
  }

  #addendum .menu {
    float: left;
    width: 58.5%;
    clear: none;
    font-size: 90%;
    line-height: 1.5;
  }

  #addendum .menu .delimiter {
    padding: 0em .25em;
  }

  #addendum .contact {
    width: 39.5%;
    float: right;
    clear: none;
    line-height: 1.5;
  }

  #addendum .contact .mailing-address {
    float: left;
    width: 100%;
    text-align: right;
  }

  #addendum .contact .email-address {
    float: left;
    text-align: right;
    clear: left;
    margin-left: .2em;
  }

  #addendum .contact .office-phone {
    float: right;
    text-align: right;
  }

  #addendum .bbb {
    width: 39.5%;
    float: right;
    clear: none;
    line-height: 1.5;
    text-align: center;
    margin-top: 1.8em;
  }

  #addendum .bbb img {
    vertical-align: top;
  }

  #addendum .copyright {
    float: right;
    width: 39.5%;
    color: #999;
    font-size: 90%;
    line-height: 1.5;
    text-align: center;
    margin-top: 1.8em;
  }

}