/* Start of CMSMS style sheet 'FB - style' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   background-image: url(images/bg.png);
   background-repeat: repeat-x;
   text-align: left;
   font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
   background-color: #FFF;
   color: #4a8ab7;
   margin:0;    /* gives some air for the pagewrapper */
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
   color: #4a8ab7; 
   font-weight: bold; 
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #4a8ab7;
}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 960px;
   background-image: url(images/bg_body.png);
   background-repeat: no-repeat;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 173px;    /* adjust according your image size */
   background-color: transparent;
}

div#headermenu {
   background-image: url(images/bg_menu.png);
   background-repeat:no-repeat;
   height: 41px;
   width: 644px;
   margin: 0;
}

div#headermenucontent {
   float: right;
   font-family: Myriad Pro;
   font-size: 15px;
   color: #FFF;
  padding: 10px 0 0 0;
}
div#headermenucontent a {
   color: #FFF;
   text-decoration: none;
   text-transform:uppercase;
}

div#headerimage {
   background-image: url(images/header.jpg);
   background-repeat:no-repeat;
   height: 140px;
   width: 644px;
   position: relative;
}

.slideshow {
z-index: 0; 
position: absolute; 
right: 0; 
bottom: 10px;
background-color: #fff; 
filter:alpha(opacity=80); 
-moz-opacity:0.8;
 -khtml-opacity: 0.8; 
opacity: 0.8; 
width: 644px;
height: 55px;
 }

.slideshow div {
}

.slideshow div h1 {
z-index: 999;
color: #4a8ab7;
font-size: 15px;
margin: 5px 0 0 28px;
}

div#headerlogo {
   margin: 30px 0 0 30px;
   float: left;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#content {
   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */
}

div#contentwrapper {
   margin: 0 0 0 315px;
   border-top: 1px solid #0069aa;
   border-left: 1px solid #0069aa;
}

div#main {
   margin: 30px 0 0 30px;
   width: 585px;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 315px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#quotes {
   font-family: Myriad Pro;
   font-size: 15px;
   margin: 50px 10px 10px 10px;
   line-height: 18px;
   text-align: center;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #005ea0;
   background: transparent; /* same bg color as in header */
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
color: #005ea0;; /* needed becouse footer link would be same color as background otherwise */
font-weight: normal;
}


/********************
CONTENT STYLING
*********************/
h1 {
	color: #96bf0d; 
	font-size: 19px; 
	text-align: left; 
/* some air around the text */
	padding-bottom: 1px;
/* set borders around header */
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
h2 {
color: #96bf0d; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h3 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h4 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;

}


/* END LISTS */



div#snelmenucontainer {
height: 120px;
}

div#snelmenu {
float:left;
width: 190px;
text-align: left;
}

div#snelmenu ul.menu {
	float: left;
	width: 190px;
	padding: 12px 0 0 9px;
	margin: 0;
	list-style-type: none;
	height: 60px;
	border-right: 0px solid #70cff0;
        	border-top: 1px solid #70cff0;
}



#snelmenu ul.menu li a{
	float: left;
	width: 194px;
	margin-left: 10px;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-size: 11px;
	background-image: url(images/footerPijl.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	line-height: 18px;
}

#snelmenu ul.menu li a{
color: #ccc;
font-size: 10px;
}

#snelmenu ul.menu li.head {
	font-weight: bold;
	color: #010101;
	background-image: none;
	margin: 0px 0 5px 10px;
	padding: 0;
}

/* End of 'FB - style' */

