/*
 ______   __    
/\__  _\ /\ \   
\/_/\ \/ \ \ \  
   \ \_\  \ \_\ 
    \/_/   \/_/  Starter v0.2
*/
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 21, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 31, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: "ff-dax-web-pro", Verdana, sans-serif!important;
  font-size: 14px!important;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../sass/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 189, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 199, ../sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 210, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 230, ../sass/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 239, ../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 248, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 257, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 264, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 268, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 283, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 287, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 297, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 306, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 320, ../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 329, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 341, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 353, ../sass/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 361, ../sass/_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 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 373, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
  font-family: "ff-dax-web-pro", Verdana, sans-serif!important;
  font-size: 14px!important;
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 390, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 403, ../sass/_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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 420, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 431, ../sass/_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.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 443, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 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 456, ../sass/_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 469, ../sass/_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 3+.
 */
/* line 478, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 488, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 501, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, ../sass/_h5bp.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../sass/_h5bp.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, ../sass/_h5bp.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, ../sass/_h5bp.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 46, ../sass/_h5bp.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 59, ../sass/_h5bp.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 67, ../sass/_h5bp.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 77, ../sass/_h5bp.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 85, ../sass/_h5bp.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 120, ../sass/_h5bp.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 128, ../sass/_h5bp.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 139, ../sass/_h5bp.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 148, ../sass/_h5bp.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 165, ../sass/_h5bp.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 178, ../sass/_h5bp.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 195, ../sass/_h5bp.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 200, ../sass/_h5bp.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 209, ../sass/_h5bp.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 234, ../sass/_h5bp.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 242, ../sass/_h5bp.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 246, ../sass/_h5bp.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 250, ../sass/_h5bp.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 260, ../sass/_h5bp.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 265, ../sass/_h5bp.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 270, ../sass/_h5bp.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 275, ../sass/_h5bp.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 279, ../sass/_h5bp.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 289, ../sass/_h5bp.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 295, ../sass/_h5bp.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* =======================================================================
  Nav
  ========================================================================== */
/* =======================================================================
=Font-face
========================================================================== */
@font-face {
  font-family: 'MuseoSans300';
  src: url("../fonts/MuseoSans_300-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MuseoSans_300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans_300-webfont.woff") format("woff"), url("../fonts/MuseoSans_300-webfont.ttf") format("truetype"), url("../fonts/MuseoSans_300-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

/* =======================================================================
=Variables
========================================================================== */
/* Colors */
/* Site global colours */
/* Fonts stacks */
/* Width + Sizes */
/* line 5, ../sass/_base.scss */
html,
button,
input,
select,
textarea {
  color: #5a5a5a;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  font-size: 14px;
}

/* line 10, ../sass/_base.scss */
a, a:link {
  color: #0079c0;
  text-decoration: none;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  font-size: 12px;
}
/* line 13, ../sass/_base.scss */
a:visited {
  color: #0079c0;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  font-size: 12px;
}
/* line 14, ../sass/_base.scss */
a:hover {
  color: #00395a;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  font-size: 12px;
}
/* line 15, ../sass/_base.scss */
a:focus, a:active {
  color: black;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  font-size: 12px;
}

/* styles added 2/22/13 ~ jmv */
.selectors ul li a,
.selectors ul li a:link,
.selectors ul li a:hover,
.selectors ul li a:visited,
.selectors ul li a:active {
    font-family: "ff-dax-web-pro", Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active {
	text-decoration: none;
        font-family: "ff-dax-web-pro", Verdana, sans-serif;
        font-size: 13px;
}

/* styles added 2/22/13 ~ jmv */

/* line 17, ../sass/_base.scss */
h1 {
  font-size: 28px;
  line-height: 28px;
  color: #0079c0;
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
  font-weight: 500;
}

/* line 24, ../sass/_base.scss */
h2 {
  font-size: 24px;
  line-height: 24px;
  color: #0079c0;
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
  font-weight: 500;
  font-style: normal;
}

/* line 31, ../sass/_base.scss */
h3 {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 38, ../sass/_base.scss */
h4 {
  font-size: 18px;
  line-height: 16px;
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
  font-weight: 500;
  color: #0079c0;
}

/* line 45, ../sass/_base.scss */
h5 {
  font-size: 14px;
  line-height: 14px;
  color: #5a5a5a;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

html > body h5 {
  font-size: 14px;
  line-height: 14px;
  color: #5a5a5a;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

/* line 52, ../sass/_base.scss */
ol, ul {
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #5a5a5a;
}
/* line 57, ../sass/_base.scss */
ol li, ul li {
  line-height: 24px;
}

/* line 61, ../sass/_base.scss */
p {
  margin: 0;
  font-size: 13px;
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
}

/* line 67, ../sass/_base.scss */
input:focus {
  outline: none;
}

/* =======================================================================
Shell
========================================================================== */
/* line 4, ../sass/_layout.scss */
body {
  min-width: 960px;
}

/* =======================================================================
Header
========================================================================== */
/* line 11, ../sass/_layout.scss */
#header {
  width: 100%;
  background-color: #ebebeb;
  /* =======================================================================
  Nav
  ========================================================================== */
}
/* line 14, ../sass/_layout.scss */
#header .head {
  width: 960px;
  height: 100px;
  margin: 0 auto;
}
/* line 18, ../sass/_layout.scss */
#header .head .left {
  float: left;
  width: 230px;
  height: 100%;
}
/* line 22, ../sass/_layout.scss */
#header .head .left img {
  margin: 20px 0 0 0;
}
/* line 26, ../sass/_layout.scss */
#header .head .right {
  float: right;
  width: 700px;
  height: 100%;
  text-align: right;
}
/* line 31, ../sass/_layout.scss */
#header .head .right .social_media {
  height: 40px;
}
/* line 33, ../sass/_layout.scss */
#header .head .right .social_media .twitter_tweet {
  position: relative;
  top: 3px;
}
/* line 36, ../sass/_layout.scss */
#header .head .right .social_media .twitter_tweet .twitter-share-button {
  width: 100px !important;
}
/* line 41, ../sass/_layout.scss */
#header .head .right .selectors {
  color: #0079c0;
  margin-top: -5px;
  text-transform: uppercase;
}
/* line 44, ../sass/_layout.scss */
#header .head .right .selectors li {
  color: #0079c0;
  font-size: 12px;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  font-weight: bold;
}
/* line 49, ../sass/_layout.scss */
#header .head .right .selectors .search_tool {
  float: right;
}
/* line 51, ../sass/_layout.scss */
#header .head .right .selectors .search_tool input {
  margin-top: -5px;
  width: 250px;
  border: none;
  padding: 7px 25px 7px 7px;
  background: white url("../../img/search_mag.gif") 260px center no-repeat;
}
/* line 60, ../sass/_layout.scss */
#header .head .right ul {
  display: block;
}
/* line 62, ../sass/_layout.scss */
#header .head .right ul li {
  display: inline;
  margin-left: 15px;
}
/* line 73, ../sass/_layout.scss */
#header #nav_main {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: auto !important;
  overflow: visible !important;
  z-index: 800;
}
/* line 81, ../sass/_layout.scss */
#header #nav_main ul#mega-menu {
  display: block;
  margin: 0px;
  padding: 0px;
}
/* line 86, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu {
  text-align: center;
  display: inline;
  float: left;
  width: 200px;
  height: 45px;
  border-top: 5px solid #111;
  margin-right: 5px;
  font-size: 17px;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  cursor: pointer;
  position: relative;
}
/* line 98, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu.special {
  width: 140px;
  margin: 0px;
  border-color: #bab410;
}
/* line 102, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu.special a {
  background-color: #ffed00;
  color: #b4b4b4;
  text-transform: uppercase;
  font-size: 23px;
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
}
/* line 110, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu.pink {
  border-color: #a84069;
}
/* line 6, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.pink a {
  color: #a84069;
}
/* line 8, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.pink a:hover {
  color: white;
  background: #c27996;
}
/* line 9, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.pink a:active {
  color: white;
  background: #a84069;
}
/* line 11, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.pink.main_menu.active .mega_title {
  color: white;
  background: #c27996;
}
/* line 12, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.pink .mega_nav_title {
  color: #a84069;
}
/* line 13, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.pink .menu_sub_1 {
  border: 1px solid #c27996;
}
/* line 14, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.pink .separator {
  border-right: 1px dotted #a84069;
}
/* line 111, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu.purple {
  border-color: #5a447a;
}
/* line 18, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.purple a {
  color: #5a447a;
}
/* line 20, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.purple a:hover {
  color: white;
  background: #8b7ca3;
}
/* line 21, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.purple a:active {
  color: white;
  background: #5a447a;
}
/* line 23, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.purple.main_menu.active .mega_title {
  color: white;
  background: #8b7ca3;
}
/* line 24, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.purple .mega_nav_title {
  color: #5a447a;
}
/* line 25, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.purple .menu_sub_1 {
  border: 1px solid #8b7ca3;
}
/* line 26, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.purple .separator {
  border-right: 1px dotted #5a447a;
}
/* line 112, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu.green {
  border-color: #7ab800;
}
/* line 30, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.green a {
  color: #7ab800;
}
/* line 32, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.green a:hover {
  color: white;
  background: #a3cd4d;
}
/* line 33, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.green a:active {
  color: white;
  background: #7ab800;
}
/* line 35, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.green.main_menu.active .mega_title {
  color: white;
  background: #a3cd4d;
}
/* line 36, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.green .mega_nav_title {
  color: #7ab800;
}
/* line 37, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.green .menu_sub_1 {
  border: 1px solid #a3cd4d;
}
/* line 38, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.green .separator {
  border-right: 1px dotted #7ab800;
}
/* line 113, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu.orange {
  border-color: #e98300;
}
/* line 42, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.orange a {
  color: #e98300;
}
/* line 44, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.orange a:hover {
  color: white;
  background: #f1a84c;
}
/* line 45, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.orange a:active {
  color: white;
  background: #e98300;
}
/* line 47, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.orange.main_menu.active .mega_title {
  color: white;
  background: #f1a84c;
}
/* line 48, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.orange .mega_nav_title {
  color: #e98300;
}
/* line 49, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.orange .menu_sub_1 {
  border: 1px solid #f1a84c;
}
/* line 50, ../sass/_mixins.scss */
#header #nav_main ul#mega-menu li.main_menu.orange .separator {
  border-right: 1px dotted #e98300;
}
/* line 114, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu a {
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 77%;
  background-color: white;
  left: 0;
  top: 0;
  padding-top: 5%;
}
/* line 124, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu ul.menu_sub_1 {
  display: none;
  top: 31px;
  position: relative;
  z-index: 800;
  width: 920px;
  left: 0;
  background: #fff;
  padding: 10px;
}
/* line 133, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu ul.menu_sub_1 .mega_nav_title {
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 137, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu ul.menu_sub_1 a {
  position: relative;
  width: auto;
  display: block;
  text-align: left;
  font-size: 13px;
  color: #5a5a5a;
  line-height: 14px;
  padding-top: 10px;
}
/* line 146, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu ul.menu_sub_1 a:hover {
  background: none;
  color: #272727;
}
/* line 151, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu ul.menu_sub_1 li {
  float: left;
  position: relative;
  margin-right: 10px;
}
/* line 155, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu ul.menu_sub_1 li.double {
  width: 320px;
}
/* line 158, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu ul.menu_sub_1 li.single {
  width: 175px;
}
/* line 163, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu ul.menu_sub_1 li ul.menu_sub_2 {
  position: relative;
  background: #fff;
  height: 350px;
  margin: 0;
  padding: 0 10px;
}
/* line 168, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu ul.menu_sub_1 li ul.menu_sub_2 li {
  background: #fff;
  float: left;
  width: 100%;
  text-align: left;
}
/* line 175, ../sass/_layout.scss */
#header #nav_main ul#mega-menu li.main_menu ul.menu_sub_1 li ul.menu_sub_2.nav_two-col li {
  width: 43%;
  margin-left: 2%;
}
/* line 195, ../sass/_layout.scss */
#header #banner {
  width: 100%;
  position: relative;
  height: 540px;
  margin: 0 auto;
  border-bottom: 10px solid #ffed00;
  overflow: hidden;
}

.banner {
	margin: 0 auto;
	font-size: 1px;	
	width: 960px;
}

.banner img {
	border-bottom: 5px solid #0066cc;
}

.banner .bar {
	border-bottom: none;
	margin-bottom: 4px;
}

/* line 202, ../sass/_layout.scss */
#header #banner .banner_holder {
  display: none;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  top: 0;
}
/* line 211, ../sass/_layout.scss */
#header #banner .banner_holder .banner_learnmore {
  background: transparent url("../../img/sprite_rotator.png") no-repeat 0px -88px;
  padding-left: 30px;
}
/* line 214, ../sass/_layout.scss */
#header #banner .banner_holder .banner_learnmore a {
  color: #ffed00;
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
  font-size: 19px;
  font-weight: 700;
}
/* line 219, ../sass/_layout.scss */
#header #banner .banner_holder .banner_learnmore a:hover {
  color: #0079c0;
}
/* line 224, ../sass/_layout.scss */
#header #banner .banner_holder .banner_img {
  top: -540px;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
/* line 229, ../sass/_layout.scss */
#header #banner .banner_holder .banner_img .bann_img_inner {
  float: left;
  position: relative;
  left: 50%;
}
/* line 233, ../sass/_layout.scss */
#header #banner .banner_holder .banner_img .bann_img_inner img {
  display: block;
  position: relative;
  left: -50%;
}
/* line 241, ../sass/_layout.scss */
#header #banner .inner_banner_dbl {
  width: 960px;
  margin: 0 auto;
  height: 25px;
  bottom: -500px;
  position: relative;
  z-index: 5;
}
/* line 248, ../sass/_layout.scss */
#header #banner .inner_banner_dbl .rotator_bann {
  height: 18px;
  background: #0079c0;
  width: 110%;
  position: absolute;
  left: -960px;
  bottom: 100px;
  z-index: 10;
}
/* line 256, ../sass/_layout.scss */
#header #banner .inner_banner_dbl .rotator_bann .rotator_control {
  float: right;
  text-align: right;
  position: relative;
}
/* line 260, ../sass/_layout.scss */
#header #banner .inner_banner_dbl .rotator_bann .rotator_control span {
  background: url("../../img/sprite_rotator.png") no-repeat 0px -34px;
  float: left;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
/* line 266, ../sass/_layout.scss */
#header #banner .inner_banner_dbl .rotator_bann .rotator_control span:hover, #header #banner .inner_banner_dbl .rotator_bann .rotator_control span.active {
  background-position: 0px -51px;
}
/* line 273, ../sass/_layout.scss */
#header #banner .inner_banner {
  width: 960px;
  margin: 0 auto;
  height: 540px;
  position: relative;
  z-index: 5;
}
/* line 279, ../sass/_layout.scss */
#header #banner .inner_banner .banner_copy {
  width: 500px;
  padding-top: 50px;
  color: white;
  background: transparent url("../../img/banner_content_bg.png") no-repeat 289px 12px;
}
/* line 284, ../sass/_layout.scss */
#header #banner .inner_banner .banner_copy .banner_title {
  font-size: 50px;
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
  line-height: 60px;
}
/* line 289, ../sass/_layout.scss */
#header #banner .inner_banner .banner_copy .banner_desc {
  font-size: 17px;
  margin: 2px 0;
}
/* line 293, ../sass/_layout.scss */
#header #banner .inner_banner .banner_copy .banner_looking {
  font-size: 16px;
  font-weight: bold;
}
/* line 297, ../sass/_layout.scss */
#header #banner .inner_banner .banner_copy .banner_mag {
  padding: 4px 0 0 25px;
  background: url("../../img/sprite_arrows.png") left -112px no-repeat;
}
/* line 302, ../sass/_layout.scss */
#header #banner .inner_banner .banner_copy .banner_sub .left {
  float: left;
  width: 52%;
  margin-right: 3%;
}
/* line 307, ../sass/_layout.scss */
#header #banner .inner_banner .banner_copy .banner_sub .right {
  float: left;
  width: 45%;
}
/* line 311, ../sass/_layout.scss */
#header #banner .inner_banner .banner_copy .banner_sub ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
/* line 314, ../sass/_layout.scss */
#header #banner .inner_banner .banner_copy .banner_sub ul li {
  font-size: 14px;
  color: white;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  font-weight: 100;
  padding-left: 25px;
  background: url("../../img/sprite_arrows.png") left -114px no-repeat;
}
/* line 326, ../sass/_layout.scss */
#header #banner .bottom_banner {
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 60px;
  bottom: 0;
  background: transparent url("../../img/banner_bottom_bg.png");
}
/* line 333, ../sass/_layout.scss */
#header #banner .bottom_banner .nav_comp {
  width: 260px;
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
/* line 338, ../sass/_layout.scss */
#header #banner .bottom_banner .nav_comp h2 {
  margin: 0;
  padding: 0;
}
/* line 341, ../sass/_layout.scss */
#header #banner .bottom_banner .nav_comp h2:hover {
  color: #27afff;
}
/* line 343, ../sass/_layout.scss */
#header #banner .bottom_banner .nav_comp p {
  padding-left: 15px;
  background: transparent url("../../img/sprite_arrows.png") left -34px no-repeat;
}
/* line 348, ../sass/_layout.scss */
#header #banner .bottom_banner .i_profile {
  width: 150px;
  float: right;
  position: relative;
}
/* line 353, ../sass/_layout.scss */
#header #banner .bottom_banner .i_profile .i_content .i_pro {
  cursor: pointer;
}
/* line 356, ../sass/_layout.scss */
#header #banner .bottom_banner .i_profile .i_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 357, ../sass/_layout.scss */
#header #banner .bottom_banner .i_profile .i_content ul.i_have {
  background: white;
}
/* line 362, ../sass/_layout.scss */
#header #banner .bottom_banner .i_profile .i_content ul li {
  background: white;
}
/* line 364, ../sass/_layout.scss */
#header #banner .bottom_banner .i_profile .i_content ul li.i_title {
  text-align: center;
  color: white;
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
  font-size: 20px;
  height: 45px;
  padding: 5px 0 0 0;
  background: url("../../img/i_title_bg.png") center top no-repeat;
  position: relative;
  z-index: 15;
}
/* line 375, ../sass/_layout.scss */
#header #banner .bottom_banner .i_profile .i_content ul li.i_have {
  position: relative;
  z-index: 10;
  top: -16px;
  padding: 5px 25px 5px 10px;
  background: white url("../../img/sprite_i_arrows.png") right -63px no-repeat;
  border-bottom: 1px solid #888888;
  color: #0079c0;
  cursor: pointer;
}
/* line 383, ../sass/_layout.scss */
#header #banner .bottom_banner .i_profile .i_content ul li.i_have:hover {
  background: #e6e6e6 url("../../img/sprite_i_arrows.png") right 12px no-repeat;
  color: #5a5a5a;
}

/* =======================================================================
Content Home Page
========================================================================== */
/* line 400, ../sass/_layout.scss */
#content {
  width: 960px;
  margin: 15px auto;
}
/* line 404, ../sass/_layout.scss */
#content .col_3 {
  width: 295px;
  padding-right: 25px;
  float: left;
  height: 100%;
  margin-top: 15px;
}
/* line 410, ../sass/_layout.scss */
#content .col_3.middle {
  border-left: 1px dashed #888888;
  padding-left: 15px;
}
/* line 414, ../sass/_layout.scss */
#content .col_3.last {
  padding-right: 0;
}
/* line 417, ../sass/_layout.scss */
#content .col_3 h2 {
  color: #888888;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
/* line 424, ../sass/_layout.scss */
#content .news_event_widget {
  margin: 7px 0 20px 0;
}
/* line 426, ../sass/_layout.scss */
#content .news_event_widget .e_date {
  float: left;
  width: 30px;
  margin: -2px 15px 0 0;
  text-align: center;
  color: #888888;
  font-family: "ff-dax-web-pro", Verdana, sans-serif;
  text-transform: uppercase;
}
/* line 434, ../sass/_layout.scss */
#content .news_event_widget .e_date .month {
  font-size: 14px;
}
/* line 437, ../sass/_layout.scss */
#content .news_event_widget .e_date .day {
  font-size: 28px;
  margin-top: -5px;
}
/* line 442, ../sass/_layout.scss */
#content .news_event_widget .e_info {
  float: left;
  width: 250px;
}
/* line 445, ../sass/_layout.scss */
#content .news_event_widget .e_info .e_title {
  color: #0079c0;
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 5px 0;
}
/* line 452, ../sass/_layout.scss */
#content .news_event_widget .e_info .e_desc {
  line-height: 18px;
}
/* line 459, ../sass/_layout.scss */
#content .social_widget .ui-accordion-header {
  cursor: pointer;
  padding: 4px 4px 4px 35px;
  border: none;
  margin: 4px 0px;
  position: relative;
  background: #e6e6e6 url("../../img/sprite_social_media.png") 0 0 no-repeat;
}
/* line 466, ../sass/_layout.scss */
#content .social_widget .ui-accordion-header:focus {
  outline: none;
}
/* line 467, ../sass/_layout.scss */
#content .social_widget .ui-accordion-header.facebook {
  background-position: 8px 5px;
}
/* line 468, ../sass/_layout.scss */
#content .social_widget .ui-accordion-header.twitter {
  background-position: 8px -24px;
}
/* line 469, ../sass/_layout.scss */
#content .social_widget .ui-accordion-header.youtube {
  background-position: 8px -54px;
}
/* line 471, ../sass/_layout.scss */
#content .social_widget .ui-accordion-content {
  /* height:auto !important; */
}
/* line 474, ../sass/_layout.scss */
#content .social_widget .ui-accordion-header-icon {
  background: transparent url("../../img/sprite_arrows.png") 0px -60px no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 8px;
}
/* line 479, ../sass/_layout.scss */
#content .social_widget .ui-accordion-header-icon.ui-icon-triangle-1-s {
  background-position: 0px -90px;
}
/* line 483, ../sass/_layout.scss */
#content .social_widget .sw_content {
  padding: 10px 0;
  width: auto;
  height: auto;
}
/* line 490, ../sass/_layout.scss */
#content .main_widgets_cont {
  margin: 0 0 35px 0;
}
/* line 494, ../sass/_layout.scss */
#content #partners_widget {
  width: 100%;
  background: white url("../../img/partners_bg.gif") 0px 10px repeat-x;
  text-align: center;
}
/* line 498, ../sass/_layout.scss */
#content #partners_widget .title {
  text-transform: uppercase;
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
  color: #888888;
  font-size: 15px;
  padding: 5px 10px;
  background: white;
  display: inline-block;
  margin: 0 auto;
}
/* line 510, ../sass/_layout.scss */
#content .link_line {
  display: inline;
  padding-right: 20px;
  background: transparent url("../../img/sprite_arrows.png") right 5px no-repeat;
}

/* line 517, ../sass/_layout.scss */
.width_third {
/*  width: 31%;*/
  width: 41%;
  float: left;
}

/* line 522, ../sass/_layout.scss */
.width_two_third {
  width: 65%;
  float: left;
}

/* line 527, ../sass/_layout.scss */
.contain_social {
  position: relative;
  display: inline;
  width: 25px;
}

/* line 532, ../sass/_layout.scss */
.social_sprite {
  background: transparent url("../../img/sprite_social_media.png") 0 0 no-repeat;
  width: 18px;
  height: 18px;
  float: left;
  display: inline;
}
/* line 538, ../sass/_layout.scss */
.social_sprite.twitter {
  background-position: 0px -90px;
}
/* line 541, ../sass/_layout.scss */
.social_sprite.facebook {
  background-position: 0px -124px;
}

/* =======================================================================
Footer
========================================================================== */
/* line 550, ../sass/_layout.scss */
#footer {
  width: 100%;
  background-color: white;
  color: #666666;
  line-height: 24px;
}
/* line 553, ../sass/_layout.scss */
#footer a {
  color: #666666;
}
/* line 555, ../sass/_layout.scss */
#footer a:hover {
  color: #999999;
}
/* line 559, ../sass/_layout.scss */
#footer .title {
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
  font-size: 20px;
  color: #0079c0;
  margin-bottom: 5px;
}
/* line 565, ../sass/_layout.scss */
#footer .contact_num {
  font-family: "Rockwell W01", "Rockwell", Georgia, serif;
  font-size: 20px;
  color: #0079c0;
  margin-top: 10px;
}
/* line 571, ../sass/_layout.scss */
#footer .contact_info {
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
/* line 577, ../sass/_layout.scss */
#footer .inner_footer {
  width: 960px;
  height: inherit;
  margin: 0 auto;
  background-color: #222;
}
/* line 583, ../sass/_layout.scss */
#footer .container {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
/* line 587, ../sass/_layout.scss */
#footer .container div {
  float: left;
}
/* line 591, ../sass/_layout.scss */
#footer .upper {
  width: 100%;
  background: #ebebeb;
  border-bottom: 10px solid #0079c0;
}
/* line 595, ../sass/_layout.scss */
#footer .upper .container {
  background: #ebebeb url("../../img/footer_bg.gif") right bottom no-repeat;
}
/* line 597, ../sass/_layout.scss */
#footer .upper .container div {
  margin-right: 15px;
}
/* line 600, ../sass/_layout.scss */
#footer .upper .container .right {
  margin-right: 0;
}
/* line 606, ../sass/_layout.scss */
#footer .lower {
  width: 100%;
  background: white;
  border-top: 5px solid #ffed00;
}
/* line 610, ../sass/_layout.scss */
#footer .lower .container {
  padding-top: 5px;
}

#footer .lower .container p {
   font-size: 13px;
   line-height: 24px;
}


/* line 615, ../sass/_layout.scss */
#footer ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
  font-weight: 100;
  font-size: 13px;
}
/* line 621, ../sass/_layout.scss */
#footer ul li {
  line-height: 18px;
}
/* line 623, ../sass/_layout.scss */
#footer ul li.logos {
  margin-top: 15px;
}
/* line 625, ../sass/_layout.scss */
#footer ul li.logos span {
  margin-right: 15px;
}

/* line 633, ../sass/_layout.scss */
.container {
  width: 960px;
  margin: 0 auto;
}

/* Additions */

#content p {
	margin: 0 0 20px 0;
}

#leftcol {
	float: left;
	margin: 0 50px 0 0;
	width: 663px;
}

#rightcol {
	float: left;	
	width: 247px;
}

.btn_donation {
	background: url('../../img/btn_donation.jpg') no-repeat;
	border-right: 7px solid #fcda05;
	color: #fff !important;
	display: block;
	font-family: "ff-dax-web-pro", Verdana, sans-serif;
	font-size: 14px;
	height: 66px;
	margin: 0 0 12px;
	padding: 17px 0 0 99px;
	width: 557px;
}

.two-line {
	padding-top: 9px;
	padding-bottom: 8px;
}

a.btn_donation,
a.btn_donation:link,
a.btn_donation:visited,
a.btn_donation:hover,
a.btn_donation:active {
	text-decoration: none!important;
	font-family: "ff-dax-web-pro", Verdana, sans-serif;
	font-size: 14px;
}

.btn_donation:hover {
	background: url('../../img/btn_donation.jpg') no-repeat 0 -84px;
	text-decoration: none;
	font-family: "ff-dax-web-pro", Verdana, sans-serif;
	font-size: 14px;
}

.btn_donation:active {
	background: url('../../img/btn_donation.jpg') no-repeat 0 -168px;
	text-decoration: none;
	font-family: "ff-dax-web-pro", Verdana, sans-serif;
	font-size: 14px;
}

.french {
	background: url('../../img/btn_donation_fr.jpg') no-repeat;
	font-size: 13px;	
}

.french:hover {
	background: url('../../img/btn_donation_fr.jpg') no-repeat 0 -84px;
}

.french:active {
	background: url('../../img/btn_donation_fr.jpg') no-repeat 0 -168px;
}

.french h1 {
	margin: 0 !important;
}

.btn_donation h1 {
	color: #fff;
     font-family: "Rockwell W01", "Rockwell", Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.footer_right {
	padding: 0 0 0 170px;
}

.footer_right_french {
/*	padding: 0 0 0 120px;*/
	padding: 0 0 0 115px;

}

.footer_content {
	float: left;
	margin: 0 10px 0 0;
}

#footer p {
	font-family: "ff-dax-web-pro", Verdana, sans-serif !important;
}

/**** Sidebar styles ****/
#sidebar {
	float: right;
	width: 248px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url('../../img/bg_sidebar.gif') 0 0 repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top:30px;
	margin: 0;
	overflow: hidden;
}

.sidecontent p {
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0 !important;
}

.sidecontent ul {
	padding: 0 0 0 16px;
}

.sidecontent ul li {
	color: #007AC3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;	
	margin: 0 0 12px 0;
}

.sidecontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #007AC3; 
	font-weight: bold;
	font-style: normal;
}

.sidecontent {
	margin:0 16px 30px 16px;
	width:216px;
	color:#007AC3;
}

.sidecontent img { 
	margin-bottom:12px;
}

.helpphone {
	background:url('../../img/icon_phone.png') 0 0 no-repeat; 
	font-size: 1.17em; 
	font-weight: bold; 
	line-height: 1.8em !important; 
	margin-bottom: 10px; 
	padding-left: 32px; 
	white-space: pre;
}

.helpemail {
	background:url('../../img/icon_email.png') 0 0 no-repeat; 
	font-size: 1em; 
	font-weight: normal; 
	line-height: 1.8em !important; 
	margin-bottom: 10px; 
	padding-left: 32px; 
	white-space: pre;
}

.helpaccess {
	background:url('../../img/icon_accesibility.png') 0 0 no-repeat; 
	line-height:2.5em; 
	margin-bottom:10px; 
	padding-left:35px; 
	font-size:0.92em; 
	font-weight:normal;
}