@charset "UTF-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* GLOBAL STYLE CLASSES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
	height:100%;
	padding:0;
	margin:0;
	border:0;
    overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	
}
		body {
			margin: 0px;
			padding: 0px;
			height: 100%;
			width: 100%;
			background-color: #4b422d;
			border:0;
		}
				#container {
					width: 900px;
					position : relative;
					margin : 0 auto;
					top:0;
					left:0;
					right:0;
					bottom:0;
					height:100%;
				}
				#error_screen {
					background-color: #666666;
					float: left;
					height: 100%;
					width: 100%;
					z-index: 999;
					position: fixed;
				}
p {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EBEBEB;
	text-align: justify;}
.LTstandaard {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EBEBEB;
	text-align: justify;}

	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom:-5px;
	margin-bottom:-5px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* TOP BANNER + BREADCRUMBS + SEARCHFUNCTION */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container #top_banner {
	background-image: url(../interface/top_banner_clean.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	float: left;
	height: 145px;
	width: 900px;
}
		#top_banner #top_breadcrumbs {
			margin-left: 238px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #FFFFFF;
			float: left;
			margin-top: 85px;
		}
		#top_breadcrumbs a, #top_breadcrumbs:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
		}
		#top_banner #top_searchcontainer {
			margin-left: 672px;
			margin-top: 16px;
		}
				#top_searchcontainer #top_searchfield input {
					background-color: #fbf6e5;
					width: 160px;
					height: 20px;
					border-top-style: none;
					border-right-style: none;
					border-bottom-style: none;
					border-left-style: none;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					color: 7a6a49;
					text-decoration: none;
					text-align: left;
					text-indent: 5px;
					vertical-align: middle;
				}
				#top_searchcontainer #top_searchfield .submit, .submit {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: #FFFFFF;
					width: 47px;
					height:22px;
					text-align: center;
					text-decoration: none;
					background-color: #e4af07;
					border-top-style: none;
					border-right-style: none;
					border-bottom-style: none;
					border-left-style: none;
				}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* MIDDLE COLUMNS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#middle_container {
	float: left;
	width: 100%;
	min-height: 500px;
	background-color: #FFFFFF;
	background-image: url(../interface/left_background_repeative.jpg);
	background-repeat: repeat-y;
}
		/* LEFT */
		#middle_container #middle_left_container {
			width: 234px;
			float: left;
			min-height: 500px;
		}
				#middle_container #middle_left_container #top_navigation_start {
					height: 36px;
					width: 100%;
					background-image: url(../interface/left_background_start.jpg);
					background-repeat: no-repeat;
				}
				#middle_container #middle_left_container #top_navigation {
					width: 100%;
					padding-left: 14px;
					font-weight: normal;
				}
				#middle_container #middle_left_container #sub_navigation {
					padding-top: 30px;
					width: 100%;
					padding-left: 14px;
					height: 100%;
					background-image: url(../interface/left_background_repeative.jpg);
					background-repeat: repeat-y;
					font-weight: normal;
				}
						.nav_button, .nav_button:visited {
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 11px;
							font-weight: bold;
							color: #532871;
							text-decoration: none;
							padding-left: 16px;
							background-image:url(../interface/bullet_nav.gif);
							background-repeat: no-repeat;
							background-position: left;
							line-height: 19px;
						}
						.subnav_button, .subnav_button:visited {
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 11px;
							font-weight: bold;
							color: #584a28;
							text-decoration: none;
							padding-left: 16px;
							background-image:url(../interface/bullet_subnav.gif);
							background-repeat: no-repeat;
							background-position: left;
							line-height: 19px;
						}
						.nav_button:hover, .subnav_button:hover {
							color: #333333;
						}
						.nav_button_active {
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 11px;
							font-weight: bold;
							color: #d89808;
							text-decoration: none;
							padding-left: 16px;
							background-image:url(../interface/bullet_nav_active.gif);
							background-repeat: no-repeat;
							background-position: left;
							line-height: 19px;
						}
				#top_navigation_end {
					width: 100%;
					background-image: url(../interface/left_background_end.jpg);
					background-repeat: no-repeat;
					float: left;
					background-color: #999999;
				}
				#left_naw_container {
					width: 213px;
					background-color: #fbf6e5;
					float: left;
					bottom: 0px;
					margin-top: -100px;
				}
						#left_naw_content {
							height: 90px;
							font-family:Verdana, Arial, Helvetica, sans-serif;
							color: #585858;
							line-height: 20px;
							font-size: 11px;
							padding-left: 15px;
							padding-top: 10px;
						}
		
		/* MIDDLE */
		#middle_container #middle_middle_container {
			width: 445px;
			float: left;
			background-image: url(../interface/right_background_repeative.jpg);
			background-repeat: repeat-y;
			background-position: right;
			min-height: 500px;
		}
				.img_left {
					float: left;
					margin-right: 7px;
					border: 1px solid #666666;
				}
				.img_right {
					float: right;
					margin-left: 7px;
					border: 1px solid #666666;
				}
				#middle_page_title {
					font-size: 24px;
					color: #532871;
					width: 90%;
				}
				#middle_page_content {
					font-size: 11px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					color: #333333;
					line-height: 19px;
					padding-right: 35px;
				}
				#middle_middle_container #middle_image_container {
					width: 434px;
					height: 194px;
					position: absolute;
				}
				#middle_middle_container #middle_frame_container {
					width: 434px;
					height: 194px;
					position: absolute;
				}
				#middle_image_content {
					width: 434px;
					height: 194px;
					margin-bottom: 15px;
					margin-top: 18px;
				}
				#middle_image_caption {
					position: absolute;
					margin-top: 40px;
					z-index: 2;
				}
						.caption, .captionLarge {
							color: #FFFFFF;
							padding-left: 7px;
							display: block;
							width: 420px;
						}
				#middle_middle_container #middle_intro_container {
					width: 426px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: normal;
					color: #585858;
					text-decoration: none;
					padding-left: 5px;
					padding-right: 5px;
				}
						#middle_intro_container .intro_link, #middle_intro_container .intro_link:visited {
							font-weight: bold;
							color: #585858;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 11px;
							text-decoration: none;
						}
						#middle_intro_container .intro_link:hover {
							text-decoration: underline;
						}
						#middle_horizontal_ruler {
							margin-top: 10px;
							margin-bottom: 10px;
						}
						
				/* == STYLE FOR YELLOW PANEL ON THE RIGHT == */
				#yellow_panel_container {
					background-image: url(../interface/homepage_yellow_panel_repeative.jpg);
					background-repeat: repeat-y;
					width: 204px;
					float:right;
					margin-right: 8px;
					margin-top: 18px;
				}
						#yellow_panel_container_content {
							background-image: url(../interface/homepage_yellow_panel_repeative.jpg);
							background-repeat: repeat-y;
							float: right;							
						}
						#yellow_panel_content {
							background-image: url(../interface/homepage_yellow_panel_repeative.jpg);
							background-repeat: repeat-y;
							padding-right: 15px;
						}
						#yellow_panel_content .ruler {
							margin-left: 3px;
						}
				
				/* == STYLE FOR YELLOW PANEL ON THE HOMEPAGE == */	
				#yellow_homepage_container {
					background-image: url(../interface/homepage_yellow_panel_repeative.jpg);
					background-repeat: repeat-y;
					width: 204px;
					float:left;
					margin-right: 8px;
					margin-top: 18px;
				}
						#yellow_homepage_content {
							background-image: url(../interface/homepage_yellow_panel_repeative.jpg);
							background-repeat: repeat-y;
							padding-right: 15px;
						}
						#yellow_homepage_content .ruler {
							margin-left: 3px;
						}
						
				#brown_panel_container {
					background-image: url(../interface/homepage_brown_panel_repeative.jpg);
					background-repeat: repeat-y;
					width: 204px;
					float:right;
					margin-right: 8px;
					margin-top: 18px;
				}
						#brown_panel_content {
							background-image: url(../interface/homepage_brown_panel_repeative.jpg);
							background-repeat: repeat-y;
							padding-right: 15px;
						}
						#brown_panel_content .ruler {
							margin-left: 3px;
						}
				
				/* == STYLE FOR GREEN PANEL ON THE RIGHT == */	
				#green_panel_container {
					background-image: url(../interface/homepage_green_panel_repeative.jpg);
					background-repeat: repeat-y;
					width: 204px;
					float:right;
					margin-right: 8px;
					margin-top: 18px;
				}
				
						#green_panel_container_content {
							background-image: url(../interface/homepage_green_panel_repeative.jpg);
							background-repeat: repeat-y;
							float: right;							
						}
						#green_panel_content {
							background-image: url(../interface/homepage_green_panel_repeative.jpg);
							background-repeat: repeat-y;
							padding-right: 10px;
						}
						#green_panel_content .ruler {
							margin-left: 3px;
						}
				
				/* == STYLE FOR GREEN PANEL ON THE HOMEPAGE == */		
				#green_homepage_container {
					background-image: url(../interface/homepage_green_panel_repeative.jpg);
					background-repeat: repeat-y;
					width: 204px;
					float:right;
					margin-right: 12px;
					margin-top: 18px;
				}
				
						#green_homepage_container_content {
							background-image: url(../interface/homepage_green_panel_repeative.jpg);
							background-repeat: repeat-y;
							padding-right: 15px;
						}
						#green_homepage_content .ruler {
							margin-left: 3px;
						}
						
				#orange_panel_container {
					background-image: url(../interface/homepage_right_panel_repeative.jpg);
					background-repeat: repeat-y;
					width: 204px;
					float:right;
					margin-right: 8px;
					margin-top: 18px;
				}
				
				#orange_panel_container_content {
					background-image: url(../interface/homepage_right_panel_repeative.jpg);
					background-repeat: repeat-y;
					width: 204px;
					float:left;
					margin-top: 7px;
				}
						#orange_panel_content {
							background-image: url(../interface/homepage_right_panel_repeative.jpg);
							background-repeat: repeat-y;
							padding-right: 15px;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 11px;
							font-weight: normal;
							color: #FFFFFF;
							text-decoration: none;
						}
						#orange_panel_content .ruler {
							margin-left: 3px;
						}
						
				#purple_panel_container {
					background-image: url(../interface/homepage_purple_panel_repeative.jpg);
					background-repeat: repeat-y;
					width: 204px;
					float:right;
					margin-right: 8px;
					margin-top: 18px;
				}
						#purple_panel_content {
							background-image: url(../interface/homepage_purple_panel_repeative.jpg);
							background-repeat: repeat-y;
							padding-right: 15px;
						}
						#purple_panel_content .ruler {
							margin-left: 3px;
						}

						
				.panel_link {
					color: #FFFFFF;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					text-decoration: none;
					padding-bottom: 5px;
					margin-left: 14px;
					padding-left: 16px;
					background-image:url(../interface/bullet_panel.gif);
					background-repeat: no-repeat;
					background-position: left top;
					display: inline-block;
				}
	
		/* RIGHT */
		#middle_container #middle_right_container {
			width: 220px;
			float: left;
			margin-top: 0px;
			height: 100%;
		}
				
				
				#header_container {
					margin-top: 10px;
				}
						.header {
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 20px;
							color: #FFFFFF;
							text-decoration: none;
							padding-left: 14px;
							padding-top: 15px;
							width: 190px;
						}

#middle_nav_container {
	background-color: #F6F6F6;
	padding: 10px;
	padding-top: 17px;
	padding-left: 17px;
	margin-right: 25px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	float: left;
	width: 386px;
}
#middle_nav_item {
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#middle_nav_item .grey_subnav_button,#middle_nav_item .grey_subnav_button:visited {

}	
#top_right_start {
	height: 25px;
	width: 445px;
	background-image: url(../interface/right_background_start.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}
#top_homebutton {
	position: absolute;
	height: 130px;
	width: 125px;
	top: 10px;
	left: 45px;
}
.back_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #532871;
	text-decoration: none;
	padding-left: 16px;
	background-image:url(../interface/bullet_back.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 19px;
	font-variant: small-caps;
}
.zippcode_input {
	background-color: #fbf6e5;
	width: 75px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 7a6a49;
	text-transform:uppercase;
	text-decoration: none;
	text-align: left;
	font-size:14px;
	text-indent: 5px;
	vertical-align: top;
}
.contact_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	float: left;
	width: 33%;
	margin-bottom: 5px;
	position: static;
}
.contact_value {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	float: left;
	width: 67%;
	margin-bottom: 5px;
	position: static;
}
.contact_value select {
	height: 22px;
	font-size: 11px;
}
.contact_value input {
	height: 12px;
	font-size: 11px;
}
#orange_panel_route {
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.download_link {
	font-style: italic;
	color: #532871;
	text-decoration: none;
}
.download_link:hover {
	text-decoration: underline;
}.search_result_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.search_result_relevance {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d89808;
}
.search_result_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}
.search_result_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #532871;
	font-size: 10px;
}
.search_result_row {
	background-color: #F6F1F9;
	padding: 10px;
	width: 97%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8D7D96;
	margin-top: 20px;
}
.formInput {
	height: 30px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 3px;
}
.areaInput {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 3px;
}
.error, .success {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#previous_button {
	margin-top: 10px;
	clear: both;
	width: 100%;
	float: left;
}
.contact_submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #532871;
	text-decoration: none;
	padding-left: 16px;
	background-image:url(../interface/bullet_nav.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 19px;
	border: none;
	background-color: #F6F6F6;
}
#middle_page_content a {
	color: #532871;
}
#middle_nav_item a:active {
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 16px;
	background-image:url(../interface/bullet_moreinfo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
}
.error_screen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	padding: 25px;
	height: 100px;
	width: 400px;
	border: 5px solid #CC0000;
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -50px;
}
