/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
/*a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}*/

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

#header, #nav, #subnav, #topnav, #footer, div.bottom, div.bnav, #scopes, a.back, #serviceAreas, div.box a.pagePrev, div.box a.pageNext, #solutions > div.half {
    display: none !important;
}

#container, #content, #content div.content-mid, div.box, div.box div.box-mid, 
div.value, div.value div.text, div.hotNew .span-4, div.partner, #clients #reference, 
#clients, #solutions, #solutions div.box, #solutions div.box2, div.article {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: none !important;
}

#container, #content, #content div.content-mid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: none !important;
}

.prepend-1 {
    padding-left: 0;
}

#articlesSubscribe {
    display: none;
}

div.value h1, div.partner h2, .marginH, div.article h2, div.article span.date {
    margin-left: 0 !important;
}

#index div.news dl {
    margin-bottom: 0;
}
#index div.news p {
    display: none;
}

#clients {
    padding: 0;
}

#fullReference {
    margin-top: 0;
    background: none !important;
}
    #fullReference h1 {
        height: auto;
    }
