/*
-----------------------------------------------
Mapper Style Sheet
website: www.mapper.nl
version: 2007.01
----------------------------------------------- */
/* Text rules
----------------------------------------------- */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #909090;
	line-height: 16px;
}
#contents p, #contents h3, #contents ul, #contents ol, #contents form, #contents address {
	padding: 0 7px;
}
#contents ul, #contents ol {
	margin-left: 18px;
}
#contents ul li, #contents ol li {
	margin-bottom: 18px;
}
#contents ul.blue, #contents ol.blue {
	margin: 0;
}
#contents ul.blue li, #contents ol.blue li {
	list-style: none;
	padding-left: 15px;
	background: url(../images/icons/bullet-blue.gif) 3px 5px no-repeat;
}
 .starters #contents ul li, .starters #contents ol li,  .professionals #contents ul li,  .professionals #contents ol li {
	margin-bottom: 0;
}
h2{
	font-family: Arial;
	color: #0078BF;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 1.4em;
	padding: 11px 7px 11px 7px;
	margin: -23px 0 23px 0;
	font-weight: bold;
	background: url(../images/bg/dots-horizontal.gif) bottom left repeat-x;
	text-transform: uppercase;
}
h3 {
	font-size: 11px;
	color: #0078BF;
	margin-bottom: 7px;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}
h4 a {
	color: #0078BF;
}
.home h4 {
	font-weight: bold;
}
div.hr {
	background: url(../images/bg/dots-horizontal.gif) top left  repeat-x;
	height: 1px;
	margin-bottom: 4px;
}
div.hr hr {
	display: none;
}

p, ul, ol, address {
	margin-bottom: 15px;
}
p#breadcrums {
	color: #0078BF;
	padding: 5px 7px !important;
	margin: 0 0 23px 0;
	font-weight: normal;
	font-size: 12px;
	background: url(../images/bg/breadcrums.gif) top left repeat-x;
}
address {
	font-style: normal;
	font-weight: bold;
}
.sitemap #contents li, .sitemap #contents li ul {
	margin-bottom: 3px;
}
a {
	color: #909090;
}
a.no-line {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
label, button {
	cursor: pointer;
}
button#show-vacancies, button#show-vacancies-start, button#show-vacancies-prof, button.apply-for-this-job {
	text-indent: -5555px;
	outline: 0;
	display: block;
	border: 0;
	background-position: top left;
	background-repeat: no-repeat;
}
button#show-vacancies {
	background-image: url(../images/bg/show-vacancies.gif);
	width: 123px;
	height: 22px;
}
button#show-vacancies-start {
	background-image: url(../images/bg/show-vacancies-start.gif);
	width: 211px;
	height: 22px;
}
button#show-vacancies-prof {
	background-image: url(../images/bg/show-vacancies-prof.gif);
	width: 211px;
	height: 22px;
}
button#show-vacancies:hover, button#show-vacancies.over,
button#show-vacancies-start:hover, button#show-vacancies-start.over,
button#show-vacancies-prof:hover, button#show-vacancies-prof.over {
	background-position: bottom left;
}
button.apply-for-this-job {
	background-image: url(../images/bg/apply-for-this-job.gif);
	width: 145px;
	height: 22px;
}
button.apply-for-this-job:hover, button.apply-for-this-job.over {
	background-position: bottom left;
}
.float-right{
	float: right;
	margin-left: 18px;
}
.float-left{
	float: left;
	width: 383px;
}
.w380 {
	width: 380px;
}
/* Specific homepage rules
----------------------------------------------- */
.home h2 {
	width: 206px;
	padding: 5px 7px 0 7px;
	margin: 22px 0 5px 0;
	font-size: 14px;
	text-transform: none;
	background: url(../images/bg/dots-horizontal.gif) top left repeat-x;
}
.home #news h2 {
	width: 693px;
}
.home #news p, .home #news h4 {
	padding: 0 7px;
}
.home div.block {
	display: block;
	padding: 5px;
	width: 210px;
	height: 177px;
	position: relative;
}
.home #contents p {
	padding: 0;
}
.home div#contents h3{
	padding: 0;
}
.home .block p, .home .block p a {
	color: #0078BF;
	text-decoration: none;
}
.home a.arrow {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.home #sub-navigation, .home #right-column, .home #contents {
	background: url(../images/bg/dots-block.gif) bottom left repeat-x;
	padding-bottom: 3px;
}
.home #sub-navigation div.block{
	background: url(../images/bg/home1.jpg) top left no-repeat;
}
#right-column div.block {
	background: url(../images/bg/home2.jpg) top left no-repeat;
}
.home #contents div.block {
	background: url(../images/bg/home3.jpg) top left no-repeat;
}
.home a.image-link {
	display: block;
	height: 125px;
	text-indent: -5555px;
	outline: 0;
}
/* End homepage rules
----------------------------------------------- */

/* Forms
----------------------------------------------- */
label {
	display: block;
	float: left;
	width: 130px;
	clear: left;
}
label.check {
	clear: right;
}
input.check {
	float: left;
	cursor: pointer;
}
input.text {
	border: 1px solid #D3D5D6;
	border-top: 1px solid #6D6F70;
	padding: 4px 0 0 5px;
	width: 225px;
	font-size: 11px;
	font-family: Verdana;
	height: 16px;
}
textarea {
	border: 1px solid #D3D5D6;
	border-top: 1px solid #6D6F70;
	padding: 4px 0 0 2px;
	width: 250px;
	font-size: 11px;
	font-family: Verdana;
	height: 80px;
}
.text {
	margin-bottom: 7px;
}
select {
	cursor: pointer;
	width: 232px;
}
input.submit {
	cursor: pointer;
}
/* End Forms
----------------------------------------------- */

/* These are standard sIFR styles... do not modify 
----------------------------------------------- */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h2, .sIFR-hasFlash #navigation em, .home .sIFR-hasFlash h3 {
/*	visibility: hidden;*/
}
.sIFR-hasFlash h2 {

}
.sIFR-hasFlash p#breadcrums {
	visibility: hidden;
	line-height: 16px;
}
.sIFR-hasFlash .home h2 {
	letter-spacing: 1px;
	line-height: 22px;
	font-size: 16px;
	background: url(../images/bg/dots-horizontal.gif) top left repeat-x;
	text-transform: none;
}
.sIFR-hasFlash .home h3 {
	letter-spacing: 1px;
	line-height: 24px;
	font-size: 20px;
	text-transform: uppercase;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
----------------------------------------------- */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}