/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 12, /opt/build/repo/source/stylesheets/base/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 30, /opt/build/repo/source/stylesheets/base/normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /opt/build/repo/source/stylesheets/base/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 50, /opt/build/repo/source/stylesheets/base/normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, /opt/build/repo/source/stylesheets/base/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 74, /opt/build/repo/source/stylesheets/base/normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, /opt/build/repo/source/stylesheets/base/normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, /opt/build/repo/source/stylesheets/base/normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 108, /opt/build/repo/source/stylesheets/base/normalize.scss */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 116, /opt/build/repo/source/stylesheets/base/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, /opt/build/repo/source/stylesheets/base/normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 133, /opt/build/repo/source/stylesheets/base/normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 141, /opt/build/repo/source/stylesheets/base/normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 151, /opt/build/repo/source/stylesheets/base/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 163, /opt/build/repo/source/stylesheets/base/normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 173, /opt/build/repo/source/stylesheets/base/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 181, /opt/build/repo/source/stylesheets/base/normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, /opt/build/repo/source/stylesheets/base/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 197, /opt/build/repo/source/stylesheets/base/normalize.scss */
sup {
  top: -0.5em; }

/* line 201, /opt/build/repo/source/stylesheets/base/normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 213, /opt/build/repo/source/stylesheets/base/normalize.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 221, /opt/build/repo/source/stylesheets/base/normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 233, /opt/build/repo/source/stylesheets/base/normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 245, /opt/build/repo/source/stylesheets/base/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 256, /opt/build/repo/source/stylesheets/base/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 267, /opt/build/repo/source/stylesheets/base/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 281, /opt/build/repo/source/stylesheets/base/normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 294, /opt/build/repo/source/stylesheets/base/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 306, /opt/build/repo/source/stylesheets/base/normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, /opt/build/repo/source/stylesheets/base/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 328, /opt/build/repo/source/stylesheets/base/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 340, /opt/build/repo/source/stylesheets/base/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 349, /opt/build/repo/source/stylesheets/base/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 360, /opt/build/repo/source/stylesheets/base/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 373, /opt/build/repo/source/stylesheets/base/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 1, /opt/build/repo/source/stylesheets/base/base.scss */
body {
  margin: 0;
  background-color: #d1d1d1; }

/* line 2, /opt/build/repo/source/stylesheets/base/base.scss */
html {
  overflow-y: scroll; }

/* line 3, /opt/build/repo/source/stylesheets/base/base.scss */
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent); }

/* line 11, /opt/build/repo/source/stylesheets/base/base.scss */
img.border {
  border-color: #c9c9c9;
  border-style: solid;
  border-width: 1px; }

/* line 16, /opt/build/repo/source/stylesheets/base/base.scss */
img {
  border: none; }

/* line 17, /opt/build/repo/source/stylesheets/base/base.scss */
a {
  color: #0e3868;
  text-decoration: none; }

/* line 1, /opt/build/repo/source/stylesheets/base/all_pages.css.scss */
.maintitle {
  color: #2968af;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, helvetica, sans serif; }

/* line 1, /opt/build/repo/source/stylesheets/layout/content.css.scss */
#content {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  line-height: 18px;
  position: relative; }
  /* line 9, /opt/build/repo/source/stylesheets/layout/content.css.scss */
  #content h2 {
    color: #2968af;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }

/* line 1, /opt/build/repo/source/stylesheets/layout/wrapper.css.scss */
#wrapper {
  width: 990px;
  margin: 0 auto;
  background-color: #ffffff; }

/* line 1, /opt/build/repo/source/stylesheets/layout/header.css.scss */
.group {
  margin-bottom: 15px;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold; }

/* line 9, /opt/build/repo/source/stylesheets/layout/header.css.scss */
.headerimagebar {
  width: 990px;
  margin-top: 8px; }

/* line 1, /opt/build/repo/source/stylesheets/layout/leftnavigation.css.scss */
ul.leftnav {
  list-style-type: none;
  padding: 0 0 0 25px;
  margin: 0;
  margin-top: -3px; }
  /* line 7, /opt/build/repo/source/stylesheets/layout/leftnavigation.css.scss */
  ul.leftnav ul {
    padding-left: 25px; }

/* line 11, /opt/build/repo/source/stylesheets/layout/leftnavigation.css.scss */
.leftnav a {
  color: #666666; }

/* line 13, /opt/build/repo/source/stylesheets/layout/leftnavigation.css.scss */
.contenttitle, .contenttitle a {
  color: #2968af;
  font-weight: bold; }

/* line 18, /opt/build/repo/source/stylesheets/layout/leftnavigation.css.scss */
ul.leftnav a.orange {
  color: #e07348; }

/* line 1, /opt/build/repo/source/stylesheets/layout/index-page.css.scss */
.headline {
  color: #2968af;
  font-family: Arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: lighter;
  padding-bottom: 15px; }

/* line 9, /opt/build/repo/source/stylesheets/layout/index-page.css.scss */
.index-desc {
  margin-left: 50px;
  width: 390px;
  line-height: 20px; }
  /* line 14, /opt/build/repo/source/stylesheets/layout/index-page.css.scss */
  .index-desc .index-text {
    font-family: Arial, helvetica, sans serif;
    font-size: 13px;
    color: #000; }

/* line 1, /opt/build/repo/source/stylesheets/modules/banner.css.scss */
.banner {
  width: 946px;
  height: 269px;
  background-image: url("/images/asset_tile2.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle; }

/* line 1, /opt/build/repo/source/stylesheets/modules/top-bottom-bar.css.scss */
.topbar {
  vertical-align: top; }

/* line 4, /opt/build/repo/source/stylesheets/modules/top-bottom-bar.css.scss */
.bottombar {
  vertical-align: bottom; }

/* line 1, /opt/build/repo/source/stylesheets/modules/navbar.css.scss */
#navigation {
  font-size: 11px;
  width: 940px;
  z-index: 20;
  text-align: center;
  position: absolute;
  right: 28px;
  top: -20px; }

/* line 10, /opt/build/repo/source/stylesheets/modules/navbar.css.scss */
#navigation ul {
  /* background: url("../images/bg-nav.png") no-repeat scroll 0 0 transparent; */
  border-bottom: 1px solid #999999;
  font-weight: bold;
  height: 25px;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 20px;
  width: 920px; }

/* line 20, /opt/build/repo/source/stylesheets/modules/navbar.css.scss */
#navigation ul li {
  /* background: url("../images/sep-nav.gif") no-repeat scroll right center transparent; */
  line-height: 25px;
  float: left;
  padding: 0 1px;
  position: relative; }

/* line 27, /opt/build/repo/source/stylesheets/modules/navbar.css.scss */
#navigation ul li.last {
  background-image: none; }

/* line 28, /opt/build/repo/source/stylesheets/modules/navbar.css.scss */
#navigation ul a {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #E9E9E9;
  color: #000000;
  float: left;
  height: 25px;
  padding: 0 6px;
  text-align: center;
  width: inherit; }

/* line 42, /opt/build/repo/source/stylesheets/modules/navbar.css.scss */
#navigation ul a.active {
  background-color: #ffffff;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #000000;
  float: left;
  height: 25px;
  padding: 0 10px;
  text-align: center;
  width: inherit; }

/* line 1, /opt/build/repo/source/stylesheets/modules/quicklinks.css.scss */
#orangeboxes {
  color: #333333; }

/* line 2, /opt/build/repo/source/stylesheets/modules/quicklinks.css.scss */
#orangeboxes a {
  color: #2968af; }

/* line 3, /opt/build/repo/source/stylesheets/modules/quicklinks.css.scss */
#orangeboxes {
  background-color: #e3e3e3;
  line-height: 16px; }

/* line 4, /opt/build/repo/source/stylesheets/modules/quicklinks.css.scss */
#orangeboxes h1 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 16px; }

/* line 13, /opt/build/repo/source/stylesheets/modules/quicklinks.css.scss */
.gray-wh {
  padding-left: 48px;
  padding-bottom: 24px;
  width: 100%;
  height: 80px; }

/* line 1, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.tiny-spacer-col {
  width: 5px; }

/* line 2, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.spacer-col {
  width: 50px; }

/* line 3, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.half-spacer-col {
  width: 25px; }

/* line 4, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.narrow-spacer-col {
  width: 15px; }

/* line 6, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.empty-col {
  width: 617px; }

/* line 7, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.wide-col {
  width: 200px; }

/* line 8, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.morewide-col {
  width: 520px; }

/* line 10, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.pull-up-col {
  vertical-align: top; }

/* line 14, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.text-right-col {
  text-align: right; }

/* line 18, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.col-4 {
  colspan: 4; }

/* line 19, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.col-5 {
  colspan: 5; }

/* line 20, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.col-7 {
  colspan: 7; }

/* line 22, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.height-adjust-col {
  height: 20px; }

/* line 25, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.height-adjust-col-2x {
  height: 40px; }

/* line 29, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.compact-table {
  border: 0;
  cellpadding: 0;
  cellspacing: 0; }

/* line 35, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.sidedivider {
  border-left-style: solid;
  border-color: #9f9f9f;
  border-left-width: 1px; }

/* line 41, /opt/build/repo/source/stylesheets/modules/table.css.scss */
.autowidth {
  width: auto; }
