html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p,
a, address, cite, em, img,
strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #fff;
	color: #666;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	line-height: 12px;
}

a:link,
a:visited {
  color: #5ab343;
  text-decoration: none;
}

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

#Wrapper {
  margin: 0 auto;
  width: 950px;
}

#Header {
  border-bottom: 3px solid #5ab343;
  height: 52px;
  margin: 10px 0;
  position: relative;
}

#Logo {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
}

#Login {
  color: #F46C20;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  top: 0;
}

#Main {
  float: left;
  margin-bottom: 10px;
  width: 470px;
}

#Nav {
  overflow: hidden;
}

#Nav li {
  background-color: #aeb2b2;
  float: left;
  margin: 0 2px 2px 0;
  padding: 0;
}

#Nav li a:link,
#Nav li a:visited {
  color: #fff;
  display: table-cell;
  font-size: 0.9em;
  height: 64px;
  padding-left: 8px;
  text-transform: lowercase;
  vertical-align: middle;
  width: 107px;
}

#Nav li a:hover,
#Nav li a:active {
  background-color: #8F8F8F;
  text-decoration: none;
}

#Nav li.stage1 {
  background-color: #5c6268;
}

#Nav li.stage1 a:hover,
#Nav li.stage1 a:active {
  background-color: #40484F;
}

#Nav li.stage2 {
  background-color: #5ab343;
}

#Nav li.stage2 a:hover,
#Nav li.stage2 a:active {
  background-color: #498F35;
}

#Content {
  height: 312px;
  line-height: 1.5em;
  margin-top: 10px;
  overflow: auto;
  padding: 10px 0 0 10px;
}

#Content h1 {
  color: #5ab343;
  font-size: 1.2em;
}

#Content h1,
#Content p,
#Content ul {
  margin-bottom: 1.5em;
}

#Content ul {
  list-style: disc outside;
  padding-left: 15px;
}

#Content li {
  margin-bottom: 5px;
}

#Content .more {
  color: #333;
  font-size: 0.9em;
  font-weight: bold;
}

#Content a:link.clch,
#Content a:visited.clch {
  color: #000;
  display: block;
}

#Content .clch:first-letter {
  color: #5AB343;
  font-weight: bold;
}

#Content h2.clch:target {
  color: #5AB343;
}

#SideBar {
  float: right;
  margin-bottom: 10px;
  width: 470px;
}

#Search {
  margin-bottom: 10px;
}

#Search h2 {
  background-color: #f46c20;
  color: #fff;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 0 10px;
  text-transform: uppercase;
  width: 140px;
}

#Search form {
  background-color: #dedede;
  padding: 0 10px 5px 10px;
  height: 80px;
}

#Search form fieldset {
  overflow: hidden;
  padding-top: 10px;
}

#Search form fieldset div {
  float: left;
  margin-right: 10px;
}

#Search form label {
  display: block;
  float: left;
  width: 149px;
}

#Search form fieldset div.radio label {
  font-size: 0.8em;
  float: left;
  margin-top: 5px;
}

#Search form fieldset div.radio input {
  clear: left;
  float: left;
  margin: 5px 2px 0 0;
  width: auto;
}

#Search form input,
#Search form select {
  width: 180px;
  font: 0.9em Vardana, Arial, sans-serif;
}

#Search fieldset.submit {
  padding-top: 0;
  text-align: right;
}

#Search fieldset.submit div {
  float: none;
  margin: 0;
}

#Search form input[type=submit] {
  background-color: #5c6268;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  height: 20px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
}

#Search form input[type=submit]:hover {
  background-color: #40484F;
}

#AdvancedSearch {
  background-color: #5ab343;
  /*background-color: #5C6268;*/
  color: #fff;
  display: block;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-transform: uppercase;
}

#AdvancedSearch:hover,
#AdvancedSearch:active {
  background-color: #498F35;
  /*background-color: #40484F;*/
  text-decoration: none;
}

#SideBarJobs {
  border: 2px solid #5ab343;
  height: 450px;
  float: left;
  overflow: auto;
  padding: 10px 5px;
  width: 336px;
}

#SideBarJobs h2 {
  color: #5ab343;
  font-weight: normal;
  text-transform: lowercase;
}

#SideBarJobs li {
  border-top: 1px solid #5ab343;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-top: 10px;
  padding-top: 10px;
}

#SideBarJobs li:first-child {
  border-top-width: 2px;
}

#SideBarJobs h3 {
  margin-bottom: 3px;
}

#SideBarJobs h3 a:link,
#SideBarJobs h3 a:visited {
  color: #333;
}

#Links {
  float: right;
  width: 110px;
}

#Links li {
  margin-top: 10px;
}

#Links li:first-child {
  margin-top: 0;
}

#Links a:link,
#Links a:visited {
  background-color: #5ab343;
  color: #fff;
  display: block;
  height: 151px;
}

#Links .feature a:link,
#Links .feature a:visited {
  background-color: #f36f24;
}

#Footer {
  background-color: #c8cbcf;
  clear: both;
  color: #888;
  font-size: 0.8em;
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
}

#Footer ul {
  overflow: hidden;
}

#Footer ul li {
  float: left;
  margin-right: 20px;
}

#Footer ul li a:link,
#Footer ul li a:visited {
  color: #888;
}

#Copyright {
  float: right;
}
