/**
  0. Reset
**/
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;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
hr {color:#B8B8B8; background-color: #B8B8B8;}


/**
  1. Layout
**/
#header,
.home #masthead,
#content,
#footer .container {
  width: 960px;
  margin: 0px auto;
}

/* HEADER */
#header {
  position: relative;
  height: 143px;
  z-index: 1;
}
#logo,
#logo a {
  display: block;
  width: 187px;
  height: 70px;
}
#logo {
  position: absolute;
  top: 10px; left: 30px;
}
.utility-nav ul {
  text-align: right;
  float: right;
  height: 26px;
  padding: 10px 0;
  margin-right: -2px;
  margin-bottom: 0;
}
.utility-nav li {
  float: left;
  list-style: none;
  padding: 0;
  padding-left: 16px;
  margin: 0;
}
.utility-nav li a.button {
}
.utility-nav li a.button {
  display: block;
  width: 84px;
  height: 26px;
  vertical-align: middle;
}

/* search form */
#search-form {
  position: relative;
  float: right;
  clear: both;
  width: 260px;
  height: 28px;
}
#main-content #search-form {
  float: none;
}
#search-form input {
  position: absolute;
  top: 0; left: 0;
  width: 224px;
  height: 20px;
  padding: 8px 0 0 8px;
  border: none;
  outline: none;
  background: red;
  margin: 0;
}
#search-form button {
  position: absolute;
  top: 0; right: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  cursor: pointer;
}

/* main nav */
#main-nav,
#main-nav ul {
  width: 953px;
  height: 49px;
}
#main-nav {
  position: absolute;
  bottom: 0; left: 4px;
}

/* level 1 */
#main-nav li {
  position: relative;
  float: left;
  list-style: none;
}
#main-nav li,
#main-nav li a {
  display: block;
  height: 49px;
}
#main-nav li#about-nav,
#main-nav li#about-nav a { width: 130px; }
#main-nav li#expertise-nav,
#main-nav li#expertise-nav a { width: 141px; }
#main-nav li#products-nav,
#main-nav li#products-nav a { width: 231px; }
#main-nav li#solutions-nav,
#main-nav li#solutions-nav a { width: 138px; }
#main-nav li#blog-nav,
#main-nav li#blog-nav a { width: 88px; }
#main-nav li#existing-nav,
#main-nav li#existing-nav a { width: 225px; }

/* level 2 */
#main-nav ul li div,
#main-nav ul li div ul {
  width: 215px;
  height: auto;
}
#main-nav ul li div {
  position: absolute;
  top: 100%;
  left: -9999px;
  padding: 0 15px 22px 15px;
}
#main-nav ul li div ul {
  border-top: 1px solid #303030;
}
#main-nav ul li:hover div,
#main-nav ul li.hover div {
  left: -15px;
}
#main-nav ul li div li {
  float: none;
  height: auto;
  width: auto;
  border-top: 1px solid #4c4c4c;
}
#main-nav ul li div li.first {
  border-top: 1px solid #818181;
}
#main-nav ul li div li a {
  display: block;
  width: 185px !important;
  height: auto;
  padding: 8px 15px;
}

/* HOME */
.home #masthead {
  margin-bottom: 20px;
}

/* carousel */
.home #carousel {
  position: relative;
  overflow: hidden;
}
.home #carousel,
.home #carousel #features {
  width: 960px;
  height: 345px;
}
.home #carousel .nav {
  position: absolute;
  top: 290px; left: 332px;
  width: 200px;
  z-index: 1;
}
.home #carousel .nav li,
.home #carousel .nav li a {
  width: 15px;
  height: 15px;
}
.home #carousel .nav li {
  float: left;
  list-style: none;
  padding-right: 10px;
}
.home #carousel .section {
  position: relative;
  float: left;
  width: 940px;
  height: 315px;
  padding: 30px 0 0 20px;
}
.home #feature-1 h1 {
  /*width: 354px;
  height: 38px;*/
  width: 428px;
  height: 40px;
  margin-bottom: 20px;
}
.home #feature-2 h1 {
  width: 350px;
  height: 85px;
  margin-bottom: 20px;
}
.home #feature-3 h1 {
  width: 274px;
  height: 85px;
  margin-bottom: 20px;
}
.home #feature-4 h1 {
  width: 405px;
  height: 85px;
  margin-bottom: 20px;
}
.home #carousel .section blockquote,
.home #carousel .section blockquote p {
  width: 420px;
}
.home #carousel .section p {
  width: 280px;
}
.home #carousel .section .figure {
  position: absolute;
  top: 10px; right: -9px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.home #features .section p.read-more {
  position: absolute;
  top: 230px; left: 324px;
  width: auto;
}
.home #features .read-more a {
  display: block;
  float: left;
  padding: 0;
  padding-left: 13px;
}
.home #features .read-more a span {
}
.home #features .read-more a span {
  display: block;
  margin: 0;
  padding: 10px 13px 14px 0;
  font-family: "Arial Narrow", serif;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: #74282f 0 1px 2px;
  color: #fff;
}
.home #features .read-more a,
.home #features .read-more a span {
  background: transparent url(../images/structure/btn-red-big.gif) no-repeat 0 0;
}
.home #features .read-more a {
  background-position: 0 -80px;
}
.home #features .read-more a span {
  background-position: top right;
}
.home #features .read-more a:hover {
  text-decoration: none;
  background-position: 0 -120px;
}
.home #features .read-more a:hover span {
  background-position: right -40px;
}
/*.home #feature-1 .read-more,
.home #feature-1 .read-more a {
  width: 121px;
  height: 42px;
  padding: 0;
  margin: 0;
}
.home #feature-1 .read-more {
  position: absolute;
  top: 230px; left: 318px;
}*/

/* news */
.home #news {
  position: relative;
  float: left;
  width: 780px;
  height: 37px;
}
.home #news .section, 
.home #news ul,
.home #news ul li {
  width: 560px;
}
.home #news .section {
  position: absolute;
  top: 0; left: 164px;
  height: 37px;
  overflow: hidden;
}
.home #news .section a {
  color: #333;
}
.home #news ul {
  height: 37px;
}
.home #news ul li {
  list-style: none;
  float: left;
  line-height: 3;
}
.home #news h2 {
  display: none;
}
.home #news .prev,
.home #news .next {
  position: absolute;
  top: 9px;
  display: block;
  width: 18px;
  height: 18px;
}
.home #news .prev {
  left: 126px;
}
.home #news .next {
  right: 20px;
}

.home #read-white-papers {
  float: right;
  width: 164px;
  height: 35px;
}
.home #read-white-papers a {
  display: block;
  width: 134px;
  height: 24px;
  padding-top: 13px;
  padding-left: 30px;
}

/* content */
.home #content .article {
  float: left;
}
.home #content .section {
  height: 250px;
  padding: 15px 15px 0 15px;
  margin: 0 4px;
  border-top: 3px solid #ececec;
}
.home #our-solutions .section {
  border-top: none;
}
.home #our-solutions {
  width: 428px;
  margin-right: 16px;
}
.home #from-our-blog,
.home #about-us {
  width: 247px;
  margin-right: 22px;
}
.home #about-us { margin-right: 0; }
.home #about-us img { width: 98px; height: 58px }

.home #content .hgroup {
  position: relative;
  height: 13px;
  padding: 8px 10px;
  border-bottom: 1px solid #595a5d;
}
.home #content .hgroup h2 {
  width: 108px;
  height: 13px;
}
.home #content .hgroup a {
  position: absolute;
  top: 5px; right: 3px;
  display: block;
  width: 116px;
  height: 24px;
}

.home .article .figure {
  float: left;
  padding-right: 15px;
  margin-bottom: 0;
}
.home .article .figure img { display: block; }
.read-more .button {
  padding: 7px 10px 7px 16px;
  border: 1px solid #dddddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#masthead .read-more .button {
  padding: 0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* our solutions */
.home #our-solutions ul {
  border-top: 3px solid #ececec;
  margin: 0 4px;
}
.home #our-solutions ul li {
  list-style: none;
  float: left;
}
.home #our-solutions ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 12px 12px 10px 12px;
}
.home #content #our-solutions .section {
  height: 210px;
  margin-top: 0;
}
.home #our-solutions .callout {
  width: 193px;
  height: 168px;
  padding: 30px 0 0 197px;
  margin: 0;
}

/* SECONDARY */
.secondary #header {
  margin-bottom: 25px;
}
.secondary #content .container {
  padding-top: 20px;
}
.secondary #content .container {
  background: transparent url(../images/structure/bg-secondary-content-container.gif) no-repeat 0 0;
}

/* nav */
#secondary-nav {
  float: left;
  position: relative;
  left: -11px;
  margin-right: -11px;
}

/* level 1 */
#secondary-nav,
#secondary-nav ul {
  width: 190px;
}
#secondary-nav li {
  list-style: none;
  width: 190px;
  border-top: 1px solid #b0b0b2;
}
#secondary-nav li.current {
  border-top: 1px solid #cacacc;
}
#secondary-nav li.first {
  border-top: none;
}
#secondary-nav li.last a {
  border-bottom: none;
}
#secondary-nav a {
  display: block;
  width: 160px;
  padding: 8px 15px 8px 15px;
}
#secondary-nav a,
#secondary-nav li.open a {
  border-bottom: 1px solid #494949;
}

/* level 2 */
#secondary-nav ul li ul li,
#secondary-nav ul li ul li:hover {
  border-top: 1px solid #989898;
}
#secondary-nav ul li ul li.current {
  border-top: 1px solid #ababab;
}
#secondary-nav ul li ul li a {
  width: 145px;
  padding-left: 30px;
  padding-right: 15px;
}
#secondary-nav ul li.last ul li.last a {
  border-bottom: none;
}

/* level 3 */
#secondary-nav ul li ul li ul li a {
  width: 130px;
  padding-left: 45px;
  padding-right: 15px;
}

/* content */
.secondary #main-content {
  width: 558px;
  float: left;
  padding-bottom: 30px;
}
.secondary #main-content.wide-column {
  width: 744px;
}
.secondary #masthead {
  width: 538px;
  padding-left: 20px;
  padding-bottom: 30px;
}
.secondary #masthead .article {
  width: 250px;
  min-height: 259px;
  padding: 25px 0 0 282px;
}
.secondary #masthead h1 {
  /*width: 244px;
  height: 34px;
  margin-bottom: 1.5em;*/
  color:#F08B1D;
  font-family:"Arial Narrow",sans-serif;
  font-size:2.33333em;
  font-weight:bold;
  letter-spacing:0.0357143em;
  line-height:1;
  margin-bottom:0.5em;
  padding-bottom:5px;
  text-transform:uppercase;
}
.secondary #masthead p.read-more,
.secondary #masthead p.read-more a {
  display: block;
  width: 103px;
  height: 33px;
}
.secondary #masthead p.read-more a {
  font-size: 0.833333333em;
  font-weight: bold;
  line-height: 3;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: transparent url(../images/structure/btn-red.gif) no-repeat 0 0;
}
.secondary #masthead p.read-more a:hover {
  text-decoration: none;
  background-position: 0 -33px;
}
.secondary #masthead .hidden-read-more .read-more,
.secondary #masthead .hidden-read-more .read-more a {
  display: none !important;
}

.secondary #grid {
  width: 538px;
  padding-left: 20px;
}
.secondary #grid .row {
  width: 508px;
  padding: 30px 0;
  margin: 0 10px 0 20px;
}
.secondary #grid .row.first {
  padding-top: 0;
}
.secondary #grid .section-narrow {
  width: 209px;
  float: left;
  padding-left: 40px;
  padding-right: 10px;
}
.secondary #grid .row .section-narrow.first {
  padding-left: 0;
  padding-right: 40px;
}
.secondary #grid .header {
  padding: 10px 0 10px 42px;
  margin-bottom: 1em;
}
.secondary #grid .header-default {
  padding: 10px 0 10px 0;
  margin-bottom: 1em;
}
.secondary #grid .read-more {
  margin-bottom: 0;
}
.secondary #main-content .section,
.secondary #main-content .pagination {
  padding: 22px 40px 0;
}
.secondary #main-content .pagination {
  text-align: center;
}
.secondary #main-content .pagination li {
  display: inline;
  padding: 0 10px;
}
.secondary #main-content .section.blog-entry,
.secondary #main-content .section-divider {
  background:url(../images/structure/bg-secondary-masthead.gif) no-repeat center bottom;
  padding-bottom: 40px;
}
.secondary #main-content .section-divider {
  height: 20px;
}
.secondary #main-content .no-result {
  padding-bottom: 200px;
}
.secondary #main-content .section h1 {
  font-size: 30px;  
  font-weight: bold;
  color: #f08b1d;
  text-transform: uppercase;
  line-height:1.2em;
  margin:0 0 20px;
  background: url(../images/structure/bg-horizontal-dash.gif) repeat-x 0 bottom;
  padding-bottom: 5px;
  /*font-family:"Arial Narrow",sans-serif;*/
}
.secondary #main-content .section h2 {
  color:#1D305F;
  font-size:1.16667em;
  font-weight:bold;
  line-height:1.28571;
  text-transform:uppercase;
  margin:0 0 10px;
  padding-top: 20px;
}
.secondary #main-content .section table h2 {
  padding-top: 5px;
}
.search_info {
  width: 180px;
  padding: 32px 0 0 20px;
}
.secondary #main-content .section h3 {
  color:#454545;
  font-size:1.08333em;
  font-weight:bold;
  margin:0 0 10px;
  padding-top: 10px;
}
.secondary #main-content .section h4 {
  font-size: 10px; 
  font-weight:bold;
  margin-bottom:1em;
  text-transform:uppercase;
  margin:0 0 10px;
  padding-top: 10px;
}
.secondary #main-content .section p {
  line-height:1.6em;
  margin:0 0 10px;
}
.secondary #main-content .section ul,
.secondary #main-content .section ol,
.secondary #main-content .section dl {
  margin-bottom:1em;
}
.secondary #main-content .section ul li,
.secondary #main-content .section ol li {
  margin: 0 0 6px 17px;
}
.secondary #main-content .section dl dd {
  margin: 0 0 6px 0;
}
.secondary #main-content .section dl dt {
  font-weight: bold;
}
.secondary #main-content .blog-entry h2,
.secondary #main-content .blog-entry-header h2 {
  background: url(../images/structure/bg-horizontal-dash.gif) repeat-x 0 bottom;
  padding-bottom: 5px;
  margin: 10px 0 20px 0;
}
.secondary #main-content .blog-entry-header h2 {
  margin: 0 !important;
}
.secondary #main-content .blog-entry p.author {
  float: right;
  font-size: 10px;
  font-style: italic;
  padding: 5px 0 5px 20px;
  margin-left: 20px;
  background: url(../images/structure/bg-vertical-dash.gif) repeat-y top left;
}
* html .secondary #main-content .blog-entry p.author {
  width: 160px;  
}
.secondary #main-content .blog-entry p.author img {
  float: right;
  padding-left: 20px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.secondary #main-content .blog-entry p.author strong {
  font-size: 11px;
  color: #F08B1D;
}
.secondary #main-content .blog-summary {
  padding-bottom: 20px;
}
.secondary #main-content .blog-summary h2 {
  font-size: 12px;
  font-weight: bold;
  background: none !important;
  text-transform:none;
  color:#333;
  padding:0;
  margin:20px 0 10px;
}


.secondary a.rss {
  background: url(../images/structure/icn-rss.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  display: block;
  float: right;
  margin-top: 14px;
}

/* sidebar */
.secondary #sidebar {
  position: relative;
  right: -9px;
  margin-left: -9px;
  float: right;
  width: 220px;
}
.secondary #sidebar .container {
  padding-bottom: 26px;
  margin-bottom: 6px;
}
.secondary #sidebar .article {
  width: 218px;
    border: 1px solid #e2e2e2;
}
.secondary #sidebar .section {
  width: 188px;
  padding: 15px 0;
  border-top: 1px solid #b8b8b8;
  margin: 0 15px;
}
.secondary #sidebar .section.first {
  padding-top: 0;
  border-top: none;
}
.secondary #sidebar .header {
  padding: 15px 0 75px 0;
  margin-bottom: -45px;
}
.secondary #sidebar h2 {
  /*width: 218px;*/
}
.secondary #sidebar #skybitz-solutions h2 {
  height: 13px;
}
.secondary #sidebar #case-studies h2 {
  height: 32px;
}

/* FOOTER */
#footer .container {
  padding: 102px 0 30px 0;
}
#footer p {
  width: 950px;
  padding-left: 10px;
}
#footer p a {
  padding: 0 8px;
}
#footer p.copyright a {
  padding-right: 0;
}


/**
  2. Typography
**/
body {
  font-size: 0.75em; /* 12px base */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #333333;
}
a {
  color: #0078ae;
  text-decoration: none;
  outline: none;
}
a:hover { text-decoration: underline; }


/* HEADER */
.utility-nav a {
  font-size: 0.833333333em;
  line-height: 2.2;
  font-weight: bold;
  text-transform: uppercase;
  color: #abcddd;
}
#search-form input {
  font-size: 1em;
  line-height: 1;
  color: #fff;
}

/* main nav */
#main-nav ul li div li {
  text-indent: 0;
  color: #fff;
}
#main-nav ul li div li a {
  font-size: 0.916666667em;
  line-height: 1.5;
  text-indent: 0;
  text-transform: uppercase;
  color: #fff;
}
#main-nav ul li div li a:hover {
  text-decoration: none;
}

/* HOME */
/* masthead */
.home #carousel .section p {
  color: #000;
}
.home #carousel .section blockquote p {
  font-size: 1.416666667em;
  font-weight: bold;
  line-height: 1.416666667;
  text-transform: uppercase;
  text-shadow: #528eb1 0 0 2px;
  color: #1d305f;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
}
.home #carousel .section blockquote p.attribution {
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 1em;
  margin-bottom: 0;
}
.home #carousel .section p {
  margin-top: 1em;
}

/* news */
.home #news ul li {
  line-height: 3;
}
.home #read-white-papers a {
  font-size: 0.833333333em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.home #read-white-papers a:hover {
  text-decoration: none;
}

/* content */
.home .article p {
  margin-bottom: 1.5em;
  color: #454545;
}
.home .article .figure {
  margin-bottom: 0;
}
.home .article .figure img { display: block; }
.home #from-our-blog h3 {
  margin-bottom: 1em;
}
.home #from-our-blog h3 a {
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.333333333;
  color: #0078ae;
}
.read-more .button {
  font-size: 0.833333333em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

/* our solutions */
.home #our-solutions ul li a {
  font-size: 0.916666667em;
  line-height: 1.5;
  text-transform: uppercase;
}
.home #our-solutions ul li.current a {
  font-weight: bold;
  color: #636467;
}
.home #our-solutions ul li a:hover {
  text-decoration: none;
}

/* SECONDARY */
/* nav */
#secondary-nav a {
  font-size: 0.916666667em;
  text-transform: uppercase;
  color: #fff;
}
#secondary-nav a:hover {
  text-decoration: none;
}
#secondary-nav ul li ul li a {
  text-transform: none;
}

/* content */
.secondary #masthead h2 {
  font-size: 1.166666667em;
  line-height: 1.285714286;
  font-weight: bold;
  margin-bottom: 0.857142857em;
}
.secondary #masthead p,
.secondary #masthead ul,
.secondary #grid h2,
.secondary #grid h3,
.secondary #grid p,
.secondary #grid ul {
  margin-bottom: 1em;
}
.secondary #masthead li,
.secondary #grid li {
  margin-left: 17px;
}
.secondary #grid .section-narrow {
  color: #454545;
}
.secondary #grid .header h2 {
  font-size: 1.166666667em;
  line-height: 1.285714286;
  text-transform: uppercase;
  font-weight: bold;
  color: #1d305f;
  margin: 0;
}
.secondary #grid h2,
.secondary #grid h3 {
  font-size: 1.083333333em;
  font-weight: bold;
  color: #454545;
}
.secondary #main-content .pagination li.here a {
  font-weight: bold;
  color: #1D305F;
}

/* sidebar */
.secondary #sidebar {
  font-size: 0.916666667em;
  line-height: 1.636363636;
  color: #454545;
}
.secondary #sidebar h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.secondary #sidebar p {
  margin-bottom: 1em;
}
.secondary #sidebar li {
  margin-left: 25px;
}
.secondary #sidebar ol li {
  list-style: decimal;
}
.secondary #sidebar ul li {
  list-style: disc;
}
.secondary #sidebar i,
.secondary #sidebar em {
  font-style: italic;
}
.secondary #sidebar b,
.secondary #sidebar strong {
  font-weight: bold;
}

/* FOOTER */
#footer p {
  font-size: 0.833333333em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #939598;
  margin-bottom: 1.5em;
}
#footer p a {
  color: #f08b1d;
}
#footer p.copyright a {
  color: #939598;
  text-decoration: underline;
}
#footer p.copyright a:hover {
  text-decoration: none;
}


/**
  3. Background Images
**/
body {
  background: #fff url(../images/structure/bg-body.jpg) no-repeat top center;
}

/* HEADER */
#search-form input {
  background: transparent url(../images/structure/bg-search-form-input.gif) no-repeat 0 0;
}

/* main nav */
#main-nav ul li div {
  background: transparent url(../images/structure/bg-main-nav-dropdown.png) no-repeat bottom left;
}
#main-nav ul li div ul {
  background-color: #585858;
}
#main-nav ul li div li {
  background: none;
}
#main-nav ul li div li a:hover {
  background-color: #f08b1d;
}

/* HOME */
/* masthead */
.home #feature-1,
.home #feature-2,
.home #feature-3,
.home #feature-4 {
  background: transparent url(../images/structure/bg-home-feature-1.png) no-repeat top center;
}
.home #carousel .section blockquote {
  background: transparent url(../images/structure/bg-carousel-blockquote.gif) no-repeat bottom left;
}

/* news */
.home #news {
  position: relative;
  float: left;
  width: 780px;
  height: 37px;
  background: transparent url(../images/structure/bg-home-news.gif) no-repeat 0 0;
}
.home #read-white-papers a {
  background: transparent url(../images/structure/btn-home-read-white-papers.gif) no-repeat 0 2px;
}
.home #read-white-papers a:hover {
  background-position: 0 -33px;
}

/* content */
.home #content {
  background: transparent url(../images/structure/bg-home-content.gif) repeat-y top center;
}
.home #content .section {
  background: #fff;
}
/*.home #our-solutions .callout {
  background: transparent url(../images/structure/bg-home-our-solutions-asset-visibility.jpg) no-repeat 0 0;
}*/
.home #solutions-asset-visibility .callout {
  background: transparent url(../images/structure/bg-home-solutions-visibility.jpg) no-repeat 0 0;
}
.home #solutions-asset-optimization .callout {
  background: transparent url(../images/structure/bg-home-solutions-optimization.jpg) no-repeat 0 0;
}
.home #solutions-government .callout {
	background: transparent url(../images/structure/bg-home-industries-government.jpg) no-repeat 0 0;
}
.home #solutions-custom-solutions .callout {
  background: transparent url(../images/structure/bg-home-solutions-custom.jpg) no-repeat 0 0;
}
.home #content .hgroup {
  background: #636467 url(../images/structure/bg-home-hgroup.gif) repeat-x 0 0;
}
.read-more .button {
  background: #eeeeee url(../images/structure/bg-read-more-button.gif) no-repeat 6px center;
}
.home #our-solutions ul {
  background: #fcfcfd url(../images/structure/bg-home-our-solutions-ul.gif) repeat-x bottom left;
}
.home #our-solutions ul li {
  background: transparent url(../images/structure/bg-home-our-solutions-li.gif) no-repeat bottom left;
}
.home #our-solutions ul li.current {
  background: #fff;
}


/* SECONDARY */
.secondary #content {
  background: transparent url(../images/structure/bg-secondary-content.gif) repeat-y 0 0;
}
.secondary #content.wide-column {
  background: transparent url(../images/structure/bg-secondary-content-wide.gif) repeat-y 0 0;
}

/* nav */
#secondary-nav {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#secondary-nav ul {
  background-color: #616161;
}
#secondary-nav ul li a {
  background: #8e8f91;
}
#secondary-nav ul li.current ul li a,
#secondary-nav ul li.here ul li a,
#secondary-nav ul li ul li a {
  background-color: #616161 !important;
}
#secondary-nav ul li a:hover,
#secondary-nav ul li.here a,
#secondary-nav ul li ul li a:hover {
  background-color: #f08b1d !important;
}

/* content */
.secondary #masthead {
  background: transparent url(../images/structure/bg-secondary-masthead.gif) no-repeat bottom left;
}
.secondary #masthead .article {
  /*background: transparent url(../images/structure/bg-secondary-masthead-article.jpg) no-repeat 0 0;*/
}
.secondary #masthead .featured-trucking-logistics {
  background: transparent url(../images/structure/bg-industry-trucking.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-oil-gas {
  background: transparent url(../images/structure/bg-industry-oilgas.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-construction-heavy-equipment {
  background: transparent url(../images/structure/bg-industry-construction.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-chemical {
  background: transparent url(../images/structure/bg-industry-chemical.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-government {
  background: transparent url(../images/structure/bg-industry-govt.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-intermodal {
  background: transparent url(../images/structure/bg-industry-intermodal.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-insight {
  background: transparent url(../images/structure/bg-products-web.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-hardware {
  background: transparent url(../images/structure/bg-products-hardware.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-networks {
  background: transparent url(../images/structure/bg-products-network.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-asset-visibility {
  background: transparent url(../images/structure/bg-solutions-visibility.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-asset-optimization {
  background: transparent url(../images/structure/bg-solutions-optimization.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-remote-monitoring-control {
  background: transparent url(../images/structure/bg-solutions-remote.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-safety-security {
  background: transparent url(../images/structure/bg-solutions-security.jpg) no-repeat 0 0;
}
.secondary #masthead .featured-custom-solutions {
  background: transparent url(../images/structure/bg-solutions-custom.jpg) no-repeat 0 0;
}
.secondary #icon-intermodal .header {
  background: transparent url(../images/structure/icn-secondary-intermodal.gif) no-repeat center left;
}
.secondary #icon-oil-gas .header {
  background: transparent url(../images/structure/icn-secondary-oil-gas.gif) no-repeat center left;
}
.secondary #icon-government .header {
  background: transparent url(../images/structure/icn-secondary-government.gif) no-repeat center left;
}
.secondary #icon-chemical .header {
  background: transparent url(../images/structure/icn-secondary-chemical.gif) no-repeat center left;
}
.secondary #icon-construction-heavy-equipment .header {
  background: transparent url(../images/structure/icn-secondary-construction-heavy-equipment.gif) no-repeat center left;
}
.secondary #icon-networks .header
{
  background: transparent url(../images/structure/icn-secondary-networks.gif) no-repeat center left;
}
.secondary #icon-hardware .header
{
  background: transparent url(../images/structure/icn-secondary-hardware.gif) no-repeat center left;
}
.secondary #icon-asset-optimization .header {
  background: transparent url(../images/structure/icn-secondary-optimization.gif) no-repeat center left;
}
.secondary #icon-remote-monitoring-control .header {
  background: transparent url(../images/structure/icn-secondary-remote.gif) no-repeat center left;
}
.secondary #icon-safety-security .header {
  background: transparent url(../images/structure/icn-secondary-security.gif) no-repeat center left;
}
.secondary #icon-custom-solutions .header {
  background: transparent url(../images/structure/icn-secondary-custom-solutions.gif) no-repeat center left;
}
.secondary #grid .row {
  background: transparent url(../images/structure/bg-horizontal-dash.gif) repeat-x top left;
}
.secondary #grid .row.first {
  background: none;
}
.secondary #grid .section-narrow {
  background: transparent url(../images/structure/bg-vertical-dash.gif) repeat-y top left;
}
.secondary #grid .row .section-narrow.first {
  background: none;
}

/* sidebar */
.secondary #sidebar .container {
  background: transparent url(../images/structure/bg-secondary-sidebar-container.gif) no-repeat bottom left;
}
.secondary #sidebar .article {
  background: #f5f5f5;
}
.secondary #sidebar .header {
  background: transparent url(../images/structure/bg-secondary-sidebar-section.gif) no-repeat bottom left;
}


/* FOOTER */
#footer {
  background: transparent url(../images/structure/bg-footer.png) no-repeat center 18px;
}
.home #footer .container {
  background: transparent url(../images/structure/bg-home-footer-container.gif) no-repeat top center;
}
.secondary #footer .container {
  background: transparent url(../images/structure/bg-secondary-footer-container.gif) no-repeat top center;
}
.secondary #footer.wide-column .container {
  background: transparent url(../images/structure/bg-secondary-footer-container-wide.gif) no-repeat top center;
}


/**
  4. Image Replacement
**/
#logo a,
.utility-nav li a.button,
#search-form button,
#main-nav li a,
.home #carousel .nav li a,
.home #feature-1 h1,
.home #feature-2 h1,
.home #feature-3 h1,
.home #feature-4 h1,
.home #content .hgroup h2,
.home #content .hgroup a {
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}


/* HEADER */
#logo a {
  background: transparent url(../images/structure/bg-logo.gif) no-repeat 0 0;
}
.utility-nav li a.button {
  background: transparent url(../images/structure/btn-insight-log-in.gif) no-repeat 0 0;
}
.utility-nav li a.button:hover {
  background-position: 0 -26px;
}
#search-form button {
  background: transparent url(../images/structure/btn-search-form.gif) no-repeat 0 0;
}
#main-nav li {
  background: transparent url(../images/structure/bg-main-nav-li.png) no-repeat 0 0;
}
#main-nav li#about-nav { background-position: 0 0; }
.about-us #main-nav li#about-nav,
#main-nav li#about-nav:hover,
#main-nav li#about-nav.hover { background-position: 0 -49px; }
#main-nav li#expertise-nav { background-position: -130px 0; }
.industries #main-nav li#expertise-nav,
#main-nav li#expertise-nav:hover,
#main-nav li#expertise-nav.hover { background-position: -130px -49px; }
#main-nav li#products-nav { background-position: -271px 0; }
.products-services #main-nav li#products-nav,
#main-nav li#products-nav:hover,
#main-nav li#products-nav.hover { background-position: -271px -49px; }
#main-nav li#solutions-nav { background-position: -502px 0; }
.solutions #main-nav li#solutions-nav,
#main-nav li#solutions-nav:hover,
#main-nav li#solutions-nav.hover { background-position: -502px -49px; }
#main-nav li#blog-nav { background-position: -640px 0; }
.blog #main-nav li#blog-nav,
#main-nav li#blog-nav:hover,
#main-nav li#blog-nav.hover { background-position: -640px -49px; }
#main-nav li#existing-nav { background-position: -728px 0; }
.existing-customers #main-nav li#existing-nav,
#main-nav li#existing-nav:hover,
#main-nav li#existing-nav.hover { background-position: -728px -49px; }

/* HOME */
.home #carousel .nav li a {
  display: block;
  background: transparent url(../images/structure/bg-home-carousel-nav.png) no-repeat 0 0;
}
.home #carousel .nav li.current a {
  background-position: -15px 0;
}
.home #feature-1 h1 {
  background: transparent url(../images/structure/bg-home-feature-1-h1.gif) no-repeat 0 0;
}
.home #feature-2 h1 {
  background: transparent url(../images/structure/bg-home-feature-2-h1.gif) no-repeat 0 0;
}
.home #feature-3 h1 {
  background: transparent url(../images/structure/bg-home-feature-3-h1.gif) no-repeat 0 0;
}
.home #feature-4 h1 {
  background: transparent url(../images/structure/bg-home-feature-4-h1.gif) no-repeat 0 0;
}
/*.home #feature-1 .read-more a {
  display: block;
  background: transparent url(../images/structure/btn-home-feature-read-more.gif) no-repeat 0 0;
}
.home #feature-1 .read-more a:hover {
  background-position: 0 -42px;
}*/

/* news */
.home #news .prev,
.home #news .next {
  display: block;
  background: transparent url(../images/structure/btn-news-nav.gif) no-repeat 0 0;
}
.home #news .next {
  background-position: -18px 0;
}

/* content */
.home #content .hgroup h2 {
  background: transparent url(../images/structure/bg-home-content-h2.gif) no-repeat 0 0;
}
.home #content #from-our-blog .hgroup h2 {
  background-position: 0 -13px;
}
.home #content #about-us .hgroup h2 {
  background-position: 0 -26px;
}
.home #content .hgroup a {
  background: transparent url(../images/structure/btn-home-hgroup.gif) no-repeat 0 0;
}
.home #content .hgroup a:hover {
  background-position: 0 -24px;
}

/* SECONDARY */
/* content */
.secondary #masthead h1 {
  /*background: transparent url(../images/structure/bg-secondary-masthead-h1.gif) no-repeat 0 0;*/
  background: transparent url(../images/structure/bg-horizontal-dash-dark.gif) repeat-x left bottom;
}

/* sidebar */
.secondary #sidebar h2 {
  /*background: transparent url(../images/structure/bg-secondary-sidebar-h2.gif) no-repeat 0 0;*/
  font-family: "Arial Narrow",sans-serif;
  font-size: 1.33333em;
  font-weight: bold;
  line-height: 1.125;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
}
.secondary #sidebar #skybitz-solutions h2 {
  background-position: 0 0;
}
.secondary #sidebar #case-studies h2 {
  background-position: 0 -13px;
}

/* PAGES */
/* solutions */
.solutions.secondary #sidebar .article.graphic {
  border-bottom: none;
}

.solutions.secondary #sidebar .article.graphic .section.first { 
  margin-right: 0px;
}

/**
  5. Utility
**/
.clearfix:after,
.container:after,
.row:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

button { overflow: visible: }

/* FORMS */
#main-content form p.text,
#main-content form p.select,
#main-content form p.textarea,
#main-content form p.radio,
#main-content form p.submit {
  padding-left: 130px;
}
#main-content form p.text label,
#main-content form p.select label,
#main-content form p.textarea label,
#main-content form p.submit label {
  float: left;
  width: 120px;
  margin-left: -130px;
  font-weight: bold;
  color: #0078AE;
}
#main-content form p.text label.error,
#main-content form p.select label.error,
#main-content form p.textarea label.error,
#main-content form p.submit label.error {
  float: none;
  display: block;
  margin-left: 0;
  font-weight: normal;
  color: #C00;
}
#main-content form span.required {
  font-weight: bold;
  color: #C00;
}

