@charset "UTF-8";
/* Homepage stylesheet for Valdosta State University 
By VSU Web Services
June 20, 2012 */

/* Sub Nav */

#sub_nav {
    background: url("../images/master_template/dropdown_bg.png") repeat-x scroll 0 0 transparent;
    margin-bottom: 0;
    position: absolute;
    z-index: 9999;
    }

/* Containers */

#department_header_container {
    margin-bottom: 0px;
    }

#content_container {
    background-image: url('../images/points_of_pride/west_hall_bg2.png');
    background-position: center;
    margin: 0px auto 0px auto;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 1011px;
    }

/* Points of Pride Div */

#points_list {
    display: none;
    }

#points_of_pride {
    width: 100%;
    min-height: 924px;
    margin: 50px auto 50px auto;
    background-color: #333;
    opacity: 0.85;
    border-radius: 10px;
    position: relative;
    }
    
/* Middle Star */

#points_of_pride .star {
    background-image: url('../images/points_of_pride/star.png');
    width: 485px;
    height: 503px;
    position: absolute;
    left: 237px;
    top: 210px;
    }

#points_of_pride .star .text {
    display: block;
    width: 210px;
    height: 155px;
    text-align: center;
    color: #b5b5b5;
    font-size: 14px;
    margin: 175px auto 0px auto;
    }

#points_of_pride .star .hide {
    display: none;
    }

/* Points of Pride Circles */

#points_of_pride .circle {
    display: block;
    width: 179px;
    height: 179px;
    position: absolute;
    }

#points_of_pride .circle img {
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
    }

#points_of_pride .circle img:hover {
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    }

#points_of_pride #pop_circle_1 {
    left: 392px;
    top: 30px;
    }

#points_of_pride #pop_circle_2 {
    left: 704px;
    top: 204px;
    }

#points_of_pride #pop_circle_3 {
    left: 695px;
    top: 527px;
    }

#points_of_pride #pop_circle_4 {
    left: 392px;
    top: 713px;
    }

#points_of_pride #pop_circle_5 {
    left: 89px;
    top: 547px;
    }

#points_of_pride #pop_circle_6 {
    left: 94px;
    top: 177px;
    }

/* View All Button */

#points_of_pride .view_all_button {
    display: block;
    width: 195px;
    height: 64px;
    background-image: url('../images/points_of_pride/button_bg.png');
    border-radius: 5px;
    box-shadow: 1px 2px 1px #333;
    position: absolute;
    top: 840px;
    left: 745px;
    }

#points_of_pride .view_all_button .text {
    display: block;
    width: 100%;
    margin-top: 22px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-variant: small-caps;
    color: #C6C6B8;
    text-shadow: 1px 1px 1px #333;
    }
