/* Start of CMSMS style sheet 'Main stylesheet' */
#wrapper {
    position: relative;
    margin: 25px auto 0;
    text-align: left;
    width: 1024px;
}


#top_nav {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 25px;
    white-space:nowrap;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: white;
    letter-spacing:3px
}
    #top_nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #top_nav li {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        border-left: 1px solid white;
    }
    #top_nav li a {
        color: white;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
    } 
    #top_nav li a:hover,
    #top_nav li a:active,
    #top_nav li a:hover,
    #top_nav li a:active {
        color: white;
        text-decoration: underline;
    }


#logo_img {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 262px;
    height: 253px;
    border: 0;
}
#main_img {
    position: absolute;
    top: 25px;
    left: 262px;
    width: 501px;
    height: 253px;
    border: 0;
}
#capitol_img {
    position: absolute;
    top: 25px;
    left: 763px;
    width: 261px;
    height: 127px;
    border: 0;
}

#middle_nav {
    position: absolute;
    top: 278px;
    left: 0px;
    width: 763px;
    height: 35px;
    padding-top: 10px;
    text-align: center;
    white-space: nowrap;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: white;
    background-color: #584757;
    letter-spacing: 4px
}
    #middle_nav span {
        padding: 0 25px;
        margin-top: 9px;
        border-left: 2px solid white;
    }
    #middle_nav span a {
        color: white;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
    }
    #middle_nav span a:hover,
    #middle_nav span a:active,
    #middle_nav span a:hover,
    #middle_nav span a:active {
        color: white;
        text-decoration: underline;
    }

#middle_wrapper {
    position: absolute;
    top: 313px;
    left: 0;
    width: 1024px;
    background-color: #D7C6BF;
}

#left_col {
    float: left;
    width: 260px;
}
#left_col_content {
    padding: 25px;
    color: #584757;
    font-family: times;
    font-size: 12px;
}
#center_col {
    float: left;
    width: 503px;
}
#main_content_with_bar, #main_content_white_with_bar, #main_content_no_bar {
    padding: 10px;
    margin: 10px;
    font-family: arial;
    font-size: 12px;
}
#main_content_with_bar h1, #main_content_white_with_bar h1, #main_content_no_bar h1 {
    font-family: verdana;
    font-size: 18px;
}
#main_content_with_bar h2, #main_content_white_with_bar h2, #main_content_no_bar h2 {
    font-family: verdana;
    font-size: 16px;
}

#main_content_with_bar {
    border-left: 2px solid #584757;
    color: #584757;
}
#main_content_with_bar h1, #main_content_with_bar h2, #main_content_no_bar h1, #main_content_no_bar h2 {
    color: #584757;
}

#main_content_white_with_bar {
    border-left: 2px solid white;
    color: white;
}
#main_content_white_with_bar h1, #main_content_white_with_bar h2 {
    color: white;
}

#main_content_no_bar {
    color: #584757;
}


#right_col {
    position: relative;
    float: left;
    width: 261px;
    margin-top: -161px;
    z-index: 2;
}
#right_col_top_content {
    border: 1px solid white;
    background-color: white;
    text-align: center;
}
#right_col_top_content a, #right_col_top_content p {
    color: #348286;
    font-family: times;
    font-size: 12px;
}
#right_col_bottom_content {
    margin: 45px 10px 10px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
#right_col_bottom_content a, #right_col_bottom_content p {
    color: white;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

#photo_galleries_img {
    width: 261px;
    height: 142px;
    border: 0;
}

#right_col_background {
    position: absolute;
    top: -161px;
    left: 763px;
    bottom: 60px;
    width: 261px;
    background-color: #584757;
    z-index: 1;
}


#bottom_nav {
    height: 50px;
    background-color: #949599;
    white-space: nowrap;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: white;
    padding-top: 10px;
}
    #bottom_nav span {
        padding-left: 10px;
        padding-right: 10px;
        border-left: 1px solid white;
    }
    #bottom_nav span a {
        color: white;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
    } 
    #bottom_nav span a:hover,
    #bottom_nav span a:active,
    #bottom_nav span a:hover,
    #bottom_nav span a:active {
        color: white;
        text-decoration: underline;
    }


/* End of 'Main stylesheet' */

