body{
	margin: 0px;
	padding: 0px;
	font: 80%/100% Verdana, sans-serif;
	background: white url(../images/bg.gif) repeat-y fixed center 50px;
	text-align: center;
}

h1{
	font: 150%/120% Arial, sans-serif;
	color: black;
	border-top: 2px solid red;
	border-bottom: 2px solid #1414B8;
	margin: 0px 0px 10px 0px;
	text-align: left;
	text-transform: capitalize;
}

h2{
	font: bold 120%/120% Arial, sans-serif;
	color: black;
	margin: 10px 0px;
	text-align: left;
}

h3{
	font: bold 100%/120% Arial, sans-serif;
	color: black;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px; 
	text-align: left;
	text-indent: 7px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}

p{
	font: 100%/160% Verdana, sans-serif;
	color: black;
	text-align: left;
	margin: 0px;
	padding: 5px 0px;
}

p a:link, p a:visited{
	color: #1414B8;
	text-decoration: underline;
}

p a:hover, p a:visited:hover{
	color: red;
	text-decoration: underline;
}

img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul, ol{
	padding: 0px;
	margin: 0px;
	text-align: left;
}

ul li{
	list-style: disc inside;
	padding: 2px 0px;
}

ol li{
	list-style: decimal inside;
	padding: 2px 0px;
}

#terms2 li{
	list-style: lower-alpha inside;
}

/*Page layout*/

#container{
	position: relative;
	padding: 0px;
	margin: 0px auto;
	width: 740px;
	height: auto;
	border: 0px;
}

#headpic{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 4px;
	left: 370px;
	height: 126px;
	width: 370px;
	background: clear;
	z-index: 1;
}

#header{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 740px;
	height: 130px;
	z-index: 2;
}

*html #header{
	left: 0px;
}

#logoarea{
	position: absolute;
	top: 25px;
	left: 18px;
	height: 95px;
	width: 200px;
	z-index: 3;
}

.footer{
	font: 80%/140% Verdana, sans-serif;
	text-align: center;
	margin-top: 10px;
	border-top: 2px solid red;
}

.footer a:link, .footer a:visited{
	color: #1414B8;
	text-decoration: underline;
}

.footer a:hover, .footer a:visited:hover{
	color: red;
	text-decoration: underline;
}

#toplink li{
	font: bold 80%/100% Verdana, sans-serif;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#toplink li a{
	color: #1414B8;
	text-decoration: underline;
}

#toplink li a:hover, #toplink li a:visited:hover{
	color: red;
	text-decoration: none;
}

#login{
	position: absolute;
	top: 2px;
	left: 0px;
	width: 330px;
	height: 20px;
	text-align: left;
	z-index: 4;
	text-transform: uppercase;
}

#login li{
	font: bold 11px/20px Arial, sans-serif;
	text-indent: 22px;
	list-style: none outside;
	padding: 0px;
}

#login li a:link, #login li a:visited{
	color: #1414B8;
	text-decoration: underline;
}

#login li a:hover, #login li a:visited:hover{
	color: red;
	text-decoration: underline;
}

#quicksearch{
	position: absolute;
	top: 140px;
	left: 15px;
	width: 140px;
	height: 55px;
	border: 2px solid #1414B8;
	background: white;
	text-align: left;
}

#quicksearch li{
	font: bold 12px/24px Arial, sans-serif; 
	border-bottom: 1px solid #1414B8;
	text-indent: 5px;
	list-style: none outside;
	padding: 0px;
}

#navigation{
	position: absolute;
	top: 210px;
	left: 15px;
	width: 140px;
	height: auto;
	text-align: left;
	border: 2px solid #1414B8;
	border-bottom: 1px solid #1414B8;
}

#navigation li{
	font: 12px/24px Arial, sans-serif; 
	border-bottom: 1px solid #1414B8;
	text-indent: 5px;
	list-style: none outside;
	padding: 0px;
}

#navigation li a{
	display: block;
	background: white;
	color: black;
	text-decoration: none;
}

#navigation li a:hover, #navigation a:visited:hover{
	display: block;
	background: red;
	color: black;
	text-decoration: none;
}

#navigation li a:active{
	display: block;
	background: red;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#about .about, #jobs .jobs, #cv .cv, #vacancy .vacancy, #contact .contact, #maillist .maillist{
	color: black;
	background: red;
	text-decoration: none;
	font-weight: bold;
}

#jobs #jobs-search, #jobs #jobs-type{
	font-weight: bold;
	background: #FFE4E1;
}

#submenu1, #submenu2{
	display: none;
}

#submenu3{
	display: inline;
}

#submenu1 li, #submenu2 li, #submenu3 li{
	text-indent: 20px;
}

#submenu1 li a:link, #submenu2 li a:link, #submenu3 li a:link, #submenu1 li a:visited, #submenu2 li a:visited, #submenu3 li a:visited{
	display: block;
	background: white;
	color: black;
	text-decoration: none;
}

#submenu1 li a:hover, #submenu2 li a:hover, #submenu3 li a:hover, #submenu1 li a:visited:hover, #submenu2 li a:visited:hover, #submenu3 li a:visited:hover{
	display: block;
	background: #FFE4E1;
	color: black;
	text-decoration: none;
}

#pagetitle{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 140px;
	left: 186px;
	width: 534px;
}

.homepagetitle{
	font-size: 200%;
	line-height: 100%;
	text-align: right;
}

#content{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 185px;
	left: 186px;
	width: 534px;
	height: 350px;
}

#content li{
	line-height: 160%;
	padding-left: 20px;
}

/*#content img{
	width: 100px;
	height: 100px;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}*/

table{
	font: 90%/180% Arial, sans-serif;
	width: 100%;
	padding: 0px;
	margin: 10px 0px;
	text-align: left;
	padding: 0px;
}

tr{
	padding: 0px;
	margin: 0px;
	height: 25px;
}

td{
	/*width: 100px;*/
	padding: 5px;
	margin: 0px;
}

#jobresultshead{
	background: #1414B8;
	font-weight: bold;
	color: white;
}

#jobresultshead img{
	vertical-align: middle;
}

#oddrow{
	background: #EFEFEF;
}

#evenrow{
	background: #DEDEDE;
}

table a:link, table a:visited{
	color: #1414B8;
	text-decoration: underline;
}

table a:hover, table a:visited:hover{
	color: red;
	text-decoration: underline;
}

.hidden{
	display: none;
}

.qksearch{
	width: 90px;
	margin: 5px 0px 5px 5px;
	border: 1px solid #1414B8;
	float: left;
}

.qbutton{
	width: 30px;
	height: 20px;
	margin: 5px 5px 5px 0px;
	border: 0px;
	padding: 0px;
	background: #1414B8;
	float: right;
	font: bold 10px Arial, sans-serif;
	color: white;
	text-align: center;
	cursor: pointer;
}

#form td{
	width: 20%;
}

#form input, #form textarea, #form select{
	border: 1px solid #1414B8;
}

.formbutton{
	width: 100px;
	height: 25px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #1414B8;
	font: bold 12px Arial, sans-serif;
	color: white;
	text-align: center;
	cursor: pointer;
}

.mandatory{
	background: #E1E1FF;
}

#branchaddresses{
	position: absolute;
	left: -171px;
	top: 220px;
	width: 140px;
	height: auto;
	border: 2px solid #1414B8;
	background: white;
}

.addresses{
	font: 80%/120% Verdana, sans-serif;
	margin-left: 7px;
}

#indexjobs{
	float: left;
	left: 0px;
	width: 260px;
/*	height: 330px;*/
	border: 1px solid red;
	padding: 0px 0px 100px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(/images/indexjobspic.jpg) no-repeat bottom;
}

#indexcv{
	float: right;
	left: 250px;
	width: 260px;
/*	height: 330px;*/
	border: 1px solid #1414B8;
	padding: 0px 0px 103px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(/images/indexcvpic.jpg) no-repeat bottom;
}

#indexvacancy{
	clear: both;
	left: 250px;
	width: 532px;
	height: 200px;
	border: 1px solid black;
	padding: 0px;
	background: url(/images/indexvacancypic.jpg) no-repeat bottom;
}

#indexcv a:link, #indexcv a:visited, #indexjobs a:link, #indexjobs a:visited{
	color: #1414B8;
	text-decoration: underline;
}

#indexcv a:hover, #indexcv a:visited:hover, #indexjobs a:hover, #indexjobs a:visited:hover{
	color: red;
	text-decoration: underline;
}

#indexjobs h2{
	text-align: left;
	color: white;
	background: red;
	padding: 10px 20px;
	margin: 0px;
}

#indexjobs li{
	font: 90%/100% Verdana, sans-serif; 
	padding: 0px;
	margin: 10px 0px 0px 20px;
	list-style: none outside;
}

#indexcv p, #indexvacancy p{
	font: 100%/150% Verdana, sans-serif;
	margin: 5px 20px;
}

#indexcv h2{
	text-align: left;
	color: white;
	background: #1414B8;
	padding: 10px 20px;
	margin: 0px;
}

#indexvacancy h2{
	text-align: left;
	color: white;
	background: black;
	padding: 10px 20px;
	margin: 0px;
}

#indexjobsearchlink p{
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	margin: 10px 0px;
	padding: 0px 0px 0px 20px;
}

#indexcvsubmitlink p{
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #1414B8;
	border-bottom: 1px solid #1414B8;
	margin: 10px 0px;
	padding: 0px 0px 0px 20px;
}

#indexvacancylink p{
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 10px 0px;
	padding: 0px 0px 0px 20px;
}

.fcrred{
	color: red;
	font-style: italic;
	font-weight: bold;
}

.fcrblue{
	color: #1414B8;
	font-style: italic;
	font-weight: bold;
}