@charset "UTF-8";
/* College Landing Page Stylesheet for Valdosta State University 
By VSU Web Services
November, 2012  */

/* START COLLEGE LANDING PAGE SPECIFIC STYLES */

/* Masthead */

#college_masthead {
    margin-top: -10px;
    }
    
.masthead_img {
    height: 102px;
    }

.masthead_img, .masthead_shadow {
    width: 320px;
    }

.masthead_img img {
    width: 320px;
    }

.masthead_shadow img {
     width: 320px;
    }
    
/* Navigation */

.navigation {
    width: 280px;
    }

.navigation .dean_welcome img {
    margin: auto auto 10px auto;
    max-width: 95%;
    display: block;
    }

/* Modules */

.modules-first-four, .modules {
    float: none;
    width: 280px;
    margin: auto;
    }

.modules-first-four {
    margin-top: 0px;
    margin-bottom: 0px;
    }

.modules-first-four .button_box, .modules-first-four .list_box, .modules .button_box, .modules .list_box {
    margin: auto auto 15px 30px;
    height: 165px;
    width: 208px;
    }
    
.modules .list_box {
    height: auto;
    }

.modules-first-four .button_box .content, .modules .button_box .content {
    height: 150px;
    width: 202px;
    }
    
.modules-first-four .button_box .content a, .modules .button_box .content a{
    display: block;
    height: 150px;
    width: 202px;
    font-size: 24px;
    line-height: 26px;
    }

.modules-first-four .button_box .content p, .modules .button_box .content p{
    padding-top: 45px;
    }
    
.modules-first-four .button_box .content img, .modules .button_box .content img {
    max-width: 202px;
    max-height: 150px;
    }
    
.modules-first-four .button_box .bottom, .modules .button_box .bottom {
    width: 210px;
    background-size: 210px 10px;
    }
    
.modules-first-four .list_box .heading, .modules .list_box .heading {
    margin-bottom: 8px;
    }
    
.modules-first-four .list_box ul li, .modules .list_box ul li {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 3px;
    }

.modules-first-four .list_box img, .modules .list_box img {
    max-width: 202px;
    }

.modules-first-four .list_box .heading h3, .modules .list_box .heading h3 {
    font-size: 14px;
    }
    
/* Contact */

.contact {
    width: 280px;
    margin-left: 20px;
    }

.contact .title, .contact .numbers, .contact .address {
    margin-left: 15px;
    }

.contact .title {
    font-size: 20px;
    line-height: 20px;
    }

.contact .button {
    width: 91px;
    height: 30px;
    margin-left: 10px;
    background-size: 114px 40px;
    padding: 12px 0px 0px 23px;
    }

.contact .numbers, .contact .address {
    font-size: 12px;
    width: 80%;
    }