﻿html,
body,
div {
    border: 0 none;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    
}
body {
    min-width: 960px;
    color: #333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    margin: 0;
    background-color: white;
}


/*
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0;
}
*/

h1 {
    border-bottom: 2px solid #E7E7E7;
    color: #003366;
    font-size: 22px;
    line-height: 24px;
    /*margin: 0 0 15px;*/
    margin: 0.45em 0em 0.75em;
    padding: 0 0 5px;
}

h2 {
    border-bottom: 2px solid #E7E7E7;
    color: #003366;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0 0 5px;
}

h1.noBorderUnder, h2.noBorderUnder {
    border-bottom:none;
}

a,
a:link,
a:visited {
    color: #003366;
    text-decoration: underline;
}

    a:focus,
    select:focus,
    input:focus,
    textarea:focus,
    #block-boxes-site-wide-follow-box li a:focus {
        outline: 2px dotted #000;
        outline-offset: -1px;
    }

/*
a,
p,
ul,
ol,
li,
img,
span,
strong,
em {
    border: 0 none;
    font: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
*/
    img,
    a img {
        border: medium none;
        color: #333;
        font-size: 12px;
        outline: medium none;
    }

img {
    border: 0 none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display:block;
    border: 0 none;
    font: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

#section-content {
   /* margin-top: 315px;*/
}
ul {
    list-style-type: disc;
    margin: 10px 0 10px 0;
    padding-left:20px;
}

ul li,
ol li {
    /*color: #666;*/
    font-size: 14px;
    margin: 0 15px 5px 0;
}

.checkMarkList li:before {
    content: '✔';
    margin-left: -1em; margin-right: .500em;
    list-style-type:none!important;
}

.checkMarkList {
    padding-left:20px;
    text-indent:-5px;
    list-style: none;
    list-style-position:outside;
    list-style-type:none;
}

ul.dashedList {
  list-style-type: none;
}

ul.dashedList  {
  text-indent: -20px;
}

ul.dashedList > li:before {
  content: "- ";
  text-indent: -25px;
}

.italic {
    font-style: italic;
}

.skip_nav a.skipnav {
    color: #060;
    height: 1px;
    left: -100px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: -100px;
    width: 1px;
    z-index: 1000;
}

.skip_nav a.skipnav:active, .skip_nav a.skipnav:focus {
    background-color: #d9e6df;
    height: auto;
    left: 0;
    overflow: auto;
    padding: 5px;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#content {
    max-width: 910px;
}

#scheduleTable {
    max-width: 710px;
}

/* SUBMIT BUTTONS */

.largeRightMain input[type="submit"], .largeRightMain input[type="file"], .largeRightMain input[type="button"]
{
background: url("/_images/theme/buttonGradientCombo.png") repeat-x scroll 0 0 #4882B4;
border: 1px solid #304764;
color: #FFF;
cursor: pointer;
font: bold 12px;
margin: 6px 0px;
padding: 6px 8px;
text-decoration: none;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
float: right;
}

input[type="submit"].beginGoodbyeImportOne {
    margin-right: 48px;
    margin-top: -35px;
}

input[type="submit"].beginGoodbyeImportTwo {
    margin-right: 48px;
}

input[type="submit"].fekcReportInput {
    margin-right: 458px;
}

input[type="file"].fekcReportInput {
    margin-right: 458px;
}

.fekcReportInputLabel {
    margin-top: 40px;
    width:340px;
}

input[type="submit"].deleteAllButton {
    float: left;
}

aside {

    display:inline;
    float: left;
    margin-right: 10px;
    width: 220px;
    background-color:white;
    /*position:fixed;*/
}


    aside ul {
        list-style: none;
        margin-left:-20px;
    }

#sideBar li {
    margin: 0;
}

        #sideBar ul li a, #sideBar ul li span {
            color: #003366;
            display: block;
            font-size: 13px;
            line-height: 19px;
            padding: 10px 10px 10px 0px;
            margin-right:10px;
            text-decoration: none;
            border-bottom:thin solid;
            border-bottom-color:#F0EDDD;
            word-wrap: break-word;
        }

#sideBar ul li.collapsed, #sideBar ul li.expanded {
    margin-left: -20px;
}

#sideBar ul li span{
    margin: 0;
    color: rgb(51, 51, 51);
    font-size:15px;
}
    aside li {
/*        background: url("/_images/theme/sprite.png") no-repeat scroll -500px -45px transparent;*/
    }
    aside ul li.collapsed {
        background: url("/_images/theme/sprite.png") no-repeat scroll -565px 17px transparent;
        padding-left:20px;
    }

        aside ul li.collapsed ul, aside ul li.collapsed div {
            display: none;
            padding-left:20px;
        }

    aside ul li.expanded {
        background: url("/_images/theme/sprite.png") no-repeat scroll -565px -524px transparent;
        font-weight: bold;
        padding-left:20px;
    }

        aside ul li.expanded ul {
            display: block;
            font-weight: normal;
            margin-left: -10px;
        }

        aside ul li.mtpMenu ul a {
            margin-left: -35px;
        }

    aside ul li.leaf {
        list-style: none;
        background: none;
    }

    aside ul li a.generated {
        margin-left:20px;
        border:none;
    }

    aside ul li ul {
        border-left: 2px solid #DFDFDF;
        margin: 0 0 15px 7px;
    }

.clearfix {
    clear: both;
    content: ".";
    display: block;
}

.center70
{
margin-left:auto;
margin-right:auto;
width:70%;
}

.error {
color:#06F;
font-weight:700;
}

.redBold,
.redBold ul li {
    color: #CC0033;
    font-weight: 700;
}

ul.floatList {
    width:40%;
    float:left;
}

.specialTextBlock {
    background: url("/_images/theme/common/navbuttons_bg.gif") repeat-x scroll left bottom #2E4765;
    color: white;
    cursor: pointer;
    font-size: 18px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin: 0.45em 0 0.75em
}

.largeRightMain {
    float: left;
    width: 710px;
    max-width: 100%;
}


.flushLeft {
    margin-left: 0;
    padding-left: 0;
}

.redText {
    color: #8c2e0b;
}



/*Header*/
#top-zone {
    background: url("/_images/theme/bg-utility-nav.png") repeat scroll 0 0 transparent;
    height: 30px;
    position: relative;
    z-index: 5;
}

    #top-zone ul {
        list-style-type: none;
        margin: 0;
    }
    #top-zone ul li {
        float: left;
    }
    #top-zone ul li a {
        font-size: 11px;
    }

.header-logos {
    float: left;
    margin: 19px 0 0 12px;
    overflow: hidden;
}

.navigation {
    background: white repeat scroll 0 0;
    border-bottom: 3px solid #003366;
/*    border-top: 1px solid #7F99B2;*/
    clear: both;
    font-family: Verdana,Geneva,sans-serif;
    margin: 0;
    overflow: visible;
    z-index: 999;
}

    .navigation ul {
        height: 120px;
        padding: 0;
        margin: 0;
    }

        .navigation ul li {
            border: medium none;
            float: left;
            font-weight: bold;
            height: 110px;
            list-style: none outside none;
            margin: 0 20px 0 0;
            padding: 10px 0 0;
            width: 140px;
        }

            .navigation ul li.last {
                margin: 0;
            }

            .navigation ul li a {
                display: inline-block;
                height: 100%;
                text-decoration: none;
                cursor: pointer;
            }

            .navigation ul li a span {
                color: #405B91;
                display: block;
                min-height: 50px;
                padding: 4px 5px;
                font-size: 13px;
                line-height: 20px;
                
            }

            .navigation ul li a span.active {
                background-color: #003366;
                color: #FFFFFF;
                display: block;
                height: auto;
                left: -8px;
                margin: 0;
                padding: 4px 5px;
                right: 2px;
                text-indent: 0;
            }

            .navigation ul li a p {
                color: #02101E;
                cursor: pointer;
                font-size: 11px;
                font-weight: normal;
                line-height: 14px;
                margin: 0;
                padding: 0 5px;
            }

            .navigation ul li:hover{
                background: none repeat scroll 0 0 #F8F5E8;
                border: medium none;
                -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.14);
                box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.14);
                text-align: left;
            }

.showNav {
    border-bottom-color: #CC3333;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mobileHidden {
    display: block;
}

.navigation ul li:hover ul,
.navigation ul li a:focus + div div ul,
.navigation ul li ul  {
    background: none repeat scroll 0 0 #F8F5E8;
    border: medium none;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.14);
    z-index:999;
    position: relative;
}

.navigation ul li:hover ul li,
.navigation ul li a:focus ul li {
    background: none;
    z-index:-999;
}

           .navigation ul li ul {
                border: none;
                list-style: none;
                margin: 0 20px 0 0;
                width: 940px;
                cursor: pointer;
                z-index: 999;
                -webkit-border-radius: 0px 0px 10px 10px;
                -moz-border-radius: 0px 0px 10px 10px;
                border-radius: 0px 0px 10px 10px;
               /* behavior: url(/_js/PIE/PIE.htc);*/
            }
            .navigation ul li ul li {
            border: medium none;
            float: left;
            font-weight: 100;
            height:85px;
            list-style: none outside none;
            padding: 0;
            width: 140px;
            cursor: pointer;
            margin-left:0;
            margin-right:20px;
            }

            .navigation ul li ul li:nth-child(6n+6),
            .navigation ul li ul li:last-child,
            #menuEMISI ul.subNavigation li:nth-child(5) {
                margin-right:0;
            }

            .navigation ul li ul li:hover {
            background: none;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }


                .navigation ul li ul li a {
                    text-decoration: none;
                    padding:0 5px;
                }

                .navigation ul li ul li a:hover {
                    text-decoration:underline;
                    color: black;
                }
#menuEMISI ul.subNavigation {
    margin-left: -160px;
}
#menuEMISI ul.subNavigation li:first-child, 
#mainnav  ul.subNavigation.fiveWide li:first-child {
    margin-left:160px;
}
#menuApply ul.subNavigation {
    margin-left: -320px;
}
#menuApply ul.subNavigation li:first-child,
#mainnav  ul.subNavigation.fourWide li:first-child {
    margin-left:320px;
}
#menuPrograms ul.subNavigation {
    margin-left: -480px;
}
    #menuPrograms ul.subNavigation li:first-child,
    #mainnav  ul.subNavigation.threeWide li:first-child {
        margin-left: 480px;
    }
#menuIS ul.subNavigation {
    margin-left: -640px;
}
    #menuIS ul.subNavigation li:first-child {
        margin-left: 640px;
    }

#menuContact ul.subNavigation {
    margin-left: -800px;
}
    #menuContact ul.subNavigation li:first-child,
    #menuContact ul.subNavigation.threeWide li:first-child {
        margin-left: 800px;
    }

.noLeftMargin {
    margin-left: 0 !important;
}

.subNavigation {
    display: none;
    width: 940px;
}
ul.subNavigation {
    padding-top: 15px;
}
    .subNavigation li a {
        font-size: 12px;
    }


.navHeight1 {
    height: 210px;
}
.navHeight2 {
    height: 300px;
}
.navHeight3 {
    height: 390px;
}
.navHeight4 {
    height: 480px;
}
.navHeight5 {
    height: 570px;
}
.navHeight0 {
    height: 120px;
}

nav.navHeight1 ul li ul {
    height: 73px;
}
nav.navHeight2 ul li ul {
    height: 163px;
}
nav.navHeight3 ul li ul {
    height: 253px;
}
nav.navHeight4 ul li ul {
    height: 343px;
}
nav.navHeight5 ul li ul {
    height: 433px;
}
nav.navHeight0 ul li ul {
    height: 0px;
}

nav.navigation ul li ul.visible {
    display: block;
}

#navBar {
    background: white repeat scroll 0 0;
    width: 100%;
    position: absolute;
    margin-top: 140px;
    z-index: 997;
}

.search-form {
    float: right;
    position: relative;
    right: 2px;
    top: 33px;
    width: 430px;
}

#search-block-form {
    background-color: #E9DFB3;
    overflow: hidden;
    padding: 3px;
}

.form-item {
    /*float: left;*/
    margin: 0;
}

.form-text-input {
    border: medium none;
    color: #B7BFC8;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 14px;
    height: 18px;
    margin: 0;
    padding: 5px 7px;
    width: 87%;
    background-color: white;
    float:left;
}

#mobile-search-cancel {
    display: none;
}

.form-submit {
    background: url("/_images/theme/sprite.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 21px;
    text-indent: -9999px;
    text-transform: uppercase;
    width: 25px;
    margin: 4px 0 0 8px;
}

.mobile-search-form-button {
    display:none;
    float:right;
}

.mobile-search-form {
    display:none;
    float:left;
}

/* ==========================================================================
    Newlook Section Headers
   ========================================================================== */

.ISHeader {
    background-image: url("/_images/photos/emiCampus02.jpg");
    background-repeat: no-repeat;
    height: 100px;
    position:relative;
    top:12px;
}

.EMICourseHeader {
    background-image: url("/_images/photos/students.jpg");
    background-repeat: no-repeat;
    height: 100px;
    position:relative;
    top:12px;
}

.ProgramsHeader {
    background-image: url("/_images/photos/Programs1.jpg");
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    top: 12px;
}

.MeppHeader {
    background-image: url("/_images/photos/eFront.jpg");
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    top: 12px;
}

.IemcHeader {
    background-image: url("/_images/photos/IEMC3.jpg");
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    top: 12px;
}

.pioHeader {
    background-image: url("/_images/photos/pioHead.jpg");
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    top: 12px;
}

.EmppHeader {
    background-image: url("/_images/photos/emppGlasses.jpg");
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    top: 12px;
}

.TribalHeader {
    background-image: url("/_images/photos/tribalHeader.jpg");
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    top: 12px;
}

.hiEdHeader {
    background-image: url("/_images/headers/HiEdSplashNew.jpg");
    background-repeat: no-repeat;
    height: 100px;
    position:relative;
    top:12px;
}

/* ==========================================================================
    Image replacement ALT Text
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/* ==========================================================================
    General
   ========================================================================== */

.element-invisible {
    visibility: hidden;
    display: none;
}

img.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.region-inner {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

    .region-inner li {
        border: medium none;
        /*margin: 0 25px 0 0;*/
        margin: 0 15px 5px 0;
    }

    .region-inner li a {
        border: medium none;
        color: #003366;
        font-size: 13px;
        line-height: 20px;
        padding: 0;
        text-decoration: underline;
    }


.section .region-inner li {
    margin: 0 25px 0 15px;
}

.region-inner-navigation {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #7f99b2;
    margin-top: 20px;
}

.right {
    float: right;
    margin-top: 10px;
}

.left {
    float: left;
}

.site-slogan {
    font-weight: normal;
}

.site-name,
.site-slogan {
    color: #003366;
    font-size: 11px;
    line-height: 28px;
    margin: 0 0 0 12px;
    font-weight: normal;
}

.site-name-slogan {
    float: left;
    margin-top:5px;
}

    .site-name-slogan .site-name {
        font-weight: normal;
        margin-top: 10px;
    }

        .site-name-slogan .site-name a {
            display: block;
            font-style: normal;
            font-weight: normal;
            height: 55px;
            padding: 0;
            text-decoration: none;
            width: 222px;
            margin-left: -12px;
            margin-top: -5px;
        }
#region-page-top,
#region-user-second {
    height: 0;
    min-height: 0;
}

header#section-header,
header#section-header.position-fixed {
    background: url("/_images/theme/bg-header-drop-shadow.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    padding-bottom: 6px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#zone-branding-wrapper {
    background: url("/_images/theme/bg-page-background.png") repeat-x scroll 0 0 transparent;
    height: 102px;
    position: relative;
    z-index: 1;
}

.zone-branding {
    height: 100%;
    padding: 0;
}

.region-branding {
    background: url("/_images/theme/bg-header-glow.png") no-repeat scroll 0 0 transparent;
    height:100%;
}


.logo-img {
    margin: 0 10px 0 0;
    float: left;
    position:relative;
    z-index:1;
}



h1.site-name,
h2.site-name {
    font-size: 36px;
}

h2.programs {
    margin-left:30px;
}
#page {
    overflow-x: hidden;
    width: 100%;
    visibility: visible;
}

.strong {
    font-weight: bold;
}

/*Specific Stuff*/

.newsOuter {
    background: url("/_images/theme/bg-featured-columns.png") repeat scroll 0 0 transparent;
    border: 1px solid #E9DFB3;
    padding: 2% 0 2% 2%;
    overflow: auto;
}

.newsInner {
    overflow: hidden;
    background: none repeat scroll 0 0 #F8F5E8;
    float: left;
    margin-right: 2%;
    padding: 2%;
    width: 44%;
}

#symposium, 
.textBlock,
.notificationBlock {
    background: none repeat scroll 0 0 #F8F5E8;
    border: 1px solid #EAE0B6;
    padding: 10px 23px;
    margin: 10px;
}

#hpemail, 
.textBlock,
.notificationBlock {
    background: none repeat scroll 0 0 #F8F5E8;
    border: 1px solid #EAE0B6;
    padding: 10px 23px;
    margin: 10px;
}
    .textblockFull {
        width:auto;
        float: left;
    }

.textBlockSID {
    background: none repeat scroll 0 0 #F8F5E8;
    border: 1px solid #EAE0B6;
    padding: 10px 23px;
    margin: 10px 0;
    display: inline-block;
}

.largeRightMain .textBlock, .mainTextBlock .textBlock, .notificationBlock { 
    width: 525px; 
    float: left;
}
.textBlock2 {
    background: none repeat scroll 0 0 #D3E4EB;
    border: 1px solid #1D6195;
    color: #1D6195;
    padding: 5px 15px;
    margin: 0 10px;
    width:480px;
    float:right;
    display:none;
    position: absolute;
    margin-top:20px;
    right:240px;
}

.textBlock2 .floatingDiv {
    width: 30%;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
}

.textBlock2 ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.textBlock2 ul li {
    margin: 0;
}
.textBlock2 h3,
.textBlock2 h4 
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.textBlock2 .accordion h3 {
    padding-left: 30px;
}

.textBlock2 .accordion div.ui-accordion-content {
    padding-bottom: 30px;
}

.largeRightMain .textBlock {
    float: none;
    margin-left: auto;
    margin-right: auto;
    clear:both;
}

.notificationBlock {
    background-color: #FEF8E6;
    border-color: #B82E2E;
} 
.sideBlock {
    margin-bottom: 20px;
     max-width: 205px; 
     float: right;
}

.rightMainSideBlock {
    float: right;
    max-width: 255px;
}

    .rightMainSideBlock.smallerRight {
        max-width: 220px;
    }

.active {
    font-weight: bold;
}

.leftTwoCol {
    width: 450px;
    margin-right: 10px;
    float: left;
}

.rightTwoCol {
    width: 250px;
    float: right;
}

    .rightTwoCol ul {
        margin: 0;
        padding-left:0;
        list-style: none;
    }
        
        .rightTwoCol ul li ul {
            padding-left: 10px;
        }
        .rightTwoCol ul li ul li {
            margin: 0;
        }

.threeWideItem {
    width: 293px;
    float: left;
    margin:0;
    padding-right:10px;
    padding-left: 10px;
}

    .threeWideItem h4 {
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: bold;
    }
    .threeWideItem h5 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .threeWideItem ul {
        margin: 0;
        padding: 0 15px 15px 15px;
    }

.titleItalic {
    font-style: italic;
    font-weight: 700;
}

/*Extra Footer*/
.extraFooter {
    background: url("/_images/theme/bg-footer-nav.png") repeat-x scroll left top transparent;
    /*margin: 30px;*/
    padding: 30px 0 0;
}

.extraFooterItem {
    float: left;
    width: 215px;
    margin-bottom: 20px;
    height: 100%;
    padding-left:15px;
}

    .extraFooterItem h3 {
        color: #fff;
        margin: 0;
        padding: 14px;
        text-align: center;
        text-transform: uppercase;
    }

    .extraFooterItem h2 {
        color: gray;
        font-size:13px;
        margin: 0;
        text-transform: uppercase;
        border:none;
    }

    .extraFooterItem ul
    {
        line-height: 16px;
        list-style: none;
        margin: 0 0 5px;
        padding: 0;
    }

    .extraFooterItem ul li, .extraFooterItem ul li a
    {
        margin-left: 0;
        font-size: 12px;
    }
/*Footer*/

.footer-menu {
    background: url("/_images/theme/bg-footer-utility.png") repeat-x scroll left top transparent;
    margin: 0 0 30px;
    padding: 30px 0 0;
}

    .footer-menu ul {
        margin: 0;
        text-align: center;
        list-style: none outside none;
        border: medium none;
    }

        .footer-menu ul li {
            display: inline;
            font-size: 12px;
            line-height: 16px;
            list-style: none outside none;
            margin: 0 7.5px;
            padding: 0;
        }

    .footer-menu .liHead {
        display: none;
    }

    .footer-menu select {
        display: none;
    }

	#social-disclaimer {
        text-align: center;
	    font-size: 11px;
	}

    /*
    .footer-menu ul li:nth-of-type(1n+15) {
        display: none;
    }
    */

#address {
    background: url("/_images/theme/address-shadow.png") no-repeat scroll right top transparent;
    color: #4B4B4B;
    font-size: 12px;
    line-height: 17px;
    margin-right: 35px;
    max-width: 240px;
    padding-right: 35px;
    float: left;
}

#logos {
    float: left;
}

#logos p {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
}

    #logos p.last {
        margin-top: 0;
    }

#logos2 {
    float: left;
    margin-left:50%;
    margin-top: -50px;
}

#logos2 p {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    margin-top: 0px;
}

    #logos2 p.last2 {
        margin-top: 0;
        margin-left:80px;
    }

#mainNavDropDown {
    display: none;
}

.footer-menu_exams {
    background: url("/_images/theme/bg-footer-utility.png") repeat-x scroll left top transparent;
    margin: 0 0 30px;
    padding: 30px 0 0;
}

    .footer-menu_exams ul {
        margin: 0;
        text-align: center;
        list-style: none outside none;
        border: medium none;
    }

        .footer-menu_exams ul li {
            display: inline;
            font-size: 12px;
            line-height: 16px;
            list-style: none outside none;
            margin: 0 7.5px;
            padding: 0;
        }


/*Footer End*/

.superScript {
    font-size: 8px;
    vertical-align: super;
}
.view-homepage-promotions {
    overflow: hidden;
    padding-bottom: 40px;
}
.view-homepage-promotions .views-row {
    border: medium none;
    float: left;
    margin: 0 35px 0 0;
    position: relative;
    width: 290px;
}/*
.view-display-id-block_1.view-homepage-promotions .views-row, .view-display-id-block_1.view-homepage-promotions .views-field-field-promotion-image ul {
    margin: 0;
    width: auto;
}
.view-homepage-promotions .views-row-3 {
    margin: 0;
}
.view-homepage-promotions .views-row li {
    margin: 0;
    padding: 0;
}
.view-homepage-promotions .views-field-field-promotion-image ul {
    height: 195px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 290px;
    z-index: 0;
}
.view-homepage-promotions .views-field-field-promotion-image li {
    left: 0;
    top: 0;
}
.view-homepage-promotions .views-field-field-promotion-image img {
    display: block;
}*/
.sliderItems {
    clear: both;
}
.slidePhotoAndText {
    position: relative;
}

.slidePhotoAndText img {
    min-width: 100%;
    border-radius: 5px;
}
.view-content {
    float: left;
    position: relative;
    width: 31%;
    padding: 0 1%;
}
.field-content {
    position: absolute;
    color: #FFF;
    bottom: 12%;
    left: 0;
    padding: 10px 10px 0;
    /*background-color: rgba(0, 0, 0, 0.65);*/
    font-size: 14px;
    font-family: Arial;
    min-height: 28px;
    text-transform: uppercase;
    background-image: url('/_images/theme/blackTransparent65.png');

}
.views-field-field-promotion-html.item-list {
    font-size: 13px;
    margin: 0;
}
    .views-field-field-promotion-html.item-list h4 {
        border-bottom: 1px solid #e7e7e7;
        margin: 0 0 5px;
    }
    .views-field-field-promotion-html.item-list h5 {
        margin-bottom: 0;
        margin: 5px 0 0 5px;
    }
    .views-field-field-promotion-html.item-list ul li {
        margin: 0 0 5px 12px;
        list-style: disc;
    }
        .views-field-field-promotion-html.item-list .latestupdates ul li ul li {
            margin: 0 0 10px;
            list-style: none;
        }

            .views-field-field-promotion-html.item-list .latestupdates ul li ul li a {
                font-size: 13px;
                line-height: 20px;
                /*color: #003366;*/
                margin: 0;
            }
    
.views-field-field-promotion-link {
    /*background: url("/_images/bg-homepage-promo.png") repeat-x scroll 0 0 transparent;*/
    position: absolute;
    width: 96px;
    top: 125px;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 39px;
    line-height: 19px;
    padding: 10px 10px 0;
    text-transform: uppercase;
}
.view-homepage-promotions .views-field-field-promotion-link a {
    color: #FFFFFF;
    text-decoration: none;
}
.field-content.promo-type-0 {
    border-bottom: 4px solid #527b39; /*GREEN*/
}
.field-content.promo-type-1 {
    border-bottom: 4px solid #ce5208; /*ORANGE*/
}
.field-content.promo-type-2 {
    border-bottom: 4px solid #226990; /*BLUE*/
}
.view-homepage-promotions .views-field-field-promotion-html ul {
    margin: 0 8px;
}
.view-homepage-promotions .views-field-field-promotion-html li {
    border-bottom: 1px solid #C6C6C6;
    padding: 10px 0;
}
.view-homepage-promotions .views-field-field-promotion-html li.last {
    border: medium none;
}
.view-homepage-promotions .views-field-field-promotion-html li p {
    line-height: 19px;
    margin: 0;
}
    .view-homepage-promotions .views-field-field-promotion-html li p a {
        color: #1A86EA;
        text-decoration: underline;
    }
/*Recaptcha Box*/

#recaptchaBox1
{
    max-width:265px;
}
/*End Recaptcha Box*/

		/* SideBoxes used in column (3 colors to choose from)*/
.sidebox1 p {
    font-size: 12px;
}
		.sidebox1.floatingLinkBox {
		float:left;
		margin-bottom:10px;
		margin-right:10px;
		min-height:450px;
		width:298px;
		}
		
		.sidebox1.floatingLinkBox.last {
		margin-right:0;
		}
		div.sidebox1 {
		border:thick solid #f0eee2;
		margin-bottom:10px;
		padding:0;
        position: relative;
		}
		
		div.sidebox1 h2 {
		color:#FFF;
		font-size:16px;
		margin:0;
		padding:14px;
		text-align:center;
		text-transform:uppercase;
        line-height: 24px;
		}
		
		div.sidebox1 ul {
		/*list-style-image:url("/_images/logos/mm_arrow.gif");*/
        margin-left: 0;
        padding-left: 10px;
        list-style-type: none;
		}
		
		div.sidebox1pad {
		padding:5px;
		}

        div.sidebox1pad p {
        margin: 10px 0px;
        }
            div.sidebox1pad img {
                max-width: 100%;
            }

		div.sideboxTextBlock {
			background: #f1f5f8; /*#d2dbea url(/_images/common/fieldset_bg.jpg) repeat-x;*/
            background-image: linear-gradient(#fff, #f1f5f8);
			border: 1px solid #d2dbea; 
			padding:0px; 
			width: 100%;
		}
		h2.orange, h3.orange {
		background-color:#ce5208;
		}
		
		h2.blue, h3.blue {
		background-color:#226990;
		}
		
		h2.green, h3.green {
		background-color:#527b39;
		}
h2.orange, h2.green, h2.blue {
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
}
    h2.orange a, h2.green a, h2.blue a {
        color: #FFF;
        text-decoration: none;
        line-height: 0;
    }
		
        h2.orange a:hover, h2.green a:hover, h2.blue a:hover {
            color: #FFF;
            text-decoration: underline;
            line-height: 0;
        }
		
		/* Sidebox Gradients */
		div.gradientbox1 {
		background:url(/_images/gradient1.png);
		background-repeat:repeat-x;
		margin-bottom:20px;
		margin-top:5px;
		padding:10px;
		}
		
		div.gradientbox1 h2 {
		margin:0;
		padding:0;
		}

.rightFloatingBox {
    float: right;
    clear: both;
    margin-left: 10px;
}

fieldset {
    background: #FFF;
    background-image: linear-gradient(#fff, #f1f5f8);
    border: 1px solid #d2dbea;

}
    fieldset legend {
        font-weight: bold;
        color: #003366;
        letter-spacing: 0.05em;
        margin: 0.5em 0 1em;
        padding: 0.5em;
        background: white;
        width: 100%;
        *margin-left: -7px;
    }
        fieldset legend span {
            display: block;
            width: 100%;
        }
.rightTwoCol fieldset legend {
    text-transform: uppercase;
}

fieldset.cblFS {
    background: none!important;
    border: none!important;
}

fieldset legend.cblLeg {
    background: none!important;
    border: none!important;
    margin: 0;
    margin-left: -10px;
}

.ui-loading {
    /*display: none;*/
}
#search-block-form .ui-btn-inner {
    display: none;
}

.menuButton {
    display: none;
}

.mainTextBlock {
    display: block;
    margin-bottom: 20px;
    max-width: 660px;
    float: left;
}

.mobileOnly, 
.cellOnly {
    display: none;
}

.simpleTable {
    border-collapse: collapse;
}

    .simpleTable tr {
        border: 1px solid #D9DBEA;
    }
    .simpleTable td {
        vertical-align: middle;
    }

/* Data Tables */
.datatable {
border-collapse:collapse;
margin:20px 0 0 30px;
padding:0;
}

#content .datatable {
max-width:480px;
width:100%;
}

#fullcontent .datatable {
max-width:760px;
width:100%;
border:1px solid #ddd;
}

.datatable td {
border:1px solid #ddd;
padding:5px;
}

.datatable th {
border:1px solid #ddd;
font-weight:700;
padding:5px;
text-align:left;
background-color: #F3F4EA;
}

.datatable caption {
background-image:none;
clear:both;
color:#999;
font-family:'Lucida Grande', Verdana, arial, helvetica, sans-serif;
font-size:1.3em;
font-weight:700;
margin:1.5em 0 0;
padding:0;
text-align:left;
}

.trbg {
background-color:#F3F4EA;
}

.trbg_gray {
background-color:#F3F4FA;
}

.even {
background-color:#F0F8FF;
background-repeat:repeat-x;
}

.odd {
background-color:#FAF9F8;
background-repeat:repeat-x;
}

/*Data Table Navigation*/

.pageNav, .paginateNav
{
	margin-left:auto; 
	margin-right:auto; 
	width: 100%;
	text-align: center;
}
.pageNav a, .paginateNav a
{
	text-decoration:none;
	font-weight:bold;
}
.pageNav .next, .pageNav .previous, .paginateNav .next, .paginateNav .previous
{
	position:static;
	display: inline-block;
	height:30px;
    padding-top: 30px;
    margin: 0 15px;
	
}

.pageNav .next a, .pageNav .previous a , .pageNav .viewAll a
{
	background: #DB5708; /*Old Browsers */
	background: -moz-linear-gradient(center top, #DB5708, #CE5208) repeat scroll 0 0 #DB5708; /*FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#DB5708), color-stop(#CE5208)); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, #DB5708, #CE5208); /* Chrom 10+, Safari 5.1+*/
	background: -o-linear-gradient(top, #DB5708, #CE5208); /*Opera 11.10+*/
	background: -ms-linear-gradient(top, #DB5708, #CE5208); /*IE10+ */
	background: linear-gradient(top, #DB5708, #CE5208); /*W3C*/
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#DB5708, endColorstr=#CE5208, GradientType=0); /* IE6-9 */
	border-radius:5px 5px 5px 5px;
	color: #FFFFFF;
	display: inline-block;
	padding: 0.25em 0.5em;
}
.pageNav .numbers
{
	
	display: inline;
	padding: 0 20px 10px 20px;
}

.pageNav .numbers a,
.pageNav .numbers .current
{
	display:inline-block;
	padding: 0.3em;
	text-align:center;
	border-radius:5px 5px 5px 5px;
	font-weight:bold;
	color: #226990;
}

.pageNav .numbers .current, 
.pageNav .numbers a:hover{
	
	background-color: #226990;
	color: #FFFFFF;
	
}


.paginateNav .next a, .paginateNav .previous a , .paginateNav .viewAll a
{
	background: #226990; /*Old Browsers */
	background: -moz-linear-gradient(center top, #578DAB, #226990) repeat scroll 0 0 #578DAB; /*FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#578DAB), color-stop(#226990)); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, #578DAB, #226990); /* Chrom 10+, Safari 5.1+*/
	background: -o-linear-gradient(top, #578DAB, #226990); /*Opera 11.10+*/
	background: -ms-linear-gradient(top, #578DAB, #226990); /*IE10+ */
	background: linear-gradient(top, #578DAB, #226990); /*W3C*/
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#578DAB, endColorstr=#226990, GradientType=0); /* IE6-9 */
	border-radius:5px;
	color: #FFFFFF;
	display: inline-block;
	padding: 0.25em 0.5em;
}
/*IS Course List table CSS */
#content .isCrsListTable {
float:left;
max-width:600px;
width:100%;
}

.datatable .collegeCred .popupContent {
display:block;
margin-top:-9999px;
position:absolute;
}

.datatable .collegeCred {
cursor:pointer;
}

.datatable .collegeCred:hover .popupContent,
.datatable .collegeCred:active .popupContent,
.datatable .collegeCred a:focus ~ div.popupContent {
background-color:#ffffe1;
border:#000 solid 1px;
color:#000;
font-size:12px;
margin-top:0;
max-width:400px;
text-decoration:none;
z-index:100;
display: block;
}

.datatable tr:nth-child(even) {
    background: #FAF9F8;
}

/*End IS Course List table CSS*/

/*End Data Tables*/

.latestupdates {
    list-style-type: none;
    margin: 0;
}
    .latestupdates h4 {
        margin: 0;
    }
    .latestupdates li {
        margin-bottom: 10px;
    }
    .latestupdates li a {
        margin-left: 20px;
        color: #003366;
        line-height: 16px;
        font-size: 14px;
    }

.customErrors {
    background: none repeat scroll 0 0 #F8F5E8;
    border: medium none;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.14);
/*    z-index:999;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/_js/PIE/PIE.htc);
    margin-bottom:20px;
    padding: 10px 25px 25px;
    overflow:hidden;
    display:inline-block;
}

    .customErrors p {
        margin-bottom:10px;
    }

div.DevRes p, div.DevRes span {
    margin-bottom:20px;
}

div.DevRes h3, div.DevRes strong {
    font-weight:bold;
}
div.DevRes blockquote {
    margin-top:-15px;
}

/*BREADCRUMBS*/
.breadcrumb li.depth-1 {
    margin-left: 0;
    margin-right: 15px;
    padding-right: 15px;
}

.container-12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background: none repeat scroll 0 0 transparent;
}
.zone-header {
    padding: 15px 0 0;
}

.container-12 .grid-8 {
    width: 670px;
}

.container-12 .grid-4 {
    width: 250px;
    margin-top: 2px;
}

.grid-4 {
    display: inline;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    background: none repeat scroll 0 0 transparent;
}

.grid-8 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

#block-system-main, #block-search-form, #block-views-f357e00a950996a5a5f114f3de9b7a5f, #block-views-breaking-news-block-1, #block-views-services-block-1, #block-nodeblock-footer-info, #block-delta-blocks-breadcrumb, #block-addthis-addthis, #block-openpublic-defaults-openpublic-utility-menu, #block-openpublic-defaults-openpublic-footer-utility-menu, #combinedblock, .block-messages, .block-delta-blocks-messages {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
    padding: 0;
}
.clearfix:after {
    font-size: 0;
    clear: both;
    content: ".";
    display: block;
    height: 0;
}

#block-boxes-site-wide-follow-box {
    width: 250px;
	background: none repeat scroll 0 0 transparent;
}
	#block-boxes-site-wide-follow-box h2.block-title {
		background: none repeat scroll 0 0 transparent;
		color: #949494;
		float: left;
		font-size: 11px;
		font-weight: normal;
		margin: 3px 0 0 0;
	}
	#block-boxes-site-wide-follow-box .item-list {
		float: right;
	}
	#block-boxes-site-wide-follow-box li {
		float: left;
		font-size: 0;
		margin: 0 0 0 10px;
		text-indent: -9000px;
	}
	#block-boxes-site-wide-follow-box a.follow-link-twitter {
		background: url("/_images/theme/sprite.png") no-repeat scroll -32px -368px transparent;
	}
	#block-boxes-site-wide-follow-box a.follow-link-facebook {
		background: url("/_images/theme/sprite.png") no-repeat scroll 0 -368px transparent;
	}
	#block-boxes-site-wide-follow-box a.follow-link-youtube {
		background: url("/_images/theme/sprite.png") no-repeat scroll -62px -368px transparent;
	}
	#block-boxes-site-wide-follow-box a.follow-link-get_updates {
		background: url("/_images/theme/sprite.png") no-repeat scroll -92px -368px transparent;
	}
	#block-boxes-site-wide-follow-box a.follow-link-this-site {
		background: url("/_images/theme/sprite.png") no-repeat scroll -122px -368px transparent;
	}

	#block-boxes-site-wide-follow-box li a {
		display: block;
		height: 24px;
		margin: 0;
		padding: 0;
		width: 24px;
	}
	#block-boxes-site-wide-follow-box a, a:link, a:visited, .threeWideItem ul li a {
		color: #003366;
		text-decoration: underline;
	}
	#block-boxes-site-wide-follow-box a.follow-link {
		line-height: 26px;
	}
	#block-boxes-site-wide-follow-box a, p, ul, ol, li, img, span, strong, em {
		border: 0 none;
		outline: 0 none;
		vertical-align: baseline;
	}
	#block-boxes-site-wide-follow-box .first li {
		text-indent: -9000px;
	}


article, aside, figure, footer, header, hgroup, section {
    border: 0 none;
    font: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
.zone-wrapper {
    background: none repeat scroll 0 0 transparent;
}
.block h2.block-title, .block-twitter-pull .content h2, .field-name-field-columns .field-name-field-column-title {
    border-bottom: medium none;
    font-style: normal;
    line-height: 29px;
    padding: 0 0 8px;
}

.item-list {
}

.item-list ul {
    margin: 0 0 0.75em;
    padding: 0;
    list-style: disc outside none;
}
.item-list ul li {
    padding: 0;
}
.item-list li {
    list-style: none outside none;
}
.item-list .checkMarkList ul li, ol li {
    list-style-type:none;
}
.item-list .first li {
    list-style: none outside none;
}
section#section-content.fixed-header.height-7 {
    padding-top: 145px;
}

#breadcrumbBar {

    margin-top:285px;
    background-color:#FFF;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.breadcrumb {
    display:block;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0;
}
.breadcrumb ul {
    list-style: disc outside none;
}

.breadcrumb a:after {
    font-style: normal;
}
.breadcrumb li {
    background: url("/_images/theme/bg-breadcrumb-arrow.png") no-repeat scroll right 2px transparent;
    color: #5A798A;
    float: left;
    font-size: 11px;
    padding: 0 15px 0 0;
}
.breadcrumb li a {
    font-size: 11px;
    margin-left:-20px;
    min-height: 30px;
}
	.breadcrumb li.last a {
		background: url("/_images/theme/sprite.png") no-repeat scroll 0 -89px transparent;
		display: inline-block;
		text-indent: -9999px;
		width: 19px;
        margin-top: 0px;
        margin-left: 0px;
	}
	.breadcrumb li.last {
		background: none repeat scroll 0 0 transparent;
        margin-left:-5px;
        padding: 0;
        margin-right: 0;
	}

	.breadcrumb li.first a {
		background: url("/_images/theme/sprite.png") no-repeat scroll 0 -89px transparent;
		display: inline-block;
		text-indent: -9999px;
		width: 19px;
        margin-top: 0px;
        margin-left: 0px;
	}

   .breadcrumb li.homeOnly {
    background: none, no-repeat, #FFF;
}

.grid-8 .breadcrumb li.last.ellipsis {
    max-width: 300px;
}

    .grid-8 .breadcrumb li.last.ellipsis a {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
    }
.breadcrumb a, .breadcrumb a:link, .breadcrumb a.active {
    color: #5A798A;
    float: left;
    text-decoration: none;
    display: block;
    margin-top:2px;
    margin-left:-30px;
}
.breadcrumb li span {
    display: block;
    margin-top: 2px;
    }

.inline li, .tabs li, .breadcrumb li {
    list-style: none outside none;
    display: inline;
}

/*BEGIN TRIBAL WEBSITE SECTION*/
.sideBySide {
    max-width: 100%;
    clear:both;
}
.sideBySide img {
    float: left;
    max-width: 47%;
    margin-left: 2%;
}

.tribalBlue {
    color: #226990;
}

/*
.tribalRed {
    color: darkred;
}
*/

.tribalCourseDesc {
    margin-bottom: 85px;
}

.tribalCourseDesc u, .tribalRed, .tribalBlue {
    font-weight:bold;
}

.tribalCourseDesc h3 {
    margin-bottom:30px;
}

.tribalCourseDesc h2 {
    color: #226990;
}

.tribalField {
	clear:both;
    text-decoration:none; 
    background: url('/_images/common/navbuttons_bg.gif') repeat-x scroll left bottom #2E4765;
    margin: 0px;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    display:inline-block;
    height:23px; 
    text-align:center;
    color: white; 
    font-weight:bold;
    float:left;
    margin-bottom:10px;
}

.tribalQuote {
	clear:both;
	position:relative;
	width:85%;
	display:inline-block;
	border-top:1px #106394 solid;
	border-bottom:1px #106394 solid;
	margin:15px auto 20px;
    line-height:150%;
    padding-top:5px;
    padding-bottom:5px;
}

.tribalQuoteBlock {
    text-align:center;
}

.tribalLiaisonsTable {
    border: solid;
    width: 75%;
    margin: 20px auto;
    display: inline-block;
}

.tribalLiaisonsTableHeader {
    border-bottom: solid;
    text-align: center;
}

.tribalLiaisonsTableSubHeader {
    text-align:center;
    padding-bottom:15px;
}

.tribalLiaisonsTableCellLeft {
    float:left;
    padding-top:5px;
    padding-bottom:15px;
    padding-left:10px;
    width:40%;
}

.tribalLiaisonsTableCellRight {
    float:right;
    padding-top:5px;
    padding-bottom:15px;
    padding-right:10px;
    width:40%;
}

.tribalLiaisonsTableRow {
    border-top:solid;
    text-align:left;
    clear:both;
}

.tribalBottomLink {
    margin:-55px auto 20px;
    text-align:center;
}

#tribalScheduleList div {
    margin:0px auto 45px;
    width:85%;
}

#tribalScheduleList div:first-child {
    margin-top:20px;
}

#tribalContent {
    margin:20px auto 20px;
    width:85%;
}

    /*Tribal Page Anchors*/
    #E0580Course {
       position:relative;
       -webkit-background-clip:padding-box;
       -moz-background-clip:padding;
       background-clip:padding-box;
    }
    #E0580Course:before {
       content:"";
       position:absolute;
       top:-2px;
       left:0;
       right:0;
       border-top:2px solid #ccc;
    }

    #E0581Course {
       position:relative;
       -webkit-background-clip:padding-box;
       -moz-background-clip:padding;
       background-clip:padding-box;
    }
    #E0581Course:before {
       content:"";
       position:absolute;
       top:-2px;
       left:0;
       right:0;
       border-top:2px solid #ccc;
    }

    #E0582Course {
       position:relative;
      -webkit-background-clip:padding-box;
       -moz-background-clip:padding;
       background-clip:padding-box;
    }
    #E0582Course:before {
       content:"";
       position:absolute;
       top:-2px;
       left:0;
       right:0;
       border-top:2px solid #ccc;
    }

    #L0583Course {
       position:relative;
       -webkit-background-clip:padding-box;
       -moz-background-clip:padding;
       background-clip:padding-box;
    }
    #L0583Course:before {
       content:"";
       position:absolute;
       top:-2px;
       left:0;
       right:0;
       border-top:2px solid #ccc;
    }

    #L0552Course {
       position:relative;
       -webkit-background-clip:padding-box;
       -moz-background-clip:padding;
       background-clip:padding-box;
    }
    #L0552Course:before {
       content:"";
       position:absolute;
       top:-2px;
       left:0;
       right:0;
       border-top:2px solid #ccc;
    }

/* END TRIBAL WEBSITE SECTION*/

/*BEGIN EMI COURSES CSS*/

.codeTable {
    table-layout:fixed;
}

.codeTable tr td {
    width:570px;
    padding: 0 0 20px;
    vertical-align:top;
}

.codeTable tr td:first-child {
    width:28px;
}

/*END EMI COURSES CSS*/

/*BEGIN MTP CSS*/
.mtpSectionHead {
	font-weight:bold;
	text-decoration: underline;
}

/*END MTP CSS*/

/*EMPP Portal Options */

.portalheaderOptionEMPPmain {
	background-image: url(/_images1/headers/emppGlasses.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPPquote {
	background-image: url(/_images1/headers/emppGlasses.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPPexDesign {
	background-image: url(/_images1/headers/emppExerciseDesign.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPPplanning {
	background-image: url(/_images1/headers/emppPlanning.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPPpubInfoWarn {
	background-image: url(/_images1/headers/emppPublicInfoAndWarning.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPPsciDisaster {
	background-image: url(/_images1/headers/emppScienceOfDisaster.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPPfoundations {
	background-image: url(/_images1/headers/emppFoundations.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPPbasicAcademy {
	background-image: url(/_images1/headers/emppBasicAcademy.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPPleadershipChallenge {
	background-image: url(/_images1/headers/emppLeadershipChallenge.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPP21stCentury {
	background-image: url(/_images1/headers/empp21stCentury.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPPStrategicLeadership {
	background-image: url(/_images1/headers/emppStrategicLeadership.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPPScienceOfDisasterExec {
	background-image: url(/_images1/headers/emppScienceOfDisasterExec.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	width: 510px;
}

.portalheaderOptionEMPPmain h1, .portalheaderOptionEMPPexDesign h1, .portalheaderOptionEMPPplanning h1, .portalheaderOptionEMPPpubInfoWarn h1,
.portalheaderOptionEMPPsciDisaster h1, .portalheaderOptionEMPPquote h1, .portalheaderOptionEMPPfoundations h1, .portalheaderOptionEMPPbasicAcademy h1, .portalheaderOptionEMPPleadershipChallenge h1, .portalheaderOptionEMPP21stCentury h1, .portalheaderOptionEMPPStrategicLeadership h1, .portalheaderOptionEMPPScienceOfDisasterExec h1 {
		color: #fff;
		margin: 0;
		padding: 0;
		position: relative; 
			top: 138px; 
			left: 10px;
		}

.portalheaderOptionEMPPquote h3, .portalheaderOptionEMPPmain h3, .portalheaderOptionEMPPfoundations h3{
		color: #fff;
		margin: 0px 35px 0px 0px;
		padding: 0;
		position: relative; 
			top: -50px;
			left: 10px;
		}

.portalEMPPquote {
	clear:both;
	position:relative;
	width:70%;
	height:150px;
	border-top:1px #106394 solid;
	border-bottom:1px #106394 solid;
	margin:15px auto 0px;
}

.portalEMPPquote h3 {
	color:#106394;
	font-family:'Lucida Grande', Verdana, arial, helvetica, sans-serif;
	font-size:1.0em;
}

/*EMPP Portal Options END*/

.errorBox {
    background-color: #ffbaba;
    border: solid 1px #d6010e;
    color: #000;
    padding: 10px;
}

.anchorContent,
#skipPastNavigation {

    margin-top: -140px;
    padding-top: 140px;

}

#subnavLink {
    display: none;
}
/*Pop-Up Page*/

body.popUpContent {
   min-width: 0;
}
body.popUpContent header#section-header {
    position: relative;
}

.smallFont {
    font-size: 11px;
}

.dividerYellow {
    background: url('/_images/theme/bg-yellow-stripe.png') repeat-y;
    width: 100%;
    height:18px;
    margin: 20px 0;
}

.mainSet p {
    font-size: 12px;
}

.view-content .specialDrop {
    background-color: #FFF;
    border-left: thick solid #f0eee2;
    border-right: thick solid #f0eee2;
    border-bottom: thick solid #f0eee2;
    max-width: 100%;
    position: absolute;
    width: 100%;
    margin-left: -5px;
    display: none;
}

.answer {
    display: none;
    border-bottom: 1px solid gray;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.mainQuickLinks {
    float:right;
    display:block;
    width:185px;
    background-color:#002D62;
    margin-bottom:0px;
    margin-top: -20px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:3px;
    padding-top:2px;
    text-align: center;
}

    .mainQuickLinks a {
        text-decoration: none;
        color:#FFF;
    }

        .mainQuickLinks a:hover {
            text-decoration: underline;
        }

.rightQuickLinks {
    background-color:#527b39;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    line-height: 16px;
    text-align: center;
}

    .rightQuickLinks a {
        text-decoration: none;
        color:#FFF;
    }

        .rightQuickLinks a:hover {
            text-decoration: underline;
        }

.rightQuickLinks2 {
    background-color:#ce5208;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    line-height: 16px;
    text-align: center;
}

    .rightQuickLinks2 a {
        text-decoration: none;
        color:#FFF;
    }

        .rightQuickLinks2 a:hover {
            text-decoration: underline;
        }

.meppTable table {
    border-collapse: collapse;
    border: 1px solid;
    max-width:690px;
    width:100%;
}

    .meppTable table tr th {
        padding:20px;
        text-align:center;
        border: 1px solid black;
    }

    .meppTable table tr td {
        padding:20px;
        text-align:left;
        border: 1px solid black;
    }

        .meppTable table th {
            background-color:lightgray;
        }


.headerTable  {
    table-layout:fixed;
}

.headerTable tr td {
    width:230px;
    padding: 0 0 20px;
    vertical-align:top;
}

.headerTable tr td:first-child {
    width:150px;
    font-weight:bold;
    text-align:center;
}

.nteCourseDesc h3 {
    text-align:center;
}

.nteCourseDesc ul, .nteCourseDesc ol, .nteCourseDesc li {
    margin-left: 5px; padding-left: 5px;
}

/* Used for Higher Ed Downloadable Course Requests*/

.validatorIndent {
    margin-left:85px;
}
.fieldIndent {
    margin-left:21px;
}

.depth-2 {
    margin-left:20px;
}

.depth-3 {
    margin-left:20px;
}

.boldTitle {
    font-weight:bold;
}

.checkBoxList {
    margin-top: 25px;
    list-style: none;
}

#cblCoursesAll {
    list-style: none;
}


.logOut {
    list-style: none;
}
span#searchIS {
    margin-bottom: 10px;
}
span#searchIS input[type="submit"]{
    margin: -5px 0 0 10px
}

.NPSTable td {
    text-align:left;
    vertical-align: top;
}

select {
  background: white;
  color: black;
  border: 1px solid black;
}

select::-ms-value {
  color: black;
  background: white;
}

select option {
  background: white;
  color: black;
}


select option:checked {
  background: white;
  color: black;
}

select option:hover {
  background: black;
  color: white;
}

#L0363ScheduleHeader {
    text-align:center;
}

#L0363Schedule {
    font-weight:bold;
}

#threeColInfo {
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;opacity:1
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;opacity:1
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;opacity:1
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;opacity:1
}

#femaMobileApp {
    display:block;
    margin-top:400px;
}

