* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	background-image: url('http://www.baukevanderlaan.com/cms/site/img/bg.jpg');
	background-repeat: no-repeat;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; border-bottom: dotted 1px #000; color: #000;}
a:active { text-decoration: none; border-bottom: dotted 1px #000; color: #000;}
a:visited { text-decoration: none; border-bottom: dotted 1px #000; color: #000;}
a:hover { text-decoration: none; border-bottom: solid 1px #000;	 color: #000;}

#menu a:link { text-decoration: none; border-bottom: none; color: #000;}
#menu a:active { text-decoration: none; border-bottom: none; color: #000;}
#menu a:visited { text-decoration: none; border-bottom: none; color: #000;}
#menu a:hover { text-decoration: none; border-bottom: solid 1px #000; color: #000;}

a img { border: none; }

#menu {
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	line-height: 15px;
	margin-left: 20px;
	margin-top: 30px;
	width: 145px;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
}

#menu ul li.section-title {
	font-weight: bold;
	font-size: 11px;
}


#content {
	height: 100%;
	margin: 0 0 0 185px;
	top: 0;
	margin-top: 90px;
	line-height: 15px;
	width: 640px;
}

.container {
    padding: 5px 5px 25px 0px;
}

#content p { width: 640px; margin-bottom: 15px; }

p {
    margin: 0 0 15px 0;
}

h1 {
	font-size: 11px;
}

h2 {
	font-size: 11px;
	padding-bottom: 30px;
	font-weight: normal;
}

h2:before {
	content: "\2014"
	}

h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 640px; margin: 0; padding: 0 0 11px 0; }

#once { clear: left; }

span.email {
	display: none;
}

/*Panelshizzle*/

.slide-button {
	position: relative;
	z-index: 20;
	cursor: pointer;
	height: 30px;
	padding-top: 15px;
	padding-left:20px;
	font-weight: bold;
}

.slide-button:hover {
	text-decoration: underline;
}

#panel {
	width: 825px;
}

#list-1 {
	display: inline;
	float: left;
	width: 145px;
	margin-left: 20px;
	padding-top: 15px;
	border-top: 1px solid #000;
}

#list-2 {
	display: inline;
	float: left;
	width: 310px;
	padding-top: 15px;
	margin-left: 20px;
	border-top: 1px solid #000;
}

#scroller {
	height: 260px;
}

#list-3 {
	float: left;
	width: 310px;
	padding-top: 15px;
	margin-left: 20px; 
	border-top: 1px solid #000;
}

#list-4 {
	float: left;
}

ul.list {
	line-height: 15px;
	list-style-type: none;
}

ul.list li {
	padding-bottom: 15px;
}

li.header {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
}

li.subheader {
	padding-top: 15px;
	font-weight: bold;
}

li.item {
	padding-top: 15px;
}

.slide-panel {
	position: absolute;
	z-index: 25;
	background: #fff;
}

.bottom {
	bottom: 0;
}

.top {
	top: 0;
}

.panelcontent {
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
	height: 0;
	width: 100%;
	color: #000;
	width: 825px;
}

/*Scrollpaneshizzle*/


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
