/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* sidebar */
#sidebar {
  float: left;
  display: inline; /* for IE */
  width: 200px;
  /*margin: 0 10px;*/
  margin: 85px 10px 0 10px;
  border-radius: 12px;
  padding: 5px;

}

#main
{
	margin: 95px 10px 0 10px;
	padding: 5px;
	overflow: auto;
	font-size: 10pt;
}

#main h2 a
{
font-size: 18pt;
}

#sidebar h3 {
  margin: 0;

  background: none;

  border: none;
  padding: 0;
}
#sidebar h4 {
  font-style:italic;

}
#sidebar div,a,p,span{
	font-size: 10pt;
}

#sidebar blockquote, #sidebar blockquote p, #sidebar-alternate blockquote, #sidebar-alternate blockquote p {
	margin-left: 0;
	margin-right: 0;
}
#sidebar blockquote {
	margin: 1em 0;
	padding: 0;
}
#sidebar ul {
	padding: 0;
	list-style:none;
}
#sidebar ul li {
	display: block;
	color:#000;
	padding: 4px 0 0 0;
	margin: 0;
}
#sidebar a:link {
  color: #015183;
  text-decoration: none;
}
#sidebar a:visited {
	color: #444;
	text-decoration:none;
}
#sidebar a:hover {
  color: #015183;
  text-decoration: underline;
}

/* footer */
#footer {
	clear: both;
	padding: 0 1em 1em 1em;
	margin-bottom: 10px;
}




/* Northwestern University - Top Level
Christopher Garcia - 07.10.12 */

body {
    background: url('../images/container-bg.jpg') repeat;
    font: 62.5%/1.8em Verdana, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #2e2e2e;
    min-width: 1074px;
}
#container {
    width: 100%;
}
.mobile {
    display: none;
}
#header-wrap {
    background: url('../images/header-wrap-bg.png') repeat-x;
    height: 241px;
    width: 100%;
}
#banner {
    width: 1074px;
    margin: 0 auto;
    height: 154px;
    background: url('../images/header-bg.jpg') no-repeat;
}
#logo {
    width: 231px;
    float: left;
}
.search {
    width: 250px;
    float: right;
    margin: 6em 0 0 2em;
}
.search2 {
    width: 250px;
    margin-top: 1em;
}
.search2 + .search2 {
    margin-bottom: 2em;
}
.search fieldset, .search2 fieldset {
    border: none;
    color: #fff;
    position: relative;
    z-index: 9999;
}
.search legend, .search2 legend, .hide-label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.searchbox { 
    height: 31px; 
    width: 220px;
    background-color: #fff;
    border: 1px solid #7f7f7f;
}
.searchbox input { 
    height: 31px; 
    width: 160px; 
    color: #959595;
    font: 14px "FuturaTW01-DemiOblique", Arial, Helvetica, sans-serif;
    margin-left: 5px;
    background: none;
    border: none;
    outline: none;
    float: left; 
}
.search-button {
    float: right !important;
    width: 35px !important;
    height: 31px !important;
}

/*** tools links ***/
#tools {
    width: 1074px;
    margin: 0 auto;
    height: 41px;
    text-align: right;
    text-transform: uppercase;
    font: 1.2em "Futura T W01 Demi", Arial, Helvetica, sans-serif;
}
#tools ul {
    margin: 0;
    padding: .9em 2.2em 0 0;
}
#tools li {
    display: inline;
    list-style: none;
    padding: 0 3em 0 1em;
    background: url('../images/slash.png') no-repeat right ;
}
#tools li:last-child {
    background: none;
    padding-right: 0;
}
#tools li a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
#tools a:hover {
    color: #ffae00;
}

/*** quick links ***/
#quick-links {
    text-transform: uppercase;
    width: 125px;
    float: right;
}
#quick-links ul  {
    padding: 0 2em 0 0;
    margin: 1.8em 0 0 0;
    list-style-type: none;
    border-right: 1px solid #a066ab;
}
#quick-links li {
    text-align: right;
    font: 1.2em "Futura T W01 Demi", Arial, Helvetica, sans-serif;
    padding: .2em 0;
}
#quick-links li a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
#quick-links li a:hover {
    color: #ffae00;
}

/*** top navigation with expanded nav ***/
#navigation {
    width: 1074px;
    margin: 0 auto;
    position: relative;
}
#top-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 46px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
}
#top-nav:hover {
    overflow: visible;
}
#top-nav li {
    float: left; 
    text-transform: uppercase;
    font: 1.8em "Futura T W01 Demi", Arial, Helvetica, sans-serif;  
    width: 179px;
}
#top-nav li a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    color: #fff;
    border-right: 1px solid #5b3b64; 
    padding-top: 12px;
    height: 34px;
}
#top-nav li:first-child a {
    border-left: 1px solid #5b3b64; 
}
#top-nav > li a:hover {
    color: #ffae00;
    background: #684871;
    height: 34px;
}
#top-nav li a.active {
    color: #ffae00;
}
#top-nav li ul {
    list-style-type: none;
    padding: 10px 0 10px 0;
    margin: 0;
    background: url('../images/expanded-nav.jpg') repeat;
    border-right: 1px solid #717070;
    border-top: 1px solid #717070;
    z-index:9999;
}
#top-nav li ul li {
    font-size: 13px;
    padding: .3em;
    float: none;    
}
#top-nav li ul li a { 
    height: auto !important;
    border: none !important;
    padding: 3px;
}
#top-nav li ul li a:hover {
    color: #ffae00;
    background: transparent;
}

/*** role-based navigation ***/
#role-nav {
    background: url('../images/role-nav-bg.png') repeat-x;
    height: 45px;
}
#role-nav ul {
    padding: 1em 0 0 1.5em;
    margin: 0;
    list-style-type: none;
}
#role-nav li {
    font: 2em "Futura T W01 Medium", Arial, Helvetica, sans-serif;
    float: left; 
    color: #fff;
    padding: 0 2em 0 0;
}
#role-nav li a {
    color: #fff;
    text-decoration: none;
}
#role-nav li a:hover {
    color: #ffae00;
}

/*** common stuff ***/
#page-wrap {
    width: 1074px;
    margin: 0 auto;
    background: url('../images/page-bg.jpg') repeat-y;
    -moz-box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;
    -webkit-box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;
    box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;    
}
#page-micro-wrap {
    width: 1074px;
    margin: 0 auto;
    background: url('../images/page-nav-option-bg.jpg') repeat-y;
    -moz-box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;
    -webkit-box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;
    box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;    
}
#page { /* pages with image scroll and role navigation (i.e. home page, role landing pages) */
    padding-top: 2em;
    width: 1074px;
    margin: 0 auto;
    background: url('../images/grey-top-bg.jpg') repeat-x;
}
#page-content {
    width: 1029px;
    margin: 0 auto;
    padding-bottom: 3em;
}
#content {
    margin-top: 2em;
    font-size: 1.2em;
}
#content a {
    color: #4e015c;
    font-weight: bold;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#slideshow {
    position: relative;
    z-index: 0;
    font-family: "EgyptienneFLTW01-55Roma", Georgia, serif;
    color: #fff;    
}

/*** home styles ***/
#home-left {
    float: left;
    width: 204px;
}
#home-center {
    float: left;
    width: 448px;
    margin-left: 5em;
}
#home-right {
    float: right;
    width: 240px;
}
#emergency, #breaking_news {
    background: #e20000;
    color: #fff;
    padding: 1em;
    margin-bottom: 1em;
}   
#emergency a, #breaking_news a {
    color: #fff;
    text-decoration: underline;
}
#emergency a:hover, #breaking_news a:hover {
    text-decoration: none;
}
<!-- Hide "more" link from breaking news SSI -->
.more {display:none;}
.home-border {
    padding-bottom: 2em;
    border-bottom: 1px solid #a8a8a8;
}   
    
/*** grouped items ***/
.group {
    margin-bottom: 2em;
}
.group ul {
    list-style-type: none;
    padding: 0;
}
.group ul li:first-child {
    border-bottom: 1px solid #ccc;
    padding: 0 0 .5em 0;
}
.group ul li {
    border-bottom: 1px solid #ccc;
    padding: .7em 0 .5em 0;
}
.group ul li a {
    font: 1.5em "Futura T W01 Medium", Arial, Helvetica, sans-serif;
    font-weight: normal !important;
}
.group ul li a:hover {
    color: #ffae00 !important;
    text-decoration: none !important;
}
.group img+ul {
    margin-top: 2em;
}
.sidebar-event-listing {
    float: right;
    width: 160px;
}
.group h3 {
    margin-bottom: .3em;
}
.group span {
    display: block;
}
.group+.group {
    margin-top: 3em;
}
#explore ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#explore ul li {
    width: 204px;   
    margin-bottom: 3px;
    font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
    border: none;
    padding: 0;
}
#explore li a, #explore li a:visited {
    display: block; 
    text-indent: 25px;
    color: #fff;
    padding: 10px 0 5px 0;
    height: 25px;
}
#explore li a:hover {
    text-decoration: none;
}
li#explore1 {
    background: url('../images/explore.png') 0 0 no-repeat;
}
li#explore2 {
    background: url('../images/explore.png') -204px 0 no-repeat;
}
li#explore3 {
    background: url('../images/explore.png') -408px 0 no-repeat;
}
li#explore4 {
    background: url('../images/explore.png') -612px 0 no-repeat;
}
li#explore5 {
    background: url('../images/explore.png') -816px 0 no-repeat;
}
li#explore6 {
    background: url('../images/explore.png') -1020px 0 no-repeat;
}
li#explore1:hover {
    background: url('../images/explore.png') 0 -45px no-repeat;
}
li#explore2:hover {
    background: url('../images/explore.png') -204px -45px no-repeat;
}
li#explore3:hover {
    background: url('../images/explore.png') -408px -45px no-repeat;
}
li#explore4:hover {
    background: url('../images/explore.png') -612px -45px no-repeat;
}
li#explore5:hover {
    background: url('../images/explore.png') -816px -45px no-repeat;
}
li#explore6:hover {
    background: url('../images/explore.png') -1020px -45px no-repeat;
}
#news-nav {
    float: right;
}
.news-top {
    border-bottom: 1px solid #dadadb;
    padding-bottom: 1.4em;
}
.news-left {
    float: left;
    width: 209px;
    padding-left: .3em;
}
.group .highlighted {
    background: #d1c0de;
    border: 1px solid #000;
    padding: .7em;
    width: 188px;
}
.news-right {
    float: right;
    width: 209px;
}
.event-wrap {
    margin-bottom: 1em;
}
.date {
    float: left;
    background: #3e0149;
    color: #fff;
    width: 60px;
    height: 28px;
    font-family: "HelveticaNeueW01-77BdCn 692722", Helvetica, Arial, sans-serif;
    position: relative;
    padding: 5px;
    margin-top: 3px;
}
.month {
    color: #fff;
    writing-mode: tb-rl;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    filter: flipv fliph;
    top: 10px;
    left: 4px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
}
.day {
    font-size: 24px;
    float: right;
    position: absolute;
    top: 9px;
    right: 10px;
    padding-left: 5px;
}
.month-line {
    border-right: 1px solid #fff;
    float: left;
    width: 20px;
    height: 28px;
}
.event-listing {
    width: 360px;
    float: right;
}
.event-title a:link {
    color: #114f61;
}
.event-time {
    color: #822a33;
    font-weight: bold;
    font-size: .8em;
}
#connect {
    margin-bottom: 2em;
}
#connect #recent {
    margin: 1em 0 .5em 0;
    font: 1.2em "Futura T W01 Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #7f7f7f;
    position: relative;
}
#connect #recent img {
    position: relative;
    top: 5px;
    margin-right: .5em;
}
#connect ul {
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0;
}
#connect ul li {
    display: inline;
    padding-right: 4px;
}

/*** secondary pages ***/
#secondary-left {
    float: left;
    width: 702px;
}
#secondary-right {
    float: right;
    width: 240px;
}
.featured {
    margin: 1em 0 1.5em 0;
}
.featured-image {
    float: left;
    width: 205px;
}
.featured-text {
    float: right;
    width: 485px;
}
.featured-text h2 {
    margin-top: auto
}
.featured-text-left {
    float: left;
    width: 238px;
}
.featured-text-right {
    float: right;
    width: 238px;
}
.featured ul {
    margin-top: 0;
}
.featured ul li {
    margin-bottom: .5em;
}

/*** micro pages ***/
#left-nav-wrap {
    float: left;
    width: 247px;
}
ul#left-nav, ul#left-nav li ul {
    list-style-type: none;
    margin: 0 0 3em 0;
    padding: 0;
}
ul#left-nav li:first-child {
    border-top: 1px solid #ccc;
}
ul#left-nav li {
    border-bottom: 1px solid #ccc;
    font: 1.8em "Futura T W01 Medium", Arial, Helvetica, sans-serif;        
}
ul#left-nav li a {
    font-weight: normal;
    display: block;
    padding: .4em .5em;
}
ul#left-nav li a:hover, ul#left-nav li a.active {
    color: #f44d17;
    text-decoration: none;
    background: url('../images/left-nav-rollover.jpg');
}   
ul#left-nav li ul {
    margin-bottom: 0;
}
ul#left-nav li ul li {
    background: #fff;
    border: none;
    font-size: .9em;
}
ul#left-nav li ul li:hover {
    background: #fff;
}
ul#left-nav ul li a {
    color: #000;
    padding-left: 1em;
}
ul#left-nav li ul li a:hover, ul#left-nav li ul li a.active {
    color: #f44d17;
    text-decoration: none;
    background: transparent;
}
ul#left-nav ul li:first-child {
    border-top: none ;
}
ul#left-nav ul ul {
    margin-left: 1em;
}
#micro-content {
    float: right;
    width: 715px;
}

/*** contact form ***/
#micro-content fieldset legend {
    font-size: 1.1em;
    font-weight: bold;
    background-color: #e8e8e8;
    padding: .5em;
    width: 97%;
    margin-bottom: .5em;
}
#micro-content fieldset p {
    width: 265px;
    clear: left;
    margin: 0;
    padding: 5px 0 8px 0;
    padding-left: 145px; 
    border-bottom: 1px solid #d2d2d2;
    height: 1%;
}
#micro-content fieldset label {
    font-weight: bold;
    float: left;
    text-align: right;
    margin-left: -145px; 
    width: 130px; 
}
#micro-content fieldset input {
    margin-left: 1em;
}
#micro-content fieldset input[type="text"] { 
    width: 180px;
    height: 20px;
    border: 1px solid #d2d2d2;
}
#micro-content fieldset textarea {
    width: 230px;
    height: 100px;
    margin-left: 1em;
    border: 1px solid #d2d2d2;
}
#micro-content fieldset input[type="submit"] {
    margin-left: 155px;
    margin-top: 1em;
}

/*** tables ***/
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0 1em 0;    
}
table th, table thead {
    padding: .5em;
    text-align: left;
    font-weight: bold;
}
table td {
    padding: 1em;
    vertical-align: top;
}
table.borders {
    border: 1px solid #d2d2d2;
}
table.borders th, table.borders thead {
    background-color: #e8e8e8;
    border: 1px solid #d2d2d2;  
}
table.borders td {
    padding: .5em;
    border: 1px solid #d2d2d2;
}
table ul {
    margin: 0;
    padding-left: 0 !important;
}

/*** footer ***/
#footer-wrap {
    background: url('../images/footer-bg.jpg') repeat;
    font: 1.6em "Futura T W01 Demi", Arial, Helvetica, sans-serif;
    color: #fff;
}
#footer {
    width: 1074px;
    margin: 0 auto;
    padding: 1em 0;
}
#footer ul {
    margin: 1em 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
#footer ul li {
    display: inline;
    border-right: 2px solid #fff;
    margin-right: .5em;
    padding-right: .7em;
}
#footer ul li:last-child {
    border-right: none;
}
#footer p {
    text-align: center;
}
#footer a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
#footer a:hover {
    text-decoration: underline;
}

/*** misc ***/
h1 {
    font: 26px "Futura T W01 Demi", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #4e015c;
    margin-bottom: .5em;
}
h2 {
    font: 20px "Futura T W01 Demi", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #474747;
    margin-top: 1em;
}
h2.home{
    font: 20px "Futura T W01 Demi", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #474747;
    margin-bottom: .5em;
    margin-top: auto;
}
h2.emergency, #breaking_news h2 {
    font: 1.4em "Futura T W01 Demi", Arial, Helvetica, sans-serif;
    color: #fff;
    margin-top: auto;
}
h3 {
    font: 18px "Futura T W01 Demi", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color #474747;
}
h3.home {
    font: 16px "Futura T W01 Demi", Arial, Helvetica, sans-serif;
    color: #4e015c;
    text-transform: none;
    margin: 1em 0 .3em 0;
}
h3.home a:link {
    font-weight: normal !important;
}
h4 {
    font: 18px "Futura T W01 Demi", Arial, Helvetica, sans-serif;
    color: #4e015c;
}
#breaking_news h4 {
    font-size: 12px;
    color:#fff;
    font-weight:bold;
}
h5 {
    font: 16px "Futura T W01 Demi", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #474747;
}
h6 {
    font: 16px "Futura T W01 Demi", Arial, Helvetica, sans-serif;
    color: #4e015c;
}
h2+h3 {
    margin-top: 1em;
}
h2+p, h3+p, h4+p, h5+p, h6+p {
    margin-top: .2em;
}

#secondary-left ul, #micro-content ul {
    padding-left: 1em;
}
#secondary-left ul li, #micro-content ul li {
    list-style-type: none;
    background: url('../images/yellow-bullet.png') no-repeat 0 6px;
    padding-left: 1.2em;
}
img.frame {
    background: #fff;
    padding: 6px;
    -moz-box-shadow: 3px 3px 5px #d5d5d5;
    -webkit-box-shadow: 3px 3px 5px #d5d5d5;
    box-shadow: 3px 3px 5px #d5d5d5;
}
img.big-frame {
    background: #fff;
    padding: 10px;
    border: 1px solid #d3d3d3;
}
button {
    margin: 1em 0 0 0;
    padding: .6em 1em;
    background: #fff;
    border: 1px solid #c9c9c9;
    font: 12px Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #7f7f7f;
    -moz-box-shadow: 3px 3px 5px #d5d5d5;
    -webkit-box-shadow: 3px 3px 5px #d5d5d5;
    box-shadow: 3px 3px 5px #d5d5d5;
    cursor: pointer;
    position: relative;
}
button:hover {
    -moz-box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;   
}
button img {
    position: absolute;
    top: 4px; 
    left: 5px;
}
button span { /* for icon in button */
    margin-left: 25px;
}
a:link, a:hover, button:hover, #top-nav li:hover {
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#content h2.left-nav-heading {
    font-size: 2.5em;
    margin:0 0 0.3125em 0.3125em;
    
}
#content h2.left-nav-heading a {color:#474747;font-weight:normal;}
#content h2.left-nav-heading a:hover {
    text-decoration:none;
    color:#4E015C;
 }
.floatLeft {
    float: left;
    padding: 0 1em .5em 0;
}
.floatRight {
    float: right;
    padding: 0 0 .5em 2em;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child+html .clearfix {
    zoom: 1;
}

/*** for slideshow ***/
#slideshow {
    width: 1029px;
    height: 380px;
    overflow: scroll;
    position: relative;
}
#slideshow h1 {
    text-transform: none;
    font-family: "EgyptienneFLTW01-55Roma", Georgia, serif;
    color: #fff;
    height: 380px;
    padding-top: 50px;
}
#slideshow.js {
    width: 1029px;
    overflow: hidden;
}
#controls {
    position: absolute;
    bottom: 15px;
    right: 30px;
    display: none;
    cursor: pointer;
}
#slideshow.js #controls {
    display: block;
}
#slideshow .slide {
    float: left;
}
#slideshow a {
    text-decoration:none;
}
#slideshow .slide > h1 {
    position: absolute;
    padding-left: 30px;
    margin-left: 627px;
    margin-right: 20px;
    color: #fff;
    padding-right:30px;
    font-size: 3.4em;
    width: 342px;
    font-weight: normal;
}
#slideshow .slide > h1.transparent {
    background:url('../images/transparent_blk.png');
}
#slideshow .slide span.sub {
    font-size: 18px;
    display: block;
    padding-top: 15px;
    line-height: 1.5em;
}
#slideshow .slide span.tease {
    padding-left: .5em;
    color: orange;
    font-family: "EgyptienneFLTW01-56Ital", Georgia, serif;
    color: #ff7e00;
    text-decoration: none;
}
#pause.on {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}
#breaking_news h2 a {text-decoration:none;}
#breaking_news h2 a:hover {text-decoration:underline;}
/* Emergency box */
.group ul.more li {border:none;padding-bottom:0;}
/* #n-slideshow {
    width: 448px;
    overflow: scroll;
    position: relative;
}
#n-slideshow.js {
    width: 448px;
    overflow: hidden;
}
#n-slideshow .n-slide {
    float: left;
} */
