﻿/*
 * TABLE OF CONTENTS:
 * - Browser reset
 * - HTML elements
 * - Generic content styles
 * - Main containers
 * - General styles   (styles that are not confined to a specific container)
 * - Control styles
 * - Page styles
 * - Hacks
 * - Print styles
 */






/*
 * BEGIN BROWSER RESET
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0
}
html {
	height:100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto
}
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal
}
em,cite {
	font-style:italic
}
strong {
	font-weight:bold
}
ol,ul {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0
}
q:before,q:after {
	content:''
}
abbr,acronym {
	border:0
}

/*
 * END BROWSER RESET
 */






/*
 * HTML ELEMENTS
 */

* {
	line-height: 1.286em;
}

html {
	height: 100%;
	font-size: 100%;
}

form {
	height: 100%;
}

body {
	height: 100%;
	font-size: 0.875em !important;
	background: #D9DADB;
}

body,
input,
select,
textarea {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #00366B;
}
a:hover,
a:focus {
	text-decoration: none;
}

p {
	margin: 0 0 1.2em 0;
}

h2 a:link,
h2 a:hover,
h2 a:active,
h2 a:visited {
	color: #000000;
}

/*
 * END HTML ELEMENTS
 */






/*
 * BEGIN GENERIC CONTENT STYLES
 */

*.genericContent h1 {
	margin-bottom: 11px;
	font-size: 1.286em;
	font-weight: bold;
}

*.genericContent h2,
*.genericContent .h2 {
	font-size: 1.143em;
	font-weight: bold;
}

*.genericContent h3 {
}

*.genericContent h4 {
}

*.genericContent h5 {
}

*.genericContent h6 {
}


*.genericContent img[align="left"] {
	margin: 4px 10px 0 0;
}

*.genericContent img[align="right"] {
	margin: 4px 0 0 10px;
}

*.genericContent ul {
	padding-left: 20px;
	list-style-type: disc;
}

*.genericContent ol {
	padding: 0 0 0 40px;
	list-style: decimal;
}


/*
 * END GENERIC CONTENT STYLES
 */

 
 
 
 
 
/*
 * BEGIN MAIN CONTAINERS
 */

div.containerMain {
	position: relative;
	margin: 0 auto 0 auto;
	width: 960px;
	min-height: 100%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: url(/Images/Website/body-background.png) top center repeat-y;
}
* html div.containerMain {
	height: 100%;
}

div.innerContainerMain1 {
	min-height: 100%;
	background: url(/Images/Website/body-background-top.png) top center no-repeat;
}
* html div.innerContainerMain1 {
	height: 100%;
}




div.header {
	height: 152px;
}

div.header a.logo {
	position: absolute;
	margin: 20px 0 0 28px
}

div.header div.search {
	width: 150px;
	position: absolute;
	margin: 78px 0 0 812px;
}



div.content div.column1 {
	float: left;
	width: 145px;
	min-height: 450px;
	padding: 26px 0 0 25px;
}
* html div.content div.column1 {
	height: 450px;
}

div.content div.column1 .RadMenu {
	float: none;
	padding-bottom: 55px;
	font-size: 1.071em;
}

div.content div.column1 .RadMenu .rmRootGroup {
	float: none;
}

div.content div.column1 .RadMenu li {
	width: 100%;
	margin: 0.4em 0;
}

div.content div.column1 .RadMenu a {
	cursor: pointer;
	display: block;
	float: none;
	min-height: 0;
	padding: 0.4em 1em;
	color: #333333 !important;
	text-decoration: none;
}
* html div.content div.column1 .RadMenu a {
	height: 0;
}

div.content div.column1 .RadMenu a:hover {
	color: #fff !important;
	background: #58585A
}

div.content div.column1 .RadMenu a.rmExpanded {
	cursor: default;
	color: #fff !important;
	background: #58585A
}

div.content div.column1 .RadMenu .rmSlide {
	top: 0 !important;
}

div.content div.column1 .RadMenu .rmSlide ul {
	padding: 0;
	background: url(/Images/Website/menu-slide-background.png)
}

div.content div.column1 .RadMenu .rmSlide li {
	margin: 0;
}

div.content div.column1 .RadMenu .rmSlide a {
	width: 190px !important;
	color: #fff !important;
}

div.content div.column1 .RadMenu .rmSlide a:hover {
	background: #1D3969;
}

div.content div.column1 .RadMenu .rmSlide .rmText {
	padding: 0 0 1px 0;
}




div.content div.column2 {
	float: left;
	width: 520px;
	padding: 36px 0 0 75px;
	overflow: hidden;
}

a.downloadQuickTime {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0 10px;
	background: url(/Images/Website/logo-quicktime.png) center no-repeat;
}

div.visual {
	position: absolute;
	bottom: 0;
	width: 200px;
	padding-left: 250px;
}

/*
 * END MAIN CONTAINERS
 */






/*
 * BEGIN GENERAL STYLES
 */

div.safeBox {
	min-height: 1em;
}
* html div.safeBox {
	height: 1em;
}

ul.semantic li {
	padding: 0;
	background: none
}

*.displayNone {
	display: none;
}

*.floatLeft {
	float: left;
}

*.clear {
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

*.map {
	display: block;
	overflow: hidden;
	background-color: #EFEBE2;
}

label {
	cursor: pointer;
}

.photoCaption {
	color: #999999;
	font-size: 0.857em;
}

/*
 * END GENERAL STYLES
 */






/*
 * BEGIN FORM CLASSES
 */

*.defaultFormHolder {
	min-height: 1em;
}
* html *.defaultFormHolder {
	height: 1em;
}

*.defaultFormHolder *.mandatory {
	color: #666;
	font-size: 0.9em;
}

*.defaultFormHolder fieldset {
	float: left;
	clear: both;
	width: 100%;
	border: 0;
}
* html *.defaultFormHolder fieldset {
	position: relative;
	margin-top: 0.6em;
}

*.defaultFormHolder *.submit input {
	margin-left: 163px;
	border-top: 1px solid #999999;
	border-right: 1px solid #1B1B1B;
	border-bottom: 1px solid #1B1B1B;
	border-left: 1px solid #999999;
	padding: 2px 3px;
	font-size: 0.929em;
	color: #fff;
	background: #363636 url(/Images/Website/button-background.png) repeat-x;
}

*.defaultFormHolder legend {
	font-weight: bold;
}
* html *.defaultFormHolder legend {
	position: relative;
	left: -7px;
	top: -0.75em;
}

*.defaultFormHolder fieldset ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

*.defaultFormHolder fieldset ol ol {
	float: left;
	margin: 0;
	padding: 0;
}

*.defaultFormHolder fieldset li li {
	padding: 0;
}

*.defaultFormHolder fieldset li {
	width: 100%;
	float: left;
	clear: left;
	padding: 0 0 5px 0;
	background: none;
}

*.defaultFormHolder fieldset.submit {
	margin-top: 0.5em;
}

*.defaultFormHolder label,
*.defaultFormHolder span.label {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	margin-right: 1em;
	padding-top: 5px !important;
}

*.defaultFormHolder label span,
*.defaultFormHolder span.label span {
	position: absolute;
	left: 150px;
}

*.defaultFormHolder ol ol label {
	display: inline;
	position: static ;
	float: none;
	width: auto;
	margin-right: auto;
}

*.defaultFormHolder input.text,
*.defaultFormHolder textarea {
	width: 200px;
	height: 24px;
	line-height: 1em;
	border: 0;
	padding: 4px 5px 0 5px;
}

*:first-child+html *.defaultFormHolder input.text,
*:first-child+html *.defaultFormHolder textarea {
	height: 24px;
	line-height: 24px;
	padding: 0 5px 0 5px;
}
* html *.defaultFormHolder input.text,
* html *.defaultFormHolder textarea {
	height: 24px;
	line-height: 24px;
	padding: 0 5px 0 5px;
}

*.defaultFormHolder textarea {
	height: 8em !important;
}

*.defaultFormHolder li.checkbox input {
	float: left;
}
*.defaultFormHolder li.checkbox label {
	width: auto !important;
}

*.defaultFormHolder input[type="radio"],
*.defaultFormHolder input[type="checkbox"] {
	margin: 2px;
}
*:first-child + html .defaultFormHolder input[type="radio"],
*:first-child + html .defaultFormHolder input[type="checkbox"] {
	margin: 0 0 0 -2px;
}
* html .defaultFormHolder .radio,
* html .defaultFormHolder .checkbox {
	margin: 0 0 0 -2px;
}

/*
 * END FORM CLASSES
 */






/*
 * BEGIN CONTROL STYLES
 */

.sf_searchBox label {
	display: none;
}

.sf_searchBox input {
	float: left;
}

.sf_searchBox input.sf_searchText {
	border-top: 1px solid #191A1B;
	border-right-width: 0;
	border-bottom: 1px solid #CCCCCD;
	border-left: 1px solid #191A1B;
	width: 94px;
	padding: 1px 6px;
	color: #666666;
	background: #E6E6E7;
}



div.mapSmall {
	float: left;
	margin-right: 1em;
	width: 219px;
	height: 309px;
}

div.mapSmall div.mapTitleBar {
	width: 100%;
	height: 22px;
	overflow: hidden;
	text-align: right;
	background: url(/Images/Website/map-background-top.png) no-repeat;
}

div.mapSmall div.mapTitleBar a {
	padding: 15px;
	color: #fff !important;
	font-size: 0.857em;
	text-decoration: none !important;
}

div.mapSmall div.mapTitleBar a:hover {
	text-decoration: underline !important;
}

div.mapSmall div.mapContent {
	width: 100%;
	overflow: hidden;
	height: 287px;
	background: url(/Images/Website/map-background.png) no-repeat;
}

div.mapLarge {
	display: none;
	width: 583px;
	height: 503px;
	position: absolute;
	top: 190px;
	left: 179px;
	z-index: 101;
}

div.mapLarge div.mapTitleBar {
	width: 100%;
	height: 22px;
	overflow: hidden;
	text-align: right;
	background: url(/Images/Website/map-large-background-top.png) 0 0 no-repeat;
}

div.mapLarge div.mapTitleBar a {
	padding: 15px;
	color: #fff !important;
	font-size: 0.857em;
	text-decoration: none !important;
}

div.mapLarge div.mapTitleBar a:hover {
	text-decoration: underline !important;
}

div.mapLarge div.mapContent {
	width: 100%;
	overflow: hidden;
	height: 481px;
	background: url(/Images/Website/map-large-background.png) no-repeat;
}
* html div.mapLarge div.mapContent {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Website/map-large-background.png', sizingMethod='crop')
}

div.mapLarge div.mapContentImageHolder {
	width: 575px;
	height: 473px;
	overflow: auto;
}

div.visualMapHolder {
	margin: 0 0 0 213px !important;
}

div.visualContactHolder img {
	position: relative;
}



*.searchResults {
	margin: 1.5em 0;
}

*.searchResults dd {
	padding: 0 0 1.3em 0;
}

div.sf_pagerPrefix {
	float: left;
	font-size: 0.857em;
}

*.sf_pager {
	width: 90% !important;
	clear: none !important;
	font-size: 0.857em;
}

*.sf_pager *,
div.sf_pagerPrefix {
	line-height: 1em;
}

*.sf_pager a {
	text-decoration: none !important;
}
*.sf_pager a:hover {
	text-decoration: underline !important;
}

*.sf_pager a.sf_PagerItem,
*.sf_pager a.sf_PagerSelItem {
	border-right: 1px solid #333333;
}

*.sf_pager a.sf_PagerSelItem {
	color: #ED1C24 !important;
}

*.searchResults dt a {
	font-size: 1.143em;
	text-decoration: none !important;
}
*.searchResults dt a:hover {
	text-decoration: underline !important;
}

*.searchSummary {
	color: #666666;
}



*.sf_newsList {
	padding: 0 !important;
	list-style-type: none !important;
}

*.sf_newsList li {
	padding: 0;
}

*.sf_newsList li p {
	padding: 0;
}

*.sf_newsList li p.sf_newsDate,
*.sf_newsList li p.sf_readMore,
*.sf_newsList li p.sf_postTags {
	display: none;
}

*.sf_newsList a.readMore {
	white-space: nowrap;
}

*.sf_newsList *.sf_newsTitle a {
	text-decoration: none !important;
}

*.sf_newsList *.sf_newsTitle a:hover {
	text-decoration: underline !important;
}

*.sf_backHolder {
	display: block;
	padding-bottom: 1.5em;
	font-size: 0.857em;
}

*.sf_newsDate {
	font-size: 0.857em;
	font-weight: bold;
}



*.contactform {
	position: relative;
	padding-bottom: 50px;
}

*.contactform *.localHead {
	position: relative;
}

*.contactform div.top {
	width: 519px;
	height: 8px;
	overflow: hidden;
	background: url(/Images/Website/contactForm-background-top.png) no-repeat;
}

*.contactform div.middle {
	width: 519px;
	padding-bottom: 5px;
	background: url(/Images/Website/contactForm-background-middle.png) 0 0 repeat-y;
}
* html *.contactform div.middle {
	height: 0;
}

*.contactform div.bottom {
	width: 519px;
	height: 8px;
	overflow: hidden;
	background: url(/Images/Website/contactForm-background-bottom.png) no-repeat;
}

*.contactform div.middle div.contentBox {
	min-height: 0;
	padding: 7px 18px 0 18px
}

*.contactform div.middle li.wideBox label {
	display: block;
	float: none;
	width: auto;
}

*.contactform div.middle li.wideBox label span {
	position: static;
}

*.contactform div.middle li.wideBox textarea {
	display: block;
	float: none;
	width: 471px;
}

*.contactform fieldset.submit input {
	margin-left: 68px;
}

*.contactform label,
*.contactform span.label {
	width: 55px;
}

*.contactform label span,
*.contactform span.label span {
	left: 55px;
}

*.contactform input.text {
	width: 270px;
}

div.visualContactHolder {
	margin: -200px 0 0 190px !important;
}

div.visualContactHolder img {
	position: relative;
}



ul.categories {
	padding: 7px 0 0 0;
	list-style-type: none;
}

ul.categories li {
	padding: 2px 0 2px 15px;
	background: url(/images/Website/li-background.gif) 0 0.65em no-repeat; 
}

ul.categories li a {
	font-size: 1.143em;
	font-weight: bold;
	text-decoration: none;
}

ul.categories li a:hover {
	text-decoration: underline;
}

ul.categories li span.categoryCount {
	font-size: 0.857em;
}



ol.sf_libraryList {
	margin: 16px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ol.sf_libraryList dt a {
	text-decoration: none;
}
ol.sf_libraryList dt a:hover {
	text-decoration: underline;
}

ol.sf_libraryList li {
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 21px;
}

ol.sf_libraryList span.description {
	display: block;
}

ol.sf_libraryList dd span.specs {
	color: #666666;
	font-size: 0.857em;
}

a.sf_libraryList_Back {
	text-decoration: none;
}

a.sf_libraryList_Back:hover {
	text-decoration: underline;
}



*.sf_newsletterSubscriptionForm label {
	width: 80px
}

*.newsletterFormHolder fieldset.sf_newsletterSubscriptionFormSubmit input {
	margin-left: 93px;
}

*.newsletterFormHolder label,
*.newsletterFormHolder span.label {
	width: 80px;
}

*.newsletterFormHolder label span,
*.newsletterFormHolder span.label span {
	left: 80px;
}



div.loginStatus {
	float: right;
	font-size: 0.857em;
}

div.loginStatus span.logout {
	text-transform: lowercase;
}



*.loginFormHolder {
	width: 424px;
}

*.loginFormHolder label {
	width: 80px
}

*.loginFormHolder fieldset.submit input {
	margin-left: 93px;
}

*.loginFormHolder li.checkbox {
	padding-left: 93px;
}

*.loginFormHolder label,
*.loginFormHolder span.label {
	width: 80px;
}

*.loginFormHolder label span,
*.loginFormHolder span.label span {
	left: 80px;
}

*.loginFormHolder div.top {
	height: 8px;
	overflow: hidden;
	background: url(/Images/Website/login-background-top.png) no-repeat;
}

*.loginFormHolder ol {
	margin-top: 12px !important;
}

*.loginFormHolder div.middle {
	padding: 7px 18px;
	background: url(/Images/Website/login-background-middle.png) repeat-y;
}
* html *.loginFormHolder div.middle {
	height: 0;
}

*.loginFormHolder div.bottom {
	height: 8px;
	overflow: hidden;
	background: url(/Images/Website/login-background-bottom.png) no-repeat;
}

*.loginFormHolder input.text {
	width: 273px;
}

*.loginFormHolder .accountLinks {
	margin: 19px 0 10px 0;
	font-size: 0.857em;
}



*.aanmeldenFormHolder {
	position: relative;
	padding-bottom: 50px;
}

*.aanmeldenFormHolder p {
	font-size: 0.87em;
}

*.aanmeldenFormHolder div.top {
	width: 425px;
	height: 8px;
	overflow: hidden;
	background: url(/Images/Website/login-background-top.png) no-repeat;
}

*.aanmeldenFormHolder div.middle {
	width: 425px;
	padding-bottom: 5px;
	background: url(/Images/Website/login-background-middle.png) 0 0 repeat-y;
}
* html *.aanmeldenFormHolder div.middle {
	height: 0;
}

*.aanmeldenFormHolder div.bottom {
	width: 425px;
	height: 8px;
	overflow: hidden;
	background: url(/Images/Website/login-background-bottom.png) no-repeat;
}

*.aanmeldenFormHolder div.middle div.contentBox {
	min-height: 0;
	padding: 7px 18px 0 18px
}

*.defaultFormHolder input.text {
	width: 195px;
}
* html *.defaultFormHolder input.text {
	width: 175px;
}

*.aanmeldenFormHolder td.submit {
	text-align: left;
}

*.aanmeldenFormHolder td.submit input {
	margin-left: 173px;
}
*:first-child+html *.aanmeldenFormHolder td.submit input {
	margin-left: 169px;
}
* html *.aanmeldenFormHolder td.submit input {
	margin-left: 169px;
}

*.aanmeldenFormHolder label,
*.aanmeldenFormHolder span.label {
	width: 160px;
}
* html *.aanmeldenFormHolder label,
* html *.aanmeldenFormHolder span.label {
	width: 155px;
}

*.aanmeldenFormHolder label span,
*.aanmeldenFormHolder span.label span {
	left: 160px;
}
* html *.aanmeldenFormHolder label span,
* html *.aanmeldenFormHolder span.label span {
	left: 155px;
}



*.sf_expandedList {
	margin: 0 !important;
	padding: 0 !important;
}

*.sf_expandedList li {
	margin: 0 !important;
	list-style: none;
}

*.sf_expandedList ul {
	margin: 0 0 0 1em;
}

*.sf_expandedList li li {
	list-style: disc;
}

/*
 * END CONTROL STYLES
 */
 
 
 
 
 
 
 /*
 * BEGIN PAGE STYLES
 */

body.Homepage div.innerContainerMain1 {
	height: 100%;
	background: url(/Images/Website/body-background-top-home.png) top center no-repeat;
}

body.Homepage div.header {
	height: 185px;
}

body.Homepage div.content div.column2 {
	overflow: visible;
}

body.Homepage div.content div.column2 div.visual {
	position: static;
	padding: 0;
}

* html body.Homepage div.content div.column2 div.visual {
	position: absolute;
	margin: -170px 0 0 333px;
}

body.Homepage div.content div.column2 div.visual img {
	position: relative;
	margin: -170px 0 0 333px;
}
* html body.Homepage div.content div.column2 div.visual img {
	margin: 0;
}

body.Homepage div.content div.column2 div.visual div {
	width: 361px;
	height: 286px;
}

/*
 * END PAGE STYLES
 */






/*
 * BEGIN HACK
 */

*.contactform div.middle div.contentBox:after,
*.defaultFormHolder:after,
div.innerContainerMain1:after,
div.content div.column1 .RadMenu a:after,
div.content div.column1 .RadTabStrip:after,
div.containerMain:after,
div.safeBox:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

/*
 * END HACK
 */






/*
 * BEGIN PRINT STYLES
 */

@media print {


	ul {
		padding: 0 0 0 20px;
	}

	ul li {
		padding: 0;
		list-style: disc;
		background: none;
	}
	
	div.containerMain {
		border-width: 0;
	}
	
	div.content div.column1,
	div.header div.search {
		display: none;
	}

	div.content div.column2 {
		width: auto;
		padding: 0;
	}
	
	div.header {
		height: 120px;
	}
	
	div.header a.logo {
		margin: 0
	}

}

/*
 * END PRINT STYLES
 */
