/*
 * The cascading syle sheet for the GSL website.
 * Copyright (c) 2012, Granular Science Lab at NJIT. All rights reserved.
 * Date: 2012-02-26
 */

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 90%;
}

#content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.pageWidth {
    width: 70%;
    min-width: 970px;
    margin: 0 auto;
}

#header {
    background-color: #007199;
    background-image: url('banner_bg_2012-02-26.jpg');
    background-repeat: repeat-x;
    background-position: center top;
    height: 170px;
}

#banner {
    display: block;
    height: 131px;
    background-image: url('banner_2012-02-26.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
    padding: 0;
}

#topnav {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

#topnav > li {
    display: inline-block;
    padding: 10px 15px;
    color: #222222;
}

.topNavSelected {
    color: rgb(168, 16, 24) !important;
}

#topnav > li > a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.pageWidth > table > tr > td, .pageWidth > table > tbody > tr > td {
    vertical-align: top;
}

.navMenuSelected {
    font-weight: bold;
}

#leftBar {
    float: left;
    width: 25%;
    margin: 20px 0;
}

#navmenu {
    min-height: 90px;
}

#njitlogo {
    display: inline-block;
    margin-top: 40px;
    text-decoration: none;
}

#njitlogo > img {
    border: none;
}

#article {
    padding: 20px 0;
    float: left;
    width: 70%;
    margin: 0
}

#footer {
    clear: both;
    border-top: 2px solid black;
    text-align: right;
}

h1 {
    font-family: Georgia,Trebuchet MS,verdana,arial,Helvetica,sans-serif;
    color: rgb(168, 16, 24);
    font-size: 140%
}

.right-image {
    display: inline-block;
    float: right;
    margin: 0 0 10px 10px;
}

ul {
    padding-left: 20px;
}
