/* Vital Interest Projects*/
/* © 2008 Jop Berkhout | design_stuff */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #cd9933;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#ffffff;
	line-height: 18px;
	margin: 10px 0px 10px 0px; 
}

h1 { 	
	font-family: Verdana, Arial, sans-serif;			
	color:#ffffff;
	font-size: 16px;
	font-weight:bold;
	padding-bottom: 15px;		
}

h2 {
	font-family: Verdana, Arial, sans-serif;	
	margin: 20px 0px 10px 0px; 		
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, sans-serif;	
	margin: 15px 0px 10px 0px; 		
	color:#ffffff;
	font-size: 11px;
	font-weight:bold;
	line-height: 20px;
}

a {
	color:#990033;
	text-decoration:none;
	font-weight:bold;
}

object {
	margin-bottom: 20px;
}

a:active, a:hover, a.active {
	color: #a51948;
	text-decoration:underline;
}

img {
	border: 0px;	
}

#container {
	position:relative;
	margin: 0px auto;
	width: 904px;		
	background: transparent url(../images/layout/container-back.gif) left top repeat-y;
}

#logo {
	position:absolute;
	left:34px;
	top:0px;
	z-index:10;		
}

#header {
	height:359px;
	width:724px;
	background: #333333;
}

	#header img.headerpic {
		margin-top:75px;
		margin-bottom: -4px;
		z-index:5;
	}

ul#menu {
	position: absolute;
	top: 125px;
	left: 34px;
	height: 214px;
	width: 221px;	
	background-color: #336600;
	padding: 20px 0px 0px 20px;		
	list-style-type: none;	
	z-index: 10;	
}

	ul#menu li {																
		background: transparent url(../images/layout/arrow-menu.gif) 10px 7px no-repeat;			
	}

		ul#menu li a {					
			font-family: Arial, sans-serif;
			font-size: 11px;
			font-weight:bold;
			text-decoration:none;	
			text-transform:uppercase;
			color: #ffffff;
			border-bottom: 1px solid #ffffff;			
			display: block;
			width: 191px;
			padding: 5px 0px 5px 30px;
		}
		
			ul#menu li a:hover, ul#menu li a.active {
				color:#336600;						
				background: #8cbc00 url(../images/layout/arrow-menu-active.gif) 10px 7px no-repeat;
			}

#submenu  {	
	width:435px;	
	background: transparent url(../images/layout/submenu-back.gif) left top no-repeat;	
	padding:10px 0px 0px 290px;	
	height:60px;
}

	#submenu ul {	 	
		position: relative;
		width: 408px;		
		margin: 0;				
		white-space: nowrap;		
	}
		#submenu ul li {			
			padding-right: 15px;
			float: left;												
			list-style-type: none;
		}
			#submenu ul li a {
				position: relative;				
				display: block;																																
				text-decoration: none;				
				font-family: Verdana, Arial, sans-serif;
				font-size: 11px;
				font-weight:bold;
				text-decoration:none;
				color:#ffffff;					
			}
			
				#submenu ul li a:hover, #submenu ul li a.active {
					color:#8cbc00;											
				}
	
	
					#submenu ul li ul {
						position: absolute;
						width: 100%;
						left: 0;												
						padding-top: 22px;					
						white-space: nowrap;
					}
						#submenu ul li ul li{																												
							padding-right:15px	
						}
							#submenu ul li ul li a{
								width: auto;										
								font-family: Verdana, Arial, sans-serif;
								font-size: 9px;
								font-weight:bold;
								text-decoration:none;
								color:#bacf91;
							}
						
							#submenu ul li ul li a:hover, #submenu ul li ul li a.active {
								color:#336600;															
							}
								
#content {
	width: 690px;	
	padding-top:20px;	
	margin-left:34px;			
}

	#content ul, #content ol {
		padding: 10px 0px 10px 25px;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 18px;
		color: #ffffff;
	}
		
	#content ul {
		list-style: url(../images/layout/arrow-li.gif);
	}
	
		#content ul li, #content ol li {
			margin: 0px 0px 5px 0px;
		}

#images {	
	float:left;
	text-align:center;	
	width:241px;		
}
	
	#images img {
		padding-bottom:15px;
	}
		 
	#images form {
		margin: -20px 0px 0px 20px;
		padding-right: 20px;		
	}
	
	#images div.errors {
		margin-left:16px;
		margin-bottom:40px;
	}
		
	#images fieldset {
		padding: 0px 15px 15px 15px;
		border: 1px solid #990033;
		text-align: left;
	}
							
		#images fieldset div input, fieldset div textarea {
			border: 1px solid #990033;
			padding: 4px 0px;
			margin-bottom: 12px;
			color: #333333;
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px;
			width: 166px;
		}
		
			#images fieldset div#checkboxes input {
				color: #333333;
				font-family: Verdana, Arial, sans-serif;
				font-size: 11px;
				border: none;
				width: 20px;
				float: left;
			}
		
		#images legend {		
			margin: 0px 0px 10px 5px;
			padding: 2px 7px;
			background-color: #990033;
			border: 1px solid #990033;
			line-height: 20px;
			font-weight: bold;
		}
		
		#images label {		
			float: left;
			padding: 0px;
			color: #333333;
			font-size: 11px;
			font-weight: bold;
			line-height: 30px;
		}
		
			#images fieldset div#checkboxes label {	
				padding: 0px;
				color: #333333;
				font-size: 11px;
				font-weight: bold;
				line-height: normal;
				float: left;
				width: 90px;	
			}
		
	#images .errors, #images hr, #images p {
		width: 200px;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #990033;
		line-height: 18px;
	}
 
#text {				
	float:left;
	width:404px;
	padding: 0px 25px 25px 20px;
	margin-top:-4px;		
}

	#text ul#overview {						
		list-style:none;	
		list-style-image:none;	
		padding-top:0px;
		padding-left:0px;
		margin-top:0px;				
	}
		#text ul#overview li.item {						
			clear: both;						
			margin-top:40px;	
			border-top: 1px solid #cc6633;					
		}
	
		#text ul#overview li.item .floatbox {			
			float: left;									
		}
			
		#text ul#overview li.item div.cont{
			margin-top: 0px;
			margin-left: 215px;								
		}
				#text ul#overview li.item div.cont h2 {
					margin-top:0px;
				}
				#text ul#overview li.item div.cont h3 {
					margin-top:0px;
				}


form {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#ffffff;
	line-height: 18px;
}

#text fieldset {
	margin-top: 25px;
	padding: 0px 15px 0px 15px;
	border: 1px solid #990033;
}

	#text fieldset div {
		margin-bottom: 12px;
		display: block;
	}

		#text fieldset div input, fieldset div textarea {
			width: 213px;
			border: 1px solid #990033;
			padding: 4px;
			color: #333333;
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px;
		}

#text legend {
	margin: 0px 0px 12px 20px;
	padding: 2px 7px;
	background-color: #990033;
	border: 1px solid #990033;
	line-height: 20px;
	font-weight: bold;
}

#text label {
	float: left;
	width: 130px;
	padding: 0px 15px 0px 0px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;	
}

#verzenden {
	margin: 15px 22px 0px 0px;
	text-align: right;
}

	#verzenden input {
		margin-left: 5px;
		padding: 3px;
		background: #8cbc00;
		border: 1px solid #346702;
		color: #ffffff;
		font-weight: bold;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
	}
	
input:focus, textarea:focus {
	background: #ffe1ad;
	color: #990033;
}

#footer {	
	background: #333333 url(../images/layout/footer-back.gif) 34px top no-repeat;		
	clear:both;	
	width:724px;	
	padding-top:25px;	
	padding-bottom:25px;
}
		
	#footer ul {			
		margin:0px 25px 0px 300px;									
		list-style: none;		
		line-height:20px;		
	}			
	
		#footer ul li {
			font-family: Arial, sans-serif;						
			font-size: 11px;
			color: #cccccc;
			display: inline;
			padding-right:10px;																													
		}
		
		#footer ul li img  {							
			vertical-align: middle;						
			padding:0px 4px;	
		}
		
		#footer ul li a {
		 	color:#ffffff;
		}
		
#triggers {
	position:absolute;
	top:3px;
	left:724px;
	width:160px;
	height:200px;	
	padding-left:20px;
}

	#triggers p {
		color: #000000;
		font-weight:bold;
		padding:8px 0px;
	}
	#triggers a {
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color:#000;
	}
	
	#trigger img {		
	
	}

.errors {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#ffffff;
	line-height: 18px;
}
#images #socialcont {
	display:inline-block;
	margin:0 auto;
	overflow:hidden;
	width:auto;
	*padding-left:25px;
}
#images .icon {
	float:left;
	height:30px;
	text-indent:-4000px;
	width:31px;
	margin-top:10px;
}
#images .icons.hidden {
	visibility:hidden;
	clear:both;
}
#images .twitter {
	background:url(../images/icons/twitter.png) center center no-repeat;
}
#images .delicious {
	background:url(../images/icons/delicious.png) center center no-repeat;
}
#images .facebook {
	background:url(../images/icons/facebook.png) center center no-repeat;
}
#images .flickr {
	background:url(../images/icons/flickr.png) center center no-repeat;
}
#images .hyves {
	background:url(../images/icons/hyves.png) center center no-repeat;
}
#images .lastfm {
	background:url(../images/icons/lastfm.png) center center no-repeat;
}
#images .linkedin {
	background:url(../images/icons/linkedin.png) center center no-repeat;
}
#images .myspace {
	background:url(../images/icons/myspace.png) center center no-repeat;
}
#images .vimeo {
	background:url(../images/icons/vimeo.png) center center no-repeat;
}
#images .youtube {
	background:url(../images/icons/youtube.png) center center no-repeat;
}
