/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Basic styles */
div.sidebar div.panel,
div#Breadcrumbs,
ul#Nav,
div#JobsPageMatchedPanels,
.no_print {
  display: none;
}

div#Header a#Logo {
  display: none;
}

a {
  text-decoration: none;
  color: #333;
}

div#Header {
  height: 89pt;
  width: 100%;
  margin-bottom: 15pt;
  border-bottom: 1pt solid #482312;
}

img#PrintLogo {
  display: block;
  height: 75pt;
  top: 0;
  left: 0;
  margin-top: -89pt;
}

img#PrintHeaderBG {
  width: 100%;
  height: 89pt;
}

body {
  color: #333;
  font-family: "Apex New", Tahoma, Arial, sans-serif;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  line-height: 15pt;
}

h1 {
  font-size: 20pt;
  line-height: 30pt;
  margin-bottom: 15pt;
}

h2 {
  font-size: 15pt;
  line-height: 15pt;
  margin-bottom: 15pt;
}

h3 {
  font-weight: bold;
}

h1, h2, h3 {
  color: #482312;
}

p,
dl {
  margin-bottom: 15pt;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10pt;
}

ul li,
ol li {
  padding-top: 0;
  padding-bottom: 5pt;
  margin-top: 0;
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}

div.sidebar.display_in_print div.panel,
div#HomeBottomPanels .panel,
div#Footer {
  display: block;
  margin-top: 15pt;
  border-top: 1pt solid #482312;
  padding-top: 14pt;
}

div#Footer {
  clear: both;
}

div.sidebar.display_in_print div.panel div.quote {
  margin-bottom: 15pt;
  text-align: right;
}

div.sidebar.display_in_print div.panel div.quote blockquote {
  font-style: italic;
  font-family: Georgia, Times, serif;
  text-align: left;
}

form#cformsform {
  display: none;
}

div#HotJobsSection {
  padding-bottom: 15pt;
}

div#HotJobsSection img#HomePictureHead {
  display: block;
  height: 150pt;
  padding-left: 55%;
}

div#HotJobsSection h2 {
  clear: both;
  margin-top: -150pt;
}

div#HotJobsSection ul {
  width: 45%;
}

#JobsColumns {
  width: 100%;
  float: left;
}

#JobsColumns .column {
  width: 47%;
  float: left;
  clear: left;
  border-top: 1pt solid #482312;
  padding-top: 14pt;
}

#JobsColumns .column.even {
  padding-left: 5%;
  clear: none;
}

#JobsColumns .column img {
  width: 138px;
  padding-right: 3pt;
  float: left;
}

#JobsColumns .column h3 {
  float: left;
}

#JobsColumns .column ul {
  display: block;
  float: left;
}

#JobsColumns .column p.email {
  clear: both;
  padding-top: 15pt;
}

#JobsColumns .column p.email a br {
  display: none;
}

table {
  width: 100%;
}

table thead th {
  font-weight: bold;
  border-bottom: 1pt solid #333;
}

table thead th,
table tbody td {
  padding: 0 5pt 0 0;
}