/*
Block layout positioning
*/

html, body {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#container {
	position: relative;
	width: 988px;
	margin: 0 auto;
	text-align: left;
	margin-top:0px;      
}

div#content{
	position:relative;
	margin-left:10px;
	width:821px;
	padding:56px;
	padding-bottom:0px;
	background-color:#ffffff;
	min-height:500px;
}
div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#endDiv{
	position:relative;
	width:100%;
	background-color:#330066;
	height:10px;
}
div#topNav{
	position:absolute;
	width:150px;
	height:400px;
	left:20px;
	top:80px;
	padding-left:10px;
	color:#ffffff;
	font-size:90%;
}
div#topNav ul{
	list-style:none;
	list-style-position:inside;
	margin:0px;
	padding:0px;
}
div#topNav li{
	float:right;
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #ffFFFF;
}

div#topNav li input{
	border:none;
	background-color:#cdd7dd;
	height:15px;
	background-image:url(../images/zoomSearch.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}


div#pageName{
	position:absolute;
	top:10px;
	left:20px;
	z-index:20;
}
div#header {
	position:absolute;
	top:0px;
	left:0px;       
	height:110px;
	width:250px;
	z-index:1;
	overflow: auto;
	margin-left:9px;
}

div#pageTitle{
	position:absolute;
	top:165px;
	left:257px;
	width:470px;
	height:30px;
}
div#pageContainer{
	position:relative;
	margin-top:180px;
	margin-bottom:20px;
	float:left;
	width:470px;
	min-height:400px;
}
div#pageHeasder{
	width:100%;
	height:35px;
}
div#nav {
	position:absolute;
	margin-left:10px;
	top:122px;
	left:57px;
	z-index:105;
	width:821px;
	border-top:1px solid #584f4a;
	background-image:url(/images/pixStip.gif);
	background-repeat:repeat-x;
	background-position:0px 23px;
}

#onderNav{
	position:absolute;
	margin-left:10px;
	top:147px;
	left:57px;
	z-index:2;
	width:821px;
	background-image:url(/images/pixStip.gif);
	background-repeat:repeat-x;
	background-position:0px 23px;
	height:24px;
}

div#topnav {
	position:absolute;
	margin-left:10px;
	top:25px;
	left:475px;
	z-index:105;
	width:400px;
}

div#subNav {
	position:relative;
	top:0px;
	left:0px;
	z-index:105;
	width:172px;
	float:left;
	margin-right:28px;
	display:block;
}


div#containerTop{
	width:980px;
	height:250px;
}

div#containerBottom{
	width:980px;
	height:400px;
}

#imageContainer{	
	position:relative;
	margin-top:68px;
	top:0px;
	width:230px;
	float:left;
	position:block;
}
#txtClick{
	font-size:9px;
	position:absolute;
	margin-top:70px;
}

.smallContainer{
	position:relative;
	cursor:pointer;
	

}
.smallContainer:hover .smallImage{
	display:none;
}

.bgSmallImage{
	position:relative;
	width:90px;
	height:50px;
	float:left;
	padding:5px;
	margin-right:13px;
	margin-bottom:22px;
	border:1px solid #babab8;
}

.smallImage{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:60px;

}

.dimLayer{
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height:650px;
	z-index:3000;
}
.divLayer{
	position:absolute;
	top:80px;
	left:170px;
	width:640px;
	height:480px;
	z-index:3001;
}

/* footer */
div#footer {
	width: 980px;
	left:-35px;
	clear: both;
	position:relative;
	height:50px;
	padding-right:30px;
	background-image:url(/images/bgBottom.gif);
	background-repeat:no-repeat;
	padding-top:12px;
	padding-left:50px;
	background-color:#eeeeee;
}
#frameMain{
	position:absolute;
	text-align:left;
	left:0px;
	top:30px;
	width:590px;
	height:370px;
	padding:15px;
	margin-left:10px;
	margin-right:10px;
}
#frameNav{
	position:absolute;
	top:435px;
	left:300px;
}

#frameImage{
	position:absolute;
	top:50px;
	left:0px;
	width:180px;
	height:150px;
	z-index:4000;

}
/* hidden accessability elements */
ul.skip, h3.sr {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	display:none;
}

hr.h {
	display: none;
}
