/*** ul#mortgage_menu ***/

ul#mortgage_menu{
	margin:0 0 1.6em 0;
	padding:0 5px 0 5px;
	display:block;
	height:27px;
	background:url(../img/mortgagemenu.gif) bottom left repeat-x;
}

ul#mortgage_menu li{
	float:left;
	list-style:none;
	margin:0 2px 0 0;
}

ul#mortgage_menu li a{
	float:left;
	display:block;
	font-weight:bold;
	padding:4px 8px 0 8px;
	height:20px;
	color:#97B92B;
	border:1px solid #97B92B;
	background:#F4F6E7;
	text-decoration:none;
	border-bottom:none;
}

ul#mortgage_menu li a:hover{
	background:white;
}

ul#mortgage_menu li a.selected{
	background:white;
	height:22px;
}

/*** ul.job_openings ***/

ul.job_openings{
	margin:0;padding:0;
	list-style:none;
}

ul.job_openings li{
	display:block;
	border-bottom:1px solid #CEE7F8;
	height:22px;
	padding:7px 0 0 0;
}

ul.job_openings li a{
	display:block;
	padding-right:22px;
	font-weight:bold;
	text-decoration:none;
	color:#163775;
	background:url(../img/newsmore2.gif) right -7px no-repeat;
}

ul.job_openings li a:hover{
	color:#97BA29;
	background:url(../img/newsmore3.gif) right -7px no-repeat;
}

/*** div.vcard ***/

div.vcard h4{
	letter-spacing:normal;
	font-family:Verdana, Sans-serif;
	color:#4B4B4B;
	margin:0;
	font-size:11px;
}

/** hide org name in org vcard **/
div.vcard h3.fn{display:none;}
/** show employee-name in employee vcard **/
div.employee_selected h3.fn{display:block;}

div.vcard ul{
	list-style:none;
	margin:0;padding:0;
}

div.vcard ul li.postal-code{
	float:left;
	margin-right:.5em;
}

/*** div.employees ***/

ul#employees{
	list-style:none;
	padding:0;
	margin:-.5em 0 1em 0;
	height:73px;
}

ul#employees li{
	float:left;
	display:block;
	margin:0 5px 0 0;
}

ul#employees li a{
	display:block;
	padding:4px;
	border:1px solid #A8D5F5;
	background:#DBEEFA;
}

ul#employees li a:hover{
	border:none;
	padding:5px;
	background:#97BA29;
}

ul#employees li a.selected,
ul#employees li a.selected:hover{
	border:none;
	padding:5px 5px 13px 5px;
	background:#97BA29 url(../img/employee_selected.gif) bottom left no-repeat;
}


ul#employees li a img{
	display:block;
	border:1px solid white;
}

/*** div.vcard.employee ***/

div.vcard.employee_selected{
	clear:left;
}

/* let op: ie5.5 interpreteert class1.class2 als (class1 OR class2) ipv (class1 AND class2) */
div.vcard.employee_selected img.photo{
	float:right;
	padding:4px;
	border:1px solid #A8D5F5;
	margin:0 0 1.6em 0;
}

div.vcard.employee_selected h3.fn{
	font-weight:bold;
	font-size:14px;
	letter-spacing:normal;
	margin:0 0 .3em 0;
	font-family:Verdana, Sans-serif;
}

/*** form#contact ***/

form#contact dl{}

form#contact dl dt{
	float:left;
	clear:left;
	width:131px;
	padding:7px 0 0 9px;
	border-bottom:1px solid #CEE7F8;
	height:22px;
}

form#contact dl dd{
	padding:7px 0 0 0px;
	border-bottom:1px solid #CEE7F8;
	height:22px;
}

form#contact dl dd label{
	margin-right:1em;
}

form#contact dl dd input{
	width:200px;
	margin-top:-3px;
}

form#contact dl dd label input{
	width:15px;
	border:none;
	position:static;
}

form#contact dl dd input.postal-code{ width:78px;}

form#contact dl dd input.locality,
form#contact dl dd input.street-address{
	width:300px;
}

/*** div.offer ***/

div.offer{
	border-top:5px solid #FFCC00;
	border-bottom:1px solid #FFCC00;
	background:url(../img/actiebg.gif) top left repeat-x;
	width:212px;
	padding:0 9px 1em 9px;
	margin:0 20px 19px 0;
	overflow:hidden;
}

div.offer.strong_offer{
	border-top:5px solid #F586B8;
	border-bottom:1px solid #F586B8;
	background:url(../img/actiestrongbg.gif) top left repeat-x;
}

div.offer img{
	margin:0 -10px 0 -10px;
}
div.offer h3{
	font-size:13px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:.4em 0 .4em 0;
}

div.offer a.more{
	float:left;
	padding:0 22px 0 0;
	background:url(../img/newsmore2.gif) right -8px no-repeat;
	text-decoration:none;
	margin:-1em 0 0 0;
	font-weight:bold;
	color:#163877;
}

div.offer a.more:hover{
	background:url(../img/newsmore3.gif) right -8px no-repeat;
	color:#97B929;
}



