.clearfix {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

p {
  margin: 0;
  padding: 10px 0 10px 0;
}

#MainContent a {
  color: #F5AF01;
  text-decoration: none;
}
#MainContent a:hover {
  background: white;
  color: #564D45;
}
a img {
  border: 0;
}
table {
  width: 98%;
}
th,
td {
  padding: 1px;
}
th {
  /*color: #C2BEBA;*/
  color: white;
  width: 100px;
}
.center {
  text-align: center;
}
table.tabs {
  border-bottom: 1px solid #958F8A;
  border-collapse: collapse;
  margin: 10px 0 10px 0;
}
table.tabs td {
  background: #7A6D64;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
table.tabs td.spacer {
  background: none;
  width: 1px;
  font-size: 1px;
}
table.tabs td.active {
  background: #958F8A;
  padding: 5px;
}
table.tabs td a {
  display: block;
  padding: 5px;
}
table.tabs td.inactive {
  color: #675C53;
}
.orange {
  color: #F5AF01;
}

body {
	background: white;
	color: black;
	text-align: center;
	margin: 0;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 0.7em;
}
#AllDocs {
  text-align: left;
  background: url('../images/background.gif') repeat-y top left;
  margin: 0 auto 0 auto;
  padding: 0 54px 0 45px;
  width: 811px;
  min-height: 600px;
  _height: 600px;
  position: relative;
  color: white;
}
#AllDocs.articles {
  background: url('../images/background_articles.gif') repeat-y top left;
}
#boss_alert {
  position: absolute;
}
#side_buttons {
  width: 85px;
  height: 325px;
  position: absolute;
  right: -41px;
  _right: 13px;
}
#boss_alert a {
  display: block;
  background: url('../images/boss_alert.gif') no-repeat top left;
  width: 55px;
  height: 49px;
}
#boss_alert a span {
  display: none;
}
#banner_image {
  position: absolute;
  top: 49px;
  width: 392px;
  height: 290px;
  overflow: hidden;
}
#menu {
  background: #564d46;
  padding: 22px 0 0 0;
}
#menu ul {
  text-align: right;
  background: #37322f;
  height: 27px;
  padding: 0 5px 0 0;
  margin: 0;
  list-style-type: none;
  line-height: 26px;
}
#menu ul li {
  display: inline;
}
#menu ul li a {
  text-decoration: none;
  font-size: 11px;
  padding: 1px 4px 1px 5px;
  color: #DBD7D5;
}
#menu ul li a:hover {
  background: #83786f;
}
#menu ul li.active a,
#menu ul li.active a:hover {
  background: white;
  color: #37322f;
}
#submenu {
  text-align: right;
  width: 540px;
  float: right;
  background: #078ed4;
  position: relative;
}
#submenu ul {
  height: 27px;
  padding: 0 5px 0 0;
  margin: 0;
  list-style-type: none;
  line-height: 26px;
  float: right;
}
#submenu ul li {
  float: left;
}
#submenu ul li a {
  text-decoration: none;
  font-size: 11px;
  padding: 1px 4px 1px 5px;
  color: white;
}
#submenu ul li a:hover {
  background: #054769;
}
#submenu ul li.active a,
#submenu ul li.active a:hover {
  background: white;
  color: #078ED4;
}
#LeftCol {
  float: left;
  width: 391px;
  margin-top: 290px;
  padding: 0 0 40px 0;
}
#LeftCol.with_submenu {
  margin-top: 263px;
}
#MainContent {
  margin-left: 392px;
  padding: 0 20px 40px 20px;
  position: relative;
}
#MainContent.home {
  padding: 0;
}
#articles {
  background: #078ed4;
  padding: 20px 20px 40px 10px;
}
#articles.article_detail {
  padding-right: 40px;
}
#articles td {
  width: 50%;
}
#articles a {
  color: white;
  font-weight: bold;
}
#articles h2,
#articles h3 {
  font-size: 1.05em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#articles h2 {
  font-size: 1.6em;
}
#articles #big_article {
  margin-right: 20px;
}

#hot_jobs_list {
  background: url('../images/maryb_hot_jobs.gif') no-repeat top left;
  padding: 30px 20px 0 20px;
}

a#articles_button,
a#articles_button:hover {
  display: block;
  width: 32px;
  height: 88px;
  background: url('../images/maryb_magazine_header.gif') no-repeat top left;
  position: absolute;
  top: 15px;
  right: 0;
  _right: 54px;
}
a#articles_button:hover {
  background-position: left -88px;
}
a#articles_button span {
  display: none;
}

a#great_jobs_button {
  display: block;
  width: 391px;
  height: 33px;
  background: url('../images/great_jobs_button.gif') no-repeat top left;
}
a#great_jobs_button:hover {
  background-position: left -33px;
}
a#get_bussy {
  display: block;
  width: 193px;
  height: 149px;
  background: url('../images/get_bussy.gif') no-repeat top left;
  margin: 1px 0 0 21px;
}
a#subscribe_podcast {
  display: block;
  width: 116px;
  height: 53px;
  background: url('../images/subscribe_podcast.gif') no-repeat top left;
  margin: 19px 29px 0 0;
}
a#what_people_say {
  display: block;
  width: 71px;
  height: 70px;
  background: url('../images/what_people_say.gif') no-repeat top left;
  margin: 3px 0 0 23px;
}

.float_left {
  float: left;
}
.float_right {
  float: right;
}

img.header_image {
  padding: 30px 0 10px 0;
  display: block;
}
img.header_image.small_top {
  padding-top: 5px;
}

#jobsearch label {
  display: block;
  margin-bottom: 8px;
}
#jobsearch select, #jobsearch input {
  margin-bottom: 20px;
  width: 230px;
  font-size: 0.95em;
  color: #564D45;
}
#jobsearch.branch select {
  margin-bottom: 0;
}
#jobsearch.branch label {
  margin-top: 8px;
}
#jobsearch select#categories {
  width: 180px;
}
#jobsearch select#subcategories {
  margin-bottom: 0;
}
#jobsearch p {
  padding-bottom: 20px;
}
#jobsearch select#locations {
  width: 100px;
}
#jobsearch select#salaries {
  width: 130px;
}
#jobsearch select#job_type {
  width: 150px;
}
#jobsearch input.button,
.apply input.button {
  cursor: pointer;
  border: 0;
  background: url('../images/maryb_go.gif') no-repeat left top;
  width: 45px;
  height: 38px;
  margin: 0 0 0 20px;
}
#job_search_left {
  padding: 15px 0 15px 30px;
}
#job_search_left select {
  margin: 0;
}

.slider .results {
  margin-right: 45px;
}
.slider .nextprev {
  margin-right: 10px;
}

.job_detail h2 {
  font-size: 1.2em;
  color: #F5AF01;
  margin: 1em 0 0.2em 0;
}
.job_detail div {
  padding: 2px;
}

.separator {
  background: url('../images/maryb_separator.gif') no-repeat left top;
  width: 348px;
  height: 3px;
  margin: 5px 0 5px 0;
}
.separator.blue {
  background: url('../images/maryb_article_bar.gif') no-repeat left top;
  width: 366px;
  height: 7px;
}

#job_details h1 {
  font-size: 1.25em;
}


.apply th {
  width: auto;
}
.apply th.longer {
  
}
.apply td p {
  padding-top:0;
}
.apply input {
  width: 220px;
  border: 0;
  background-color: #C2BEBA;
}
.apply input.longer {
  width: 95%;
}
.apply input.button {
  width: 45px;
  float:right;
  margin:10px 33px 0 0;
}
.apply textarea {
  width: 220px;
  border: 0;
  background-color: #C2BEBA;
}
.apply select {
  width: 225px;
  border: 0;
  background-color: #C2BEBA;
}
.apply td.check_boxes {
  text-align: center;
}
.apply .check_boxes input {
  width: auto;
}
.apply td.check_boxes label {
  color: #F5AF01;
  margin-right: 10px;
  font-weight: bold;
}
p.form_note {
  font-weight: normal;
  padding: 0;
}
input.submit {
  background: none;
  color: #F4B000;
  border: 0;
  font-weight: bold;
  width: auto;
  font-size: 1em;
  font-family:Verdana,Helvetica,sans-serif;
}

.error {
  /*color: #e02e2d;*/
  color: #078ED4;
  display: block;
}

.inBox h3 {
  margin: 10px 0 10px 0;
}
td.orange_back {
  background-color: #F4B000;
  color: #564D45;
  padding: 5px;
}
td.orange_text {
  color: #F4B000;
}

table.steps {
  width: 190px;
  border-collapse: collapse;
}
table.steps td {
  font-weight: bold;
  padding: 0;
  text-align: center;
}
table.steps td.active {
  background: #F4B000;
  color: #564C43;
  padding: 3px 0;
}
table.steps td.spacer {
  width: 1px;
  font-size: 1px;
}
table.steps a {
  display: block;
  padding: 3px 0;
}
table.steps td.next {
  color: #F4B000;
  width: 50px;
}
table.steps td.next a {
  display: inline;
  padding: 3px;
}

#polls_cover {
  padding: 20px;
}
#polls_cover h3 {
  font-size: 0.9em;
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: normal;
}
#polls_cover h2 {
  font-size: 1em;
  padding: 0 0 5px 0;
  margin: 0;
  font-weight: bold;
  color: #F4B000;
}
#polls_cover table,
#polls_cover table td {
  padding: 0;
  margin: 0;
}
#polls_cover input {
  margin: 0 4px 0 4px;
  padding: 0;
}
#polls_cover input.submit {
  margin: 10px 0 0 0;
}
#polls_cover .pollmsg {
  font-weight: bold;
  display: block;
  padding-bottom: 7px;
}
#polls_cover .answer_color{
  margin: 2px 0 2px 0;
  line-height: 1px;
}
#polls_cover .answer_color.values {
  margin: 5px 0 10px 0;
  height: 25px;
}
#polls_cover .answer_color.answer_1 {
  background: #F4B000;
}
#polls_cover .answer_color.answer_2 {
  background: #078ed4;
}
#polls_cover .answer_color.answer_3 {
  background: #FFD466;
}
#polls_cover .answer_color.answer_4 {
  background: #84D4FF;
}
#polls_cover .answer_color.answer_5 {
  background: #FFF8E6;
}
#polls_cover .answer_color.answer_6 {
  background: #c1e9ff;
}

h2.topcandidate_section {
  font-size: 1.2em;
  background: #958F8A;
  margin: 5px 8px 0 0;
  padding: 4px 10px 4px 10px;
}
table.topcandidate {
  background: url('../images/maryb_top_candidates_star.gif') no-repeat top left;
  padding: 0;
  margin: 10px 0 5px 0;
}
table.topcandidate td.spacer {
  width: 80px;
}