@charset "UTF-8";
/* College Landing Page Stylesheet for Valdosta State University 
By VSU Web Services
November, 2012  */

/* Main Navigation */

#sub_nav_wrapper {
    width: 960px;
    margin: 0px auto 0px auto;
    position: relative;
    }

#sub_nav {
    margin-bottom: 0px;
    position: absolute;
    z-index: 9999;
    background: url('../images/master_template/dropdown_bg.png') repeat-x;
    }
    
/* FOR RESPONSIVE DESIGNS */

#main_nav #menu .menu-title {
     display: none;
     }
     
/* START COLLEGE LANDING PAGE SPECIFIC STYLES */

/* Masthead */

#college_masthead {
    margin-top: -31px;
    }
    
.masthead_img {
    height: 365px;
    }

.masthead_img, .masthead_shadow {
    width: 1106px;
    margin-left: auto;
    margin-right: auto;
    }

.masthead_shadow {
    height: 15px;
    }

/* Navigation */

.navigation {
    display: block;
    float: left;
    height: auto;
    width: 322px;
    margin-left: 20px;
    }

.navigation .dean_welcome {
    display: block;
    width: 100%;
    }

.navigation .dean_welcome img {
    margin: 0px auto 0px auto;
    }

.navigation .nav_list {
    display: block;
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    }

.navigation .nav_list .heading {
    display: block;
    width: 100%;
    min-height: 37px;
    border-radius: 5px;
    background: url('../images/college_landing/college-landing-nav-bg.png') repeat-x;
    margin-bottom: 16px;
    background-color: #A48F74;
    }  
    
.navigation .nav_list .heading h2 {
    line-height: 18px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-transform:uppercase;
    margin-left: 10px;
    letter-spacing: -0.6px;
    padding: 10px 0px;
    width: 60%
    }

.navigation .nav_list ul {
    margin-left: 5px;
    }

.navigation .nav_list ul li, .navigation .nav_list ul li a {
    color: #5D5246;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    line-height: 16px;
    margin-bottom: 10px;
    }


/* Modules */

.modules-first-four, .modules {
   display: block;
   float: right;
   height: auto;
   width: 560px;
   margin-right: -20px;
   }

.modules-first-four {
    margin-top: 100px;
    margin-bottom: 10px;
    }

.modules-first-four .button_box, .modules-first-four .list_box, .modules .button_box, .modules .list_box {
   display: block;
   float: left;
   height: 205px;
   width: 248px;
   overflow: hidden;
   margin: 0px 32px 32px 0px;
   }

.modules .list_box {
   height: auto;
   }

.modules-first-four .button_box .content, .modules .button_box .content {
   height: 190px;
   width: 242px;
   overflow: hidden;
   border-radius: 5px;
   border: 3px solid #CACAC2;
   }

.modules-first-four .button_box .content a, .modules .button_box .content a{
    display: block;
    height: 190px;
    width: 242px;
    font-size: 32px;
    line-height: 34px;
    color: #8e7d64;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    }

.modules-first-four .button_box .content p, .modules .button_box .content p{
    padding-top: 60px;
    }

.modules-first-four .button_box .bottom, .modules .button_box .bottom {
   height: 15px;
   width: 248px;
   background: url('../images/college_landing/button-shadow.png') no-repeat;
   }

.modules-first-four .list_box .heading, .modules .list_box .heading {
    display: block;
    height: 37px;
    border-radius: 5px;
    background: url('../images/college_landing/college-landing-nav-bg.png') repeat-x;
    margin-bottom: 16px;
    }  
    
.modules-first-four .list_box .heading h3, .modules .list_box .heading h3 {
    line-height: 37px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-left: 10px;
    }

.modules-first-four .list_box ul, .modules .list_box ul {
   list-style: disc inside url("../images/college_landing/arrow-bullet.png");
   }

.modules-first-four .list_box ul li , .modules .list_box ul li {
    line-height: 16px;
    margin-bottom: 8px;
    }
    
.modules-first-four .list_box img, .modules .list_box img {
    border-radius: 5px;
    max-width: 242px;
    }  

.modules-first-four .list_box ul li , .modules .list_box ul li, .modules .list_box p, .modules .list_box a {
    color: #5D5246;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    }
   

/* Contact */

.contact {
    clear: left;
    float: left;
    width: 322px;
    height: auto;
    display: block;
    margin-left: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid rgb(217, 215, 203);
    box-shadow: 0px 1px 0px 0px rgb(153, 153, 153), 0px 2px 1px 0px rgb(255, 255, 255) inset;
    /*color: rgb(95, 95, 95);*/
    font-size: 12px;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    }

.contact .left {
    display: block;
    width: 49%;
    float: left;
    border-right: 1px solid #D0CEBF;
    }

.contact .title {
    font-size: 22px;
    line-height: 22px;
    font-variant: small-caps;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 27px 0px 20px 27px;
    }

.contact .numbers, .contact .address {
    display: block;
    margin: 0px 0px 27px 27px;
    }

.contact .right {
    display: block;
    width: 49%;
    float: right;
    }

.contact .button {
    display: block;
    width: 136px;
    height: 42px;
    background-image: url("../images/department_page/contact_button.png");
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin: 27px auto 10px 10px;
    padding: 12px 0px 0px 33px;
    text-shadow: 1px 1px 1px rgb(122, 44, 46);
    }

.contact .social_media {
   width:95px;
   margin: 0px auto 27px auto;
   }

.contact .social_media ul li {
    display: inline;
    }