﻿@import url(sub_styles.css);



.liHeader
{
    list-style-type: none;
    font-weight: bold;
    color: #0f3968;
}



.hoFrame
{
    width: 100%;
    float: left;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: solid 1px #d76524;
}

.hoImage
{
    width: 210px;
    float: left;
}

.hoImage img
{
    margin: 5px 5px 5px 5px;
}

.hoText
{
    width: 338px;
    height: 110px;
    display: table;
    float: left;
}

.hoText span
{
    display: table-cell;
    vertical-align: middle;
}


/* awards page */

.awardsContainer
{
    width: 100%;    
    padding: 10px 10px 10px 10px;
    border-bottom: 1px dashed #666666;
    text-align: justify;
    font-size: 11px;
    float: left;
    background: inherit;
    
}

.awardsContainer .awardsImg
{
    width: 200px;
    float: left;
    background-color: inherit;
}
.awardsContainer .awardsText
{
    width: 324px;
    height: 98px;
    float: left;
    background-color: inherit;
    margin-left: 5px;
    padding-bottom: 10px;
}

#PositionJob
{
    padding: 7px 7px 7px 7px;
}