@charset "UTF-8";
/* Master stylesheet for Valdosta State University 
By VSU Web Services
June 20, 2012  */

#content {
    width: 973px;
    }

/* 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;

    }

/* Top Audience Header Image */

#audience_header {
    border-radius: 5px;
    margin: 0px 0px 40px 0px;
    }

/* Middle Content */

#content #buttons {
    display: block;
    position: relative;
   /* height: 550px;*/
    overflow: visible;
    }

#content #buttons .button {
    display: block;
    width: 300px;
    height: 71px;
    border-left: 1px solid #d1d1c1;
    border-right: 1px solid #d1d1c1;
    background-image: url('../images/audience_page/button_bg.png');
    position: absolute;
    left: 0px;
    margin-left: 0px;
    cursor:pointer;
    }

#content #buttons .button h2 {
    padding-top: 27px;
    padding-left: 65px;
    font-size: 18px;
    color: #806c50;
    text-decoration: none;
    text-shadow:1px 1px 1px #fff;
    }


#content #buttons #button_1 {
    margin-top: 0px;
    border-top: 1px solid #d1d1c1;
    }
    
#content #buttons #button_2 {
    margin-top: 71px;
    }

#content #buttons #button_3 {
    margin-top: 142px;
    }

#content #buttons #button_4 {
    margin-top: 213px;
    }

#content #buttons #button_5 {
    margin-top: 284px;
    }

#content #buttons #button_6 {
    margin-top: 355px;
    }

#content #buttons #button_7 {
    margin-top: 426px;
    border-bottom: 1px solid #d1d1c1;
    }

/* Selected Buttons */

#content #buttons .selected {
    background-repeat: none;
    display: block;
    width: 342px;
    top: -10px;
    left: -10px;
    z-index: 9998;
    position: absolute;
    cursor:pointer;
    }

#content #buttons #button_1.selected {
    background-image: url('../images/audience_page/button_selected_bg.png');
    height: 90px;
    border-top: 0px;
    }

#content #buttons #button_2.selected {
    background-image: url('../images/audience_page/button_selected_bg.png');
    height: 90px;
    }

#content #buttons #button_3.selected {
    background-image: url('../images/audience_page/button_selected_bg.png');
    height: 90px;
    }

#content #buttons #button_4.selected {
    background-image: url('../images/audience_page/button_selected_bg.png');
    height: 90px;
    }

#content #buttons #button_5.selected {
    background-image: url('../images/audience_page/button_selected_bg.png');
    height: 90px;
    }

#content #buttons #button_6.selected {
    background-image: url('../images/audience_page/button_selected_bg.png');
    height: 90px;
    }

#content #buttons #button_7.selected {
    background-image: url('../images/audience_page/button_selected_bg_last.png');
    height: 86px;
    border-bottom: 0px;
    }
    
#content #buttons .selected h2 {
    padding-top: 35px;
    text-shadow:1px 1px 1px #fff;
    padding-left: 76px;
    font-size: 18px;
    color: #806c50;
    }

/* Info on right */

#content #buttons #button_1_info {
    }

#content #buttons #button_2_info {
    display: none;
    }

#content #buttons #button_3_info {
    display: none;
    }

#content #buttons #button_4_info {
    display: none;
    }

#content #buttons #button_5_info {
    display: none;
    }

#content #buttons #button_6_info {
    display: none;
    }

#content #buttons #button_7_info {
    display: none;
    }

#content #buttons .info {
    display: block;
    width: 635px;
    float: right;
    color: #4d4d4d;
    text-shadow:1px 1px 1px #fff;
    }

#content #buttons .info .box, #content #buttons .info .box2 {
    width: 205px;
    float: left;
    margin: 0px 6px 5px 0px;
    }

#content #buttons .info .box2 .content {
    height: 232px;
    background-image: none;
    overflow: hidden;
    }

#content #buttons .info .box2 .content p, #content #buttons .info .box2 .content a {
    text-transform: uppercase;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 85%;
    max-width: 95%;
    height: auto;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    }

#content #buttons .info h3 {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: normal;
    padding-left: 10px;
    background-image: url('../images/audience_page/section_title_bg.png');
    }

#content #buttons .info .content {
    display: block;
    height: 200px;
    background-image: url('../images/audience_page/section_bg2.png');
    }

#content #buttons .info .content ul {
    list-style: disc;
    padding: 10px 0px 0px 30px;
    line-height: 18px;
    }

#content #buttons .info .box .bottom, #content #buttons .info .box2 .bottom {
    width: 205px;
    height: 19px;
    background-image: url('../images/audience_page/section_shadow.png');
    }

/* For Responsive */

#main_nav #menu .menu-title {
    display: none;
    }