 

*, * focus

{
    outline: none;
    _margin: 0;
    padding: 0;
}

.container
{
    width: 740px;
    border-top: 1px dotted #dcdcdc;
}

h2.acc_trigger
{
    border-top: 0px solid #fff;
    background: transparent;
    padding: 0px 0px 0px 0px;
    width: 675px;
    font-weight: normal;
    float: left;
    text-transform: capitalize;
}
h2.acc_trigger a
{
    font-family: 'RobotoRegular', Calibri, Arial;
    font-size: 17px; 
    color: #666; 
    text-decoration: none;
    display: block;
    font-weight: normal;
    padding: 7px 10px;
    background-image: url(icon-plus.gif);
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #dcdcdc; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear;
}

h2.acc_trigger a:hover
{
    color: #000;
    font-weight: normal;
    background:#f0f0f0;
    padding: 7px 10px;
    background-image: url(icon-plus.gif);
    background-position: right;
    background-repeat: no-repeat;
}



h2.active a, h2.active a:hover
{
    background-position: left top;
    font-weight: normal;
    color: #fff;
    background-color: #2c97d9;
    background-image: url(icon-minus.gif);
    background-position: right; 
    background-repeat: no-repeat;
}

.acc_container
{
    overflow: hidden;
    font-size: 13px;
    width: 655px;
    padding: 10px 10px;
    clear: both;
    border: 0px solid #ccc;
    display: block;
    background-color: #f6f6f6;
}
.acc_container .block
{
    width: 655px;
    clear: both;
}
.acc_container .block p
{
    margin: 0px;
}

.job-title
{
    font-family: 'RobotoRegular', Calibri, Arial;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    padding: 0px 0px 05px 0px;
}

