h3
{
    font-weight: bold;
    padding-top: 5px;
    padding-left: 40px;
    background: url(/img/job_icon.gif) left top no-repeat;
    margin-bottom: 5px;
}
span
{
    display: block;
    font-weight: bold;
}
p
{
    display: block;
}

#job_content
{

    margin: 20px;
}
#job_content ul
{
    margin-bottom: 10px;
}
#job_content ul li
{
    background: url(/img/square.gif) 0px 6px no-repeat;
    padding-left: 10px;
    list-style-type: none;
    list-style-position: inside;
}

.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;
}