/*
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal small Helvetica, Verdana, sans-serif;
	color: #653366;
}


fieldset {
	border: none;
}

legend {
	display: none;
}

h1 {
	margin: 0;
	color: #3c3f52;
	font-size: 1.6em;
	margin-bottom: .5em;
}

h2 {
	margin: 0 0 .5em 0;
	font-size: 15px;
	color: #c62900;
                font-weight:bold;
text-transform:uppercase;
}

h3 {
	margin: 0 0 .5em 0;
	font-size: 15px;
	color: #c62900;
                font-weight:bold;
}

ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
	margin-left: 2em;
}

ul {
	margin-bottom: 1.5em;
	margin-left: 2em;
	list-style: square;
}

blockquote {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
	line-height: 1.3em;
}



a {
	color: #c08f9f;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

img {
	border: none;
}

hr {
margin-left:32px;
margin-top:10px;
margin-bottom:10px;
color:#fff;
background-color:#fff;
height:1px;
border:none;
}


/* Top */

#top {
	width: 800px;
	height: 5px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 800px;
	height: 110px;
	margin: 0 auto;
                background: url(images/logo.jpg) no-repeat;

}

/* Header > Logo */

#logo {
                z-index: -1;
	padding: 0;
                position:absolute;

}

#photo {
	width: 800px;
	height: 205px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(http://www.janvanieperenfonds.nl/media/banners/rotate.php) no-repeat left top;

}


/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;

}

/* Content > Main */

#main {
	float: left;
	width: 510px;
	padding: 0 0 0 14px;
                clear:both;
}

#main a{
color:#c62900;
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 10px 0 0 0;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 210px;
height:328px;
	padding: 10px 10px 0 10px;
  background: url(images/sidebar.jpg) no-repeat;
color:#ffffff;
margin: 0 10px 0 10px;
}
#sidebar p{
margin-left:30px;
}


#breadcrumbs{
	clear: both;
	width: 800px;
	margin: 0 auto 0 auto;
	font-size: 0.8em;
                font-family:Arial, Verdana, sans-serif;
                padding-left:14px;
}

#breadcrumbs a{
                color:#c08f9f;
}

/* Content > Sidebar > Login */

#login {
}

#login label {

	display: block;

}



#login #inputtext2 {

	width: 180px;

	margin-bottom: .5em;

	padding: 2px 5px;

	border: 1px solid #CCCCCC;

	font: normal small Arial, Helvetica, sans-serif;

	color: #999999;

}



#login #inputtext1 {

	width: 180px;

	margin-bottom: .5em;

	padding: 2px 5px;

	border: 1px solid #CCCCCC;

	font: normal small Arial, Helvetica, sans-serif;

	color: #999999;

}



#login #inputsubmit1 {

	float: right;

	width: 60px;

	margin-right: 7px;

	border: 1px solid #CCCCCC;

	border-top-color: #FFFFFF;

	border-left-color: #FFFFFF;

	font: normal small Arial, Helvetica, sans-serif;

}



#login p {

	margin: 0;

	padding-top: .2em;

	font-size: x-small;

}


/* Footer */



#footer {
	clear: both;
	width: 800px;
	margin: 0 auto 0 auto;
	height:60px;
	background: url(images/footer.jpg) no-repeat;
}

#footer a {
color:#ffffff;
margin-left:680px;


}

/* Footer > Links */



#links {
	margin: 0;
	padding: 10px;
	text-align: center;

}
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	
/* Easy Slider */
#slider {margin-left:100px;}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;
		height:138px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;

		}	
	#nextBtn a, #slider1next a{ 

		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

	####	Header Menu #####

	#######################



	Horizontal Drop-Down Menu based off :

	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

	

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#navContainer {width: auto; display: block; clear: both;}





/* Remove List Formattings

~~~~~~~~~~~~~~~~~~~~  */

 ul.menu, li.menu {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

}



/* Header menu */	 

#header_menu {position: absolute; margin-left: 0px;}

ul#header_menu  {z-index: 10; clear: both;}





#nav {
	margin: 0 auto;
	padding:76px 0 0 95px;
                z-index: 11;
}

#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 1.1em; 
                font-family: Arial, Verdana, Helvetica, sans-serif;
	width: auto;

	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

#nav ul li {float: left; color: #000; text-align: left; font-weight: normal;border-right: 1px; border-color:#6b4872; border-right-style:solid;width: auto;}

#nav ul li a {display: block; padding: 0 10px 0 10px; padding-bottom: 1px;color: #ffffff; text-decoration: none;}


/* Root Level Link Formatting */

#nav ul li a:hover, #nav li a:focus {color: #940331;}

#nav li a:active, #nav ul li a.active {color: #940331;}



/* Current page Customisations*/

#nav li.menu-current a {color: #ffffff;font-weight: normal;}



/* 2nd Child menu */

#nav .menu li ul {width: 12em; position: absolute; margin: 0; display: none; text-transform: none; font-size: 100%;}

#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0;}

#nav .menu li ul a {width: 11em; padding: 3px 5px 3px 10px; background: #c62900; color: #fff;}



/* 2nd Child link hover */

#nav .menu li ul a:hover {color: #ffffff; background: #940331;}



/* Show and hide */

#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}

#nav .menu li ul ul { display: none;}

#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}

#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}





/* 3rd Child Menu Appreances */

#nav .menu li ul li ul li a 	{ width: 12em; padding: 3px 5px 3px 13px; background: #c62900; color: #fff; }



/* Positioning the Pop-out Drops */

#nav li {position: relative;}



#nav ul ul ul {

	position: absolute;

	top: 1px;

	left: 100%;

}









/* end menu */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

	Custom Classes (Re-useables)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	

/*  Float containers fix: */

.clearfix:after {

    content: ".";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

}

/*  \*/

* html #clearfix {

	height: 1%;

}

/*  */


