/*****
COLORS

dark green #006633
dark red #A70020

*****/

html {
	/* background: #F4F2E2 url(../graphics/bg-body.png) repeat; */
	background-image: url(../graphics/bg-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #F5F3E6;
	background-attachment: fixed;
}

body {


}


.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}

* html .clearfix {
	height: 1%;
}

.cleaner {
	clear: both;	
}

/*****
TRIPOLI OVERRIDES
*****/

.content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 130%;
	color: #323232;
}

.content p {
	margin-bottom: 20px;
	line-height: 140%;
}

.content a {
	color: #000;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content p a,
.content li a {
	color: #000;
	text-decoration: underline;
}


.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
		font-family: Arial, sans-serif;
		clear: both;
}

.content h4 {	
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	margin: 0 0 16px 0;
}

.content input {
	font-family: Arial, sans-serif;
}

.content hr {
	clear: both;
	color: #fff;
	margin-bottom: 10px;
	height: 0px;
}

.content small, 
.content sup, 
.content sub {
	font-size:65%;
	line-height: 100%;
	vertical-align: -1px;
}

/*****
STRUCTURE
*****/



#wrapper {
	width: 874px; /*964*/
	margin: 0 auto;
}

#header {
	height: 215px;
	position: relative;
}

#slideshow {
	position: absolute;
	height: 302px;
	width: 874px;
	top: 215px;
	left: 0;
	background: url(/graphics/bg-slideshow.gif) no-repeat 0 1px;
	z-index: 101;
	overflow: hidden;
}

#slider {
	margin-top: 7px;
}

#algae-deco {
	position: absolute;
	top: 140px;
	right: -300px;
	width: 755px;
	height: 155px;
	background: url(../graphics/algae-deco-top.png) no-repeat;
	z-index: 10;
}

#algae-deco-bottom {
	position: absolute;
	top: 80px;
	right: -100px;
	width: 755px;
	height: 225px;
	background: url(../graphics/algae-deco-bottom.png) no-repeat;
	z-index: 9;	

}

div#logo {
	position: absolute;
	top: 15px;
	left: 2px;
	width: 176px;
	height: 186px;
}

div#flash-outer {
    padding-left: 40px;
    padding-bottom: 10px;
}

img#slogan-top-right {
	position: absolute;
	top: 60px;
	left: 484px;
}

ul#servicemenu {
	position: absolute;
	top: 13px;
	right:0;
	text-align: right;
}

ul#servicemenu li {
	text-transform: capitalize;
}

ul#servicemenu li a {
	text-decoration: none;
}


#maincontent {
	z-index: 100;
	position: absolute;
}

#homepage #maincontent {
	top: 524px;
}


#leftcol {
	position: relative;
	float: left;
	width: 172px;
	color: #003333;
}

#centercol {
	position: relative;
	float: left;
	width: 460px;
	margin: 0 10px;
}



#rightcol {
	position: relative;
	float: left;
	width: 228px;
}

.rightcol-block-video {
	margin: 10px 0;
}

.rightcol-block-video p {
	visibility: hidden;
	display: none;
}

#footer {
	clear: both;
}

/*****
LEFT COL
*****/


#socialmedia {
	padding: 6px 0;
	background: url(../graphics/bg-socialmedia-bottom.png) bottom left no-repeat;
}

ul#socialmedialinks {
	margin: 0;
	padding: 4px 0 0 0;
}

ul#socialmedialinks li {
	display: inline;
	list-style: none;
	padding: 0 12px 0 0;
	margin: 0;
}

/*****
MAIN NAVIGATION
*****/

#mainnav {
	margin-top: 8px;
	/*border-top: 3px solid #006633;*/
	background: url(../graphics/bg-mainnav-top.png) no-repeat 0 0;
}

#mainnav ul {
	margin: 8px 0 0 0;
	padding: 0 0 5px 0;


}

#mainnav ul li {
	position: relative;
	display: block;
	color: #003333;
	list-style: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	padding: 16px 0 19px 6px;
	letter-spacing: -0.02em;
	background: url(../graphics/bg-mainnav-ul.png) bottom left no-repeat;
}

#mainnav ul li a {
	display: block;
	color: #003333;
	/*background: url(../graphics/arrow-down-mainnav-blue.png) center right no-repeat;*/
	text-decoration: none;
}

#mainnav ul li a:hover {
	/*background: url(../graphics/arrow-mainnav-blue.png) center right no-repeat;*/
}

#mainnav ul li.active {
	font-weight: bold;
	color: #A6001F;
	/* background: url(../graphics/arrow-mainnav-red.png) center right no-repeat; */
}

#mainnav ul li span.opensub {
	position: absolute;
	right: 0px;
	top: 18px;
	width: 7px;
	height: 5px;
	background: url(../graphics/arrow-mainnav-blue.png) center right no-repeat;
	cursor: pointer;
}

#mainnav ul li span.opensub:hover {
	background: url(../graphics/arrow-down-mainnav-blue.png) center right no-repeat;
}

#mainnav ul li.active span.opensub {
	display: none;
}

#mainnav ul.sub {
	font-weight: normal;
	color: #003333;
	background: none;
}


#mainnav ul li.active a {
	color: #A6001F;
}

#mainnav ul ul li,
#mainnav ul ul ul li {
  background: none;
}


#mainnav ul li ul {
	padding: 0 0 8px 0;
}

#mainnav li ul li {
	font-size: 14px;
	padding: 0 0 4px 6px;
}

#mainnav li ul li a {
	background: none;
}

#mainnav ul li.news {
	background: none;
	padding: 0;
	margin: 0;
}

#mainnav ul li.news {
	padding: 10px 0 12px 6px;
	background: url(../graphics/bg-mainnav-li-news.png) bottom left no-repeat;
}

#mainnav ul li.news a {
	background: url(../graphics/arrow-mainnav-green.png) center right no-repeat;
}

#mainnav ul li.news a:hover {
	background: url(../graphics/arrow-mainnav-blue.png) center right no-repeat;
}

.subopen {
	background-color: #fff;
}

/*****
SERVICE MENU
*****/

ul#servicemenu li {
	display: inline;
	font: 10px/14px Arial, sans-serif;
	font-weight: bold;
	background: url(../graphics/divider-servicemenu.gif) center right no-repeat;
	padding: 0 20px 0 14px;
	color: #003333;
}

ul#servicemenu li a {
	color: #003333;
}



/*****
FRONTPAGE ITEMS
*****/

.mainitem {
	background-color: #fff;
	padding: 8px 8px;
	margin-bottom: 7px;
}

.mainitem h2 {
	margin-top: .5em;
}

.newsitem {
	background-color: #f1f1f1;
	width: 248px;
	float: left;
	clear: none;
	padding: 8px 8px;
	margin-bottom: 7px;
}

.newsitem.left {
	float: left;
}

.newsitemright,
.newsitem.right {
	float: right;
}

.content .newsitem .left p,
.content .newsitem .right p {
	margin-bottom: 0px;
}

.newsitem .legend {
	font-size: 12px;
}

.rightcol-block .legend-rightcol {
	color: #006633;
	font-size: 10px;
	font-weight: bold;
}

.legend span.date {
	font-size: 10px;
	color: #666;
	padding-left: 6px;
}

.newsitem h3 {
	margin: 5px 0 8px 0;
	font-size: 16px;
}

/*****
RIGHT COL
*****/

.rightcol-block {
	background-color: #F1F1F1;
	padding: 8px 6px;
	margin-bottom: 6px;
	float: none;
	clear: both;
}

.rightcolfooter {
	height: 2px;

	/*border-bottom: 1px solid #666;*/
	background: url(../graphics/bg-righblock.png) no-repeat left bottom;
}

img.extraimg {
		clear: both;
	float: none;
}

#rightcol p {
	font-size: 12px;
}

#rightcol p a:hover {
color: #A6001F;
}

#interestingreads {
	border-top: 3px solid #006633;
}

ul.rightblocklist {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

ul.rightblocklist li {
	padding: 0 0 6px 0;
	font-size: 12px;
	font-style: italic;
	line-height: 120%;
}

ul.rightblocklist li a {
	padding-right: 10px;
		background: url(../graphics/arrow-mainnav-red.png) center right no-repeat;
}

ul.rightblocklist li a:hover {
	padding-right: 10px;
		background: url(../graphics/arrow-mainnav-blue.png) center right no-repeat;
}

/*****
FORMS
*****/

#sendtofriendwrapper p { /* make warnings red in forms */
	color: #A70020;
	font-weight: normal;
}

#sendtofriendwrapper h6 {
	margin: 0 4px 8px 0;
	padding: 0 0 0 0;
	font-weight: normal;
	color: #003333;
	background: url(../graphics/icon-mail.gif) no-repeat center right;
	cursor: pointer;
}

input#search {
	background: #ccc url(../graphics/bg-input.png) repeat;
}

.content form#sendtofriendform {
	clear: both;
	float: none;
}

.content form#sendtofriendform label {
	float: left;
	width: 70px;
	font-size: 10px;
	color: #003434;
}

.content form#sendtofriendform input {
	float: left;
	padding: 3px;
	margin: 0 0 4px 0;
	width: 130px;
	border: 1px solid #fff;
	background: #ccc url(../graphics/bg-input.png) repeat;
	color: #999999;
}

.content form#sendtofriendform input#sendtofriendsubmit {
	float: right;
}

.content form#contactform .default-input {
	padding: 3px;
	margin: 0 0 4px 0;
	width: 130px;
	border: 1px solid #fff;
	background: #ccc url(../graphics/bg-input.png) repeat;
}

textarea#textarea_yourmessage {
	width: 434px;
}

.content form#contactform #textarea_reactie {
	padding: 3px;
	border: 1px solid #fff;
	background: #ccc url(../graphics/bg-input.png) repeat;
}

#searchbar {
	margin: 80px 0 0 0;
	padding: 0 12px 24px 0;
	background: url(../graphics/bg-socialmedia-top.png) bottom left no-repeat;
}

input.searchbutton,
.content form#sendtofriendform input.sendbutton {
	width: 42px;
	border: none;
	color: #003333;
	background: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-left: 2px;
}

input.searchbutton:hover,
.content form#sendtofriendform input.sendbutton:hover {
	background-color: #8ECF9B;
}

.searchbox,
.results-searchbox {
	background-color: #ccc;
	border: 1px solid #fff;
	padding: 3px!important;
	color: #999;
}

ul#search-results li {
	font-weight: bold;
}

ul#search-results li a {
	text-decoration: underline;
}

ul#search-results li span {
	font-weight: normal;
	text-decoration: none;
}

/*****
FAQ
*****/

#faq-content {
	border-top: 3px solid #006633;
}

#faq-introduction {	
	padding: 10px 0 0 0;
}

.faq-entry {
	position: relative;
	border-bottom: 1px solid #006633;
}

.faq-question {
	background: url(../graphics/arrow-mainnav-red.png) center right no-repeat;
}

.faq-question:hover {
	text-decoration: underline;
	cursor: help;
}

.faq-question p {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 5px;
}

.faq-answer {
	padding: 6px;
	background-color: #f1f1f1;
}

.open {
	background: url(../graphics/arrow-mainnav-red-down.png) center right no-repeat;
}


/*****
MISC
*****/

.entry {
	position: relative;
	border-top: 3px solid #006633;
	/*border-bottom: 1px solid #006633;*/
	
}

.entry-footer {
	height: 10px;
	background: url(../graphics/bg-main.png) center bottom no-repeat;
}

.entry a:hover {
	color: #A6001F;
}

.content .entry ul {
	background-color: #FFFDEF;
	padding: 10px;
	margin: 0 5px 10px 5px;
}

.content .entry li {
	padding: 0 0 6px 20px;
	list-style: none;
	background: url(../graphics/bullet.gif) no-repeat 0 4px;
}

.legend {
	font: 15px arial, sans-serif;
	color: #A70020;
	padding: 4px 0 0 0;	
}

.morelink {
	font-size: 10px;
	color: #A70020;
	text-align: right;
	background: url(../graphics/arrow-red.gif) right 5px no-repeat;
	font-style: italic;
	padding: 0 10px 0 0;
}

.morelink a {
	color: #A70020;
}

ul#sitemaplist {
	padding: 20px 0 0 0;
}

li.sitemap-chaptername {
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}

div#fancy_outer {
	z-index: 10000;
}
div#fancy_overlay {
	z-index: 10000;
}

#rightcol a.fancybox,
.pivotx-wrapper {
	margin: 4px 0 14px 0;
}


.pivotx-popupimage,
.pivotx-image {
	border: none!important;
	padding-top: 4px;
}

a.fancybox img {
	padding: 0;
	margin: 0 15px 0 0;
}

p a.fancybox {
	padding: 0;
	margin: 0;
}

.pivotx-wrapper-right {
	margin-left: 4px;
	float: right;
	clear: none;
	position: relative;
}

.pivotx-wrapper-left {
	margin-right: 20px;
	margin-top: 4px;
	float: left;
	clear: none;
	position: relative;
}

.pivotx-wrapper-inline {
	
}

.pivotx-popupimage:hover {

}

.message {
	padding: 4px;
	margin: 26px 0 16px 0;
	background-color: #F6F4E7;
	border: 1px solid #ccc;
}

.fancybox {
	position: relative;
	display: block;
}
.fancyhover {
	display: none;
}
.fancybox:hover .fancyhover {
	position: absolute;
	display: block;
	text-indent: -100em;
	overflow: hidden;
	border: 1px solid #666;
	right: 5px;
	bottom: 5px;
	width: 20px;
	height: 20px;
	background: url(/graphics/zoom.png) no-repeat center center;
}

.pivotx-wrapper-right .fancybox:hover .fancyhover,
.pivotx-wrapper-left .fancybox:hover .fancyhover {
	top: 5px;
	left: 5px;
	right: auto;
	bottom: auto;
}