﻿.full_width {
    width: 100%;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/league_gothic/League_Gothic-webfont.eot');
    src: url('/fonts/league_gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/league_gothic/League_Gothic-webfont.woff') format('woff'),url('../fonts/league_gothic/League_Gothic-webfont.ttf') format('truetype'),url('../fonts/league_gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSlab';
    src: url('../fonts/museo_slab/Museo_Slab_500-webfont.eot');
    src: url('../fonts/museo_slab/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/museo_slab/Museo_Slab_500-webfont.woff') format('woff'),url('../fonts/museo_slab/Museo_Slab_500-webfont.ttf') format('truetype'),url('../fonts/museo_slab/Museo_Slab_500-webfont.svg#MuseoSlab') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #f4f1e8;
} 

.inner_container {
    min-width: 970px;
    width: 85%;
    padding-left: 5px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 1;
}

#site_logo_left {
    float: left;
}

    #site_logo img {
        float: left;
        border: none;
        padding: 0;
        background-color: transparent;
    }
#site_logo_right {
    float: right;
}
     
#header_container {
    background-color: #FFF;
    height: 75px;
}

#logo_tagline_container {
        min-width: 950px;
        background-color: #FF9933;
}

#top_nav_container {
    position: absolute;
    top: 5px;
    right: 7px;
}

.atlas_container {
    font-family: 'LegueGothicRegular';
    margin: 20px auto 40px auto;
    min-width: 960px;
    width: 85%;
    position: relative;
    padding: 20px 20px;
    z-index: 900;
        background-color:#FFF;
        overflow: auto;
        min-height:500px;
        border:1px solid #eae8e1;
}

.atlasLeft {
    width: 315px;
    float: left;
}
.atlasRight {
    margin-left: 315px;
    overflow: auto;
}
.pageFooter {
    text-align:center;
    margin: 0px auto;
    width: 960px;
}

    .nav > li > a {
        margin: 0px 5px 5px 0px;
        display: block;
        padding: 10px 15px;
        background-color: #f5f5f5;
        border: solid #999999;
        border-width: 0px 1px 1px 1px;
    }
    .navbar-right {
       float:left !important;
        margin-left:40px;
    }

#footerLine {
    display:block;
    height: 8px;
    background: url('../images/footer_repeat.png') repeat-x;
    box-shadow: 0px 2px 18px 2px #999;
}

#atlasSearchTabs {
    font-family: 'LegueGothicRegular';
}


.about-title-h2, .about-title-h3, .about-title-h4 {
    font-family: MuseoSlab, Arial, serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
}

.about-title-h2 {
    font-size: 21px;
}

.about-title-h3 {
    font-size: 18px;
    border-bottom-color: rgb(216, 210, 203);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.about-title-h4 {
    font-size: 15px;
    font-weight: bold;
}

.about-text,
h2.about-title-h2 > p,
h3.about-title-h3 > p,
h4.about-title-h4 > p {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: normal;    
line-height: 20.296875px;
}

figure.texsite-figure,
figure.textsite-figure img {
    width: 600px;
    display: block;
    margin: 10px auto;

    }

figure.texsite-figure figcaption {
    font-style: italic;
    text-align: center;
}

/*
div.atlasSystemMessage {
    width: 100%;
    display: block;
}
    */

.atlasSystemMessage_icon_notif {
    width: 57px;
    height: 60px;
    background: url("images/systemMsgIcons.png") -128px -10px;
    display: block;
    margin: 0;
    padding: 0;
}

.atlasSystemMessage_icon_warn {
    width: 60px;
    height: 60px;
    background: url("images/systemMsgIcons.png") -68px -10px;
    display: block;
    margin: 0;
    padding: 0;
}

.atlasSystemMessage_icon_error {
    width: 60px;
    height: 60px;
    background: url("images/systemMsgIcons.png") -8px -10px;
    display: block;
    margin: 0;
    padding: 0;
}

#atlasSystemMessage_msg {
    float: left;
    width: auto;
    height: auto;
    margin: auto;
    display: block;
}

#atlasSystemMessage_icon {
    float: left;
    width: auto;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.atlasSystemMessageClose {
  display: block;
  float: right;
  /* margin-left: 10px; */
    margin: inherit;
  text-align: center;
  font-style: normal;
  background: #eee;
  color: #888;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

p.atlasSystemMessageText {
    margin: auto;
    height: auto;
}

.atlasSystemMessageGenericMessageContent {
    
}

.atlasSystemMessageLogoffMessageContent {
    
}

.atlasSystemMessage_style_warn {
    
}

.atlasSystemMessage_style_error {
    
}

.atlasSystemMessage_style_notif {
    
}