/*! normalize.css v2.1.1 | 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,
main,
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 styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 */

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;
}
.banner {
	position: relative;
	overflow: hidden;
}

.banner > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.banner > .images {
	position: absolute;
	width: 100%;
	height: 100%;
}

.banner > .images > li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}

.banner > .images > li > img {
	position: absolute;
	z-index: 1;
}

.banner > .images > li > span {
	position: absolute;
	padding: 10px 30px 10px 15px;
	border-radius: 0 7px 0 0;
	white-space: nowrap;
	color: white;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 0 0 3px #000;
	font-family: 'Noto Sans', sans-serif;
	z-index: 10;
	bottom: 0;
	left: 0;

	background: -moz-linear-gradient(left,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.6) 71%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.6)), color-stop(1%,rgba(0,0,0,0.6)), color-stop(71%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 71%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 71%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 71%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 71%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */


}

.banner > .images > li > span a {
	color: rgb(223, 199, 29);
	text-decoration: none;
}

.banner > .images > li > span a:hover {
	color: rgb(248, 242, 73);
	text-decoration: underline;
}

.banner > .images > li:first-child {
	display: block;
}

.banner > .nav {
	position: absolute;
	z-index: 100;
}

.banner > .nav > li {
	float: left;
	width: 10px;
	height: 10px;
	/*background-color: white;*/
	margin-left: 10px;
	cursor: pointer;
	border-radius: 12px;
	border: 6px solid #424242;
	box-shadow: 0 0 3px #333;
	opacity: 0.7;
}

.banner > .nav > .selected {
	/*background-color: rgb(255, 133, 0);*/
	border: 0;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background-color: #649326;
	opacity: 1;
}.dropdown {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dropdown > li {
	position: relative;
	float: left;
}

.dropdown > li > a {
	display: block;
	z-index: 60;
	white-space: nowrap;
}

.dropdown > li > div {
	box-shadow: 0 0 15px #444;
	z-index: 50;
	display: none;
	color: black;
	position: absolute;
	padding: 15px;
	border-radius: 0 0 7px 7px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;

	background: #f3f6f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f6f7 0%, #f9fafb 18%, #fdfdfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f6f7), color-stop(18%,#f9fafb), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f6f7 0%,#f9fafb 18%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f6f7 0%,#f9fafb 18%,#fdfdfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f6f7 0%,#f9fafb 18%,#fdfdfd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f6f7 0%,#f9fafb 18%,#fdfdfd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6f7', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */

}

.dropdown > li > div a {
	color: white;
	text-decoration: none;
}

.dropdown > li > div a:hover {
	text-decoration: underline;
}.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1; /* IE < 8 */
}

html {
	min-height: 500px;
	background: #414042 url(/_rsc/site/img/bg.jpg);
}

body {
	overflow-y: scroll;
	font-size: 0.9em;
}

header {
	height: 190px;
	background-image: url(/_rsc/site/img/top-bg.png);
	background-repeat: repeat-x;
	background-position: 50% 0;
	font-family: 'Cabin', sans-serif;
	z-index: 100;
}

header > .content {
	width: 1000px;
	height: 100%;
	margin: 0 auto 0 auto;
	position: relative;
}

header > .content > .logo {
	float: left;
	width: 180px;
	height: 160px;
	background-color: rgba(255, 190, 17, 0.63);
}

header > .content > .main {
	float: left;
	width: 820px;
	height: 150px;
}

header > .content > .main > ul {
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

header > .content > .main > ul > li {
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
}

header > .content > .main > ul > li:first-child {
	margin-left: 0;
}

header > .content > .main > ul > li > span {
	float: left;
	margin-top: 8px;
	color: #777;
}

header > .content > .main > ul > li > .member-info > .name {
	color: #555;
	font-weight: bold;
}

header > .content > .main > ul > li > .member-info > a {
	color: #3a687a;
	text-decoration: none;
	margin-left: 8px;
}

header > .content > .main > ul > li > .member-info > a:hover {
	color: white;
	text-decoration: underline;
}

header > .content > .main > ul > li > a {
	float: left;
	color: #444;
	text-decoration: none;
	margin-top: 8px;
}

header > .content > .main > ul > li > a:hover {
	color: white;
	text-decoration: underline;
}

header > .content > .main > ul > li > .search-form {
	float: left;
	margin-top: 5px;
}

header > .content > .main > ul > li > .search-form > .query {
	background-color: white;
	border: 1px solid #555;
	font-size: 15px;
	line-height: 19px;
	height: 21px;
	padding: 3px;
	width: 150px;
}

header > .content > .main > ul > li > .search-form > .submit {
	background-color: #74bcff;
	border: 1px solid blue;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	height: 29px;
	padding: 3px 5px;
	border-radius: 3px;
	color: white;
	vertical-align: 1px;
}

header nav {
	margin: 0 0 0 10px;
	height: 40px;
	z-index: 50;
}

header nav > ul {
	display: block;
	width: 1000px;
	height: 40px;
	margin: 0 auto 0 auto !important;
}

header nav > ul > li {
	height: 40px;
	padding-left: 12px;
	background-image: url(/_rsc/site/img/nav-sep.png);
	background-repeat: no-repeat;
	background-position: 3px 18px;
}


header nav > ul > li:first-child {
	float: left;
	height: 40px;
	padding-left: 0;
	background-image: none;
}

header nav > ul > li:first-child {
	margin-left: 20px;
}

header nav > ul > li > a {
	color: #333;
	text-decoration: none;
	height: 30px;
	padding: 10px 7px 0px 7px;
	display: inline-block;
	font-size: 0.95em;
}

header nav > ul > li > a:hover {
	color: #000;
	background-color: #ffffff;
}

header nav > ul > li:hover > a {
	color: #000;
	background-color: #fff;
}

header nav > ul > li > div > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header nav > ul > li > div > ul > li {
	margin-top: 15px;
	white-space: nowrap;
}

header nav > ul > li > div > ul > li:first-child {
	margin-top: 20px;
}

header nav > ul > li > div > ul:first-child > li:first-child {
	margin-top: 0;
}

.dropdown > li > div a {
	color: #333;
}

.dropdown > li > div a:hover {
	text-decoration: none;
	color: #4373ff;
}

.dropdown > li > div {
	top: 40px;
	font-size: 1em;
}

.dropdown > li > div > p {
	white-space: nowrap;
	margin: 5px 0 5px 0;
	color: #666;
	font-size: 1.1em;
}

.main-content > .content {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
}


.main-content > .content {
	line-height: 1.5em;
}

footer {
	clear: both;
	background-color: #666;
	height: 50px;
	margin-top: 25px;
}

footer > .content {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	color: white;
}

footer > .content > .org-info {
	float: left;
	color: #ccc;
	margin-top: 4px;
	font-size: 1.1em;
}

footer > .content > ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer > .content > ul > li {
	float: left;
	margin: 5px 0 0 15px;
	padding: 0;
}

footer > .content > ul > li:first-child {
	margin-left: 0;
}

footer > .content > ul > li > a {
	color: #ccc;
	text-decoration: none;
}

footer > .content > ul > li > a:hover {
	color: white;
	text-decoration: underline;
}

footer > .content > ul > li > .twitter {
	margin-top: -11px;
	display: block;
	height: 50px;
	color: #eee;
	margin-left: 10px;
}

footer > .content > ul > li > .twitter > a > img {
	vertical-align: -17px;
}header {
	height: 180px !important;
}

header > .content > .main > .banner {
	clear: both;
	height: 78px;
	margin-left: 23px;
}

.main-content > .content > nav {
	float: left;
	width: 180px;
}

.main-content > .content > nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-content > .content > nav > ul > li {
	margin: 0;
	padding: 0;
	border-top: 2px solid #ccc;
}

.main-content > .content > nav > ul > li:first-child {
	border-top: none;
}

.main-content > .content > nav > ul > li > a {
	display: block;
	background-color: white;
	color: #333;
	padding: 6px 4px;
}

.main-content > .content > nav > ul > li > a:hover {
	color: #2f79ff;
	text-decoration: none;
}

.main-content > .content > nav > ul > .current > a {
	background-color: #9BC6D3;
	color: white;
	font-weight: bold;
}

.main-content > .content > nav > ul > .current > a:hover {
	color: white;
}

.main-content > .content > .main {
	float: right;
	width: 800px;
}

.main-content > .content > .main > h1 {
	font-family: 'Cabin', sans-serif;
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 15px 0;
	padding: 0;
	color: #555;
}

.main-content > .content > .main h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 15px 0 5px 0;
	padding: 0;
	color: #333;
}

.main-content > .content > .main p {
	margin: 5px 0 0 0;
	padding: 0;
}

.main-content > .content a {
	text-decoration: none;
	color: rgb(56, 91, 233);
}

.main-content > .content a:hover {
	text-decoration: underline;
}

