html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: none; }

html {
  background: #0a3a65 url('/images/bg.png') repeat-x top left;
  height: 100%; }

body {
  height: 100%;
  font: 1.0em Arial, Verdana, 'Lucida Grande', sans-serif; }

input, select, textarea {
  font: 1.0em Arial, Verdana, 'Lucida Grande', sans-serif; }

div#texture {
  background: url('/images/bg_texture_secondary.png') no-repeat top center;
  height: 100%;
  min-height: 575px;
  padding-top: 6px; }

div#container {
  margin: 0 auto;
  width: 958px; }

div#header {
  display: inline-block; }
  div#header:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 1px; }
  div#header {
    display: block; }
  div#header a.logo {
    position: relative;
    z-index: 99;
    display: block;
    float: left;
    width: 338px;
    height: 92px;
    margin: 0 0 0 -5px; }
  div#header div.phone {
    text-align: right;
    margin: 0 22px 0 0;
    padding: 20px 0 4px 0;
    color: #00d3ff;
    font-size: 0.8em; }
  div#header div.nav {
    position: relative;
    z-index: 101;
    text-align: right;
    margin: 14px 17px 0 0; }
    div#header div.nav a {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      background: url('/images/nav_separator.png') no-repeat top left;
      padding: 10px 6px 8px 12px; }
    div#header div.nav a:hover {
      color: #00d3ff; }
    div#header div.nav a:first-child {
      background: none; }

div#content {
  position: relative;
  top: -25px;
  z-index: 100;
  color: white; }
  div#content a {
    color: white; }
  div#content a:hover {
    color: #00d3ff; }

div#footer {
  border-top: 1px solid #1061a4;
  font-size: 0.8em;
  line-height: 1.8em;
  padding: 10px 0;
  margin: 10px 14px;
  color: #00d3ff;
  display: inline-block; }
  div#footer:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 1px; }
  div#footer {
    display: block; }
  div#footer div.left {
    float: left; }
  div#footer div.right {
    float: right;
    text-align: right; }
  div#footer div.legal {
    color: #2c83b4;
    font-size: 0.8em; }
  div#footer div.nav a {
    color: #00d3ff;
    margin-left: 10px; }
  div#footer div.nav a:hover {
    color: white; }

div.call_to_action {
  margin: 0 -20px -20px -20px;
  clear: both; }
  div.call_to_action a {
    display: block;
    text-decoration: none;
    background-color: #3982be;
    padding: 20px;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold; }
    div.call_to_action a .small {
      font-size: 0.5em;
      font-weight: normal; }

table.columns {
  width: 100%; }
  table.columns td {
    vertical-align: top; }
  table.columns td.left {
    padding-right: 20px;
    border-right: 1px solid #5583b9; }
  table.columns td.middle {
    padding: 0 20px;
    border-right: 1px solid #5583b9; }
  table.columns td.right {
    padding-left: 20px; }

.container {
  margin: 0 16px; }

ul.errors {
  background-color: #9a0000;
  padding: 1.0em 2.0em;
  border: 1px solid white;
  margin-bottom: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-image: url('/images/diagonal_medium.png');
  background-repeat: repeat;
  background-position: top right; }

ul.features {
  list-style: none;
  line-height: 1.4; }
  ul.features li {
    font-size: 0.9em;
    border-bottom: 1px dotted #5583b9;
    padding: 25px 0 15px 0;
    display: inline-block; }
    ul.features li:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
      font-size: 1px; }
    ul.features li {
      display: block; }
    ul.features li a {
      color: #98d1e8 !important; }
    ul.features li a:hover {
      color: white !important; }
    ul.features li div.crest {
      float: left;
      background: url('/images/crest_small.png') no-repeat center center;
      padding: 7px 0 0 0;
      margin: 0 10px 0 0;
      width: 40px;
      height: 33px;
      text-align: center;
      font-size: 1.3em; }
    ul.features li div.art {
      margin: 0 0 0;
      width: 310px;
      text-align: center; }
    ul.features li div.right {
      float: right; }
    ul.features li div.left {
      float: left; }
    ul.features li h3 {
      color: #b6efff;
      font-size: 1.7em; }
    ul.features li p {
      margin: 0 0 10px 50px;
      color: #98d1e8; }
    ul.features li ul li {
      border: 0px;
      padding: 0;
      margin: 2.0em 0 2.0em 6.5em;
      color: #98d1e8 !important;
      font-size: 1.0em; }
  ul.features li.main {
    border-bottom: 3px solid #5583b9; }
    ul.features li.main h2 {
      font-size: 2.0em;
      color: white; }
    ul.features li.main p {
      margin-left: 0; }
  ul.features li.with_icon h2, ul.features li.with_icon h3, ul.features li.with_icon p {
    margin-right: 310px; }
  ul.features li:first-child {
    padding-top: 0; }
  ul.features li:last-child {
    border-bottom: 0px none;
    padding-bottom: 20px; }

ul.no_sub li h3 {
  color: white;
  font-size: 2.0em; }

div#flowpanes {
  position: relative;
  overflow: hidden;
  clear: both;
  height: 360px; }
  div#flowpanes div {
    float: left;
    display: block;
    width: 914px;
    cursor: pointer;
    font-size: 14px; }
  div#flowpanes .items {
    width: 20000em;
    position: absolute;
    clear: both;
    margin: 0;
    padding: 0; }
  div#flowpanes .less, div#flowpanes .less a {
    color: #999 !important;
    font-size: 11px; }

ul#flowtabs {
  list-style: none;
  background-color: #040d16;
  border-top: 1px solid #a4b1b9;
  display: inline-block; }
  ul#flowtabs:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 1px; }
  ul#flowtabs {
    display: block; }
  ul#flowtabs li {
    float: left;
    width: 217px;
    background: url('/images/flow_separator.png') no-repeat top left; }
    ul#flowtabs li a {
      display: block;
      padding: 6px 10px;
      text-align: center;
      text-decoration: none;
      color: #c0cdd9; }
  ul#flowtabs li:first-child {
    border-left: 0px none; }
  ul#flowtabs li a.current {
    color: #002956;
    background: #fdfdfd;
    font-weight: bold; }
  ul#flowtabs li.home {
    width: 43px; }
    ul#flowtabs li.home a {
      background-image: url('/images/flow_home.png');
      background-repeat: no-repeat;
      background-position: center center; }
    ul#flowtabs li.home a.current {
      background-image: url('/images/flow_home_on.png'); }

.fields .field {
  text-align: right;
  border-bottom: 1px solid #5583b9;
  padding-bottom: 11px;
  margin-bottom: 12px;
  font-size: 1.2em; }
  .fields .field label {
    float: left;
    color: #98d1e8; }
  .fields .field input, .fields .field textarea {
    border: 1px solid white;
    background-color: white;
    color: #00162d;
    padding: 0px 2px;
    width: 275px; }
.fields div.field:last-child {
  border-bottom: 0px none;
  padding-bottom: 0; }

.submit {
  text-align: right; }

div.heading {
  width: 374px;
  height: 85px;
  padding: 22px 0 0 540px; }
  div.heading h1 {
    font-size: 1.9em; }
  div.heading div.caption {
    font-size: 0.9em;
    color: #b2c1d0; }

div.blog_heading {
  background: url('/images/headings/2.png') no-repeat top left;
  padding-top: 15px;
  padding-left: 420px;
  height: 92px;
  width: 494px; }
  div.blog_heading div.search {
    padding-top: 3px; }
    div.blog_heading div.search input {
      width: 300px; }

div.contact_us_heading {
  background: url('/images/headings/1.png') no-repeat top left;
  padding: 16px 90px 0 440px;
  height: 91px;
  width: 384px; }

div.software_heading {
  background: url('/images/headings/3.png') no-repeat top left;
  padding-left: 400px;
  width: 514px; }

div.screenshots {
  width: 914px;
  height: 360px;
  background: url('/images/field.jpg') no-repeat top left;
  text-align: center; }
  div.screenshots h1 {
    font-size: 2.0em;
    padding: 12px 0 5px 0; }
  div.screenshots h2 {
    font-size: 1.1em;
    font-weight: normal;
    color: #7ed3ee;
    padding: 0 0 12px 0; }

div.info {
  font-size: 1.2em; }
  div.info div.item {
    border-bottom: 1px solid #5583b9;
    padding-bottom: 13px;
    margin-bottom: 13px;
    display: inline-block; }
    div.info div.item:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
      font-size: 1px; }
    div.info div.item {
      display: block; }
    div.info div.item div.label {
      float: left;
      color: #98d1e8; }
    div.info div.item div.value {
      text-align: right; }
  div.info div.item:last-child {
    border-bottom: 0px none; }
  div.info div.vcard div.value {
    font-size: 0.8em;
    padding: 4px 30px 0 0;
    background: url('/images/addressbook.png') no-repeat center right; }

div.map {
  color: #00162d;
  height: 300px;
  margin-top: 20px;
  border: 1px solid #5583b9; }

table.panel {
  width: 100%; }
  table.panel td.tl {
    background: url('/images/panel/tl.png') no-repeat bottom right;
    width: 22px;
    height: 22px; }
  table.panel td.t {
    background: url('/images/panel/t.png') repeat-x bottom left; }
  table.panel td.tr {
    background: url('/images/panel/tr.png') no-repeat bottom left;
    width: 22px;
    height: 22px; }
  table.panel td.l {
    background: url('/images/panel/l.png') repeat-y top right;
    width: 22px; }
  table.panel td.c {
    background-color: #02172c; }
    table.panel td.c img {
      margin-bottom: -5px; }
  table.panel td.r {
    background: url('/images/panel/r.png') repeat-y top left; }
  table.panel td.bl {
    background: url('/images/panel/bl.png') no-repeat top right;
    width: 22px;
    height: 22px; }
  table.panel td.b {
    background: url('/images/panel/b.png') repeat-x top left; }
  table.panel td.br {
    background: url('/images/panel/br.png') no-repeat top left;
    width: 22px;
    height: 22px; }

div.section_nav {
  margin: 0 -20px -20px -20px; }
  div.section_nav table {
    clear: both;
    width: 100%; }
    div.section_nav table a, div.section_nav table div {
      display: block;
      text-decoration: none;
      background-color: #3982be;
      padding: 20px;
      text-align: center;
      font-size: 1.8em;
      font-weight: bold; }
    div.section_nav table div {
      color: #5ca5e1; }
    div.section_nav table a:hover {
      background-color: #4998da;
      color: white !important; }
    div.section_nav table .prev, div.section_nav table .next {
      width: 1%;
      white-space: nowrap; }
    div.section_nav table .prev a, div.section_nav table .prev div {
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px; }
    div.section_nav table .next a, div.section_nav table .next div {
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px; }

div.spacer_thick_line1, div.spacer_thick_line2, div.spacer_thick_line3, div.spacer_thick_line4, div.spacer_thick_line5, div.spacer_thick_line6 {
  font-size: 1px;
  height: 1px;
  border-bottom: 3px solid #5583b9; }

div.spacer_thick_line1 {
  height: 1px; }

div.spacer_thick_line2 {
  height: 3px;
  margin-bottom: 2px; }

div.spacer_thick_line3 {
  height: 5px;
  margin-bottom: 5px; }

div.spacer_thick_line4 {
  height: 7px;
  margin-bottom: 8px; }

div.spacer_thick_line5 {
  height: 10px;
  margin-bottom: 10px; }

div.spacer_thick_line6 {
  height: 15px;
  margin-bottom: 15px; }

.tabs {
  margin-bottom: -1px;
  position: relative;
  z-index: 99; }
  .tabs a {
    display: block;
    text-decoration: none;
    padding: 15px 20px; }
    .tabs a h2 {
      margin-bottom: 4px; }
    .tabs a p {
      font-size: 0.8em; }
    .tabs a p.more_details {
      margin-top: 5px;
      text-decoration: underline; }
  .tabs td.left a {
    margin-right: -20px; }
  .tabs td.middle a {
    margin: 0 -20px; }
  .tabs td.right a {
    margin-left: -20px; }
  .tabs a.selected {
    background-color: #00588c;
    border: 1px solid #5583b9;
    border-bottom: 0px none;
    background-image: url('/images/diagonal_light.png');
    background-repeat: repeat;
    background-position: top right; }
    .tabs a.selected p.more_details {
      visibility: hidden; }

div.thank_you {
  line-height: 1.3; }
  div.thank_you h2 {
    margin-bottom: 5px; }
  div.thank_you p {
    margin-bottom: 10px; }

h2 {
  color: #fff;
  font-size: 1.5em; }

p.quiet {
  color: #98d1e8; }

p.small {
  font-size: 0.9em; }

div.windows {
  margin: -9px -10px 0 -10px; }
  div.windows table {
    width: 100%; }
    div.windows table td {
      vertical-align: top;
      line-height: 1.4;
      font-size: 0.8em; }
  div.windows table.main td {
    width: 33%;
    padding: 0 28px 0 28px; }
    div.windows table.main td div.truncate p {
      margin-top: 10px; }
    div.windows table.main td div.learn_more {
      margin-top: 10px; }
    div.windows table.main td h1, div.windows table.main td h2 {
      color: #084481;
      font-size: 1.1em;
      width: auto;
      height: auto;
      margin: 0;
      padding: 0; }
      div.windows table.main td h1 span, div.windows table.main td h2 span {
        font-size: 1.75em;
        text-transform: uppercase; }
    div.windows table.main td strong {
      font-weight: normal; }
  div.windows table.main td.software {
    padding-left: 35px;
    width: 34%;
    background: url('/images/windows/software_plain.png') no-repeat top right; }
    div.windows table.main td.software h1 {
      padding: 40px 0 0 115px;
      height: 80px; }
  div.windows table.main td.reporting {
    background: url('/images/windows/reporting_plain.png') no-repeat top right; }
    div.windows table.main td.reporting h2 {
      padding: 40px 0 0 105px;
      height: 80px; }
  div.windows table.main td.experience {
    background: url('/images/windows/experience_plain.png') no-repeat top left; }
    div.windows table.main td.experience h2 {
      padding: 45px 0 0 105px;
      height: 75px;
      text-indent: 70px; }
  div.windows table.secondary {
    margin: 35px 0 0 0; }
    div.windows table.secondary td {
      width: 50%; }
      div.windows table.secondary td h3 {
        font-size: 1.3em;
        color: #00d3ff;
        font-weight: bold; }
    div.windows table.secondary td.demo {
      padding: 0 35px; }
      div.windows table.secondary td.demo .call {
        margin: 10px 0 0 0;
        font-size: 1.4em;
        font-weight: bold; }
    div.windows table.secondary td.blog {
      padding: 0 28px; }
      div.windows table.secondary td.blog div.title {
        font-weight: bold;
        font-style: italic; }

div.wrapper {
  background-color: #00588c;
  border: 1px solid #5583b9;
  padding: 15px 20px;
  background-image: url('/images/diagonal_light.png');
  background-repeat: repeat;
  background-position: top right;
  display: inline-block; }
  div.wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 1px; }
  div.wrapper {
    display: block; }

div.index_action, div.software_action {
  background-image: url('/images/bg_texture.png') !important; }
