span
{
    display: block;
    font-weight: bold;
}
h5
{
    margin-bottom: 5px;
}
#jobs_content
{
    overflow: auto;
    margin: 20px;
}

#jobs_content ul
{
    clear: both;
    list-style-type: none;
}
.jobs_box
{
    clear: both;
}
#jobs_content ul li
{
    float: left;
    width: 318px;
    padding-left: 40px;
    margin-top: 15px;
    background: url(/img/job_icon.gif) left top no-repeat;
    border-bottom: 1px dotted #818c98;
}
.right-margin
{
    margin-right: 20px;
}
.sub_heading
{
    background: #e0e5e9;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: auto;
}
.align_left
{
    float: left;
    width: 350px;
    margin-right: 18px;
}
.align_right
{
    float: right;
    width: 350px;
}