﻿*
{
    padding: 0;
    margin: 0;
}

body
{
    color: black;
    font: 14px Arial, Helvetica, sans-serif;
    background-color: #333333;
    text-align: center;
}

a
{
    text-decoration: none;
    color: #2a5d00;
}

a:hover
{
    color: #B53924;
}

a img
{
    border-width: 0;
}

.text-center
{
    text-align: center;
}

#wrapper
{
    margin: 0 auto;
    width: 750px;
    background-image: url(/_style/images/css_images/wrap_bkgrd.gif);
    background-repeat: repeat-y;
    text-align: left;
}

#top_gap
{
    height: 5px; /* 5px margin at top of page; hides wrapper background image */
    background-color: #333333;
}

#header
{
    width: 750px;
    float: left;
    background-color: #cde7ca;
    border-top: 4px #d87d25 solid;
    padding: 0px;
}

#header img
{
    padding: 0px;
    margin: 0px;
    border: none;
    float: left;
}

#navigation
{
    float: left;
    width: 750px;
    list-style: none;
    background-image: url(/_style/images/css_images/top-nav-bkgrnd.jpg);
    background-repeat: repeat-y;
    margin: 0px;
    padding: 0;
}

#navigation li
{
    display: inline;
    margin: 0px;
    padding: 0;
    font-weight: bold;
    font-size: 0.85em;
}

#navigation li a
{
    float: left;
    padding: 7px 27px 8px 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#navigation li a:hover
{
    color: #d87d25;
    font-weight: bold;
}

#leftcolumn
{
    margin: 0px 0px 0px 0px;
    width: 175px;
    float: left;
    background-color: #f6e8c4;
    line-height: 120%;
}

#leftcolumn p
{
    font-size: 0.85em;
    line-height: 120%;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
    border-bottom: none;
}

#leftcolumn ul
{
    padding-top: 1px;
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
}

#leftcolumn li
{
    background-image: url(/_style/images/css_images/dark_green_arrow.gif);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    list-style-image: none;
    list-style-type: none;
    padding: 0px 5px 0px 20px;
    font-size: 0.95em;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

#leftcolumn li a
{
    text-decoration: none;
}

#search
{
    display: block;
    width: 155px;
    font-style: normal;
    padding: 15px 0px 0px 10px;
    margin: 0px;
}

#search .searchbutton
{
    width: 22px;
    border-style: none;
    background: url('/_style/images/css_images/search_button.gif') no-repeat;
    vertical-align: top;
}

#search .searchbox
{
    padding: 2px;
}

#content
{
    float: left;
    margin: 0px 0px 0px 0px;
    width: 400px;
    display: inline;
    background-color: #ffffff;
    background-repeat: repeat-y;
}

#content table
{
    margin: 20px 0px 10px 15px;
}

#content .tblVolOpp
{
    margin: 0px 0px 10px 15px;
}

#content .tblVolOpp caption
{
    text-align: left;
    font-size: 0.857em;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

#content .tblVolOpp td
{
    font-size: 0.857em;
    width: 175px;
    vertical-align: middle;
    padding: 5px 0px 5px 5px;
    background-color: #e6e6e6;
}

#content .tblVolOpp table /*Currently used for listserv page */
{
    padding: 0;
    margin: 0;
    font-size: 1.15em;
}

#content .ddlListserv
{
    margin: 15px 0 15px 0;
}

#content #tblInstrApp td
{
    font-size: 0.857em;
    width: 175px;
    vertical-align: middle;
    padding: 5px 0px 5px 5px;
    background-color: #e6e6e6;
}

#content .tblGraduate /*also applies to gridview in honor_roll.aspx*/
{
    width: 300px;
    margin: 10px 0px 10px 15px;
    background-color: #ffffff;
    border-collapse: collapse;
}

#content .tblGraduate table
{
    padding: 0;
    margin: 0;
}

#content .tblGraduate td
{
    font-size: 0.857em;
    padding: 5px 0px 5px 5px;
}

#content .tblGraduate th
{
    font-size: 0.857em;
    padding: 5px 0px 5px 5px;
    text-align: left;
    background-color: #e6e6e6;
}

#content .tblGraduateDetail
{
    width: 370px;
    margin: 10px 0px 10px 15px;
    background-color: #ffffff;
    border-collapse: collapse;
    font-size: 0.857em;
    text-align: left;
}

#content h1
{
    font-size: 1.143em;
    color: #426020;
    margin: 6px 20px 20px 15px;
    padding-left: 0px;
    clear: both;
    border-bottom: #8fae72 1px solid;
}

#content h2
{
    font-size: 1em;
    line-height: 140%;
    color: #333333;
    margin: 0px 15px 0px 15px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    clear: both;
}

#content p
{
    font-size: 0.857em;
    line-height: 160%;
    margin: 2px 15px 10px 15px;
}

#content p a
{
    font-size: 1em;
    color: #990000;
    font-weight: bold;
}

#content p a:hover
{
    color: #334B1B;
}

#content ul
{
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 0.857em;
}

#content li
{
    background-image: url(/_style/images/css_images/dark_green_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding: 0px 0px 0px 15px;
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    line-height: 170%;
}

#content li a
{
    font-size: 1em;
    color: #990000;
    font-weight: bold;
}

#content li a:hover
{
    color: #334B1B;
}

#content img
{
    margin: 0px 0px 0px 15px;
}

#content select
{
    margin: 0px 0px 25px 15px;
}

#content .imgChapterTop
{
    margin: 6px 20px 0px 0px;
    float: right;
}

#content .imgStore_sm
{
    margin: 15px 0px 15px 0px;
}

#content .caption
{
    font-size: 0.786em;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 10px 0px;
}

#fmnpLogin
{
    padding: 15px 0px 0px 15px;
}

#fmnpLogin td
{
    padding: 0px 0px 6px 0px;
}

#flash
{
    padding: 15px 0px 0px 15px;
    margin: 0px;
}

#rotator
{
    position: relative;
    overflow: hidden;
    margin: 10px 10px 10px 0px;
    width: 380px;
    height: 163px;
}

#rotator img
{
    width: 380px;
    height: 163px;
}

#rightcolumn
{
    margin: 0px 0px 0px 0px;
    width: 175px;
    float: left;
    background-color: #ffffff;
}

#rightcolumn h1
{
    font-size: 1.1em;
    color: #426020;
    margin: 0 15px 0 0;
    padding: 15px 0px 0px 0px;
    border-bottom: #8fae72 1px solid;
}

#rightcolumn h2
{
    font-size: 0.857em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 4px;
}

#rightcolumn p
{
    font-size: 0.857em;
    line-height: 130%;
    margin: 0px 15px 0px 0px;
    padding: 5px 0px 10px 0px;
}

#rightcolumn p a
{
    font-size: 1em;
    color: #990000;
    font-weight: bold;
}

#rightcolumn p a:hover
{
    color: #334B1B;
}

#rightcolumn ul
{
    padding: 5px 10px 10px 0px;
    font-size: 0.857em;
}

#rightcolumn li
{
    background-image: url(/_style/images/css_images/dark_green_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0px 5px 10px;
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    line-height: 130%;
}

#rightcolumn li a
{
    font-size: 1em;
    color: #990000;
    font-weight: bold;
}

#rightcolumn li a:hover
{
    color: #334B1B;
}

#rightcolumn img
{
    display: block;
    margin: 0 auto;
    padding: 6px 0px 0px 0px;
}

#footer
{
    width: 750px;
    height: 125px;
    clear: both;
    margin: 0px 0px 10px 0px;
    color: #FFFFFF;
    font-size: 0.786em;
    text-align: left;
    background: #333333 url(/_style/images/css_images/footer-bkgrnd.jpg) repeat-x top left;
}

#footer img
{
    float: right;
    padding-top: 10px;
}

#footer a
{
    color: #FFFFFF;
}

#footer ul
{
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}

#footer ul a:hover
{
    color: #d87d25;
}

#footer li
{
    display: inline;
}

#footer p
{
    margin: 0;
    line-height: normal;
    padding: 0px 10px 0px 10px;
}