/*
|--------------------------------------------------------------------------
| Marist University
|--------------------------------------------------------------------------
| @author James Arama
| @copyright 2011
---------------------------------------------------------------------------*/

body {
    background-color: #bbb;
    font-family: helvetica,arial,clean,sans-serif;
    font-size: 86%;
    line-height: 2em;
    padding: 0;
    margin: 0;
    color: #333333;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-width: 750px;
}

#marist{
    background-color: #bbb;
    margin: 0;
    width: 100%;
    height: 100%;
}

/*
|--------------------------------------------------------------------------
| Header section
|--------------------------------------------------------------------------
|
*/
header {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
#header-content{
    background-image: url(../images/header.png);
    background-repeat: repeat-x;
    height: 100px;
}
#topbar-content {
    height: 93px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 750px;
}
.ie8 #topbar-content{
    position: relative;
    margin-top: -22px;
}

#topbar-content img{
    border: 0;
}

#topbar-maristlogo {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 280px;
    height: 60px;
    float: left;
    padding-top: 11px;
    position: relative;
    top: 25px;
    left: -2px;
    cursor: pointer;
}

h1#logo {
    display: none;
}



/*
|--------------------------------------------------------------------------
| Main body
|--------------------------------------------------------------------------
|
*/

#body-container {
    background-color: #fff;
    text-align: center;
    border-bottom: 5px solid #ccc;
    border-top: 1px solid #000;
    background-image: url("../images/header.png");
    background-repeat: repeat-x;
    background-position: 0 -450px;
    min-width: 750px;
    margin:0;
    width: 100%;
}

    #body-content {
        width: 750px;
	min-height: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 0 30px;
    }

/*
|--------------------------------------------------------------------------
| footer
|--------------------------------------------------------------------------
|
*/
footer{
    width: 100%;
}
    #footer-content {
        background-image: url("../images/footer-bg.png");
        background-color: #eee;
        background-repeat: repeat-x;
        background-position: 0 0;
        font-size: 11px;
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
        padding-top: 0;
        padding: 10px;
        line-height: 1.5em;
        min-width: 980px;
    }
        #footer-content .inner-footer-content {
            width: 960px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .ie7 #footer-content .inner-footer-content{
            margin-top: 30px;
        }

        #footer-content a {
            color: #fff;
            text-decoration: none;
        }

        #footer-content a:hover {
            color: #555 !important;
        }

/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
|
*/

img {
    border: none;
    padding: 0;
}

.clearer {
    height: 0;
    margin: 0;
    font-size: 1px;
    overflow: hidden;
    clear: both;
}
a{
    color: #b31b1b;
    text-decoration: none;
}

h2, h3{
	margin: 0
}
