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;
}

#Wrapper {
  border-top: 10px solid #485598;
  margin: 0 auto;
  overflow: hidden;
  width: 950px;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #485598;
	text-decoration: none;
}
a.homee:link,
a.homee:visited,
a.homee:hover,
a.homee:active {
	color: #FFFFFF;
	text-decoration: none;
}


/*---------------MAIN BAR -------------*/

#Mainbar {
  float: left;
  width: 563px;
}

/*------------TOP NAV SECTION------------*/

#Header {
  background-color: #485598;
  height: 75px;
  margin-bottom: 0px;
  position: relative;
}

#Header .logo {
  bottom: 5px;
  left: 10px;
  position: absolute;
}

#Header .address {
  color: #FFF;
  font-size: 0.75em;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 0;
  width: 390px;
}

#Header a.login:link,
#Header a.login:visited {
  bottom: 7px;
  color: #a9d8e8;
  font-size: 0.8em;
  position: absolute;
  right: 10px;
  text-decoration: underline;
}

#Nav {
  overflow: hidden;
  width: 563px;
}

#Nav li {
  float: left;
  margin: 1px 1px 0 0;
}

#Nav li a:link,
#Nav li a:visited {
  background-color: #bebcbf;
  color: #fff;
  display: block;
  font-size:0.95em;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  text-decoration: none;
  width: 83px;
}

#Nav li a:hover,
#Nav li a:active {
  background-color: #485598;
}

#Nav li.private a:link,
#Nav li.private a:visited,
#Nav li.public a:link,
#Nav li.public a:visited {
  width: 177px;
}

#Nav li.jobs {
  margin-right: 0;
}

/*------------------tabs section------------------*/

#Tabs {
  border-top: 1px solid #fff;
  height: 25px;
  margin-bottom: 26px;
  position: relative;
  width: 563px;
}

#Public,
#Private,
#Consortium {
  border-bottom: 1px solid #fff;
  color: #fff;
  float: left;
  margin-right: 1px;
}

#Consortium {
  margin-right: 0;
}

#Tabs li h2 {
  cursor: pointer;
  height: 25px;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 25px;
  padding-left: 10px;
  width: 177px;
}

#Private h2 {
  background-color: #465e9e
}

#Public h2 {
  background-color: #0094ae
}

#Consortium h2 {
  background-color: #00a8c5
}

#Tabs li ul {
  display: none;
}

#Tabs li.active ul {
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  position: absolute;
  top: 26px;
  width: 355px;
}

#Private.active {
  border-bottom: 1px solid #465e9e;
}

#Private.active ul {
  background-color: #465e9e;
}

#Public.active {
  border-bottom: 1px solid #0094ae;
}

#Public.active ul {
  background-color: #0094ae;
}

#Consortium.active {
  border-bottom: 1px solid #00a8c5;
}

#Consortium.active ul {
  background-color: #00a8c5;
}

#Tabs #Consortium h2 {
  margin-right: 0;
}

#Tabs #Consortium ul {
  right: 0;
}

#Tabs ul li {
  display: inline;
  margin-right: 7px;
}

#Tabs ul li a:link,
#Tabs ul li a:visited {
  color: #fff;
  font-size: 0.75em;
}

#Tabs ul li a:hover,
#Tabs ul li a:active {
  text-decoration: underline;
}

/*---------------CONTENT SECTION--------*/

#Content {
  height: 437px;
  margin: 1px 0 0 0;
  overflow: auto;
  padding: 10px 15px 20px 10px;
}

#Content.fullLength {
  height: auto;
}

#Content h1 {
  color: #485598;
  clear: both;
  font-size: 1.2em;
  margin: 20px 0;
}

#Content h2 {
  font-size: 0.9em;
  line-height: 1.4em;
}

#Content p {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#Content p:last-child {
  padding-bottom: 30px;
}

#Content p.footnote {
  font-size: 0.8em;
  font-style: italic;
}

#Content ul {
  font-size: 0.9em;
  line-height: 1.4em;
  list-style: disc outside;
  margin: 0 0 20px 15px;
}

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

#Content a.strongLink:link,
#Content a.strongLink:visited {
  display: block;
  font-size: 1.2em;
  margin-top: 30px;
}

/*---------------NEWS SECTION---------*/

#Content #News {
  font-size: 1em;
  list-style: none;
  margin: 40px 0 0 0;
}

#News li {
  border-top: 1px dotted #8185b7;
  padding-top: 10px;
  margin-top: 10px;
}

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

#News h2 {
  color: #485598;
  font-size: 0.9em;
}

#News h2 a:link,
#News h2 a:visited {
  text-decoration: none;
}

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

#Content #News p {
  padding-bottom: 0;
}


/*----------------JOB DETAIL SECTION----------*/

#Content .job .subHeader {
  color: #485598;
  display: block;
  font-weight: bold;
  margin-bottom: 30px;
}

#Content .job h2 {
  color: #333;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 20px;
}

#Content .job ul,
#Content .job ol {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.job ul {
  list-style: disc inside;
}

.job ol {
  list-style: decimal inside;
}

#Content #JobTasks {
  padding: 30px 0;
  list-style: none;
  overflow: hidden;
}

#JobTasks li {
  float: left;
}

#JobTasks a:link,
#JobTasks a:visited {
  display: block;
  line-height: 20px;
  text-decoration: none;
}

#JobTasks a.bag:hover,
#JobTasks a.bag:active {
  text-decoration: underline;
}

#JobTasks .apply {
  background-color: #485598;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-left: 10px;
  padding: 4px 10px;
}

#JobTasks .apply:hover,
#JobTasks .apply:active {
  background-color: #6E8E9B;
}

#JobArea {
  margin: 10px 0 20px 0;
  overflow: hidden;
}

#JobArea dt,
#JobArea dd {
  color: #969B80;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.5em;
}

#JobArea dt {
  clear: left;
  float: left;
  margin-right: 5px;
  text-transform: uppercase;
}

#JobArea dd {
  margin-right: 15px;
}


/*---------------JOB APPLICATION FORM----------*/

#ApplyForm {
  margin-bottom: 30px;
}

#ApplyForm fieldset {
  overflow: hidden;
  margin-bottom: 10px;
}

#ApplyForm label {
  float: left;
  font-size: 0.9em;
  width: 150px;
}

#ApplyForm label.radio {
  width: 20px;
}

#ApplyForm fieldset input,
#ApplyForm fieldset textarea {
  border: 1px solid #999;
  float: left;
  width: 200px;
}

#ApplyForm fieldset textarea {
  width: 240px;
}

#ApplyForm fieldset textarea {
  height: 100px;
}

#ApplyForm fieldset input.radio {
  border: none;
  width: auto;
}

#ApplyForm div input {
  background-color: #485598;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
  margin-left: 150px;
  padding: 2px 15px;
}

/*---------------SECTIONED TEXT--------*/

#Content #ContentNav {
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden;
}

#ContentNav li {
  border-left: 1px solid #969B80;
  display: inline;
  padding: 0 4px;
}

#ContentNav li:first-child,
#ContentNav li.first {
  border: 0;
  padding-left: 0;
}

#ContentNav a:link,
#ContentNav a:visited {
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
}

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

/*--------------------VACANCY FORM------------------*/

#VacancyForm {
  margin-top: 40px;
  padding-bottom: 30px;
}

#VacancyForm fieldset {
  margin-bottom: 20px;
}

#VacancyForm h2 {
  margin-bottom: 10px;
}

#VacancyForm div {
  margin-bottom: 5px;
  overflow: hidden;
}

#VacancyForm label {
  float: left;
  font-size: 0.9em;
  width: 150px;
}

#VacancyForm fieldset input,
#VacancyForm fieldset textarea {
  border: 1px solid #999;
  float: left;
  width: 200px;
}

#VacancyForm fieldset textarea {
  width: 240px;
}

#VacancyForm div.submit input {
  background-color: #485598;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
  margin-left: 150px;
  padding: 2px 15px;
}


/*-----------------CANDIDATE APPLICATION FORM------------*/

#CandidateForm h2 {
  margin-bottom: 5px;
}

#CandidateForm fieldset {
  border-bottom: 1px dotted #8185b7;
  margin-top: 30px;
  padding-bottom: 30px;
}

#CandidateForm div {
  margin-bottom: 5px;
  padding-top: 5px;
  overflow: hidden;
}

#CandidateForm label {
  color: #8185b7;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 16px;
  padding-right: 10px;
  text-align: right;
  width: 140px;
}

#CandidateForm label em {
  color: #ea765d;
}

#CandidateForm ul {
  border: 1px solid #999;
  height: 200px;
  list-style: none;
  overflow: auto;
}

#CandidateForm ul li {
  overflow: hidden;
}

#CandidateForm ul li.alt {
  background-color: #ddd;
}

#CandidateForm ul input {
  float: left;
}

#CandidateForm ul label {
  color: #333;
  padding: 0;
  font-weight: normal;
  text-align: left;
  width: auto;
}

/*--------------JOBS SECTION-----------*/

#Jobs {
  margin: 20px 0 10px 0;
  padding-left: 5px;
  width: 455px;
}

#Jobs h2 {
  border-bottom: 2px solid #8185b7;
  color: #485598;
  font-weight: normal;
  padding-bottom: 8px;
}

#Jobs .joblisting {
  margin-bottom: 30px;
}

#Jobs li {
  border-bottom: 1px solid #8185b7;
  font-size: 0.9em;
  margin-top: 15px;
  padding-bottom: 15px;
}

#Jobs li h3 {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  line-height: 15px;
}

#Jobs li h3 a:link,
#Jobs li h3 a:visited {
  color: #000;
  text-decoration: none;
}

#Jobs li h3 a:hover,
#Jobs li h3 a:active {
  color: #485598;
}

#Jobs .info {
  color: #000;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 10px;
}

#Jobs .footer {
  margin-top: 5px;
  overflow: hidden;
}

#Jobs ul.functions {
  float: left;
  height: 1.1em;
  margin: 0;
  padding: 0;
}

#Jobs ul.functions li {
  border: 0;
  border-left: 2px solid #999;
  float: left;
  margin: 0 0 0 10px;
  padding-left: 10px;
}

#Jobs ul.functions li:first-child,
#Jobs ul.functions li.first {
  margin: 0;
  padding: 0;
  border: 0;
}

#Jobs ul.functions li a:link,
#Jobs ul.functions li a:visited {
  font-style: normal;
  text-decoration: none;
}

#Jobs ul.functions li a:hover,
#Jobs ul.functions li a:active {
  text-decoration: underline;
}

#Jobs a.more:link {
  color: #4A9AA5;
  display: block;
  float: right;
  text-decoration: none;
}

#Jobs a.more:visited {
  color: #6E8E9B;
  display: block;
  float: right;
  text-decoration: none;
}

#Jobs a.more:hover,
#Jobs a.more:active {
  text-decoration: underline;
}

/*----------------NEWS TEASER---------------*/

#NewsTeaser {
  border: 1px solid #485598;
  color: #666;
  font-size: 0.9em;
  height: 100px;
  line-height: 1.3em;
  margin-top: 3px;
  padding: 10px 5px;
  position: relative;
  width: 454px;
}

#NewsTeaser h2 {
  color: #485598;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#NewsTeaser h2 a:link,
#NewsTeaser h2 a:visited {
  text-decoration: none;
}

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

#NewsTeaser h3 a:link,
#NewsTeaser h3 a:visited {
  color: #000;
  text-decoration: none;
}

#NewsTeaser h3 a:hover,
#NewsTeaser h3 a:active {
  color: #485598;
}

#NewsTeaser li:first-child {
  border-bottom: 1px dotted #8185b7;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

#NewsTeaser p {
  font-size: 0.9em;
  line-height: 1.3em;
}

#NewsTeaser a.more {
  position: absolute;
  top: 6px;
  right: 20px;
}



/*---------------SIDEBAR SECTION------*/

#Sidebar {
  float: right;
  width: 385px;
  margin-bottom: 3px;
}

/*--------------LARGE BANNER------------*/
#Banner {
  float: left;
  height: 280px;
  margin-bottom: 3px;
  width: 385px;
}

div.bannerone {
  background: #fff url(../img/ivca-banner.GIF) no-repeat;
}

#Banner p {
  color: #fff;
  font-family: Arial, Sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 30px 0 0 10px;
  width: 160px;
}
/*---------------SIDEBAR JOB LIST-------------*/

#Sidebar #Jobs {
  background-color: #e6f3f8;
  float: left;
  height: 332px;
  margin: 0;
  padding: 10px;
  overflow: auto;
  width: 261px;
}

#Sidebar #Jobs li {
  margin-top: 8px;
  padding-bottom: 8px;
}

#Sidebar #Jobs a.all:link,
#Sidebar #Jobs a.all:visited {
  display: block;
  margin-top: 10px;
  text-align: right;
  text-decoration: none;
}

#Sidebar #Jobs a.all:hover,
#Sidebar #Jobs a.all:active {
  text-decoration: underline;
}

/*-------------JOB SEARCH-----------*/

#JobSearch {
  background-color: #EAE9E5;
  clear: both;
  padding: 35px;
  margin: 3px 0 2px 0;
  min-height: 320px;
}

#JobSearch fieldset {
  margin-bottom: 5px;
  overflow: hidden;
}

#JobSearch label {
  color: #000;
  float: left;
  font-size: 0.9em;
  margin-right: 5px;
  text-align: right;
  width: 140px;
}

#JobSearch select {
  float: left;
  width: 160px;
}

#JobSearch input {
  background-color: #485598;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  margin-left: 5px;
  padding: 0;
}

#JobSearch .jobsAvailable {
  display: block;
  margin: 10px 0 10px 150px;
}

#SearchJobBag {
  background-color: #fff;
  border: 1px solid #485598;
  margin-left: 145px;
  padding: 5px;
  width: 148px;
}

#SearchJobBag h3 {
  color: #485598;
  margin-bottom: 3px;
}

#SearchJobBag h3 a:link,
#SearchJobBag h3 a:visited {
  text-decoration: none;
}

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

#OtherJobs {
  border: 1px solid #485598;
  margin-top: 30px;
  padding: 10px;
}

#OtherJobs h3 {
  color: #485598;
  margin-bottom: 15px;
}

#OtherJobs li {
  color: #000;
  line-height: 1.1em;
  margin-bottom: 15px;
}

/*----------------CALL TO ACTION------------*/

#CallToAction {
  border: 1px solid #ea765d;
  float: left;
  font-size: 0.9em;
  height: 100px;
  line-height: 1.3em;
  padding: 10px 5px;
  text-decoration: none;
  color: #666;
  width: 345px;
}

#CallToAction strong {
  color: #ea765d;
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 3px;
}

#CallToAction span {
  color: #ea765d;
  display: block;
  font-size: 1.1em;
  margin-bottom: 5px;
}


/*--------------SIDE LINKS-------------*/

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

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

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

#Links a:link,
#Links a:visited {
  border: 1px solid #a4a4a4;
  color: #a4a4a4;
  display: block;
  font-size: 1.2em;
  height: 110px;
  line-height: 1.2em;
  padding: 5px;
  text-decoration: none;
}

#Links .wcox a:link,
#Links .wcox a:visited {
  color: #485598;
  font-size: 0.9em;
}

#Links .wcox span {
  color: #485598;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}

#Links .logo {
  margin-top: 10px;
}

#Links .logo a:link,
#Links .logo a:visited {
  border: 0;
  height: 46px;
  padding: 0 5px;
}

#Links img {
  display: block;
}

#Links li.em a:link,
#Links li.em a:visited {
  background-color: #6E8E9B;
  border: 1px solid #6E8E9B;
  color: #fff;
}

#Links li.strong a:link,
#Links li.strong a:visited {
  background-color: #4A9AA5;
  border: 1px solid #4A9AA5;
  color: #fff;
}

#Links a em {
  font-style: normal;
  font-weight: bold;
}

/*----------------FOOTER SECTION-------------*/
#Footer {
  background-color: #e1decb;
  clear: both;
  font-size: 0.8em;
  height: 1.5em;
  overflow: hidden;
  padding: 5px 10px;
}

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

#Footer ul li a:link,
#Footer ul li a:visited {
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
}

#Footer ul li a:hover,
#Footer ul li a:active {
  text-decoration: underline;
}

#Copyright {
  float: right;
}
