/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
iframe{ display: none;}

#wrapper {
	min-height:100%;
	position:relative;
}
#main-content{
	position:relative;
	padding-bottom: 110px;
}
#main-footer {
 	min-height:50px; /* Height of the footer element */
}

#noscript .body, #body, #main-content {
	background-color: #FFFFFF;
}
#noscript .body .bwrapper, #body .bwrapper{
	padding: 0px;
}
#noscript .body, #body{
	width: 100%;
}
#content{
	margin: 0 auto;
	width: 1180px;
}

.layout{
	font-size: 19px;
	line-height: 19px;
}
.layout p, .layout div, .layout article, .layout h5{
	font-size: 1.1em;
  	line-height: 1.265em;
	color: #2A2D29;
	font-family: 'blissweb_xlt';
	font-variant: normal;
    font-weight: 300;
}

.layout span, .layout input[type="text"], .layout input[type="password"], .layout section, .layout label,
.layout strong, .layout b, .layout li, .layout em{
	font-family: 'blissweb_xlt';
}
.layout .margin-top{
	padding-top: 1em;
}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

.layout a {
	font-family: 'blissweb_xlt';
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

.layout a:focus {
/*     outline: thin dotted; */
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

.layout a:active,
.layout a:hover {
    outline: 0;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

.layout audio,
.layout canvas,
.layout video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

.layout audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
.layout template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}



/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

.layout h1 {
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

.layout abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

.layout b,
.layout strong {
    font-weight: bold;
    font-family: 'blissweb_xlt';
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

.layout dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

.layout hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

.layout mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

.layout code,
.layout kbd,
.layout pre,
.layout samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

.layout pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

.layout q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

.layout small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

.layout sub,
.layout sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline;
}

.layout sup {
    top: -0.5em;
}

.layout sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

.layout img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

.layout svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

.layout figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

.layout fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

.layout legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

.layout button,
.layout input,
.layout select,
.layout textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

.layout button,
.layout input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

.layout button,
.layout select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

.layout button,
.layout html input[type="button"], /* 1 */
.layout input[type="reset"],
.layout input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

.layout button[disabled],
.layout html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

.layout input[type="checkbox"],
.layout input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

.layout input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

.layout input[type="search"]::-webkit-search-cancel-button,
.layout input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

.layout button::-moz-focus-inner,
.layout input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

.layout textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

.layout table {
    border-collapse: collapse;
    border-spacing: 0;
}

.layout {
  display: block;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  font-family: 'blissweb_xlt';
  font-weight: 300;
  font-variant: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  color: #2A2D29;
  width: 100%;
/*   font-size: 1.1em; */
  font-size: 1.188em;
/*   line-height: 1.265em; */
  line-height: 1.15em;
  padding: 0px;
  margin: 0px;
  counter-reset: side-index;
}

.layout section {
  text-align: center;
}

.layout a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0075c9;
  text-decoration: none;
}

.layout a:hover {
  background-color: #D0F1F7;
  color: #004c82;
}

 .layout .first a:hover {
	background: none;
}

.layout a:active {
/*  background-color: white;*/
  color: #00345a;
}

.layout div {
  display: inline-block;
}
.layout #content div{
	display: block;
}

.layout h1, .layout h2, .layout h3 {
	font-family: 'blissweb_xlt';
	font-weight: normal;
	font-variant: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	line-height: 1.265em;
	text-align: center;
	clear: both;
	color: #2A2D29;
	margin: 0em auto;
	padding: 0em;
}
.layout h3 {
	font-size: 1.211em;
}
.layout h2 {
	font-size: 1.579em;
}
.layout h1{
	font-size: 2.211em;
}

.layout h4 {
  font-family: 'blissweb_xlt';
  text-align: left;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.265em;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.layout h5{
    color: #802629;
    display: block;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.layout h6 {
  text-align: left;
  font-weight: normal;
  font-size: 1em;
  color: #802629;
  display: inline;
  font-family: 'blissweb_xlt';
}

.layout h6:after {
  content: ": ";
}

.layout section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
/*   border-top: 1px solid #d6d0cc; */
}

.layout section > div {
  display: block;
  padding: 0.5em;
}

.layout ul {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.layout ul > li {
  margin: 0px;
  padding: 0px;
  display: inline;
  list-style: none;
  font-size: 1.1em;
}

.layout label {
  display: block;
  width: auto;
}

.layout ::-webkit-input-placeholder { /* WebKit browsers */
	color: #6b7768;
 	font-family: 'blissweb_xlt';
 	font-size: 0.99em;
 	font-weight: normal;
 	text-overflow: ellipsis;
 	opacity: 1 !important;
}
.layout :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #6b7768;
	font-family: 'blissweb_xlt';
	font-size: 0.99em;
	font-weight: normal;
	text-overflow: ellipsis;
	opacity: 1 !important;
}
.layout ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #6b7768;
	font-family: 'blissweb_xlt';
	font-size: 0.99em;
	font-weight: normal;
	text-overflow: ellipsis;
	opacity: 1 !important;
}
.layout :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #6b7768;
    font-family: 'blissweb_xlt';
    font-size: 0.99em;
    font-weight: normal;
    text-overflow: ellipsis;
    opacity: 1 !important;
}

.placeholder{ /* js hack Internet Explorer 8 to 9 */
	color: #6b7768;
    font-family: 'blissweb_xlt';
    font-size: 1em;
    font-weight: normal;
    text-overflow: ellipsis;
    opacity: 1 !important;
}

#splitview .info-block, #splitview .info-block div {
	display: block;
}
