/* Home Category Nav */
#category {
    list-style-type: none;
    font-family: "Helvetica Neue", arial, sans-serif;
    font-size: 22px;
    padding-left: 0;
    margin: 0;
}
#category li {
    margin: 0 0 8px 0;
    background: #dcdcd2;
}
#category li a {
    display: block;
    color: #fff;
    color: rgba(255,255,255,1);
    text-decoration: none;
    padding: 20px 15px;
    font-weight: bold;
    text-transform: normal;
    text-shadow: 2px 2px 0px rgba(0,0,0,.5);
}
#category li a:hover {
    background: rgba(255,255,255,0.4);
}

/* Subdued 
#category li.students {
    background: #c3d893 url('../../_images/homepage-acms/cat-students.png') center right no-repeat;
}
#category li.faculty {
    background: #c2e0ee url('../../_images/homepage-acms/cat-faculty.png') center right no-repeat;
}
#category li.services {
    background: #f1d978 url('../../_images/homepage-acms/cat-services.png') center right no-repeat;
}
#category li.help {
    background: #e9b9ba url('../../_images/homepage-acms/cat-help.png') center right no-repeat;
}*/

/* Saturated */

#category li.students {
    background: #67ac4c url('../../_images/homepage-acms/cat-students.png') center right no-repeat;
}
#category li.faculty {
    background: #479cba url('../../_images/homepage-acms/cat-faculty.png') center right no-repeat;
}
#category li.services {
    background: #efc94f url('../../_images/homepage-acms/cat-services.png') center right no-repeat;
}
#category li.help {
    background: #d75c5c url('../../_images/homepage-acms/cat-help.png') center right no-repeat;
}

.staffpic {
    float: right;
    margin: 0 0 15px 15px;
}

#tdr_2_col_nav .alert, #tdr_2_col_nav .alertoff {
z-index: 5000; 
position: fixed;
height: 30px;
}

body > .alert, #tdr_2_col_nav .alert {
background: #FF0000;
display: block;
width: 100%;
top: 0px; left: 0px; 
border-bottom: 3px solid white;
box-shadow: 0px 3px 3px rgba(0,0,0,.35);
}

body > .alert h3, #tdr_2_col_nav .alert h3 {
text-align: center;
color: #fff;
line-height: 30px;
}

body > .alert p, #tdr_2_col_nav .alert p {
text-align: center;
color: #fff;
line-height: 30px;
}

body > .alert a:link, #tdr_2_col_nav .alert a:link,
body > .alert a:visited, #tdr_2_col_nav .alert a:visited,
body > .alert a:hover, #tdr_2_col_nav .alert a:hover,
body > .alert a:active, #tdr_2_col_nav .alert a:active {
color:#FFFFFF;
text-decoration:underline;
}

body > .alertoff, #tdr_2_col_nav .alertoff {
background: #00CF00;
display: block;
width: 100%;
top: 0px; left: 0px; 
border-bottom: 3px solid white;
box-shadow: 0px 3px 3px rgba(0,0,0,.35);
}

body > .alertoff h3, #tdr_2_col_nav .alertoff h3 {
text-align: center;
line-height: 30px;
}

body > .alertoff p, #tdr_2_col_nav .alertoff p {
text-align: center;
line-height: 30px;
}

.no-margin {
margin: 0 !important;
}