/* Style-sheet for "new" Locumlink homepage
   (C) P R Heesom 2010 */
body
    {
    margin: 0px;
    padding: 0px;
    background-color: #30d090;
    font-size: 80%;
    }
img
    {
    border: none;
    }
div#panel
    {
    width: 1036px;
    background: white url(/images/llppc2010/bg_spacer.jpg) top center repeat-y;
    margin: 2em auto 0px auto;
    padding: 0px;
    }
div#banner
    {
    width: 969px;
    height: 126px;
    background: white url(/images/llppc2010/top.jpg) top center no-repeat;
    margin: 0px 34px;
    padding: 12px 0px 0px 0px;
    }
div#banner h1, div#banner h2
    {
    display: none;
    }
div#main
    {
    padding: 0px 34px;
    margin: 0px;
    }
div#welcomebar
    {
    text-align: right;
    }
div#bodytext
    {
    color: #7d7d7d;
    font-family: 'Helv med', 'Helvetica medium', Verdana, sans-serif;
    width: 688px;
    margin-left: 261px;
    }
div#bodytext a
    {
    color: #7d7d7d;
    text-decoration: underline;
    }
div#bodytext a:hover
    {
    color: #214f9c;
    }
div#pictures
    {
    padding: 8px;
    }
div#pictures img
    {
    width: 444px;
    height: 242px;
    margin: 0px 21px 0px 0px;
    padding: 0px;
    }
div#base
    {
    width: 1036px;
    height: 51px;
    background: white url(/images/llppc2010/base.jpg) top center no-repeat;
    margin: 0px auto;
    padding: 0px;
    font-size: 90%;
    }
div#basetext
    {
    padding: 25px 51px;
    color: black;
    font-family: 'Helv light', 'Helvetica light', Arial, sans-serif;
    }
div#basetext a
    {
    color: black;
    text-decoration: none;
    }
div#basetext a:hover
    {
    color: white;
    }
.white
    {
    color: white;
    }
.darkblue
    {
    color: black;
    }
.separator
    {
    color: black;
    padding: 0px 4px;
    }