html {
  position: relative;
  z-index: 0; }

body {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px; }

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td, .x {
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: transparent;
  background-repeat: no-repeat;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  line-height: 1em;
  text-decoration: none;
  text-align: left;
  vertical-align: baseline;
  border: 0;
  outline: 0; }

a,
input,
textarea,
select,
button {
  outline: 0; }

ul,
ol,
dd {
  margin: 0 0 0 20px;
  list-style-position: outside; }
  ul ul,
  ol ul,
  dd ul {
    list-style-type: circle; }

ol {
  list-style-type: decimal;
  list-style-position: outside; }
  ol ol {
    list-style-type: lower-roman; }

hr {
  display: block;
  height: 1px;
  background: #000;
  border: none; }

blockquote cite {
  display: block; }

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; }
  table th, table td {
    vertical-align: top; }
  table thead, table th, table caption {
    font-weight: bold; }

img {
  -ms-interpolation-mode: bicubic; }

h1 {
  font-size: 31px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 12px; }

p {
  font-size: 12px; }

a {
  color: #02f;
  text-decoration: none;
  border-bottom: 1px solid #02f; }
  a:hover {
    color: #000;
    border-bottom: 1px solid #000; }
  a:active {
    color: #c33;
    border-bottom: 1px solid #c33; }

del {
  color: #888;
  text-decoration: line-through; }

abbr,
acronym {
  text-transform: uppercase;
  border-bottom: 1px dashed #ddd;
  cursor: help; }

code,
pre,
var {
  font-family: 'Palatino Linotype', 'Courier New', monospace;
  font-size: 12px;
  color: #080;
  background-color: #eee; }

strong {
  font-weight: bold; }

em,
cite {
  font-style: italic; }

u,
ins {
  text-decoration: underline; }

s,
strike {
  text-decoration: line-through; }

sub {
  font-size: 7px;
  vertical-align: sub; }

sup {
  font-size: 7px;
  vertical-align: super; }

body {
  text-align: center; }

.left {
  text-align: left; }
  .left #container {
    margin-left: 0; }

.right #container {
  margin-right: 0; }

#header,
#content-wrapper {
  position: relative;
  _display: inline-block;
  _zoom: 1;
  clear: both;
  margin: 0 auto; }
  #header:after,
  #content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html #header,
  *+html #content-wrapper {
    height: 1%;
    zoom: 1; }

#container,
#footer {
  clear: both;
  margin: 0 auto; }

.jqmWindow {
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -325px;
  width: 650px;
  background-color: #000;
  color: #333; }

.jqmOverlay {
  background-color: #000; }

* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px'); }

* html .jqmWindow {
  position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }

p {
  font-size: 13px; }

.nav {
  position: relative;
  _display: inline-block;
  _zoom: 1;
  margin: 0;
  list-style: none; }
  .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html .nav {
    height: 1%;
    zoom: 1; }
  .nav li,
  .nav a {
    float: left;
    margin: 0; }
  .nav ul {
    position: relative;
    _display: inline-block;
    _zoom: 1;
    margin: 0;
    list-style: none; }
    .nav ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    *+html .nav ul {
      height: 1%;
      zoom: 1; }
    .nav ul li,
    .nav ul a {
      float: left;
      margin: 0; }

.sub-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  border-color: #eeeeee;
  width: 960px; }

#container {
  width: 960px;
  padding-bottom: 30px; }

#header {
  position: relative;
  border: 0; }
  #header h1, #header a {
    color: #333333;
    border: 0; }
    #header h1 .logo, #header a .logo {
      display: block;
      height: 85px;
      background-image: url(../images/logo-techdept.png);
      text-indent: -9999em;
      border: 0; }
    #header h1 span, #header a span {
      font-size: 26px;
      position: absolute;
      right: 0;
      text-align: right;
      line-height: 1.2em;
      bottom: 30px; }
      #header h1 span em, #header a span em {
        cursor: default;
        color: #ff6600; }
      #header h1 span a, #header a span a {
        cursor: pointer; }

#splash {
  position: relative;
  _display: inline-block;
  _zoom: 1;
  padding-bottom: 0;
  border: 0; }
  #splash:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html #splash {
    height: 1%;
    zoom: 1; }
  #splash .figure {
    position: relative;
    float: right;
    width: 630px;
    margin: 0 0 0 30px;
    height: 360px; }

#work, #knowledge {
  position: relative;
  overflow: hidden;
  _width: 970px; }
  #work ul, #knowledge ul {
    width: 9999em;
    margin-left: -30px;
    _margin-left: -60px; }
    #work ul li, #knowledge ul li {
      width: 300px;
      margin-left: 30px;
      overflow: visible; }
    #work ul .figure, #knowledge ul .figure {
      width: 305px;
      height: 190px;
      margin-left: -2px;
      padding: 0 0 30px;
      background-image: url(../images/style/browser.png); }
      #work ul .figure img, #knowledge ul .figure img {
        margin: 20px 0 0 5px; }
    #work ul p, #knowledge ul p {
      padding: 0; }
  #work .pagination, #knowledge .pagination {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 0 0; }
    #work .pagination a, #knowledge .pagination a {
      float: right;
      width: 55px;
      height: 15px;
      background-image: url(../images/style/pagination.png);
      background-position: 0 0;
      text-indent: -9999em;
      border: 0; }
      #work .pagination a.less, #knowledge .pagination a.less {
        background-position: 0 0; }
      #work .pagination a.less:hover, #knowledge .pagination a.less:hover {
        background-position: 0 -30px; }
      #work .pagination a.more, #knowledge .pagination a.more {
        background-position: -55px 0; }
      #work .pagination a.more:hover, #knowledge .pagination a.more:hover {
        background-position: -55px -30px; }
      #work .pagination a.more.off, #knowledge .pagination a.more.off {
        background-position: -55px -15px;
        cursor: default; }
      #work .pagination a.less.off, #knowledge .pagination a.less.off {
        background-position: 0 -15px;
        cursor: default; }

#news {
  position: relative;
  overflow: hidden; }
  #news ul {
    width: 960px;
    margin-left: -30px; }
    #news ul li {
      width: 300px;
      margin-left: 30px; }

.alert {
  font-family: 'Georgia', 'Helvetica', serif;
  display: none;
  margin: 5px 0;
  padding: 10px 0;
  color: #ff6600;
  font-size: 14px;
  font-weight: bold; }

#contact {
  position: relative;
  overflow: hidden; }
  #contact .sections {
    position: relative;
    _display: inline-block;
    _zoom: 1;
    width: 1020px;
    margin-left: -30px;
    _margin-left: -60px; }
    #contact .sections:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    *+html #contact .sections {
      height: 1%;
      zoom: 1; }
  #contact .section {
    float: left;
    width: 300px;
    margin-left: 30px; }

.directions {
  margin: 10px 0 0;
  padding: 10px 10px 10px 35px;
  background-color: #f2f2f2;
  background-image: url(../images/style/icon-arrow.png);
  background-position: 12px 12px; }

#subscribe .in {
  padding: 20px 20px 10px;
  background-color: #fff2e5; }
  #subscribe .in form .legend {
    display: block; }
  #subscribe .in form .control {
    position: relative;
    _display: inline-block;
    _zoom: 1; }
    #subscribe .in form .control:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    *+html #subscribe .in form .control {
      height: 1%;
      zoom: 1; }
  #subscribe .in form label,
  #subscribe .in form .alt .title {
    float: left;
    width: 100px;
    margin-left: 0;
    padding: 6px 0;
    vertical-align: top; }
  #subscribe .in form input, #subscribe .in form select, #subscribe .in form textarea {
    width: 200px;
    padding: 3px;
    border: 1px solid #888; }
  #subscribe .in form input[type=text],
  #subscribe .in form textarea {
    padding-top: 4px;
    padding-bottom: 4px; }
  #subscribe .in form select {
    width: 208px;
    cursor: pointer; }
  #subscribe .in form textarea {
    height: 72px; }
  #subscribe .in form button {
    margin: 0;
    font-weight: bold;
    cursor: pointer; }
  #subscribe .in form .indent {
    margin-left: 100px; }
  #subscribe .in form .row label {
    position: relative;
    _display: inline-block;
    _zoom: 1;
    float: none;
    display: block;
    margin-left: 100px; }
    #subscribe .in form .row label:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    *+html #subscribe .in form .row label {
      height: 1%;
      zoom: 1; }
    #subscribe .in form .row label p, #subscribe .in form .row label span, #subscribe .in form .row label div {
      float: left;
      margin: -15px 0 0 20px; }
  #subscribe .in form .row .title {
    margin-right: -100px; }
  #subscribe .in form .alt label {
    width: auto;
    padding: 3px 0;
    padding-right: 15px;
    cursor: pointer; }
    #subscribe .in form .alt label p, #subscribe .in form .alt label span, #subscribe .in form .alt label div {
      display: inline; }
  #subscribe .in form .alt input {
    width: auto;
    margin: 3px;
    margin-left: 0;
    padding: 0;
    border: 0;
    cursor: pointer; }
  #subscribe .in form label,
  #subscribe .in form .indent {
    display: block;
    float: none;
    clear: left;
    margin-left: 0; }
  #subscribe .in form .alt label {
    float: left;
    clear: none; }
  #subscribe .in form .alt .title {
    width: auto;
    padding-right: 15px; }
  #subscribe .in form .control {
    margin-bottom: 15px; }
  #subscribe .in form label {
    color: #333; }
    #subscribe .in form label.error {
      font-family: 'Georgia', 'Helvetica', serif;
      width: 217px;
      padding: 10px 0;
      color: #ff6600;
      font-size: 14px;
      font-weight: bold; }
  #subscribe .in form input {
    width: 227px;
    padding: 9px 5px 8px;
    background-image: url(../images/style/input-text.png);
    background-color: #fff;
    border: 0; }
    *+html #subscribe .in form input {
      padding: 11px 5px 6px; }
    #subscribe .in form input:focus {
      background-position: 0 -32px; }
  #subscribe .in form input[type=text] {
    width: 227px;
    padding: 9px 5px 8px;
    background-image: url(../images/style/input-text.png);
    background-color: #fff;
    border: 0; }
    *+html #subscribe .in form input[type=text] {
      padding: 11px 5px 6px; }
    #subscribe .in form input[type=text]:focus {
      background-position: 0 -32px; }
  #subscribe .in form button {
    display: block;
    width: 98px;
    height: 33px;
    background-color: transparent;
    background-image: url(../images/style/submit.png);
    border: 0;
    text-indent: -9999em; }
    #subscribe .in form button:hover {
      background-position: 0 -33px; }
    #subscribe .in form button:active {
      background-position: 0 -66px; }
  #subscribe .in .light {
    padding: 10px 0 0; }
    #subscribe .in .light a {
      color: #666;
      border-color: #ccc2b7; }

.modal #modal {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  border-color: #eeeeee; }
  .modal #modal .text {
    width: 600px; }
  .modal #modal h1, .modal #modal h2, .modal #modal h3, .modal #modal h4 {
    padding: 30px 0 10px;
    font-size: 18px; }
  .modal #modal h1 {
    font-size: 26px; }
  .modal #modal p {
    padding: 0 0 10px; }
  .modal #modal .figure {
    margin: 0 0 20px; }
  .modal #modal .close {
    display: none; }

.jqmWindow #modal {
  padding: 15px 20px 20px; }
  .jqmWindow #modal .text {
    height: 400px;
    overflow: auto;
    margin: 20px 0 0; }
    .jqmWindow #modal .text h1, .jqmWindow #modal .text h2, .jqmWindow #modal .text h3, .jqmWindow #modal .text h4 {
      padding: 30px 0 10px;
      color: #fff;
      font-size: 18px; }
    .jqmWindow #modal .text h1 {
      font-size: 26px; }
    .jqmWindow #modal .text p {
      padding: 0 0 10px;
      color: #aaa; }
      .jqmWindow #modal .text p strong {
        color: #fff; }
  .jqmWindow #modal .figure {
    margin: 25px 0 20px;
    background-color: #333; }
  .jqmWindow #modal .close {
    float: right;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0; }
  .jqmWindow #modal p {
    padding: 0;
    color: #fff; }
    .jqmWindow #modal p a {
      border-color: #4d1f00; }
      .jqmWindow #modal p a:hover {
        border-color: #ff6600; }

#footer {
  margin-top: -30px; }
  #footer p {
    padding: 5px 0 0;
    color: #888;
    font-size: 11px;
    text-align: right; }
  #footer ul {
    float: left;
    padding: 6px; }
    #footer ul a {
      margin: 0 0 0 10px;
      padding: 1px 0;
      color: #666;
      font-size: 11px;
      border-color: #ccc; }
      #footer ul a:hover {
        border-color: #666; }

h1, h2, h3, h4, h5 {
  font-family: 'Georgia', 'Helvetica', serif;
  color: #333333;
  font-weight: normal; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #ff6600;
    border-color: #ffd1b2; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
      border-color: #ff6600; }

h1 {
  font-size: 36px; }

h2 {
  padding: 0 0 15px;
  color: #ff6600;
  font-size: 27px;
  font-style: italic;
  letter-spacing: -1px; }
  h2.light {
    padding: 15px 0;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px; }

h3 {
  padding: 0 0 30px;
  font-size: 27px; }

h4 {
  padding: 0 0 15px;
  font-size: 21px; }

p,
address {
  padding: 0 0 15px;
  color: #666;
  line-height: 1.6em; }
  p.light,
  address.light {
    padding: 0;
    color: #888;
    font-size: 90%; }
  p.dark,
  address.dark {
    padding: 0;
    color: #333; }
  p a,
  address a {
    color: #ff6600;
    border-color: #f9c6a1; }
    p a:hover,
    address a:hover {
      color: #ff6600;
      border-color: #ff6600; }

address {
  float: right;
  width: 70%;
  color: #333;
  font-style: italic; }
  address span {
    display: block;
    line-height: 1.6em; }

@media print {
  body {
    font-size: 12pt; } }
