
* {
    margin: 0px;
    padding: 0px;
}

body {
    text-align: left;
    background-color: #FFFFFF;
}

body.website {
    background-color: #EFEFEF;
    text-align: center;
}

p, a, ul li, td, th, label {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000050;
}
p {
    line-height: 1.5em;
}

h1 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#000000;
    font-weight: normal;
    margin-bottom: 10px;
}
h1.toprightnav a {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    float: right;
    text-decoration: none;
    line-height: 1.5em;
    padding-right: 15px;
}
h2, h2 a {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000070;
    font-weight: bold;
    margin-bottom: 5px;
}
h3 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000070;
    font-weight: bold;
    margin-bottom: 5px;
}

ul {
    margin-left: 10px;
}
li {
    margin-left: 10px;
}

/* This is the box of the main website */

#container {
    margin: auto;
    width : 850px;
    padding: 0px;
    overflow: hidden;
    border: solid 0px #FFFF00;
    text-align: left;
    background-color: #FFFFFF;
}
div#header {
    clear: both;
    margin-bottom: 10px;
}
div#header img {
    float: left;
    margin-left: 10px;
    margin-right: 30px;
}
div#header p.title {
    font-size: 24px;
    margin-top: 5px;
}
div#header p.subtitle {
    font-size: 14px;
}
div#header p.phone {
    float: right;
    text-align: right;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 1.1em;
}
div#header p.phone a {
    font-size: 22px;
    text-decoration: none;
}

div#nav {
    clear: both;
    width: 850px;
    height: 32px;
    float: left;
    background-image: url(images/navBg.jpg);
    background-repeat: repeat-x;
    margin-bottom: 10px;   
}

div#nav ul {
    margin-left: 20px;
    margin-top: 8px;
}
div#nav ul li {
    display: inline;
    font-size: 12px;
    padding-right: 40px;
} 
div#nav ul li a {
    text-decoration: none;
}
div#nav ul li ul {
    display: none;
}

div#search {
    clear: both;
    background-image: url(images/searchBg.jpg);
    background-repeat: no-repeat;
    margin-left: 10px;
    height: 69px;
    width: 840px;
    padding-left: 10px;
    padding-top: 5px;
}
div#search p.title {
    font-size: 14px;
}
div#search input#searchterm {
    font-size: 20px;
}
div#search p.advancedsearchlink {
    float: right;
    margin-right: 50px;
    font-size: 12px;
}
div#search select#location {
    font-size: 18px;
}

div#content {
    float: left;
    width: 656px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 10px;
}

div#admin p, div#admin p a {
    color: #000000;
    font-size: 9px;
    text-decoration: none;
}
div#admin p#adminlinks {
    float: right;
    padding-right: 15px;
    clear: right;
    margin-top: 30px;
    text-align: right;
}
div#admin p#level1navbottom a {
    font-size: 12px;
}
div#admin p#images {
    clear: left;
    margin-left: 10px;
    float: left;
}
div#admin img {
    float: left;
}

p#pagetitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    float: left;
    padding-left: 15px;
}
p.level1navtop, p.level1navbottom {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    float: right;
}
p.level1navbottom {
    padding-right: 15px;
}
p.level1navtop a, p.level1navbottom a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}
p.level1navtop a:visited, p.level1navbottom a:visited {
    color: #000000;
}
p.level1navtop img, p.level1navbottom img {
    margin-right: 0px;
}

img.rightimage {
    float: right;
    margin-left: 20px;
    margin-right: 5px;
}
img {
    border: none;
}

div.successmessage {
    padding: 10px;
    padding-left: 60px; 
    border: solid 1px #00FF00;
    background-color: #CCFF99;
    background-image: url('images/success.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

div.failmessage {
    padding: 10px;
    padding-left: 60px;
    border: solid 1px #FF0000;
    background-color: #FF9966;
    background-image: url('images/fail.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

div.warningmessage {
    padding: 10px;
    padding-left: 60px;
    border: solid 1px #FF6600;
    background-color: #FFCC66;
    background-image: url('images/warning.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

table {
    border-collapse: collapse;
}
table.formatted tr.yellow th {
    border-top: 1px solid #FB7A31;
    border-bottom: 1px solid #FB7A31;
    border-left: 1px solid #CCC;
    background: #FFFFCC;
    padding: 3px;
}
table.formatted tr td {
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    padding: 3px;
}
table.formatted tr td.notyetset {
    background-color: #FF9900;
}
table.formatted tr td.expired {
    background-color: #FF0000;
}
table.formatted tr td.indefinite {
    background-color: #00CC00;
}
table.formatted tr td.indate {
    background-color: #00CC00;
}

table.admin_menu tr td {
    padding: 5px;
}

select#location {
    font-size: 18px;
}
input#searchbutton {
    font-size: 16px;
}

div#view_areas {
    border: solid 2px #558ED5;
    width: 806px;
    padding: 10px;
    overflow: auto;
    margin-left: 10px;
}
div#view_areas h2 {
    margin-bottom: 0px;
}
div#view_areas div {
    float: left;
    width: 230px;
    margin-top: 5px;
    margin-left: 20px;
}

div#quick_links {
    float: left;
    border: solid 2px #558ED5;
    width: 150px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
}
div#quick_links ul li {
    line-height: 1.8em;
}

div#below_quick_links {
    float: left;
    border: solid 2px #558ED5;
    width: 150px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    clear: left;
}

div#jobs_by_location {
    float: right;
    margin-right: 10px;
    border: solid 2px #558ED5;
    width: 150px;
    padding: 10px;
}
div#jobs_by_location ul {
    margin: 0px;
    list-style-type: none
}
div#jobs_by_location ul li {
    margin-left: 0px;
    padding: 0px;
    margin: 0px;
    line-height: 1.5em;
}
div#below_location {
    float: right;
    margin-right: 10px;
    border: solid 2px #558ED5;
    width: 150px;
    padding: 10px;
    margin-top: 10px;
    clear: right;
}

div#homepage-central {
    float: left;
    border: none;
    width: 462px;
    clear: none;       
}
div#homepage-central div img {
    float: right;
    margin: 0px;
    padding: 0px;
}
div#homepage-central div a {
    text-decoration: none;
}

div#homepage-topleft {
    float: left;
    border: solid 2px #558ED5;
    width: 202px;
    padding: 10px;
}
div#homepage-topright {
    float: left;
    border: solid 2px #558ED5;
    width: 202px;
    padding: 10px;
    margin-left: 10px;
}
div#homepage-middleleft {
    float: left;
    border: solid 2px #558ED5;
    width: 202px;
    padding: 10px;
    margin-top: 10px;
}
div#homepage-middleright {
    float: left;
    border: solid 2px #558ED5;
    width: 202px;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
div#homepage-bottomleft {
    float: left;
    border: solid 2px #558ED5;
    width: 202px;
    padding: 10px;
    margin-top: 10px;
}
div#homepage-bottomright {
    float: left;
    border: solid 2px #558ED5;
    width: 202px;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
div.job_brief {
    float: left;
    clear: both;
    width: 462px;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 10px;
}
div.job_brief div.check {
    float: left;
    width: 30px;
}
div.job_brief div.title {
    float: left;
    width: 332px;
}
div.job_brief div.title p.title {
    font-size: 12px;
    text-decoration: underline;
}
div.job_brief div.title p a {
    font-size: 14px;
}
div.job_brief div.posted {
    float: left;
    width: 100px;
}
div.job_brief div.posted p {
    text-align: right;
}

div.candidate {
    float: left;
    clear: both;
    width: 462px;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 10px;
    background-color: #F6F6F6;
    padding-bottom: 10px;
}
div.candidate div.check {
    float: left;
    width: 40px;
    text-align: left;
}
div#homepage-central div.candidate div.check img {
    float: left;
}
div.candidate div.title {
    float: left;
    width: 422px;
}
div.candidate div.title p.title {
    font-size: 12px;
    text-decoration: underline;
}
div.candidate div.title p a {
    font-size: 14px;
}
div.candidate div.title div.request {
    float: right;
    padding-right: 5px;
    padding-top: 5px;
}

div.job_full {
    float: left;
    clear: both;
    width: 442px;
    border-bottom: solid 1px #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: #F6F6F6;
    padding: 10px;
}
div.job_full div.title {
    float: left;
    width: 432px;
}
div.job_full div.title p a {
    font-size: 12px;
}
div.job_full div.job_reference {
    float: right;
    width: 120px;  
}
div.job_full div.job_reference p.applynow a {
    font-size: 16px;
    font-weight: bold;
    color: #FF6633;
    float: right;
    width: 120px;  
}
div.job_full div.job_reference p a {
    font-size: 10px; 
}

label {
    display: block;
}
label span {
    display: block;
    float: left;
    width: 80px;
    font-weight: normal;
}
label.advancedsearch {
    margin-bottom: 5px;
    margin-top: 5px;
}
label.advancedsearch span {
    width: 100px;
}
label.advancedsearch input, label.advancedsearch select {
    font-size: 11px;
}

label.submitcv {
    margin-bottom: 5px;
    margin-top: 5px;
}
label.submitcv span {
    width: 120px;
}
label.submitcv input, label.submitcv select, label.submitcv textarea {
    font-size: 11px;
}

label.settings span {
    width: 200px;
}

label.applysupply {
    margin-bottom: 5px;
    margin-top: 5px;
}
label.applysupply span {
    width: 380px;
}
label.applysupply input, label.applysupply select, label.applysupply textarea {
    font-size: 11px;
}