/* Buffalo have madSkillz
=========================================================================== */

html,body,div,dl,dt,dd,p,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,tr,th,td,button,img {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: url(/img/backgrounds/header.gif) repeat-x #fdf8e8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #6e6a5e;
  margin: 0 auto;
  text-align: center;
}

input, textarea, select {font-family: Arial, Helvetica, sans-serif;}
html input.hidden,h1 span,button span,#menu span,h4 span {display: none}
.clearFloats {clear: both; font-size: 1px; line-height: 1px;}

/* Structural
=========================================================================== */

#pageWrap {
  text-align: left;
  width: 700px;
  margin: 0 auto;
}

#left {
  width: 460px;
  float: left;
  margin-right: 20px;
}

#right {
  width: 220px;
  float: left;
}

#right .boxout {background: url(/img/backgrounds/box.gif) 0 0 no-repeat #efebd9; margin-top: 20px;}

#right .boxout_top {background: url(/img/backgrounds/box.gif) 0 0 no-repeat #efebd9;}

#right .boxout_base {
  background: url(/img/backgrounds/box_bottom.gif) left bottom no-repeat;
  padding-bottom: 22px;
}

#right .boxout_baseTop {
  background: url(/img/backgrounds/box_bottom.gif) left bottom no-repeat;
  height: 180px;
}

img.staff {
  float: left;
  margin: 1em 14px 8px 0;
}

.staff {margin-top: 20px;}

/* Header
=========================================================================== */

#header {
  height: 126px;
  background: url(/img/backgrounds/headerDetail.jpg) 165px 14px no-repeat;
}

#header h1 {
  padding-top: 24px;
  float: left
}

#header h1 a {
  height: 41px;
  width: 164px;
  background: url(/img/misc/dns.gif) 0 0 no-repeat;
  display: block;
}

#menu {
  float: right;
  padding-top: 44px;
  list-style: none;
}

#menu li {
  float: left;
  display: block;
}

#home,#home a,#ethos,#ethos a,#news,#news a,#jobs,#jobs a,#faqs,#faqs a,#contact,#contact a {
  width: 45px;
  height: 19px;
  display: block;
  background: url(/img/nav/home.gif) 0 0 no-repeat;
  margin-right: 10px !important;
  margin-right: 5px;
}

#ethos, #ethos a {
  width: 75px;
  background: url(/img/nav/ourEthos.gif) 0 0 no-repeat;
}

#news, #news a {
  width: 44px;
  background: url(/img/nav/news.gif) 0 0 no-repeat;
}

#jobs, #jobs a {
  width: 74px;
  background: url(/img/nav/jobBoard.gif) 0 0 no-repeat;
}

#faqs, #faqs a {
  width: 40px;
  background: url(/img/nav/faqs.gif) 0 0 no-repeat;
}

#contact, #contact a {
  width: 63px;
  background: url(/img/nav/contact.gif) 0 0 no-repeat;
  margin-right: 0 !important;
}

#home a:hover,#home .on,#ethos a:hover,#ethos .on,#news a:hover,#news .on,#jobs a:hover,#jobs .on,#faqs a:hover,#faqs .on,#contact a:hover,#contact .on {
  background-position: bottom;
}

/* Headings, text, margins
=========================================================================== */

a {
  color: #F2692D;
  text-decoration: underline;
}

a:hover {text-decoration: none;}

p {
  padding-top: 1.5em;
  line-height: 1.5em;
}

p.top,#right p.top {padding-top: 1em;}

#right p {
  padding: 1.5em 18px 0 18px;
}

ol {margin: 1.5em 0 0 2em;}

ol li {line-height: 1.5em;}

h3 {
  font-size: 18px;
  color: #1280a8;
  font-weight: normal;
}

h4 {
  background: url(/img/misc/strapline.gif) 0 0 no-repeat;
  width: 651px;
  height: 17px;
  margin: 2px 0 10px 20px;
}

#left h3 {padding: 1.6em 0 0 0;}

#left h3.top {padding: 1.3em 0 0 0;}

#right h3 {padding: 17px 18px 0 18px;}

span.tel {
  font-size: 14px;
  font-weight: bold;
}

p.name,span.date {
  font-size: 11px;
  color: #9b988c;
}

p.newsLink a {
  color: #6e6a5e;
  text-decoration: none;
}

p.newsLink a:hover {text-decoration: underline;}

.arrow {
  background: url(/img/misc/arrow.gif) 0 6px no-repeat;
  padding-left: 9px;
}

.alt {
  float: right;
  font-size: 11px;
  margin-top: 0.7em;
  background: url(/img/misc/arrow.gif) 0 23px no-repeat;
  padding-left: 9px;
}

p span {color: #908e87;}

.map {
  float: right;
  margin-top: 1.5em;
}

/* Job table
=========================================================================== */

table#jobBoard {
  margin-top: 1.5em;
  width: 700px;
}

td.top {
  background-color: #1280a9;
  border-bottom: 1px solid #0e6587;
  padding: 6px;
  color: #fff;
  font-weight: bold;
}

td.row {
  background-color: #f1ead7;
  border-top: 1px solid #fffefa;
  border-bottom: 1px solid #cac4b4;
  padding: 6px;
}

td.rowAlt {
  background-color: #f7f1e1;
  border-top: 1px solid #fffefa;
  border-bottom: 1px solid #dcd6c7;
  padding: 6px;
}

/* Buttons
=========================================================================== */

button.submitCV {
	display: block;
	height: 18px;
	width: 75px;
  background: url(/img/buttons/submit.gif) 0 0 no-repeat;
	cursor: pointer;
  margin-top: 1em;
}

button.submitCV:hover {background-position: 0 -18px;}

/* Footer
=========================================================================== */

#tagline {
  background: url(/img/backgrounds/gradient.gif) 0 0 no-repeat;
  width: 700px;
  height: 28px;
  padding-top: 60px;
  margin-top: 20px;
}

#footer {
  background: url(/img/backgrounds/footer.gif) 0 0 no-repeat;
  font-size: 11px;
  height: 60px;
}

#footer p.left {
  margin: 8px 0 0 18px;
  float: left;
}

#footer p.right {
  margin: 8px 18px 0 0;
  float: right;
}

/* Contact
=========================================================================== */

.req, #contactForm span {
  color: #F2692D;
}

#contactForm {
  padding-top: 15px;
  display: block;
}

#contactForm label {
  display: block;
  font-size: 0.9em;
  margin: 3px 0;
}

#contactForm input, #contactForm textarea {
  border: 1px solid #E5E0C8;
  color: #605838;
  font-size: 1em;
}

#contactForm input {
  width: 200px;
}

#contactForm input.error, #contactForm textarea.error {
  border: 1px solid #F2692D;
  color: #F2692D;
}

#contactForm button {
  background: transparent;
  color: #F2692D;
  text-decoration: underline;
  font-size: 0.9em;
  display: block;
  margin-top: 8px;
  cursor: pointer;
  text-align: left;
  width: 85px;
}

#contactForm button:hover {
  text-decoration: none;
}