div.careers
{
   position: relative;
   height: 75px;
   width: 1000px;
   background: #CCCCCC;
   border-bottom: medium solid #2A568F;
}

div.careers1
{
   position: relative;
   text-align: center;
   height: 75px;
   width: 225px;
   float: left;
}
div.careers1 div
{
   position: relative;
   top: 25px;
   font-family: "Arial";
   font-size: 22px;
   font-weight: bold;
   color: #111111;
}

div.careers2
{
   position: relative;
   text-align: left;
   height: 75px;
   width: 775px;
   float: left;
}
div.careers2 div
{
   top: 15px;
   position: relative;
   font-family: "Arial";
   font-size: 18px;
   color: #111111;
   padding-right: 10px;
}


div.firm
{
   position: relative;
   width: 1000px;
   background: -webkit-linear-gradient(25deg, #003167, #4071A7); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(25deg, #003167, #4071A7); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(25deg, #003167, #4071A7); /* For Firefox 3.6 to 15 */
   background: radial-gradient(#E0F0FF, white); /* Standard syntax */

}

p.jobtitle
{
   text-align: left;
   padding-left: 65px;
   font-size: 20px;
   color: #000000;
}

p.description
{
   text-align: left;
   padding-top: 0px;
   padding-left: 65px;
   font-size: 18px;
   color: #222222;
}


p.staff1
{
   text-align: left;
   padding-left: 50px;
   font-size: 22px;
   color: #003167;
}
ul.staff1 {
    position: relative;
    left: 50px;
    width: 650px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.staff1 li {
    position: relative;
    font-family: "Arial";
    font-size: 18px;
    color: #222222;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: 40px 5px; 
    padding-left: 80px;
    padding-right: 20px;
    padding-bottom: 2px;
    z-index: 2;
}

p.staff2
{
   text-align: left;
   padding-left: 50px;
   font-size: 22px;
   color: #003167;
}
ul.staff2 {
    position: relative;
    left: 50px;
    width: 900px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.staff2 li {
    position: relative;

    font-family: "Arial";
    font-size: 18px;
    color: #222222;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: 40px 5px; 
    padding-left: 80px;
    padding-right: 20px;
    padding-bottom: 2px;
    z-index: 2;
}

#sublist1 {
    list-style-type: disc;
    position: relative;
}
#sublist1 li {
    position: relative;
    left: 55px;
    width: 415px;
    padding-left: 10px;
    background-image: none;
}
#sublist2 {
    list-style-type: disc;
    position: relative;
}
#sublist2 li {
    position: relative;
    left: 55px;
    width: 750px;
    padding-left: 10px;
    background-image: none;
}