html, body, div, blockquote, p, ul, ol, li, h1, h2, h3, h4, h5, h6, th, td {
  margin: 0;
  padding: 0;
}

blockquote, ul, ol, dl {
  margin: 1em;
}

ol,ul,dl {
  padding-left: 2em;
}

th,td {
  padding: .5em;
}

body {
  color: #2E2F2D;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 23px;
  background-color: #f4f4f4;
}

p {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2;
}

h1 a, h2 a, h3 a {
  color: #2E2F2D;
}

h1 { font-size: 200%;}
h2 { font-size: 180%;}
h3 { font-size: 160%;}
h4 { font-size: 140%;}
h5 { font-size: 120%;}

a {
  color: #006ea0;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: underline;
}

.container {
  margin: auto;
  max-width: 960px;
  position: relative;
}

.header {
  padding: 20px 20px 7px;
  border-bottom: 1px solid #D9D9D9;
  background: #fff url("images/bg_header.png") repeat-x left top;
}

.logo {
  display: inline-block;
  padding-left: 20px;
}

.logo img { display: block; }

.main {
  border-top: 1px solid #EAEAEA;
  padding: 30px 20px;
}

.main-inner {
  background: url("images/bg_main.png") repeat-y center top;
  padding: 20px;
}

.top-border {
  height: 5px;
  background: url("images/bg_border.png") no-repeat center -10px;
}

.bottom-border {
  height: 7px;
  background: url("images/bg_border.png") no-repeat center -15px;
}

/* Portal */

#joblist .jobblock {
  margin-top: 1em;
  background-color: #f5f5f5;
  padding: 1em;
  text-align: right;
}

#joblist .jobblock a {
  float:left;
  font-size: 16px;
  font-weight: bold;
}

/* Skin */

body #job #job_header h1 {
  border-bottom: 1px solid #74a63f !important;
  color: #008db8;
  margin: 0;
}

#job #job_description h3 {
  color: #008DB8;
  border-bottom: 1px solid #74A63F;
}

#job #new_application h2 { color: #008db8; }

.addthis_toolbox {
  position: absolute;
  top: 19px;
  right: 0;
}
