@charset "UTF-8";

/* Layout (global rules for all sizes) */

body {margin:0px; padding:0px;}

header a.logo {
    display:block;
    position:absolute;
    background-position: 0px 0px;
    background-repeat:no-repeat;}
    
#header a.logo {
    display:block;
    position:absolute;
    background-position: 0px 0px;
    background-repeat:no-repeat;}
    
.hiddenLinks {
     text-indent: -9999px;
     position: absolute;
}

    
#header h1{float:left;margin:10px 0px 0px 100px; color:#fff;font-size:1.75em; line-height: 25px;text-shadow: 1px 1px 1px #000; font-family: LucidaBri-Dem; font-weight: normal;}

#header h1 span.niuSubTemplate{color:#fff;font-size:.5em; font-family: LucidaBri-Dem; font-weight: normal;text-transform: uppercase;letter-spacing: 2px;}
#header h1 span.learningtoday{color:#fff;font-size:.6em; font-family: LucidaBri-DemIta; font-weight: normal;letter-spacing: 1px;}
#header h1 span.leadingtomorrow{color:#fff;font-size:.7em;  font-family: LucidaBri-Dem; font-weight: normal;}
/* Layout Large Screens (default for older browsers) */

header {
    height:135px;
    -moz-background-color:hsla(37, 22%, 19%, .65);/*base color is #3A3225*/
    -webkit-background-color:hsla(37, 22%, 19%, .65); /*base color is #3A3225*/
    background-color:hsla(37, 22%, 19%, .65); /*base color is #3A3225*/
     border-radius:10px;
     padding:.5em;
     margin: 8px 0px;
     color:#ffffff;
    }

#header {
    height:135px;
    -moz-background-color:#5a5746; /*base color is #3A3225*/
    -webkit-background-color:#5a5746; /*base color is #3A3225*/
    background-color:#5a5746; /*base color is #3A3225*/
     border-radius:10px;
     padding:.5em;
     margin: 8px 0px;
     color:#ffffff;
     position:relative;
     left:0px;
     top:0px;
    }
#header.home {
    height:135px;
    -moz-background-color:hsla(37, 22%, 19%, .55);/*base color is #3A3225*/
    -webkit-background-color:hsla(37, 22%, 19%, .55); /*base color is #3A3225*/
    background-color:hsla(37, 22%, 19%, .55); /*base color is #3A3225*/
     border-radius:10px 10px 0px 0px;
     padding:.5em;
     margin: 8px 0px 0px;
     color:#ffffff;
     position:relative;
     left:0px;
     top:0px;
    }

#header a.logo {background: url(../../images/rwd/niu_sprite_sheet_3.png) no-repeat scroll 5px 8px transparent;
    margin:0;
    padding:0;
    float:left;
    width:80px;
    height:125px;
    top:8px;
    left:15px;
    z-index: 9999;
}

/* Spacing of TopNav Menu Items */
#numOfMenuItems3.dropdown {
    margin-left: 13%;
}
#numOfMenuItems4.dropdown {
    margin-left: 8%;
}
#numOfMenuItems5.dropdown {
    margin-left: 3%;
}
/* End of TopNav Menu Items */

/****** Master Calendar Elements ******/

.rssincl-title { display:none; }

p.rssincl-itemtitle { margin:0px; padding: 5px; }

.rssincl-head { font-family: 'Sanchez',serif; font-size: 18px; margin-top: 10px; margin-bottom: 10px; }

.rssincl-entry { width: 100%; overflow: hidden; font-family: arial; border-bottom: 1px dotted #ccc; padding: 10px; }

.rssincl-itemdate {
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    color: #444;
    margin-right: 1em;
    float:left;
    height: 22px;
    margin: 5px;
}

.rssincl-itemtitle a { color: #cc0000; font-weight: bold; text-decoration:none; }

#globalNav {
    /* float:right; */
    font-size: 11px;
    position: absolute;
    /* top: -20px; */
    left: 595px;
    /* text-align:right;
    padding-right:10px; */
}

#globalNav a:link, #globalNav a:visited {
color:#FFFFFF;
text-decoration:none;
}

 #globalNav a:hover {
    color:#FFFFFF;
    text-decoration:underline;
}
#search {
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
    padding-right: 10px;
    top: 25px;
    position: relative;
}

input[type="search"] {
    background: #ededed url(../../images/rwd/search-icon.png) no-repeat 220px center;
    padding-right: 30px;
    padding-left: 5px;
}

#search a:link, #search a:visited {
color:#FFFFFF;
text-decoration:none;
position: relative;
top: -5px;
margin-right: 3px;
font-size: .8em;
}

#search a:hover {
    color:#FFFFFF;
    text-decoration:underline;
}


nav {width:88%;
    display:block;
    position:absolute;
    background-color:#CC0000;
    border-radius:6px;
    }
nav.screen_layout_small{
    display:none;   
}

.contentTabs {
    position: relative;
    top: -36px;
    left: -39px;
}

.nav-tabs {
    border-bottom:none;
}

.nav-tabs > li > a {
    border:none;
    padding-top: 6px;
    padding-bottom: 6px;
}

.nav-tabs > li > a:hover {
    border-color: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    border:none;
    background-color: #534d37;
    color:#ffffff;
}

.nav-tabs > li > a, .nav-pills > li > a {
    background-color: #857e64;
    color:#ffffff;
    border-radius: 6px 6px 0px 0px;
}

.nav-tabs > li {
    list-style:none;
}

.nav-tabs > li {
    list-style:none;
}

div.screen_layout_small{
    display:none;   
}
/* Home Page Top Content Section*/
#topContent {   
-moz-background-color:hsla(37, 22%, 19%, .55);/*base color is #3A3225*/
    -webkit-background-color:hsla(37, 22%, 19%, .55); /*base color is #3A3225*/
    background-color:hsla(37, 22%, 19%, .55); /*base color is #3A3225*/
    float:left;
    width:100%;
    padding:0px 0px 5px 0px;
    border-radius:0px 0px 10px 10px;
    }
    
#resources {float:left;width:25%;margin:0px .5em; padding:.5em; border-radius:10px;                                                     
    background-image:url(../../images/rwd/audience_home_alt_bg.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    margin-left:16px;
    position:relative;  /*****Added 5/21 *******/}

#resources .victor_e { /*****Added 5/21 *******/
    right: -20px;
    position: absolute;
    width: 100px;
    bottom: 0px;
    z-index: 1000;
}

#media {float:left;width:100%;margin:0px; height:300px;}
#media.homePage {float:left;width:70%;margin:0px;height: 300px;}

ul.action, ul.audience {
    list-style-type: none;
    margin:0 0 8px 0px;
    padding:0;}

ul.action li a{color:#ffffff;font-size:1.2em;line-height:1.75em; font-weight:300;}
ul.audience li a{color:#ffffff;font-size:.9em;line-height:2em;}

#mainContent {  
    background: #ffffff;
    float:left;
    width:100%;
    margin-bottom:8px;
    -wekit-border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px;
    border-radius:10px 10px 10px 10px;
    padding-bottom:20px;
    }

#mainContent #leftCol #leftNav{
    float:left;
    width: 100%;
    *width: 100%;
    *zoom: 1;
     background-color: #767367;
     /*-moz-background-color:hsla(37, 22%, 19%, .6); base color is #736c58*/
     /* -webkit-background-color:hsla(37, 22%, 19%, .6); base color is #3A3225*/
     /* background-color:hsla(37, 22%, 19%, .6); base color is #3A3225*/
     -wekit-border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px;
    border-radius:10px 10px 10px 10px;
     margin-bottom:1em;
}

#mainContent.home{  
    background-color:transparent;
    float:left;
    width:100%;
    padding: 5px 0px 10px;
    margin-top: 30px;
    margin-bottom:8px;
    border-radius:0px 0px 8px 8px;
    }

#content {min-height:580px;}

#content p {margin: 10px 20px 0px 20px;}

#content h2 {margin-left:20px; margin-top:20px;}


.hometabs {-moz-background-color:hsla(54, 96%, 100%, .7);/*base color is #ffffff*/
    -webkit-background-color:hsla(54, 96%, 100%, .7); /*base color is #ffffff*/
    background-color:hsla(54, 96%, 100%, .7); /*base color is #fffff*/
    border-radius:0px 0px 10px 10px;padding:1em;
    padding-top: 0px;
    height: 360px;
    }
.media {margin-top:0px;}
.promo_container {padding:10px 0px 15px 20px;float:left; width:70%;}

.promo_container .promo{
    width: 100%;
    background-position: 0px 3px;
/*  background-color: rgb(255, 255, 255);
    opacity: 1.0;*/
}

.promo_container .promo .content{
    padding:10px 30px 0px 130px;}
    
.spotlight {width:25%; text-align:center; float:right; border-radius:10px;padding:1em;  -moz-background-color:hsla(54, 96%, 100%, .7);
    -webkit-background-color:hsla(54, 96%, 100%, .7);
    background-color:hsla(54, 96%, 100%, .7); /
    } 
.spotlight img {margin-bottom:1em;}

#spotlight h3 {
    display: block;   
    position: relative;
    background-image: url(../../images/rwd/your_journey_starts_here.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 236px;
    height: 62px;
    margin-top: -50px;
    margin-left: -15px;
    margin-bottom: 10px; 
}

nav {top:100px; left:110px; width:88%;}
nav a {margin:12px 10px 10px 20px;}

#topNavbar {top:100px; left:110px; width:87%; display:block; position:absolute; background-color:#CC0000; border-radius:6px; margin-top: 5px; }
/*#topNavbar a {margin:0px 1.5% 0px .5%; padding:.75% .75%;border:0px solid;}
#topNavbar a:first-child {margin:0px 0px 0px 2%; padding:.75% .75%; border:0px solid blue;}
#topNavbar a:last-child {margin:0px .5% 0 0; padding:.75% .75%;border:0px solid green;}*/

/* Mobile Nav */

#main-nav {
    display: none;
}

#requestApplyExplore {
    display:none;
}

/*Table Styles Gray1*/
table.grey1 {
      border-collapse: collapse;
      font-family:"Trebuchet MS","Arial","Sans-Serif";
    /*font-family:Geneva, Arial, Helvetica, sans-serif;*/
      width: 96%;
      border: 1px solid #333;}

table.grey1 th { color: #fff;
     background-color: #6C6754;
     font-size:.8em;}
table.grey1 th, table.grey1 td {
      text-align: left;
      padding: 2px  8px ;
      border-right: 1px solid #333;}
      
table.grey1 tr:hover {
      background-color: #E0DACA;
      color:#000000;}
      
table.grey1 thead tr:hover {
      background-color: transparent;
      color:inherit;}

table.grey1 caption {
      font-size: 1.2em;
      font-weight:bold;
      margin:16px  0;}

/* Crime Stats Table */
#content table.crimestats{
    border-collapse: collapse;
    font-family:"Trebuchet MS","Arial","Sans-Serif";
    width: 96%;
    text-align: center;
    font-size:1em;
}

#content table.crimestats th { color: #fff;
     background-color: #6C6754;
     }
#content table.crimestats th, #content table.crimestats td {
    text-align: center;
    padding: 5px  3px;
    border-bottom: 1px solid #ccc;
}
#content table.crimestats th.crime_types {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
#content table.crimestats th.univs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border: thin solid #CCC;;
}
#content table.crimestats td.orange {
    background-color: #FC9;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: solid;
}
#content table.crimestats td.blue {
    background-color: #CFF;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: solid;
}
#content table.crimestats td.yellow {
    background-color: #FFC;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: solid;
}
#content table.crimestats caption {
      font-size: 1.2em;
      font-weight:bold;
      margin:16px  0;}
      
#content .doubleCol {
    float: left;
    width: 65%;
    margin: 0px 25px;
}

#content .doubleCol h2 {
    margin-top: 25px;
    margin-left: 0px;
}

#content .singleCol {
    float: left;
    width: 25%;
}

#content .columns3 {
    float: left;
    width: 24%;
    margin-left: 65px;
    margin-top: 20px;
}

#content .columns4 {
    float: left;
    width: 21%;
    margin-left:20px;
    margin-top: 5px;
}

#content .columns3 p {margin: 0px;}

.sixcol { margin-left:9%; }
      
/* News Page Items*/

p.caption {
    float: right;
    background-color:#CCCCCC;
    width:150px;
}

img.caption {
    float: right;
    background-color:#CCCCCC;
    width:auto;
    padding:8px;
    margin:16px 0px 16px 16px ;
}

div.imageCaption_right {
    padding:8px ;
    float: right;
    margin-top: 8px ;
    margin-right:8px ;
    margin-bottom: 16px ;
    margin-left: 16px ;
    border: 0px solid #999999;
    clear: right;
}
div.imageCaption_right img {
    margin-bottom: 10px;
}

#mainContent div.imageCaption_right p {
    color: #333333;
    font-size: 0.7em;
    font-weight:bold;
    }

div.imageCaption_left {
    padding: 8px ;
    float: left;
    height: auto;
    width: auto;
    margin-top: 8px ;
    margin-right: 16px ;
    margin-bottom: 16px ;
    margin-left: 12px ;
    border: 0px solid #999999;
    clear: left;
}

div.imageCaption_left img {
    margin-bottom: 10px;
}

#mainContent div.imageCaption_left p {
    color: #333333;
    font-size: 0.7em;
    font-weight:bold;
    }


/* Special Classes for buttons, highlights, etc.*/


h3.button a {
    background-color: #cc0000;
    color: #ffffff;
    border-radius: 6px;
    padding: .5em .5em;
    margin: .5em 0em;
    display:block;
    float:left;
    width:13em;
    }
    
h3.button a:hover {
    background-color: #990000;}
    
    /*Other Special Style Classes*/
 .rightColHighlight {
    width:95%;
    text-align: left;
    float: left;
    padding: .25em;
    padding-bottom: 20px;
    margin: 1em 0 1em 0em;
    background-color:#e9e5d9;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    border-top: solid 1px #e1e7df;
    border-left: solid 1px #e1e7df;
    border-right: solid 1px #e1e7df;
    border-bottom: solid 1px #e1e7df;
    }  
    
.currentAdvisories{
    padding:0em .5em;
    margin:0em 2em 1em 2em;
    border: 2px solid #cc0000;
    float:left;
}

/* for colored pill buttons */    

p.greenbutton a {
    background-color: #759b8e;
    color: #ffffff;
    border-radius: 6px;
    padding: .5em .5em;
    margin: .5em 0em;
    display: block;
    float: none;
    width:20em;
    text-align: left;
    }
    
p.greenbutton a:hover {
    background-color: #597268;}
    
h3.greenbutton a {
    background-color: #759b8e;
    color: #ffffff;
    border-radius: 6px;
    padding: .75em;
    margin: .5em 0em;
    display: block;
    float: none;
    width:13em;
    text-align: left;
    }
    
h3.greenbutton a:hover {
    background-color: #597268;}
    
h3.bluebutton a {
    background-color: #7ba0d3;
    color: #ffffff;
    border-radius: 6px;
    padding: .75em;
    margin: .5em 0em;
    display: block;
    float: none;
    width:13em;
    text-align: left;
    }
    
h3.bluebutton a:hover {
    background-color: #617b9b;}
    
h3.tanbutton a {
    background-color: #98937d;
    color: #ffffff;
    border-radius: 6px;
    padding: .75em;
    margin: .5em 0em;
    display: block;
    float: none;
    width:13em;
    text-align: left;
    }
    
h3.tanbutton a:hover {
    background-color: #7c796a;}
    
h3.redbutton a {
    background-color: #7a2f3d;
    color: #ffffff;
    border-radius: 6px;
    padding: .75em;
    margin: .5em 0em;
    display: block;
    float: none;
    width:13em;
    text-align: left;
    }
    
h3.redbutton a:hover {
    background-color: #59242f;}


/* CSS for allowing flash media objects to be responsive. */

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    margin-right:1em;
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-content {
    height: 325px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    position: relative;
    top: -20px;
}

/* End Flash responsive media objects CSS */

@media screen and (max-width:990px) {

}