/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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],
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;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

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.
 */

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.
 */

button,
input,
select,
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.
 */

button,
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.
 */

button,
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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
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.
 */

input[type="checkbox"],
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).
 */

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.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
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.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#header { overflow:visible;}
#header-logo { float:left; clear:both; margin-top:18px; width:300px; }
#header-logo img {  width:232px; height:68px; padding:0; margin:0;}

#search-panel { float:right; margin-top:18px; width:auto; overflow:hidden; }
#navigation-panel { float:left; clear:both; width:100%; overflow:visible; position:relative; top:-20px; 	z-index:990; height:90px; margin-bottom:-20px; }

#section-tabs { border-bottom:3px solid #0D1B42; float:left; clear:both; display:block; width:100%; margin-bottom:10px;}
#section-tabs.about { border-bottom:3px solid #4F6D32;}

#section-tabs .tabs { float:right; }
#section-tabs .tab, .current-tab {  width:120px; height:22px; text-align:center; font-size:16px; color:#808284; background:#E6E7E8; padding-top:2px; margin-top:10px;}
#section-tabs .about-tab {  width:157px;}

#section-tabs .tab:first-child { margin-right:5px;}
#section-tabs .tab a { color:#808284; }
#section-tabs .tab a:hover { text-decoration:none;}

#section-tabs .current-tab { height:27px; padding-top:7px; margin-top:0; }
#section-tabs .current-tab a { font-weight:bold; color:#fff;}
#section-tabs .home-tab.current-tab {  background:#0D1B42; }
#section-tabs .about-tab.current-tab {  background:#4F6D32; }

nav { margin:0; padding:0;}
nav ul ul { display: none; }
nav ul li:hover > ul { display: block; }

nav ul {
	padding: 0;
	list-style: none;
	position: relative;
	display: table;
	clear:both;
}

nav ul:after { content: ""; clear: both; display: block; }
	
nav ul li {
	display:table-cell;
	font-size:16px; color:#555255; 
	padding:5px 10px;
	text-align:left;
	padding-right:0;
}

nav ul li:first-child { padding-left:0;}
nav ul li:last-child span { padding:0; display:none;}

nav ul li a:hover { border-bottom:3px solid #1071B9;}
nav ul.about li a:hover { border-bottom:3px solid #526F2A; color:#526F2A;}

nav ul li:hover a { margin-bottom:5px; font-size:16px; color:#555255; text-decoration:none;  }
nav ul li a {	display:inline-block; margin-bottom:5px; font-size:16px; color:#555255; text-decoration:none; border-bottom:4px solid #fff;}
nav ul li a.current-section { color:#1071B9; font-size:16px;font-weight:bold; border-bottom:4px solid #1071B9;  }
nav ul.about li a.current-section { color:#1071B9; font-size:16px;font-weight:bold; border-bottom:4px solid #4F6D32;  }

/* 526F2A */

nav ul ul {
	background: #5f6975; 
	position: absolute; 
	top: 75%;
	background-image: #f1f2f6;
	background-image: -webkit-linear-gradient(top, #ffffff 1%, #e2e5ed 100%);
	background-image: -moz-linear-gradient(top, #ffffff 1%, #e2e5ed 100%);
	background-image: -o-linear-gradient(top, #ffffff 1%, #e2e5ed 100%);
	background-image: -ms-linear-gradient(top, #ffffff 1%, #e2e5ed 100%);
	background-image: linear-gradient(top, #ffffff 1%, #e2e5ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e2e5ed",GradientType=0);
	padding:15px;
	padding-left:10px;
	border:1px solid #1071B9;
	z-index:1000;
	-webkit-border-radius: 2px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 2px;
	-moz-border-radius-topleft: 0;
	border-radius: 2px;
	border-top-left-radius: 0;
}
nav ul.about ul {border:1px solid #526F2A;}

nav ul ul li 
{
	clear:both; 
	position: relative;
	display:inline-block;
	z-index:10001;
	padding:0;
}

.icon { width:23px; height:23px; float:left; margin-right:16px; display:inline-block; overflow:hidden; text-decoration:none; }

nav ul ul li a { float:left; display:block; clear:both; margin-bottom:5px; width:100%;font-size:16px; color:#555255; text-decoration:none; border:0; }	
nav ul ul li a:hover { border:0; color:#1071B9;  }
nav ul.about ul li a:hover { border:0; color:#526F2A;  }

nav ul ul ul {position: absolute; left: 100%; top:0;}
nav span.divider { padding-left: 5px; padding-right: 5px; color:#545254; }

#menu-bar { width:100%;}

#search-form { float:left; clear:none; overflow:hidden;}
#social-links { float:left; }
#keywords { float:left;}
#search-button { float:right; margin-left:5px; background:#fff; border:1px solid #000; border-radius:1px; font-size:12px; height:25px;  color:#000;}
#search-button:hover {  border:1px solid #0070BB; background:#0070BB; color:#fff;}


.search-box { padding:3px; float:right; margin-left:10px; background:url(/site/Assets/Images/Common/icons/icon-search-box.png) no-repeat 5px center; width:150px; height:17px; border:1px solid #6D6E70; font-size:12px; color:#B2B2B2; text-indent:25px; }
.search-box:active, .search-box:hover, .search-box:focus { outline: none; border:1px solid #1071B9; color:#1071B9; background:url(/site/Assets/Images/Common/icons/icon-search-box-active.png) no-repeat 5px center;}

#login-actions { float:left; margin-right:22px; }
#login-actions li { float:left; margin-right:5px;}
#login-actions a {font-size:11px; color:#999;}
#login-actions a:hover { color:#1071B9; text-decoration:none;}

#breadcrumb-bar, #breadcrumb-bar.Home { width:100%; float:left; clear:both; overflow:hidden; color:#fff; height:34px; margin:0; margin-bottom:10px; margin-top:-5px;background-color:#36496C; text-align:left; vertical-align:central; font-size:20px; font-weight:bold; text-indent:10px; padding-top:6px; z-index:1;}
#breadcrumb-bar.About { background:#4F6D32; }

.curved-top-small { -webkit-border-top-left-radius: 2px;-webkit-border-top-right-radius: 2px;-moz-border-radius-topleft: 2px;-moz-border-radius-topright: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}
.soft-shadow-small { -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .5); box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .5); }

#links { background:#F3F3F0;}
#links ul { margin-top:20px;	width: 700px; float: left; clear: none;}
img.panel-image { float: left; margin-right: 20px; margin-top: 20px; margin-bottom: 20px;}

#footer-panel { background:#E4E4E4; padding:10px; padding-bottom:50px; }
.footer-text { color:#656565; font-size:10px;}
#optionsMenu a { font-size:12px; color:#000; }
.nav span.attention { background:#000; color:#fff;}

#cookie-bar
{
	float:left;
	clear:both;
	width:100%;
	margin:0;
	color:#fff;
	font-size:11px;
	background:#85b7d3;
	line-height:27px;
	height:auto;
	text-align:center;
	vertical-align:central;
	position:fixed;
	top:0;
	left:0;
	z-index:6000;
}

#cookie-bar a, .cookie-bar-close { font-size:12px; text-decoration:underline; color:#0e6393;}
#cookie-bar a:hover { text-decoration:none; color:#0e6393;}
#cookie-bar-close { position:fixed; top:0; right:10px; z-index:6010; text-transform:uppercase; line-height:27px; text-decoration:none; cursor:pointer; }

/*
body.wallpaper { float:left; height:auto;  width:100%; position:relative; }
#wallpaper-wrapper { clear:none; float:left; position: relative; width:960px; z-index:3; margin-left:10px;}
#wallpaper-left {float:left;height:100%;	margin-right: -490px;box-sizing: border-box;padding-right: 490px;width: 50%;}
#wallpaper-right {float:right;	height:100%;	margin-left: -490px;	box-sizing: border-box;padding-left: 490px;width: 50%;}
	
@media all and (max-width: 960px){#wallpaper-left, #wallpaper-right { display:none;}}
@media all and (min-width: 961px) and (max-width: 1480px){#wallpaper-left img, #wallpaper-right img { width:250px;}}
@media all and (min-width: 1481px) and (max-width: 1650px){#wallpaper-left img, #wallpaper-right img { width:350px;}}
@media all and (min-width: 1651px) and (max-width: 1800px){#wallpaper-left img, #wallpaper-right img { width:500px;}}
@media all and (min-width: 1801px) and (max-width: 9900px){#wallpaper-left img, #wallpaper-right img { width:750px;}}

#wallpaper-left a { float:right;display:block; overflow:hidden; height:auto;}
#wallpaper-right a { float:left; clear:both; margin:0; display:block; overflow:hidden; height:auto;margin-bottom: -5px;}
*/