/* Glossary Main CSS */
html {
    background: #FFF;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
    height: 760px;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    margin: 0 auto;
}

div#main, div#home {
/*    height: 760px;*/
    height: 800px;
    width: 1200px;
    margin: 0 auto;
	-webkit-box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
    box-shadow: 1px 1px 4px #999, 0px 0px 1px #999;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 68px;
    font-weight: normal;
}

h2 {
    font-size: 45px;
    font-weight: normal;
}

h3 {
    font-size: 28px;
    font-weight: bold;
    color: #2E3192;
}

h4 {
    font-size: 24px;
    font-weight: bold;
    font-weight: normal;
    color: #FFF;
}

h4 sup {
    font-size: 16px;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    font-weight: normal;
}

a {
    color: #00F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #00F;
}

img {
    margin: 0;
    padding: 0;
    border: none;
}

input:focus {
    outline: none;
}

em {
    font-family: serif;
    font-style: italic;
}

.fixSpace {
    padding-left: 0.15em;
}

/* Header */
header {
    width: 100%;
	height: 57px;
    background-color: #f6a637;
	color: #fff;
}

.bars {
    width: 49px;
    height: 57px;
    float: left;
}

.bars img {
    height: 57px;
}

.resourceTitle {
    float: left;
    margin-left: 55px;
    margin-top: 5px;
    z-index: 1;
}

.resourceTitle h6 {
    font-size: 12px;
}

.resourceTitle h2 {
    font-size: 31px;
}

.headerBackground {
    float: right;
    width: 506px;
    height: 57px;
    background: url('../images/headerBackground.png') bottom right no-repeat;
}

/* Content Area */
section {
    margin: 0;
    padding: 0;
}

/* Section Page Title */
section.pageTitle {
    height: 105px;
    padding-left: 72px;
}

#breadcrum, #breadcrumHome {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #F6A435;
}

#breadcrum a, #breadcrumHome a {
    color: #F6A435;
}

#breadcrum span.lastCrum, #breadcrumHome span.lastCrum  {
    color: #808080;
}

.pageName {
    color: #D85925;
    width: 272px;
    float: left;
    display: block
}

#searchBox, #searchBoxHome {
    width: 229px;
    height: 25px;
    border: 1px solid #999;
    float: left;
    margin-top: 32px;
    margin-left: 21px;
    -webkit-appearance: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 10px; /* future proofing - old was 12px */
    padding-right: 30px;
    padding-left: 5px;
    padding-top: 2px;
    background: url('../images/searchSmall.png') no-repeat;
    background-position: 233px 2px;
    font-size: 16px;
    box-sizing: content-box;
}

.searchButton {
    display: none;
}

#subTitle {
    clear: both;
    padding-top: 4px;
    display: none;
}

/* Section Strand Nav */
.strandMenu  {
    width: 242px;
    height: 220px;
    margin-left: 50px;
    margin-right: 10px;
    float: left;
    position: absolute;
    background: #FFF;
    z-index: 2;
    margin: 0;
    display: none;
}

#strandMenuButton {
    position: absolute;
    float: left;
    margin: 112px 0;
    padding: 10px 15px;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    background: #B61920;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
}

.strandMenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.strandMenuItem {
    height: 20px;
    background-color: #B61920;
    font-size: 18px;
    color: #FFF;
    margin-bottom: 5px;
    padding: 6px 15px;
    cursor: pointer;
}

.strandMenuItem:hover {
    text-decoration: underline;
}

.strandMenuItem.selected {
    background-color: #2E3192;
}

/* Section Letter Nav */
#letterMenu {
    width: 16px;
    float: left;
    margin-top: 37px;
    margin-right: 6px;
    margin-left: 50px;
}

#letterMenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.letterMenuItem {
    color: #2E3192;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 1px 2px 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.letterMenuItem:hover {
    text-decoration: underline;
    cursor: pointer;
}

.letterMenuItem.selected {
    background-color: #2E3192;
    color: #FFF;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

#redirectNotice {
    float: right;
    margin: 12px 32px 0 0;
}

/* Item Menu Nav */
#itemMenuDiv {
    width: 275px;
    height: 500px;
    float: left;
    background: #E9E9F3;
    overflow: hidden;
    margin-right: 20px;
    margin-top: 5px;
    border-top: 10px solid #E9E9F3;
    border-bottom: 10px solid #E9E9F3;
}

nav#itemMenu {
    width: 291px;
    overflow-y: scroll;
}

#itemMenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.itemMenuItem {
    color: #2E3192;
    font-size: 16px;
    padding: 3px 0 2px 10px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 250px;
}

.itemMenuItem:hover {
    text-decoration: underline;
    cursor: pointer;
}

.itemMenuItem.selected {
    background-color: #2E3192;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.subItem {
    margin-left: 24px;
    width: 226px;
}

.subItem.selected {
    background: none;
    color: #2E3192;
    font-weight: bold;
    text-decoration: none;
}

/* Section Page Content */
section.pageContent {
    margin-top: 5px;
    height: 520px;
}

.pageContent div.nano-pane {
    background: none;
}

.pageContent div.nano-pane .nano-slider {
    background: #ccc;
}

#itemContent {
    height: 479px;
    width: 799px;
    float: left;
    border-top: 10px #FFF solid;
}

.acara {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    position: relative;
    top: 3px;
}

.pageContent h4 {
    height: 30px;
    padding: 1px 0 0 6px;
    margin: 0 30px 0 365px;
    background: #f7fbfc; /* Old browsers */
    background: -moz-linear-gradient(right, #f7fbfc 0%, #2e3192 75%); /* FF3.6+ */
    background: -webkit-gradient(linear, right top, left top, color-stop(0%,#f7fbfc), color-stop(75%,#2e3192)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, #f7fbfc 0%,#2e3192 75%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, #f7fbfc 0%,#2e3192 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(right, #f7fbfc 0%,#2e3192 75%); /* IE10+ */
    background: linear-gradient(to left, #f7fbfc 0%,#2e3192 75%); /* W3C */
}

article {
    margin-right: 120px;
    padding-left: 5px;
}

article h5 {
    margin-top: 15px;
}

article p {
    margin-top: 5px;
    line-height: 20px;
}

.articleImg {
    max-width: 450px;
    max-height: 290px;
    margin-top: 10px;
}

.loadingGIF {
    width: 113px;
    height: 113px;
    position: absolute;
    left: 330px;
    top: 170px;
}

/* Footer */
footer {
    margin: 0 auto;
    padding-left: 49px;
    height: 25px;
    font-size: 10px;
    text-align: left;
    color: #000;
    clear: both;
    position: relative;
}

#insideFooter {
	margin: 40px auto 0;
}

#outsideFooter {
    display: none;
}

#acaraPopup ul {
    margin: 0;
    padding: 0 0 10px 25px;
}

#acaraPopup li {
    margin: 0;
    padding: 5px 0 0;
}

#acaraPopup h6 {
    font-size: 10px;
}

#acaraPopup {
    float: left;
    position: absolute;
    top: -265px;
    left: 400px;
    padding: 5px;
    width: 450px;
    background: #FFF;
    border: 1px solid #555;
    display: none;
    z-index: 2;
}

#acaraFooterImg {
    cursor: pointer;
    z-index: 3;
}

#acaraClose {
    margin-left: 442px;
    cursor: pointer;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.coverAll {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
    display: none;
}

.offscreen {
    position: absolute;
    padding: 0;
    border: 0;
    left: -10000px;
    top: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.spacer {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
}

@media all and (max-width: 1200px) {
    
    div#main, div#home {
        height: 760px;
        border: none;
        box-shadow: none;
	   -webkit-box-shadow: none;
	   -moz-box-shadow: none;
    }

    #insideFooter {
        margin: 0 auto;
    }

    #acaraPopup {
        top: -295px;
    }
}