/*  CODE FROM SCSS FILE
    DO NOT EDIT CSS FILE DIRECTLY

    Color variables
        Super light blue (table backgrounds): #D5E0EF
        Light blue (quote bottom): #9AB6DD
	Button blue (buttons): #C2D3EB
        Mid blue (quote middle): #215496  R33 G84 B150
        Dark blue (border, nav): #00285C

        Super light gray 2% (right column): #F5F5F5
        Light gray 10%(background, text): #E5E5E5
	Mid gray (border): #C5C5C5
        Mid gray (affiliation text):  #666666
        Dark gray 80% (text): #333333
	
        Light yellow (submit): #FFFFE0;
        Dark yellow (border): #FFDD00;
*/
* {
  margin: 0;
  padding: 0; }

body {
  background-color: #e5e5e5;
  background-image: url("../../images/layout_bg_body.png");
  background-repeat: repeat-x;
  color: #333333;
  font-family: "Trebuchet MS", Verdana, sans-serif; }

#header, #header_support {
  background-repeat: no-repeat;
  height: 284px;
  margin: 0 auto;
  width: 1038px; }

#header {
  background-image: url("../../images/layout_bg_header.png"); }

#header_support {
  background-image: url("../../images/layout_bg_header_support.png"); }

.header_stewart {
  border: none;
  position: relative;
  left: 35px;
  width: 490px;
  height: 118px; }

.header_print {
  position: relative;
  width: 960px;
  height: 96px;
  left: 35px;
  display: none; }

#background {
  background-color: #e5e5e5;
  background-image: url("../../images/layout_bg_background.png");
  background-repeat: repeat-y;
  margin: 0 auto;
  width: 1038px; }

#content {
  background-color: #FFFFFF;
  border: 4px solid #215496;
  border-top: 4px solid #00285c;
  margin: -166px auto 0 auto;
  text-align: left;
  width: 960px; }

/* ---------- Start of Navigation Elements ------ */
#navigation {
  display: block; }
  #navigation ul {
    /* all lists */
    display: inline;
    list-style: none;
    width: 240px; }
  #navigation li {
    /* all list items */
    float: left; }
  #navigation a {
    /* all links */
    color: #333333;
    display: block;
    padding-left: 20px;
    text-decoration: none;
    width: 220px; }
  #navigation > ul > li > a {
    /* first level */
    background-color: #00285c;
    background-image: url("../../images/layout_button_blue.png");
    background-repeat: no-repeat;
    color: white;
    height: 30px;
    line-height: 30px;
    z-index: 10; }
    #navigation > ul > li > a:hover {
      background-color: lightyellow;
      background-image: url("../../images/layout_button_yellow.png");
      color: #215496; }
  #navigation li ul {
    /* second level */
    left: -999em;
    position: absolute;
    z-index: 10; }
    #navigation li ul > li > a {
      background-color: #d5e0ef;
      background-image: url("../../images/layout_button_blue_sub.png");
      background-repeat: no-repeat;
      font-size: 80%;
      height: 25px;
      line-height: 25px; }
      #navigation li ul > li > a:hover {
        background-color: lightyellow;
        background-image: url("../../images/layout_button_yellow_sub.png");
        color: #215496; }
    #navigation li ul ul {
      /* third level */
      margin-left: 239px;
      margin-top: -25px; }
  #navigation a.red {
    background-color: #990000;
    background-image: url("../../images/layout_button_red.png"); }
  #navigation li:hover ul ul, #navigation li.sfhover ul ul {
    background-image: none;
    left: -999em; }
  #navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
    background-image: none;
    left: auto; }

/* ---------- End of Navigation Elements ------ */
#banner {
  border: none;
  float: left;
  margin: 1px;
  width: 960px; }
  #banner img {
    border: none; }

#crumbs {
  font-size: 80%;
  padding-top: 20px; }

/* ---------- 3 Quarter Layout ---------- */
#layout_3quarter_left {
  clear: left;
  float: left;
  padding-left: 20px;
  width: 675px; }
  #layout_3quarter_left > img {
    float: right;
    padding-left: 10px; }
  #layout_3quarter_left > ul {
    clear: both;
    list-style-type: none;
    margin-top: 10px; }
    #layout_3quarter_left > ul > li {
      background-color: whitesmoke;
      border-bottom: solid 1px #c5c5c5;
      border-right: solid 1px #c5c5c5;
      font-size: 85%;
      margin: 0 0 20px -20px;
      padding: 0 20px; }
    #layout_3quarter_left > ul ul {
      margin-left: 20px; }
  #layout_3quarter_left li h2 {
    background-image: url("../../images/layout_3quarter_left_section_top.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #333333;
    height: 35px;
    margin-left: -31px;
    padding-left: 30px;
    width: 716px; }
  #layout_3quarter_left p {
    padding-bottom: 10px; }

.section_image {
  position: relative;
  height: 125px;
  width: 125px;
  text-decoration: none; }
  .section_image em {
    position: absolute;
    left: 3px;
    bottom: 7px;
    background-color: #215496;
    color: whitesmoke;
    font-size: 85%;
    line-height: 15px;
    text-align: center;
    width: 121px; }
  .section_image img {
    background-color: #FFFFFF;
    border: solid 1px #c5c5c5;
    height: 121px;
    left: 2px;
    padding: 2px;
    width: 121px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 4px #333333;
    -webkit-box-shadow: 1px 1px 4px #333333;
    box-shadow: 1px 1px 4px #333333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='$color_gray_dark')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='$color_gray_dark'); }

.size_image {
  position: relative;
  height: 125px;
  width: 125px;
  text-decoration: none; }
  .size_image em {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #215496;
    border: solid 1px #c5c5c5;
    border-top: none;
    color: whitesmoke;
    font-size: 85%;
    line-height: 15px;
    text-align: center;
    width: 125px; }

#layout_3quarter_left li .learn_more {
  position: relative;
  clear: both;
  display: block;
  font-size: 95%;
  padding: 4px 5px 6px 5px;
  text-align: right; }

#layout_3quarter_right {
  background-color: whitesmoke;
  border: solid 1px #c5c5c5;
  display: block;
  float: right;
  font-size: 85%;
  left: 770px;
  margin: 20px 20px 20px 0;
  padding: 0;
  top: 0px;
  width: 220px; }
  #layout_3quarter_right.with_banner {
    margin-top: -20px; }

#quotation {
  background-color: #215496;
  background-image: url("../../images/layout_bg_quotation.png");
  background-repeat: no-repeat; }
  #quotation p {
    color: #e5e5e5;
    font-style: italic;
    padding: 20px 20px 0 20px; }
  #quotation ul {
    color: #9ab6dd;
    list-style-type: none;
    margin: 0 20px 20px 20px;
    padding: 0; }
  #quotation .read_more {
    background-image: url("../../images/layout_bg_quotation_bottom.png");
    background-repeat: no-repeat;
    clear: both;
    height: 22px;
    padding-left: 138px;
    width: 82px; }
    #quotation .read_more a {
      color: #e5e5e5; }

#layout_3quarter_right ul.sections {
  clear: both;
  list-style-type: none; }
  #layout_3quarter_right ul.sections > li {
    padding: 20px;
    border-bottom: dashed 1px #c5c5c5; }
    #layout_3quarter_right ul.sections > li:last-child {
      border-bottom: none; }
    #layout_3quarter_right ul.sections > li li {
      margin-left: 20px; }
#layout_3quarter_right input[type="text"], #layout_3quarter_right input[type="password"] {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  color: #333333; }
#layout_3quarter_right select {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  color: #333333; }
#layout_3quarter_right img {
  margin: 10px 0; }
#layout_3quarter_right p {
  padding-bottom: 10px; }
#layout_3quarter_right > p {
  padding: 0 20px 5px 20px; }

#follow_us {
  background-image: url("../../images/layout_3quarter_right_follow.png");
  background-repeat: no-repeat;
  color: #9ab6dd;
  font-weight: bold;
  height: 60px;
  padding-left: 6px;
  width: 220px; }
  #follow_us img {
    border: none;
    padding: 8px 3px; }

/* ---------- Half Layout ---------- */
#layout_half_left, #layout_half_right {
  padding-left: 20px; }

#layout_half_left {
  clear: left;
  float: left;
  width: 440px; }

#layout_half_right {
  clear: right;
  float: right;
  margin: 20px 20px 0 0;
  width: 460px; }

#layout_half_left p {
  padding-bottom: 20px; }
#layout_half_left ul {
  clear: both;
  list-style-type: none; }

#layout_half_right ul {
  clear: both;
  list-style-type: none;
  background-color: whitesmoke;
  border: solid 1px #c5c5c5;
  border-top: none; }

#layout_half_left li, #layout_half_right li {
  background-color: whitesmoke;
  clear: both;
  font-size: 85%;
  padding: 0 20px 10px 20px; }

#layout_half_left li {
  border-bottom: solid 1px #c5c5c5;
  border-right: solid 1px #c5c5c5;
  margin: 0 0 20px -20px; }

#layout_half_right li {
  margin-bottom: 20px; }

#layout_half_left li h2, #layout_half_right li h2 {
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 35px;
  width: 452px; }

#layout_half_left li h2 {
  background-image: url("../../images/layout_half_left_section_top.png");
  margin-left: -31px;
  padding-left: 30px;
  padding-top: 1px; }

#layout_half_right li h2 {
  background-image: url("../../images/layout_half_right_section_top.png");
  margin-left: -28px;
  padding-left: 30px;
  padding-top: 1px; }
#layout_half_right li:first-child h2 {
  background-image: url("../../images/layout_half_right_section_top_first.png"); }
#layout_half_right table {
  font-size: 90%;
  font-style: italic;
  margin: 0 0 10px 20px; }
  #layout_half_right table thead {
    font-weight: bold; }

#layout_half_left li p, #layout_half_right li p {
  padding-bottom: 10px; }

#layout_half_left li img, #layout_half_right li img {
  border: 2px solid #c5c5c5;
  clear: right;
  float: right;
  margin-left: 5px;
  padding: 2px; }

#layout_half_left table img, #layout_half_right table img {
  border: none;
  float: left; }

/* ---------- Tabs ---------- */
#tabs {
  clear: both;
  font-size: 85%;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  margin: 10px 0; }
  #tabs a {
    color: #215496; }
  #tabs div {
    padding: 8px; }
  #tabs > div > ul > li {
    margin-left: 25px; }

.js #tabs {
  display: none; }

/* ---------- Accordion ---------- */
#accordion {
  clear: both;
  font-size: 100%;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  margin: 10px 0; }
  #accordion a {
    color: #215496; }

/* ---------- Footer ---------- */
#footer {
  background-color: #00285c;
  background-image: url("../../images/layout_bg_footer.png");
  background-repeat: repeat-x;
  clear: both;
  color: #e5e5e5;
  font-size: 75%;
  height: 25px;
  margin: 0 auto;
  width: 968px; }

/* ---------- Misc. ---------- */
.check {
  list-style-image: url("../../images/bullet_check.png"); }

.triangle {
  list-style-image: url("../../images/bullet_triangle.png"); }

a.button {
  display: block;
  padding: 5px;
  background-color: #c2d3eb;
  border: solid 1px #9ab6dd;
  clear: both;
  color: #215496;
  font-size: 95%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  height: 20px; }
  a.button:hover {
    background-color: lightyellow;
    border: solid 1px #ffdd00;
    color: #215496;
    text-decoration: none; }
a.button_red {
  display: block;
  padding: 5px;
  background-color: #990000;
  background-image: url("../../images/layout_button_red.png");
  background-position: center;
  border: solid 1px #990000;
  clear: both;
  color: #EFEFEF;
  font-size: 95%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  height: 20px; }
  a.button_red:hover {
    background-color: lightyellow;
    background-image: url("../../images/layout_button_yellow.png");
    background-position: center;
    border: solid 1px #ffdd00;
    color: #215496;
    text-decoration: none; }
a.button_orange {
  -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
  background: -moz-linear-gradient(center top, #ffc477 5%, #fb9e25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
  background-color: #ffc477;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeb44f;
  display: inline-block;
  color: #ffffff;
  font-family: Georgia;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0px #cc9f52; }
  a.button_orange:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
    background: -moz-linear-gradient(center top, #fb9e25 5%, #ffc477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color: #fb9e25;
    text-decoration: none; }
  a.button_orange:active {
    position: relative;
    top: 1px;
    text-decoration: none; }
  a.button_orange em {
    border-top: solid 1px #ffc477;
    display: block;
    font-size: 9pt;
    margin-top: 5px;
    padding-top: 5px; }

.callout {
  background-color: #e5e5e5;
  border: solid 1px #666666;
  color: #666666;
  text-align: center;
  width: 100%; }

.endorsements {
  color: #666666;
  font-size: 90%;
  font-style: italic;
  width: 680px; }
  .endorsements td {
    padding: 10px;
    width: 340px; }
  .endorsements a {
    font-style: normal;
    font-weight: bold; }
  .endorsements img {
    clear: left;
    float: left; }

.roi {
  font-size: 85%; }
  .roi td {
    width: 75px; }

.roi_quote {
  background-color: lightyellow;
  border: solid 1px #c5c5c5;
  left: 705px;
  padding: 5px;
  position: absolute;
  width: 230px; }

.wrap {
  clear: both;
  background-color: #e5e5e5;
  color: #666666;
  font-size: 85%;
  padding: 6px;
  text-align: center; }

a {
  color: #215496;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.small {
  font-size: 85%; }

.testimonial_quotation {
  color: #666666;
  font-size: 85%; }

.text_table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto; }
  .text_table th {
    background-color: #d5e0ef;
    border: solid 1px #BBBBBB;
    border-bottom: none;
    color: #333333;
    padding: 5px;
    text-align: center; }
  .text_table td {
    border: solid 1px #c5c5c5;
    padding: 5px; }
    .text_table td span {
      font-size: 80%; }

.thank_you {
  font-family: 'Dancing Script', arial, serif;
  font-size: 220%;
  width: 100%; }

.top_alert {
  background-color: lightyellow;
  border: solid 1px #ffdd00;
  clear: both;
  padding: 10px 0;
  text-align: center; }

h1 {
  font-size: 16pt;
  padding-bottom: 10px; }

h2 {
  font-size: 120%;
  padding-top: 1px; }

h3 {
  font-size: 100%; }

hr {
  clear: both;
  margin: 10px 0; }

input[name="find_us"] {
  height: 20px;
  width: 125px; }

form label {
  font-style: italic; }
form[name="roi"], form[name="contact_us"] {
  margin: 20px;
  text-align: right; }

input[type="text"], input[type="password"], input[type="submit"] {
  border: solid 1px #c5c5c5;
  color: #333333;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  padding: 2px; }

select {
  border: solid 1px #c5c5c5;
  color: #333333;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  padding: 2px; }

input[type="submit"] {
  background-color: #c2d3eb;
  border: solid 1px #9ab6dd;
  color: #215496;
  font-weight: bold;
  text-align: center;
  height: 26px;
  min-width: 125px;
  cursor: pointer; }
  input[type="submit"]:hover {
    background-color: lightyellow;
    border: solid 1px #ffdd00;
    color: #215496;
    text-decoration: none; }
input.error {
  background-color: #ffdddd;
  border: solid 1px #ffcccc; }

form[name="roi"] input[type="text"] {
  text-align: center;
  height: 15px; }
form[name="contact_us"] {
  margin-right: 150px; }

fieldset {
  border: dotted 1px #999999;
  padding: 10px;
  margin-bottom: 20px; }

form[name="support"] label, form[name="led_search"] label {
  width: 150px;
  float: left;
  text-align: right;
  margin-right: 10px;
  display: block; }

label.error {
  color: red;
  font-size: 85%; }

#page_peel {
  position: relative; }
  #page_peel img {
    width: 50px;
    height: 52px;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    -ms-interpolation-mode: bicubic; }
  #page_peel .msg_block {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 50;
    right: 0;
    top: 0;
    background: url("../../images/layout_pagepeel.png") no-repeat right top;
    text-indent: -9999px; }

.scrollable {
  height: 130px;
  margin-left: -15px;
  overflow: hidden;
  position: relative;
  width: 680px; }
  .scrollable .items {
    clear: both;
    position: absolute;
    width: 20000em; }
    .scrollable .items div {
      float: left;
      margin-left: 15px;
      width: 655px; }
  .scrollable .active {
    cursor: default;
    position: relative; }
  .scrollable a.browse {
    cursor: pointer;
    background: url("../../images/layout_button_scrollable.png") no-repeat;
    display: block;
    height: 30px;
    position: absolute;
    width: 30px; }
  .scrollable a.right {
    background-position: 0 -30px;
    left: 650px;
    top: 48px; }
    .scrollable a.right:hover {
      background-position: -30px -30px; }
    .scrollable a.right:active {
      background-position: -60px -30px; }
  .scrollable a.left {
    left: 0;
    top: 48px; }
    .scrollable a.left:hover {
      background-position: -30px 0; }
    .scrollable a.left:active {
      background-position: -60px 0; }
  .scrollable a.disabled {
    visibility: hidden !important; }

.staff_photo {
  background-color: #FFFFFF;
  border: solid 1px #c5c5c5;
  clear: left;
  float: left;
  height: 75px;
  left: 2px;
  margin-right: 10px;
  padding: 2px;
  width: 75px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 4px #333333;
  -webkit-box-shadow: 1px 1px 4px #333333;
  box-shadow: 1px 1px 4px #333333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='$color_gray_dark')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='$color_gray_dark'); }

.favorite_photo {
  background-color: #FFFFFF;
  border: solid 1px #c5c5c5;
  height: 50px;
  left: 2px;
  padding: 2px;
  width: 50px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 4px #333333;
  -webkit-box-shadow: 1px 1px 4px #333333;
  box-shadow: 1px 1px 4px #333333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='$color_gray_dark')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='$color_gray_dark'); }

@media print {
  .header_stewart {
    display: none; }

  .header_print {
    display: block; }

  #affiliation, #navigation {
    display: none; }

  #content, * {
    border: none; } }
.modal {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  background-color: #fff;
  display: none;
  width: 450px;
  padding: 10px;
  text-align: left;
  border: 2px solid #333;
  opacity: 0.8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 0 50px #ccc;
  -webkit-box-shadow: 0 0 50px #ccc; }
  .modal h2 {
    margin: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    font-size: 20px; }

.tooltip {
  display: none;
  background: transparent url("../../images/layout_tooltip.png");
  font-size: 12px;
  height: 82px;
  width: 230px;
  padding: 20px;
  color: #333; }
