* {
	margin: 0;
	padding: 0;
	}

body {
	line-height: 140%;
	background-color: #0D4E59;
	padding-bottom: 10px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Arial, Helvetica, sans-serif
	} 
	
#container {
	
	width: 900px;
	height: 1300px;
	margin-left: 130px;
	margin-right: auto;
	background-color: #EFF5F6;
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF;
	border-top: solid 2px #FFF;
	}

#top {
	background-image: url('/images/banner.jpg');
	height: 90px
	}

#lead {
	height: 30px;
	background-color: #0D4E59;
	}

.navbar li {
	display: inline;}

#first_nav_bar {
	margin-left: 141px;
   	padding-left: 15px;
    }

#first_nav_bar li a {
	color: #fff;
	display: block;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 8px;
	padding-bottom: 7px;
	font-size: 14px;
	text-decoration: none;}

#first_nav_bar li a:hover {
	color: #AF0016;}

#second_nav_bar {
	background-color: #0D4E59;
	height: 21px;
	border-top: solid 2px #fff;
}

#second_nav_bar a {
	color: #fff;
	display: block;
	float: right;
	width: 180px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 12px;
	text-decoration: none;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-image: url('/images/button.jpg');
}

#second_nav_bar #services {
	border-right: solid 2px #fff;
	}
	

#second_nav_bar a:hover {
	background-image: url('/images/button_hover.jpg');
	background-repeat: repeat-x;
	background-position: 0px bottom
	}


#second_nav_bar .current {
	background-image: url('/images/button.jpg');
	background-repeat: repeat-x;
	background-position: center 0px
	}

#second_nav_bar li {
float: right;
width: 180px;
}

#second_nav_bar ul{
position: absolute;
width: 180px;
left: -1000px;
}

#second_nav_bar li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}	

	
	
#container #left {
	background-repeat: repeat-y;
	background-position: right 0px;
	background-color: #EFF5F6;
	width: 300px;
	height: 800px;
	float: left;
	padding-left: 50px;
	padding-top: 8px;
	margin-top: 10px;
	margin-right: 5px;
	padding-right: 8px;
	color: #0D4E59;
	}


#left ul li {
	list-style-type: none;
	margin-top: 10px;}

#left address {
	padding-top: 60px;
	color: #0D4E59;
	font-style: normal;
	margin-bottom: 10px;}

#left address a {
	color: #0D4E72;}

#left address a img {
	border: none;}

#container #content {
	float: right;
	width: 500px;
	background-color: #EFF5F6;
	margin-top: 27px;
	padding-right: 30px;
	padding-top: 20px;
	}


#container #content h1 {
	font-size: 18px;
	line-height: 120%;
	color: #0D4E59;
	margin-bottom: 1px;
	font-weight: bold;}
	
#container #content h3 {
	font-size: 12px;
	line-height: 120%;
	color: #0D4E59;
	margin-top: 1px;
	margin-bottom: 15px;
	font-weight: bold;
	}
	
#container #content h2 {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
  	line-height: 120%;
 	color: #000;
	}

#container #content h4 {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
  	line-height: 120%;
 	color: #fff;}

#container #content h5 {
	font-size: 14px;
	line-height: 120%;
	color: #0D4E59;
	margin-bottom: 1px;
	font-weight: bold;}

#container #content p {
margin-bottom: 0px;
}


#container #content ul li{
padding-left: 15px;
}

#container #content ul {
list-style-position: inside;
margin-bottom: 5px;	
margin-top: 10px;

}

#container #content h3 {
color: #0D4E59;
padding-top: 30px;
padding-bottom: 5px;}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0px none;
}
/* Einde IE only hack */ 
