﻿
#form_header
{
    padding-bottom: 25px;
    min-height: 50px;
    clear: both;
}

/* Form */

#form_container
{
    clear: both;
    background: #fff;
}

#form
{
    width: 740px;
}

/* Page positioning */

#LeftBoxHowTo
{
    float: left;
    width: 220px;
}

#RightBoxPositions
{
    float: right;
    width: 500px;
    padding-bottom: 20px;
}


/* Left Box */

#AnthroIcon
{
    margin: 0 auto 10px auto;
    display: block;
}


#HowToApplyBox
{
    background-color: #e3e3e3;
    color: #333;
    padding: 25px;
    border: double 3px white;
    width: 160px;
}

#HowToApplyBox h3
{
    margin: 0 auto;
    width: 120px;
    color: black !important;
}

em.position
{
    color: #A13229; /* maroon */
    font-weight: bold;
    font-style: normal;
}

#Directions
{
    margin-bottom: 0;
}

/* Job Listings */

#form h3
{
    text-decoration: none;
    font: normal 20px tahoma, arial;
    color: black !important;
    margin-bottom: 10px;
}

#form .listings
{
    margin: 5px 0;
}

#form a, #form a:visited, #form a:active
{
    color: #627EAD;
}

#form h4
{
    color: #627EAD; /* blue */
    margin: 30px 0 0 0;
}

#form .descriptions
{
    margin: 5px 0 0 0;
}

.section_divider
{
    border-bottom: dashed 1px silver;
    height: 8px;
    padding-top: 5px;
}

.JobLinks
{
    padding-bottom: 20px;
}

.JobDescriptions
{
}

/* Links below each job posting */
.JobLinks .LeftLinks
{
    float: left;
    width: 150px;
}

.JobLinks .RightLinks
{
    text-align: right;
    float: right;
    width: 50px;
}

