/* Useful with form inputs and textareas */
/* Legacy support for inline-block in IE7 (maybe IE6) */
/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, .form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 0.25em; }

h2 {
  font-size: 1.6em;
  line-height: 1.1;
  margin-bottom: 0.25em; }

h3 {
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 0.25em; }

h4 {
  font-size: 1.1em;
  line-height: 1.25;
  margin-bottom: 0.25em; }

h5 {
  font-size: 1em;
  margin-bottom: 0.25em; }

h6 {
  font-size: 1em;
  margin-bottom: 0.25em; }

/* Text elements */
p {
  margin-bottom: 1em; }

p.last {
  margin-bottom: 0; }

p img {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0; }

/* Use this if the image is at the top of the <p>. */
p img.top {
  margin-top: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

address {
  font-style: italic;
  margin-top: 1.5em; }

del {
  color: #666; }

a {
  text-decoration: underline; }

blockquote {
  border-left: 4px solid #d1d1d1;
  color: #666;
  font-style: italic;
  margin: 1.5em 0;
  padding-left: 1em; }

strong {
  font-weight: bold; }

em,
dfn {
  font-style: italic; }

dfn {
  font-weight: bold; }

pre, code {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
  line-height: 1.5; }

pre.code {
  background: #000;
  color: #fff;
  padding: 20px; }

tt {
  display: block;
  line-height: 1.5;
  margin: 1.5em 0; }

/* Forms */
/*removes dotted outline on submit buttons when clicking in firefox */
input[type="submit"]::-moz-focus-inner {
  border: none; }

form.button_to, .button_to.form, form.button_to div, .button_to.form div {
  display: inline; }

form ol, .form ol {
  list-style: none;
  margin: 0; }

form ol ol, .form ol ol {
  margin-left: 0; }

form ol li, .form ol li {
  list-style-position: outside;
  margin: 0; }

/*list-style-position fixes IE label margin bug*/
form ol ol li, .form ol ol li {
  list-style-position: outside;
  margin: 0 0 .25em 0; }

form ol li.error input, .form ol li.error input {
  background-color: #FBE3E4; }

form ol li.hidden, .form ol li.hidden {
  display: none; }

p.inline-errors {
  color: #D12F19;
  margin-bottom: 0.25em; }

form abbr, .form abbr {
  border-bottom: 0; }

.required label {
  font-weight: bold; }

.checkbox_field label,
.radio_field label {
  font-weight: normal; }

a.cancel {
  color: #7d0d0d; }

.inline-hints {
  color: #666;
  font-size: 0.85em;
  margin-bottom: 0.25em; }

/* Fieldsets */
fieldset {
  margin-bottom: 1.5em; }

legend {
  font-weight: bold; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

.radio fieldset {
  margin: 0;
  padding: 0; }

/* Text fields */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  font-size: inherit;
  padding: 3px 2px;
  width: 300px; }

.ie6 input {
  vertical-align: text-bottom; }

input[disabled='disabled'] {
  background-color: #fcfcfc;
  cursor: default; }

input[type="checkbox"] {
  margin: 0 3px 0 0;
  position: relative;
  top: -2px;
  vertical-align: middle; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

input[type="radio"] {
  margin: 0 3px 0 0;
  position: relative;
  top: -2px;
  vertical-align: middle; }

.check_boxes label {
  display: inline;
  padding: 0;
  vertical-align: middle; }

.radio label {
  padding: 0; }

/* Textareas */
textarea {
  font-size: inherit;
  height: 200px;
  margin: 0 0.5em 0.5em 0;
  padding: 5px;
  width: 440px;
  overflow: auto; }

/* Select fields */
fieldset .select select {
  width: 200px;
  font-size: 0.9em; }

optgroup {
  margin: 0 0 .5em 0; }

/* Date & Time */
form ol li.date ol li, .form ol li.date ol li,
form ol li.time ol li,
.form ol li.time ol li {
  display: inline; }

form ol li.datetime ol li, .form ol li.datetime ol li {
  display: inline-block; }

form ol li.datetime select, .form ol li.datetime select,
form ol li.date select,
.form ol li.date select,
form ol li.time select,
.form ol li.time select {
  display: inline;
  width: auto; }

form ol li.date label, .form ol li.date label,
form ol li.time label,
.form ol li.time label {
  display: none; }

/* Tables */
table {
  margin-bottom: 2em;
  width: 100%; }

th {
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd; }

caption, th, td {
  padding: 4px 10px 4px 0; }

caption {
  background: #f1f1f1;
  margin-bottom: 1em;
  padding: 10px 0; }

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

/* Use this if you use span-x classes on th/td. */
table .last {
  padding-right: 0; }

/* Lists */
ul, ol {
  list-style-position: inside; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-bottom: 0em; }

dd {
  margin-left: 0.5em; }

ol ol, ol ul, ul ul, ul ol {
  margin-left: 1em; }

body {
  background-color: white;
  color: #555555;
  font-family: arial, "helvetica neue", helvetica, "lucida grande", sans-serif;
  font-size: 0.875em;
  line-height: 15px; }

a {
  color: blue; }

a:hover {
  color: #0099ff; }

h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-family: "helvetica neue", Helvetica, arial, sans-serif; }

/*
a, a:link {
  color: $link_color;
}

a:visited {
  color: $link_color;
}

a:hover {
  color: $link_hover_color;
}

a:active,
a:focus {
  color: $link_active_color;
}
*/
p, ul, ol {
  margin-bottom: 15px; }

img {
  margin: 0 0 15px; }

li {
  line-height: 15px; }

dl {
  line-height: 15px;
  margin-bottom: 15px; }

dl dt {
  margin-top: 15px; }

.hrule {
  background-color: #DDD;
  border: none;
  clear: both;
  float: none;
  height: 1px;
  margin: 0;
  margin-bottom: 1em;
  width: 100%; }

.hrule hr {
  display: none; }

/* for image replacement */
.ir {
  background-repeat: no-repeat;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }

.hide {
  display: none; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a:after {
    content: " (" attr(href) ")"; }

  abbr:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.align-right {
  text-align: right; }

.form_tall label, form.tall label, .tall.form label {
  display: block; }

.form_tall li, form.tall li, .tall.form li {
  display: block; }

ul.nolist {
  list-style: none;
  list-style-position: outside; }

ul.last {
  margin-bottom: 0; }

.warning, a.warning, a:link.warning {
  color: #9f1f1f; }

img.nopad {
  margin: 0; }

p.subheading {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1.3em; }

.small {
  font-size: 0.9em; }

.big {
  font-size: 1.5em; }

.bigger {
  font-size: 2em; }

.biggest {
  font-size: 3em; }

.huge {
  font-size: 4em; }

.uppercase {
  text-transform: uppercase; }

/*
.row {
	@include pie-clearfix;
}

.row.spaced .column{
	margin-right:1em;
}

.row.spaced .column.last{
	margin-right:0;
}

.row.spaced .column.right{
	margin-left:1em;
	margin-right:0;
}

.column{
	float:left;
	position:relative;
}

.column.last, .column.right {
	float:right;
}

.column.col2a {
	width:48%;
}

.column.col2b { 
	width:58%; 
}

.column.col2b.last { 
	width:38%; 
}
*/
ul.horizontal {
  display: inline;
  list-style: none;
  list-style-position: outside;
  white-space: nowrap; }

ul.horizontal > li {
  display: inline;
  position: relative; }

.nopad {
  margin-bottom: 0; }

.row {
  *zoom: 1; }
  .row:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.column {
  float: left;
  position: relative; }

.column.last, .column.right {
  float: right; }

html, body {
  font-size: 12px;
  height: 100%;
  letter-spacing: 0.15em;
  font-size: 9pt;
  line-height: 10 pt;
  text-align: justify; }

body {
  background-repeat: no-repeat; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  text-decoration: none; }

table {
  border: 0;
  margin-bottom: 0;
  width: auto; }

td {
  border-bottom: none;
  padding: 0; }

p {
  margin-bottom: 10px; }

#wrapper {
  height: 100%;
  width: 100%; }

#wrapper.resizing {
  width: 6000px; }

#header_cell td {
  vertical-align: bottom; }

#header_wrapper.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

#header_wrapper.fixed #header {
  width: 100%; }

#content {
  border-bottom: white 1px solid;
  border-top: white 1px solid;
  height: 376px;
  padding: 12px 0 12px 128px;
  vertical-align: top; }

#lower_cell {
  padding: 12px 0;
  vertical-align: top; }

#lower {
  height: 100%; }

#lower.fixed {
  left: 0;
  height: 0;
  position: fixed;
  width: 100%;
  z-index: 998; }

#secondary, #footer {
  padding: 0 12px 0 128px; }

#secondary {
  vertical-align: top; }

#footer {
  color: #4d4d4d;
  font-size: 11px;
  padding-top: 12px;
  text-align: right;
  vertical-align: bottom; }

#site_nav {
  font-size: 7pt;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: fixed;
  right: 24px;
  text-transform: uppercase;
  top: 12px;
  z-index: 9999; }
  #site_nav .divider {
    display: none;
    padding: 0 9px; }
  #site_nav a + .divider {
    display: inline; }

#splash_table {
  height: 100%;
  width: 100%; }

#splash_table td {
  text-align: center;
  vertical-align: middle; }

#splash_logo {
  margin: 0 0 15px 0; }

#splash_logo a {
  font-size: 1.23em; }

#splash_logo img {
  margin: 0; }

#logo_cell {
  padding-left: 128px;
  width: 10px; }

#logo {
  margin-bottom: 7px; }
  #logo img {
    margin-bottom: 0;
    margin-right: 40px;
    vertical-align: top; }

#logo-small {
  display: none; }

@media (max-height:700px) {
  #logo-normal {
    display: none; }

  #logo-small {
    display: inline-block; } }
#page_nav_cell {
  text-align: right; }

#page_nav {
  font-size: 7pt;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 7px;
  margin-right: 24px;
  text-transform: uppercase; }
  #page_nav .divider {
    display: none;
    padding: 0 9px; }
  #page_nav .page + .divider {
    display: inline; }

#text_page {
  min-height: 376px;
  width: 1140px; }
  #text_page .title {
    margin-bottom: 15px; }

#arrow_nav .arrow {
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: url("http://s3.amazonaws.com/fgna/photo/8p1973ue/drzyqyjf/wide_standard_sprite.png");
  display: none;
  height: 45px;
  margin-top: -22px;
  position: fixed;
  width: 45px;
  z-index: 999;
  top: 50%; }
#arrow_nav .arrow.prev {
  background-position: 0 -45px;
  left: 71px; }
#arrow_nav .arrow.prev.white {
  background-position: 0 0; }
#arrow_nav .arrow.next {
  background-position: -45px -45px;
  right: 10px; }
#arrow_nav .arrow.next.white {
  background-position: -45px 0; }

body.layout_a #layout_a {
  display: block; }
body.layout_a #layout_b {
  display: none; }
body.layout_b #layout_a {
  display: none; }
body.layout_b #layout_b {
  display: block; }
body.layout_b #captions .return-group {
  display: none; }

#layout_a .assets td {
  vertical-align: top; }
#layout_a .asset {
  margin-right: 12px; }
  #layout_a .asset iframe, #layout_a .asset img {
    height: 376px;
    margin-bottom: 0;
    width: auto;
    vertical-align: top; }
  #layout_a .asset img {
    cursor: pointer; }
  #layout_a .asset iframe {
    width: 564px; }
#layout_a .description {
  height: 376px;
  margin-right: 12px;
  position: relative;
  width: 564px; }
  #layout_a .description .text-box {
    left: 0;
    position: absolute;
    top: 0; }
  #layout_a .description .address-box {
    bottom: -4px;
    left: 0;
    position: absolute; }
  #layout_a .description .logo-box {
    bottom: -4px;
    position: absolute;
    right: 0; }
#layout_a table.return {
  background: black;
  cursor: pointer;
  height: 376px;
  position: relative;
  width: 1700px; }
  #layout_a table.return td {
    overflow: hidden;
    vertical-align: middle; }

#layout_b {
  height: 376px;
  position: relative; }
  #layout_b #table_of_contents {
    height: 376px;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
    width: 564px; }
    #layout_b #table_of_contents .description {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    #layout_b #table_of_contents .thumb_row_1 {
      height: 270px;
      position: relative; }
    #layout_b #table_of_contents .thumb_row_2 {
      height: 164px;
      position: relative; }
    #layout_b #table_of_contents .text-box {
      left: 0;
      position: absolute;
      top: 0; }
    #layout_b #table_of_contents .address-box {
      bottom: -4px;
      left: 0;
      position: absolute; }
    #layout_b #table_of_contents .logo-box {
      bottom: -4px;
      position: absolute;
      right: 0; }
    #layout_b #table_of_contents #thumbnail_nav {
      *zoom: 1;
      background: url("http://s3.amazonaws.com/fgna/photo/6lze3nrr/563nbsmx/faux-thumbnail-bg.gif") repeat;
      bottom: 0;
      left: 0;
      position: absolute;
      width: 576px; }
      #layout_b #table_of_contents #thumbnail_nav:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden; }
      #layout_b #table_of_contents #thumbnail_nav .thumbnail {
        display: block;
        float: left;
        height: 94px;
        margin: 12px 12px 0 0;
        overflow: hidden;
        position: relative;
        width: 132px; }
      #layout_b #table_of_contents #thumbnail_nav img {
        height: 99px;
        left: 0;
        position: absolute;
        top: -2px;
        width: 132px; }
      #layout_b #table_of_contents #thumbnail_nav img:hover {
        opacity: 0.6;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); }
  #layout_b .assets {
    left: 576px;
    position: absolute;
    top: 0; }
    #layout_b .assets .asset {
      display: none; }
    #layout_b .assets .asset.selected {
      display: block; }
    #layout_b .assets iframe, #layout_b .assets img {
      left: 0;
      height: 376px;
      margin-bottom: 0;
      position: absolute;
      top: 0;
      vertical-align: top; }
    #layout_b .assets img {
      width: auto; }
    #layout_b .assets iframe {
      width: 564px; }

#secondary .sub_page_nav {
  display: none;
  font-size: 7.5pt;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
  text-transform: uppercase; }
  #secondary .sub_page_nav.selected {
    display: block; }
  #secondary .sub_page_nav .divider {
    display: none;
    padding: 0 9px; }
  #secondary .sub_page_nav .page + .divider {
    display: inline; }

#asset_number_nav {
  font-size: 8pt;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 12px; }
  #asset_number_nav a {
    padding: 0 3px; }
  #asset_number_nav a:first-child {
    padding-left: 0; }

#caption_divider {
  background-color: #999;
  height: 1px;
  margin-bottom: 12px;
  width: 100%; }

#captions .caption {
  font-size: 8.5pt;
  display: none;
  letter-spacing: 0.15em;
  line-height: 11pt;
  text-align: justify;
  width: 564px; }
  #captions .caption.selected {
    display: block; }
  #captions .caption .tools, #captions .caption .description {
    margin-bottom: 12px;
    text-align: justify; }
  #captions .caption .tools {
    font-size: 7.5pt;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    #captions .caption .tools .divider {
      margin: 0 9px; }
  #captions .caption .title {
    margin-bottom: 12px; }

#at20mc {
  position: fixed !important; }

.contact_spacing_fix {
  margin-top: 36px !important;
  margin-left: 36px !important; }

.a105_title1 {
  letter-spacing: 0.15em;
  text-transform: lowecase;
  font-size: 9pt;
  line-height: 12pt;
  color: #FF931E;
  font-weight: 700;
  margin-bottom: 10px; }

.a105_title2 {
  letter-spacing: 0.15em;
  font-size: 9pt;
  line-height: 9pt;
  color: #CCCCCC;
  font-weight: 700;
  margin-bottom: 16px !important; }

.a105_title3 {
  letter-spacing: 0.15em;
  text-transform: lowecase;
  font-size: 9pt;
  line-height: 18pt;
  color: #FF931E;
  font-weight: 700;
  margin-bottom: 10px; }

.a105_content101 {
  letter-spacing: 0.15em;
  font-size: 9pt;
  line-height: 10 pt;
  text-align: justify;
  margin-bottom: 10px; }

.a105_content3 {
  letter-spacing: 0.11em;
  font-size: 9pt;
  line-height: 11pt;
  color: #29ABE2; }

.a105_content_link2 {
  letter-spacing: 0.15em;
  font-size: 9pt;
  line-height: 12pt;
  margin-bottom: 10px;
  color: #29ABE2; }

.a105_content102 {
  letter-spacing: 0.15em;
  font-size: 8.5pt;
  line-height: 11pt;
  text-align: justify;
  margin-bottom: 6px; }

.a105_content102 a {
  color: #29ABE2 !important; }

.a105_content102 a:hover {
  color: #FF931E !important; }

.a105_content5 {
  letter-spacing: 0.11em;
  font-size: 8.5pt;
  line-height: 11pt;
  color: #29ABE2; }

.a105_content_link {
  letter-spacing: 0.15em;
  font-size: 8.5pt;
  line-height: 11pt;
  margin-bottom: 10px;
  color: #29ABE2; }

.belle_vie {
  letter-spacing: 0.15em;
  font-size: 9pt;
  line-height: 8.5 pt;
  text-align: right;
  margin-bottom: 0; }

.belle_vie2 {
  letter-spacing: 0.15em;
  font-size: 9pt;
  line-height: 8.5 pt;
  text-align: right;
  margin-bottom: 0;
  color: #1a1a1a; }

.big_name {
  letter-spacing: 0.15em;
  font-size: 11pt;
  line-height: 12pt !important;
  font-weight: 700; }

.big_name4 {
  letter-spacing: 0.15em;
  font-size: 11pt;
  line-height: 14pt !important; }

.big_name2 {
  letter-spacing: 0.15em;
  font-size: 11pt;
  line-height: 12pt !important;
  font-weight: 700;
  margin-bottom: 8px !important; }

.big_name3 {
  letter-spacing: 0.15em;
  font-size: 11pt;
  line-height: 12pt !important;
  margin-bottom: 8px !important; }

.margin_reducer101 {
  margin-bottom: 6px !important; }

.margin_reducer102 {
  margin-bottom: 10px !important; }

.cell_valigntop {
  vertical-align: top !important; }

.cell_valignbot {
  vertical-align: bottom !important; }

.a105_content {
  letter-spacing: 0.15em;
  font-size: 8.5pt;
  line-height: 11.5pt;
  text-align: justify; }

h2 {
  text-transform: uppercase;
  font-size: 9pt;
  line-height: 9pt;
  color: #FF931E;
  font-weight: 700; }

#secondary, #footer {
  padding: 0 24px 0 128px; }

.force_right {
  text-align: right !important; }

#layout_a table.return {
  background: #1A1A1A !important; }

.social_media_icon__facebook {
  background-image: url(http://www.plongeealpha.com/partenaires/social_media_icon__facebook2.gif);
  height: 24px;
  width: 24px;
  margin: 0 !important; }

.social_media_icon__twitter {
  background-image: url(http://www.plongeealpha.com/partenaires/social_media_icon__twitter2.gif);
  height: 24px;
  width: 24px;
  margin: 0 !important; }

.social_media_icon__blog {
  background-image: url(http://www.plongeealpha.com/partenaires/social_media_icon__blog2.gif);
  height: 24px;
  width: 24px;
  margin: 0 !important; }

.social_media_icon__youtube {
  background-image: url(http://www.plongeealpha.com/partenaires/social_media_icon__youtube2.gif);
  height: 24px;
  width: 24px;
  margin: 0 !important; }

.social_media_icon__facebook:hover {
  background-image: url(http://www.plongeealpha.com/partenaires/social_media_icon__facebook.gif) !important;
  height: 24px;
  width: 24px;
  margin: 0 !important; }

.social_media_icon__twitter:hover {
  background-image: url(http://www.plongeealpha.com/partenaires/social_media_icon__twitter.gif) !important;
  height: 24px;
  width: 24px;
  margin: 0 !important; }

.social_media_icon__blog:hover {
  background-image: url(http://www.plongeealpha.com/partenaires/social_media_icon__blog.gif) !important;
  height: 24px;
  width: 24px;
  margin: 0 !important; }

.social_media_icon__youtube:hover {
  background-image: url(http://www.plongeealpha.com/partenaires/social_media_icon__youtube.gif) !important;
  height: 24px;
  width: 24px;
  margin: 0 !important; }
