/*******************************************************************************
* education.css
* Styles specific to the education section
*******************************************************************************/

body {
    background-color: #232D26;
    background-image: url(../img/bg/education.gif);
}

/*******************************************************************************
* Subnav and content area styles
*******************************************************************************/

#subnav h2 {
    background: url(../img/sub_education.gif) 1px 0 no-repeat;
    background-color: #3C694D;
}

#content h1 {
    color: #346647;
}

#content h2 {
    color: #2F774A;
}

#content h3 {
    color: #2F774A;
}

#content blockquote {
    color: #2F774A;
}

#content blockquote p { 
    color: #2F774A;
}


#content p.grade {
    font-weight: bold;
}

#content p.grade .normal {
    font-weight: normal;
}

.credit {
    font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #20557F;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 0.4em;
}

.lastcredit {
    margin-bottom: 1em;
}


.credit .title {
    font-style: italic;
}

.credit .name {
    color: #2F774A;
}

.lastCredit {
    margin-bottom: 1em;
}


table#nasalFeatures {
    font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #20557F;
    border-collapse: collapse;
    padding: 0.2em;
    margin-bottom: 1em;
}

table#nasalFeatures th {
    padding: 0.4em;
    border: 1px solid #20557F;
}

table#nasalFeatures td {
    padding: 0.4em;
    border: 1px solid #20557F;
}



div.hintbox {
    padding: 1em;
    background-color: #F6F5F0;
    margin: 1em 0;
}

#content div.hintbox h3 {
    font: bold 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #20557F;
    margin-top: 0;
}

#content p.caption {
    font: normal 0.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #20557F;
    margin-bottom: 0;
}

#content p.credit {
    font: normal 0.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #888888;
}

#content p.exhibitNote {
    font-style: italic;
}

#content p.pcenter {
    text-align: center;
    font-size: 125%;
}

#content a.survey:link {background-color:#2F774A; color:#ffffff;}
#content a.survey:visited {background-color:#2F774A; color:#ffffff;}
#content a.survey:hover {background-color:#2F774A; color:#ffffff;}
#content a.survey:active {background-color:#2F774A; color:#ffffff;}