@charset "UTF-8";
/* Homepage stylesheet for Valdosta State University - Responsive 768
By VSU Web Services
June 20, 2012 */

/* Body Background */

body {
    background-image: url('../images/master_template/body_bg.png');
    background-position: center 100px;
    background-repeat: repeat;
    }

/* Containers */

#main_nav_container {
    display: none;
    }

#department_header_container {
    display: none;
    }

#content_container {
    background-image: none;
    height: 330px;
    }

/* Sub Nav */

#sub_nav {
    display: none;
    }

/* Points of Pride Div */

#points_of_pride {
    display: none;
    }

/* 480 */

#points_list {
    display: block;
    width: 440px;
    margin: auto auto;
    margin-top: 20px;
    }

#points_list .title {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-image: url('../images/department_responsive/480/nav_bg.png');
    box-shadow: 0px 1px 2px #abada4;
    }

#points_list .title p {
    color: #E1BF91;
    font-size: 18px;
    padding-left: 25px;
    line-height: 40px;
    font-size: 20px;
    }

#points_list .item {
    display: block;
    height: 40px;
    width: 100%;
    background-image: url('../images/department_responsive/480/nav_item_bg.png');
    }

#points_list .item p {
    color: #56423A;
    font-size: 20px;
    text-shadow: 1px 1px 1px #fff;
    line-height: 40px;
    padding-left: 30px;
    }