/* colors */
/*
	dark blue 	#0a5366
	dark red  	#990033
	light blue 	#0bb8e5
	brown		#603913
	beige		#a69a11	
*/

html,body {
	margin:	 0;
	padding: 0;	
}

body {
/*	font-family: 	Arial,Helvetica,sans-serif;*/
/*	font-size: 		100%;*/
	background: 	#3399CC url(../images/bg_steps_wide.gif);
	/*font-size: 	75%;*/
	color: 			#222; 
 	font-family: 	"Helvetica Neue", Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

td {
	vertical-align: top;
	padding: 4px;
	font-size: 0.9em;
}

table {
	border: 1px solid #414141;
}

a:hover {
	text-decoration: underline;
}

a:selected {
	font-weight: bold;
}

p {
	color: #000000;
	/*line-height: 2px;*/
}

img, fieldset {
	border: 0 none;
}

h1, h2, h3, h4, h5, h6 {
	color:		 #0a5366;
	font-weight: normal;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px dotted #414141;
}

li {
	list-style: none;
}

acronym {
	background:transparent url(../images/dotted.gif) repeat-x scroll 0 bottom;
	border:medium none;
}

.error, .notice, .success {
	border: 2px solid #DDDDDD;
	margin-bottom: 1em;
	padding: 5px;
	display: block;
}

.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8A1F11;
}

#wrapper {
	width: 		800px;
	margin: 	0 auto;
	text-align: left;
}

#flags {
	margin: 			0;
	padding: 			0 10px 0 0;
	width: 				300px;
	background-color: 	#3399CC;
	float: 				right;
}

	#flags li {
		float: right;
	}

#header {
	float:left;
	background: #990033 url(../images/head_bg.jpg) 0 0 no-repeat;
	width: 800px;
	margin-top: 5px;
	height: 110px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

	#logo {
		text-indent: -9999px;
		height: 110px;
		float: 	left;
		width: 	110px;
		margin: 0;
		background: tranparant url(../images/hond.gif) 0 0 no-repeat;
	}
	
	#logo a, #logo a:hover {
		text-decoration: none;
		height: 110px;
		float: 	left;
		width: 	110px;
	}

	#titlebar {
		text-indent: -9999px;
	}

/*-----layout -----*/

#main {
	/*background: 	#fff;*/
	background: #fff url(../images/content_bg.gif) repeat-x scroll left top;
	float: 			left;
	width: 			800px;
	padding-bottom: 4em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#left-col {
	float: left;
	width: 580px;
}

#right-col {
	float: 		right;
	width: 		200px;
}

.banners, .links {
	padding: 20px 20px 20px 0;
	margin-top: 50px;
}

.content {
	padding: 	20px;
	float: 		left;
	/*background-color: #fff;*/
}

	.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content pre, .content ol, .content ul {
		margin: 0;
	}
	
	.imageborder {
		background: #FAFAFA none repeat scroll 0 0;
		border: 	1px solid #DCDCDC;
		padding: 	4px;
		margin: 	0 10px 10px 0;
	}

	.content a, .content table p a, 
	.content a:visited, .content table p a:visited {
		color: #0a5366;		
		padding: 3px;
		text-decoration: underline;
	}
	
	/*.content a:hover, .content table p a:hover {
		color: #ffffff;
		background: #0bb8e5;
	}*/
	
	.content a:hover {
		color: #fff;
		background: #0bb8e5;
		text-decoration: none;				
	}
	
	/*.content table  p a:hover {
		color: #fff;
		background: #0bb8e5;
	}*/
			
	.content td a, .content td a:hover {
		text-decoration: none;
		background: none;
		padding: 3px;
	}	
	
	.content td a:hover {
		color: #0bb8e5;
	}
	
	.content h1 {
		font-size: 2em;
		padding-bottom: 0.25em;
	}

	.content h1.small {
		font-size: 1.7em;
	}

	.content h2 {
		padding: 10px 0 15px 0;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1.2em; 
		display: block;
	}
	
		.content h2, .content h2 a, .content h2 a:visited, .content h2 a:active {
			color: 			 #000;
			text-decoration: none;
			background: none;
		}

		.content h2 a:hover {
			text-decoration: underline;
			color: 			 #0a5366;
			background: none;
		}
		

	.content h4 {
		color: 			#333;
		/*font-size: 14px;*/
		line-height: 	14px;
		padding-bottom: 3px;
		padding-top: 	5px;
	}

	.content p {
		/*padding-left: 10px;*/
		/*padding-right:  57px;*/
		line-height: 	1.4em;
		font-size: 		0.9em;
	}	
	
	.content ul {
		/*margin-left: 0.5em;*/
	}
	
	.content li {
		list-style-type:disc;
		padding-left: 	1em;
		line-height: 	1.4em;
		font-size: 		0.9em;
	}
	
	a.imglink, a.imglink:hover {
		color: #fff;
		background: none;
		text-decoration: none;
		padding: 3px;
	}
	
	blockquote:first-letter {
  		background: url(../images/open-quote.gif) no-repeat left top;
		padding-left: 18px;  		
	}
	
	blockquote p:first-child {
		background: url(../images/open-quote.gif) no-repeat left top;
		text-indent: 0;
		padding-left: 18px;
	}

	blockquote {
  		font: italic 1.0em/1.4em Georgia, "Times New Roman", Times, serif;
  		/*width: 600px;*/
  		background: url(../images/close-quote.gif) no-repeat right bottom;
  		margin: 10px 30px;
  		padding-left: 18px;
  		text-indent: -18px;
	}	
	
	blockquote p {
		padding-left: 18px;
	}
	
	blockquote table p, blockquote table p:first-child {
		background: none;
		text-indent: 0px;
		padding-left: 18px;
	}
	
#movies a:hover {
		text-decoration: none;
		background: none;
}
	
/* ----- footer ----- */
#footer {
	clear: 			both;
	width: 			800px;
	height: 		46px;
	text-align: 	center;
	background: 	#990033;
	/*margin-bottom: 	40px;*/
	border-bottom:  1px solid #000;
	border-left: 	1px solid #000;
	border-right: 	1px solid #000;
}

#footer p {
	font-size: 	 90%;
	color: 		 #000000;
	padding-top: 	9px;
}

#footer a {
	margin: 0 6px 0 6px;
	text-decoration: underline;
	color: #000;
}

#footer a:hover {
	text-decoration: none;
}

#w3c {
	clear: both;
	width: 800px;
	height: 20px;
	text-align: center;
	margin-top: 4px;	
	margin-bottom: 20px;
	font-size:0.77em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:9px 0 0;
}

#w3c li.valid {
	
}

.valid a {
	color: #0a5366;
}

/* ----- navigation ------*/
#nav {
	background:  #FDE7B7;
	height: 	 40px;
	margin: 	 0;
	padding: 	 0;	
	float: 		 left;
	width: 		 800px; 
	list-style-type: none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#nav li {
	float: left;
	position: relative;
	padding: 0;
	height: 40px;
}

#nav li.active {
	background: #990033;
}

#nav li a {
	background: #FDE7B7;
	color: #000;
	padding: 10px 8px;
	height: 20px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
}

#nav li a:hover {
	color: #990033;
}

#nav li ul {
	background-color: #FDE7B7;
	float: none;
	margin: 0;
	left: 1px;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 40px;
	visibility: hidden;
	width: auto;
	z-index: 9999; 
	border-bottom: 2px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#nav li:hover ul {
	visibility: visible;
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 3px 0 3px 0;
	height: 20px;
	border-bottom: 1px solid gray;
}

#nav ul li.last {
	border-bottom: none;
}

#nav ul li a {
	background-image: none;
	color: 			  #000000;
	display: 		  block;
	float:			  none;
	font-weight:	  normal;
	height:			  auto;
	padding:		  0;
	margin: 		  0;
	text-transform:   none;
}

#nav ul li a:hover {
	color:	#990033;
	height:	auto;
}

#nav ul li a:hover .over-red {
	color: #414141;
}

.open {
	display: block;
}

.text { 
	font-family: Arial, Helvetica, sans-serif; 
}

input.text {
	width: 300px;
}

label {
	font-family: Arial,sans-serif;
}

textarea {
	height: 8em;
	line-height: 1.2em;
	width: 400px;
}

.button {
	color:	#0a5366;
	float:	right;
	font-size:	1.2em;
	padding: 3px 10px;
	background-color: #eaeaea;
	border: 1px solid #000;
}

/* ----- contactform ----- */
#contact {
	width: 500px;
}

#contact .field {
	margin: 0.1em 0;
}

#contact .field label {
	color: #0a5366;
	display: block;
	margin-bottom: 6px;
	font-size: 0.9em;
	font-weight: bold;
}

#contact .error {
	margin-bottom: 1em;
	border: none;
	background: none;
	display: block;
}

#contact .input_container {
	background-color: #fff;
	border: 1px solid #666666;
	padding: 5px;
	position: relative;
}

#contact input.text, #contact textarea {
	border: 1px solid #603913;
	color: #343434;
	font-size: 1.0em;
	padding: 5px;
	margin-bottom: 6px;
}

#outerborder {
	background-color: #efefef;
	border: 5px solid #ddd;
	padding: 10px;
	margin-top: 10px;
}

.button2, .submit input {
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-moz-box-sizing:content-box;
	border: 1px solid #BBBBBB;
	color: #464646;
	cursor: pointer;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
	padding: 2px 8px !important;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}

.button2 {
	background:#F2F2F2 url(../images/white-grad.png) repeat-x scroll left top;
}

a.button2, a.button2:visited {
	background:#F2F2F2 url(../images/white-grad.png) repeat-x scroll left top;
	text-decoration: none;
	color: black;
}

a.button2:hover {
	color: #000;
	background:#F2F2F2 url(../images/white-grad.png) repeat-x scroll left top;
	border: 1px solid #000;
}

/* ---- homepage sliders ---- */
#homepage-slides {
	/*height: 300px;*/
	padding: 0 30px;
	width: 730px;
	background-color: #efefef;
	border: 5px solid #ddd;
	padding: 10px;
	margin-top: 10px;	
}

#homepage-slides #slide-1 {
	display: block;
}

#homepage-slides .slide {
	display: none;
	top: 0;
}

#homepage-tabs {
	height: 30px;
	display: block;
	margin-bottom: 40px;
	width: 760px;
}

#homepage-tabs a:hover {
	color: #414141;
	background: #efefef;
}

#homepage-tabs a.active, #homepage-tabs a.active:hover {
	color: #4C4C4C;
	background-color: #0bb8e5;
	cursor: default;
	/*background: #efefef;*/
}

#homepage-tabs .tab {
	color: #414141;
	background-color: #efefef;
	border: 1px dotted #414141;
	float:left;
	margin: 10px 20px 0 0;
	font-size: 24px;
	/*line-height: 24px;*/
	font-weight: bold;
	/*height: 30px;*/
	padding: 10px 0 10px 10px;
	text-decoration: none;
	width: 210px;
}

/* ----- sitemap ----- */
#sitemap {
	
}

#sitemap ul {
	margin-left: 0.9em;
	padding-left: 0.2em;
	list-style-type: none;
}

#sitemap ul li {
	padding-left: 1.1em;
	margin-top: 0.4em;
	list-style-type: none;
	color: #990033;
}

#sitemap ul li a {
	background: transparent url("sitemapdocbullet.gif") no-repeat;
	color: #000000;
	margin-left: -1.0em;
	padding-left: 1em;
	list-style-image: none;
}

	#sitemap ul li a:hover {
		color: #0bb8e5;
}

#sitemap ul li ul {
	background: transparent url("sitemapfolderbullet.gif") no-repeat;
	list-style-type: circle;
	margin: 0;
	padding: 0;
}

#sitemap ul li a.parent {
	background: transparent url(none) no-repeat;
}

#sitemap ul li ul li {
	margin-left: 1.5em;
	padding-left: 20px;
	list-style-type: disc;
}


