#foreign-header {
  /**
 * @file
 * Generic theme-independent base styles.
 */
  /**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
  /**
 * Inline items.
 */
  /* Fieldset contents always need to be rendered as block. */
  /**
 * Prevent text wrapping.
 */
  /**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
  /**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
  /**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
  /**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
  /* IE6 */
  /* IE7 */
  /* ---------- Color Module Styles ----------- */
  /* TODO - Tidy & Comment */
  /* Border Specific Pages */
  /* All - Messes up main page.

#block-system-main {
 border: 1px solid rgba(211,212,212,.83); 
 border-radius: 3px; 
} */
  /* remove "page" title from main block */
  /* Front Page Specific Below */
  /* superfish menu related */
  /* Donation Button */;
}

#foreign-header .container-inline div,
  #foreign-header .container-inline label {
  display: inline;
}

#foreign-header .container-inline .fieldset-wrapper {
  display: block;
}

#foreign-header .nowrap {
  white-space: nowrap;
}

#foreign-header .element-hidden {
  display: none;
}

#foreign-header .element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

#foreign-header .element-invisible.element-focusable:active,
  #foreign-header .element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

#foreign-header .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#foreign-header * html .clearfix {
  height: 1%;
}

#foreign-header *:first-child + html .clearfix {
  min-height: 1%;
}

#foreign-header .block-superfish {
  overflow: visible;
  width: 100%;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned {
  float: left;
  margin: 0;
  padding: 0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned a > .sf-sub-indicator {
  top: 1.5em;
  background-image: url("images/simple-arrows.png");
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.rtl a > .sf-sub-indicator {
  background-image: url("images/simple-arrows-rtl.png");
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical a > .sf-sub-indicator {
  top: 1.1em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li li .sf-sub-indicator,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned li li a > .sf-sub-indicator {
  top: 1em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned ul {
  padding-left: 0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.rtl ul {
  padding-left: auto;
  padding-right: 0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-shadow ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-shadow ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.sf-shadow ul ul {
  padding: 0 8px 7px 0 !important;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-shadow.rtl ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-shadow.rtl ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.sf-shadow.rtl ul ul {
  padding: 0 0 7px 8px !important;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li.sfHover > ul {
  top: 48px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.sfHover > ul {
  left: -1px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.sfHover > ul {
  left: auto;
  right: -1px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li.sfHover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical li:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical li.sfHover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.sfHover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.active-trail ul {
  top: -1px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.first:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.first.sfHover > ul {
  left: 10px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.first:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.first.sfHover > ul {
  left: auto;
  right: 10px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li.first:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li.first.sfHover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical li.first:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical li.first.sfHover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li.first:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li.first.sfHover > ul {
  top: 10px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar > li:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.sfHover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.active-trail > ul {
  top: 44px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li:hover > ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li.sfHover > ul {
  top: 38px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned a,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned a:visited {
  color: #ffffff;
  font: normal 15px Arial, Helvetica, Tahoma, Verdana, Sans-serif;
  padding: 1.4em 1.5em;
  text-decoration: none;
  text-shadow: 1px 1px 0 #555555;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned a:focus,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned a:hover,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned a:active,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned li:hover > a,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned li.sfHover > a {
    /* color: #222222; */
  color: #ffffff;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li li a,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical a {
  padding: 1em 1.5em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned a.sf-with-ul {
  padding-right: 3em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.rtl a.sf-with-ul {
  padding-left: 3em;
  padding-right: 1.5em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned span.sf-description {
  color: #666666;
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 0 5px;
  padding: 0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li {
    /* border: 1px solid #e0e0e0; */
  border-left-color: #ffffff;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.first {
  border-left-color: #e0e0e0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li.first {
  border-left-color: #ffffff;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li.last {
  border-left-color: #e0e0e0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li {
  border: 0 none;
  border-bottom: 1px solid #e0e0e0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li > ul > li.last {
  border-left: 1px solid #e0e0e0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li > ul > li.first {
  border-right: 1px solid #e0e0e0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical li,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li {
  border: 1px solid #e0e0e0;
  border-top-color: #ffffff;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper {
  border-top-color: #e0e0e0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li {
  background: url("simple-background.png") repeat-x top left #eeeeee;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li:hover,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned li.sfHover {
  background: url("simple-background-active.png") repeat-x top left #fefefe;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.first {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li.sf-total-children-1 > ul > li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical li li.sf-total-children-1 > ul > li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.sf-total-children-1 > ul > li.first {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical > li.first {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned li.sf-total-children-1 > ul > li.first {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-total-items-1 > li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-total-items-1 > li.first {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.first {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li.first {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li.last {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical li li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li.first {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li.first {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 8px;
  border-radius: 0;
  border-top-right-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li.sf-total-children-1 > ul > li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li li.sf-total-children-1 > ul > li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li.sf-total-children-1 > ul > li.first {
  -webkit-border-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.first {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li > ul > li.first {
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomright: 8px;
  border-radius: 0;
  border-bottom-right-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li li.first,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li li.first {
  -webkit-border-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-topleft: 8px;
  border-radius: 0;
  border-top-left-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li > ul > li.last {
  -webkit-border-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomleft: 8px;
  border-radius: 0;
  border-bottom-left-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li.last,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.rtl li.sf-total-children-1 > ul > li.first {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar {
    /* text-align: center; */
  padding-left: 18px;
  width: 100%;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar ul ul {
  text-align: left;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl ul,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl ul ul {
  text-align: right;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal a,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar a {
  display: inline;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li a,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li a {
  display: block;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar > li,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li {
  display: inline;
  float: none;
  padding: 1em 0 !important;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical > li {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: left;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li ol li {
  background: none;
  border: 0 none;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper {
  -webkit-border-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topleft: 0;
  border-radius: 8px;
  border-top-left-radius: 0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper:hover,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper.sfHover {
  background: url("simple-background.png") repeat-x top left #000000;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol li {
  margin: 0;
  padding: 0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a {
  font-weight: bold;
  padding: 1em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column:hover > a {
  color: #555555;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:focus,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:hover,
  #foreign-header .sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:active {
  color: #222222;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li {
  background: url("images/simple-list.png") no-repeat left center;
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li {
  background-position: right center;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li a {
  font-size: 0.8em;
  padding: 0.5em 0;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  display: inline;
  float: left;
  width: 12em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  float: right;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-1 ul.sf-megamenu {
  width: 12em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-2 ul.sf-megamenu {
  width: 24em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-3 ul.sf-megamenu {
  width: 36em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-4 ul.sf-megamenu {
  width: 48em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-5 ul.sf-megamenu {
  width: 60em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-6 ul.sf-megamenu {
  width: 72em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-7 ul.sf-megamenu {
  width: 84em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-8 ul.sf-megamenu {
  width: 96em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-9 ul.sf-megamenu {
  width: 108em;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-10 ul.sf-megamenu {
  width: 120em;
}

#foreign-header,
  #foreign-header.overlay {
  color: #3b3b3b;
}

#foreign-header .comment .comment-arrow {
  border-color: #ffffff;
}

#foreign-header #page,
  #foreign-header #main-wrapper,
  #foreign-header #main-menu-links li a.active,
  #foreign-header #main-menu-links li.active-trail a {
  background: #ffffff;
}

#foreign-header .tabs ul.primary li a.active {
  background-color: #ffffff;
}

#foreign-header .tabs ul.primary li.active a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#foreign-header #header {
  background-color: #000000;
  background-image: -moz-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: -ms-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #000000));
  background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: linear-gradient(top, #000000 0%, #000000 100%);
}

#foreign-header a {
  color: #0070b3;
}

#foreign-header a:hover,
  #foreign-header a:focus {
  color: #008ee2;
}

#foreign-header a:active {
  color: #22adff;
}

#foreign-header .sidebar .block {
  background-color: #000000;
  border-color: #000000;
}

#foreign-header #page-wrapper,
  #foreign-header #footer-wrapper {
  background: #000000;
}

#foreign-header .region-header,
  #foreign-header .region-header a,
  #foreign-header .region-header li a.active,
  #foreign-header #name-and-slogan,
  #foreign-header #name-and-slogan a,
  #foreign-header #secondary-menu-links li a {
  color: #fffeff;
}

#foreign-header #header div.section {
  height: 330px;
  width: 900px;
}

#foreign-header #breadcrumb {
  display: none;
    /* remove "home" link from bartik */;
}

#foreign-header #logo {
  display: block;
  width: 900px;
}

#foreign-header #main {
  width: 900px;
    /* Whatever you want */;
}

#foreign-header .page-node-4 #block-system-main {
  border: 1px solid rgba(211, 212, 212, 0.83);
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#foreign-header .page-node-5 #block-system-main {
  border: 1px solid rgba(211, 212, 212, 0.83);
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#foreign-header .page-node-6 #block-system-main {
  border: 1px solid rgba(211, 212, 212, 0.83);
  border-radius: 3px;
}

#foreign-header .page-node-7 #block-system-main {
  border: 1px solid rgba(211, 212, 212, 0.83);
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#foreign-header .page-node-8 #block-system-main {
  border: 1px solid rgba(211, 212, 212, 0.83);
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#foreign-header .page-node-9 #block-system-main {
  border: 1px solid rgba(211, 212, 212, 0.83);
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#foreign-header .page-node-10 #block-system-main {
  border: 1px solid rgba(211, 212, 212, 0.83);
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#foreign-header .page-node-13 #block-system-main {
  border: 1px solid rgba(211, 212, 212, 0.83);
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#foreign-header .page-node-55 #block-system-main {
  border: 1px solid rgba(211, 212, 212, 0.83);
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#foreign-header #page-wrapper {
  min-height: 100%;
  min-width: 100px;
  width: 100%;
}

#foreign-header #page-title {
  display: none;
  visibility: hidden;
}

#foreign-header #page {
  height: 100%;
  width: 900px;
    /* Whatever you want */
  margin: 0 auto;
    /* Center content    */;
}

#foreign-header div.messages.status {
  width: 800px;
}

#foreign-header #node-3 {
  border-bottom-width: 0;
  margin-bottom: 0;
}

#foreign-header #link-wrapper {
  display: none;
  visibility: hidden;
}

#foreign-header.front .tabs {
  display: none;
}

#foreign-header.front #main {
  margin-top: 0;
    /* Keep this section if you want tab edits, LOL! */
  margin-bottom: 0;
  background-color: #000000;
}

#foreign-header.front #main-wrapper {
  height: 485px;
}

#foreign-header.front .content {
  margin-top: 0px;
}

#foreign-header.front #content .section {
  padding-left: 0;
}

#foreign-header #block-superfish-1 {
  width: 877px;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned li {
  background: url(simple-background.png) repeat-x top left #000;
}

#foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-horizontal, #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-vertical, #foreign-header .sf-menu.sf-style-simple-centre-aligned.sf-navbar {
  padding-left: 38px;
}

#foreign-header a.donate_btn {
  position: relative;
  display: block;
  width: 250px;
  height: 50px;
  background: url(donate.png) no-repeat 0 0;
  top: 100px;
  left: 600px;
  margin-left: 0;
  margin-top: 0;
  z-index: 99;
}

#foreign-header #amznCharityBanner {
  width: 165px;
}

#foreign-header a:hover.donate_btn {
  background-position: 0 -50px;
}