/*************************************************
 	CSS FOR TEMPLATES USED IN SELF CREATED PAGES
 	BASED ON TEMPLATE BLOCKS
 	
 	0) SPECIAL (EXTRA LAYOUT FOR SIDE PANE)
 	1) TITLE
 	2) TITLE + TEXT
 	3) BANNER (1mage or slider)
 	4) ACCORDION => accordion  + list + tabs + slider
 	5) GALLERY
 	6) YOUTUBE
 	7) GOOGLEMAPS
 	8) TWITTER
 	9) BUTTON (CLICKABLE LINK) ***
   10) FACEBOOK SHARE
   11) FORM
   12) BREAK
   13) LEFT TEXT + RIGHT TEXT **
   14) LATEST NEWS
   15) UNIVERSAL BLOCK 100% *
   16) UNIVERSAL BLOCK 50% *
   17) UNIVERSAL BLOCK 33% *
   18) UNIVERSAL BLOCK 25% *
   19) UNIVERSAL BLOCK 66% *
   20) BUTTON ROW ***
   21) 1 IMAGE ***
   
   
   * if 1 image => shown in intro or text(if no intro)
     if 2 images => 1 in intro + 1 in text
     if >2 images => a slide gallery can be made and it will show in intro or text(if no intro)
     
   ** is almost the same as UNIVERSAL BLOCK 50% : but no images
   *** only one size !!!
   
   
   INCLUDE ALWAYS THE reset.css BEFORE APPLYING THIS STYLSHEET !!
   By johan@xian.be
 	
 ****************************************************************/
 
 
 /***************************************************
 * X GENERAL VALUES THAT CAN BE OVERRULED PER BLOCK
 ****************************************************/
h1 {font-family:'LatoBold', Arial, sans-serif; /*text-transform:uppercase; */font-size:18px; color:#3c3c3c; letter-spacing:0.05em; margin:35px 0 0 0}
h2{font-family:'LatoBold', Arial, sans-serif; text-transform:uppercase;font-size:18px; color:#e9e9e9; letter-spacing:0.05em;margin:0 0 35px 0; text-align:center}
h3{color:#333; font-family:'LatoBold', Arial, sans-serif;}
p{margin:0 0 1.5em 0; line-height:1.75em; color:#726d68}
a{}
.no_margin-right{margin-right:0;}
.break{clear:both;}
.holder {clear:both; }

 
/*********************************************************
* 0 SPECIAL (EXTRA LAYOUT FOR SIDE PANE) !!!!!!!!!!!
********************************************************/
 
.box {width:210px; float:left ;height:100%;padding-left:0;padding-top:10px;overflow:hidden;}
.box h1 {}
.box .tt_h1  {width:170px; padding-left:20px;padding-top:5px}
.box h2{margin:0; color:#3b3b3b; font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase}
.box .tt_intro {font:normal 11px Arial;display:block; line-height:19px;width:170px; }
.box a {font-size:11px}
.box_content .side_pane_form p {font-size:11px; line-height:16px}
.box_content{float:left;clear:both;width:100%; float:left ; padding:10px 0px 0px 0px;}
.box_content .side_pane_form {padding-left:20px;padding-right:20px}
.box .button_link {padding-left:20px}
.box_bottom{width:334px; float:left ;background : url('../images/bottom_344.png') -2px top  no-repeat;margin-top:-1px;margin-bottom:0px;}

/*********
* 1 TITLE 
***********/

.t_wrapper{margin:5px;}
.t_wrapper h1{float:left; clear:both;}


/*****************
* 2 TITLE + TEXT
******************/

.tt_wrapper {margin:0px 20px;float:left; clear:left;}

.tt_h1{color:#4a4a4a; font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;margin-bottom:25px}
.tt_intro p{font:12px arial;font-weight:bold;line-height:20px; padding-bottom:20px;}
.tt_text p{font:12px arial;line-height: 18px; padding-bottom:11px;}
.tt_text ul {display:block; float:none; clear:both;list-style-type:disc !important; margin:0; padding:0 0 0 20px} 
.tt_text ul li {list-style:disc;/*padding-bottom:5px; */line-height:18px}
.tt_wrapper h2{}
.tt_wrapper h3{}

/**********************************************
* 3 BANNER (FULL PAGE)
**********************************************/


/**
REMARKS : if arrows need to be under image gallery : height of nivoSlider must be higher than images !!!
**/

/* SLIDER WRAPPER  */
.slider-nivowrapper{ width:880px !important; height:300px !important;overflow:visible;}

/* SLIDER + IMAGES */
.nivoSlider{position:relative; width:880px !important; height:300px !important; overflow-y:hidden !important; background: url('../images/nivoslider_loading.gif') no-repeat 50% 50%;margin-bottom:25px;}
.nivoSlider img{position:absolute;top:0px;left:0px;display:none;border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;}
.nivo-main-image{display:block !important;position:relative !important; width:880px !important;}

/* IF IMAGE IS LINK */
.nivoSlider a{border:0;display:block;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}

/* The slices and boxes in the Slider */
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img{display:block; }

/*----- NIEUW TOEGEVOEGD -----*/
.nivoSlider:hover .nivo-caption {opacity: 0.85 !important;}
/*----- NIEUW TOEGEVOEGD -----*/

.nivo-caption{position:absolute;left:0px; bottom:0px;text-align:center;overflow:hidden;z-index:8;display:inline-block;height:auto;width:880px;vertical-align:middle;-webkit-transition:all 1s ease; -moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;opacity: 0 !important;}
.nivo-caption p{color:#a2a2a2;padding:10px 20px;margin:0;background:#000;display:inline-block; margin-bottom:20px;line-height:16px; border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;}
.nivo-caption h1{padding:5px;margin:0;font:bold 18px georgia;}
.nivo-caption h2{padding:5px;margin:0;font:bold 18px georgia;}
.nivo-caption a{display:inline !important;color:#4c4c4c;border-bottom:1px dotted #4c4c4c;}
.nivo-caption a:hover{color:#00e;border-bottom:1px dotted #00e;}
.nivo-html-caption{display:none;}

/*----- NAVIGATION CONTROL PREV/NEXT -----*/
.nivo-directionNav a.nivo-nextNav{position:absolute;top:22%;z-index:9;cursor:pointer;width:100px;height:170px;text-indent:-9999px;border:0;background:url(../images/nivoslider_arrows.png) no-repeat -90px 0px;right:0px;}
.nivo-directionNav a.nivo-prevNav{position:absolute;top:22%;z-index:9;cursor:pointer;width:100px;height:170px;text-indent:-9999px;border:0;left:0px;background:url(../images/nivoslider_arrows.png) no-repeat 15px 0px;}
.nivoSlider .nivo-directionNav a {opacity: 0;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
.nivoSlider:hover .nivo-directionNav a { opacity: 1; }


/*----- NAVIGATION CONTROL NUMBERS (1.2.3) -----*/
.nivo-controlNav{text-align:left;padding:0;position:relative;z-index:10;padding-top:10px;top:-45px;}
.nivo-controlNav a{display:inline-block;width:10px;height:10px;background:url('../images/nivoslider_bullets.png') no-repeat;text-indent:-9999px;border:0;margin:0 2px;}
.nivo-controlNav a.active{font-weight:bold;background-position:0 100%;}

/*----- THUMBS OF IMAGES UNDER GALLERY -----*/
.nivo-controlNav.nivo-thumbs-enabled{width:80%;}
.nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:none;margin-bottom:5px;}
.nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto;}

/***********************************************
* 4 ACCORDION (accordion / tabs /list/ slider)
***********************************************/

 /* IF IMAGES ARE INCLUDED */
.image_box_wrapper{float:left; clear:both;width:100%; margin-top:20px;margin-left:5px;}
.image_box_wrapper a{color:#6d6d6d;}
.image_box_wrapper a:hover{color:#fff;}
.image_wrapper{width:125px; height:179px;margin-right:15px;float:left;clear:none;position:relative;}
.image_wrapper_inners {width:125px; height:159px; background : url('../images/zoek_box_inactive.png') top left no-repeat;position:absolute;top:0;left:0;font-weight:bold;color:#6d6d6d;}
.image_wrapper_inners:hover{width:125px; height:159px; background : url('../images/zoek_box_active.png') top left no-repeat;position:absolute;top:0;left:0;}
.image_box_wrapper .image_name {width:125px;height:30px;position:absolute;top:140;left:0;font:bold 12px arial;text-align:center;display:table;}
.image_box_wrapper .image_name div{display: table-cell; vertical-align: middle; text-align: center;} 
.image_box_wrapper img{width:120px; height:120px;margin:3px;}




	/*----- ACCORDION -----*/
	.accordion_wrapper{border:1px solid #fff;padding:5px;margin:15px 0;float:left; clear:left;width:98%; background:#ddd;float:left; clear:left;position:relative;}	/* accordion wrapper */
	
			/* accordion settings are set in jquery-ui-site.css +> starts at 333 approx. */
	
	/*----- TABS -----*/
	.tabs_wrapper{float:left; clear:both; }
	#tabs{}
			/* TABS settings are set in jquery-ui-site.css +> starts at 484 approx. */
			/*content tabs*/
	
	.tabs_wrapper .ui-tabs-panel {background:#efefef;margin:10px;}
	
	
	/*----- LIST -----*/
	.acc_list_wrapper{}
	.acc_list_wrapper dt{font : bold 20px arial;} /* title */
	.acc_list_wrapper dd{font:normal 12px arial} /* text */
	.acc_list_wrapper a{width:95%; background:#fff; color:#414141} /* content accordion : link*/ 
	.acc_list_wrapper p{width:95%; background:#fff; color:#414141} /* content accordion : paragraph */ 
	.acc_list_wrapper ul{list_style:none;} /* content accordion : list */ 
	.acc_list_wrapper li{display:block;} /* content accordion : list_element */ 
	
	
	/*----- SLIDER -----*/
	.acc_slider_wrapper{float:left; clear:both;width:98%;height:100%; margin-top:10px;margin-left:5px;padding-bottom:10px;background:#efefef;
				-moz-border-radius-bottomright:10px;-khtml-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;
				-moz-border-radius-bottomleft:10px;-khtml-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px; 
				-moz-border-radius-topright:10px;-khtml-border-radius-topright:10px;-webkit-border-top-right-radius:10px;
				-moz-border-radius-topleft:10px;-khtml-border-radius-topleft:10px;-webkit-border-top-left-radius:10px; 
				
	}
	.pageblock_slider{ position:relative;left:55px;clear:both;width:420px; height:185px;padding:5px;border:1px solid #444;}
	#slider_acc{ overflow:hidden;}
	#slider_acc ul,#slider_acc li{margin:0;padding:0;list-style:none;}
	#slider_acc {margin-top:1em;}
	#slider_acc li{width:420px;height:175px;overflow:hidden; }
	/* forward back button */
	.acc_slider_wrapper #prevBtn,.acc_slider_wrapper #nextBtn{display:block;width:30px;height:77px;position:absolute;left:-30px;top:71px;z-index:1000;}
	.acc_slider_wrapper #nextBtn{left:450px;}
	.acc_slider_wrapper #prevBtn a,.acc_slider_wrapper #nextBtn a{display:block;position:relative;width:30px;height:77px;background:url(../images/gallery_back.png) no-repeat 0 0;}
	.acc_slider_wrapper #nextBtn a{background:url(../images/gallery_forward.png) no-repeat 0 0;}
	/* 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;}

/*****************
* 5 GALLERY
******************/

/**
REMARKS : if arrows need to be under image gallery : height of nivoSlider must be higher than images !!!
**/

	/* SLIDER WRAPPER  */
.slider_nivowrapper_gal{ width:560px !important; height:330px !important;  padding:40px 20px 5px 20px;overflow:visible;}

	/* SLIDER + IMAGES */

.nivoSlider_gal{position:relative; width:560px !important; height:330px !important; overflow-y:hidden !important; background: url('../images/nivoslider_loading.gif') no-repeat 50% 50%;margin-bottom:10px;    }
.nivoSlider_gal img{position:absolute;top:0px;left:0px;display:none;}
.nivoSlider_gal .nivo-main-image{display:block !important;position:relative !important; width:560px !important;height:300px;}

	/* IF IMAGE IS LINK */
.nivoSlider_gal a{border:0;display:block;}
.nivoSlider_gal a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;display:none;}

	/* The slices and boxes in the Slider */
.nivoSlider_gal .nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivoSlider_gal .nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivoSlider_gal .nivo-box img{display:block; }

	/*----- TEXT BOX (IF NEEDED) -----*/
	
.slider_nivowrapper_gal .nivo-caption{position:absolute;left:0px;bottom:40px;background:#fff;color:#444;width:50%;z-index:8;padding:5px 10px;opacity:0.8;overflow:hidden;display:none;-moz-opacity:0.8;filter:alpha(opacity=8);
}
.slider_nivowrapper_gal .nivo-caption a{display:block !important ;float:left;width:100% important;height:100%  important;background:green important; }
.slider_nivowrapper_gal .nivo-caption{font-family:Helvetica,Arial,sans-serif;}
.slider_nivowrapper_gal .nivo-caption p{padding:5px;margin:0;}
.slider_nivowrapper_gal .nivo-caption h1{padding:5px;margin:0;font:bold 18px georgia;}
.slider_nivowrapper_gal .nivo-caption h2{padding:5px;margin:0;font:bold 18px georgia;}

.slider_nivowrapper_gal .nivo-caption a:hover{color:#fff;}
.slider_nivowrapper_gal .nivo-html-caption{display:none;}
.slider_nivowrapper_gal .nivo-html-caption a{display:block;width:100%; height:100%;background:green;}

	/*----- NAVIGATION CONTROL PREV/NEXT -----*/
	
.nivoSlider_gal .nivo-directionNav a.nivo-nextNav{position:absolute;z-index:9;cursor:pointer;display:block;width:30px;height:30px;background:url('../images/nivoslider_arrows.png') 160% 50% no-repeat;text-indent:-9999px;border:0;
									bottom:0px;z-index:11;right:0px;}
.nivoSlider_gal .nivo-directionNav a.nivo-prevNav{position:absolute;z-index:9;cursor:pointer;display:block;width:30px;height:30px;background:url('../images/nivoslider_arrows.png') -60% 50% no-repeat;text-indent:-9999px;border:0;
									bottom:0px;z-index:11;right:0px;left:auto;right:35px}
.nivoSlider_gal .nivo-directionNav a:hover{background-color:#eee;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.nivoSlider_gal .nivo-directionNav a{background-color:#444;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}

	/*----- NAVIGATION CONTROL NUMBERS (1.2.3) -----*/
	
.nivoSlider_gal .nivo-controlNav{text-align:left;padding:0;position:relative;z-index:10;padding-top:10px;top:-45px;}
.nivoSlider_gal .nivo-controlNav a{display:inline-block;width:10px;height:10px;background:url('../images/nivoslider_bullets.png') no-repeat;text-indent:-9999px;border:0;margin:0 2px;}
.nivoSlider_gal .nivo-controlNav a.active{font-weight:bold;background-position:0 100%;}

	/*----- THUMBS OF IMAGES UNDER GALLERY -----*/
	
.nivo-controlNav.nivo-thumbs-enabled{width:80%;}
.nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:none;margin-bottom:5px;}
.nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto;}



/*****************
* 6 YOUTUBE
******************/

.youtube_wrapper{padding:5px;border:1px solid #fff; margin:15px 0;float:left; clear:left;}
.youtube_wrapper h1{}
.youtube_wrapper a{width:95%;  color:#0a7bb5;} 
.youtube_wrapper p{width:95%; } 
.youtube_wrapper ul{list_style:none;} 
.youtube_wrapper li{display:block;} 

/*****************
* 7 GOOGLEMAPS
******************/

.googlemaps_wrapper {padding:5px;border:1px solid #fff; margin:15px 0;float:left; clear:left;}
.googlemaps_wrapper h1{}
.googlemaps_wrapper a{width:95%;  color:#fff} 
.googlemaps_wrapper p{width:95%; } 
.googlemaps_wrapper ul{list_style:none;} 
.googlemaps_wrapper li{display:block;} 


/*****************
* 8 TWITTER
******************/

.tweeter_wrapper{padding:5px;border:1px solid #fff; margin:15px 0;float:left; clear:left;}
.tweeter_wrapper h1{}
.tweeter{font: 20px arial, serif;color: #fff;}
.tweeter .tweet_list {-webkit-border-radius: 0.5em;-moz-border-radius: 0.5em;border-radius: 0.5em;list-style: none;margin: 0;padding: 0;overflow-y: hidden;background-color:#0a7bb5;}
.tweeter .tweet_list li{overflow-y:auto;overflow-x:hidden;padding:0.5em;list-style-type:none;}
.tweeter .tweet_list li a{color:#0C717A;}
.tweeter .tweet_list .tweeter_even{background-color:#cccccc;}
.tweeter .tweet_list .tweeter_avatar{padding-right:.5em; float:left;}
.tweeter .tweet_list .tweeter_avatar img{vertical-align:middle;}

/*********************
* 9 BUTTON (CLICKABLE)
*********************/

.button_wrapper{padding:0;border:0px solid #fff;margin:5px 0 0 0;float:left; clear:left;}
.button_wrapper a{display:block; float:left;}

/*****************
* 10 FACEBOOK SHARE
******************/

.fb_wrapper {}


/*****************
* 11 FORM
******************/

/*****************
* 11 FORM
******************/

.page_form{float:left; clear:both;padding:25px;margin:10px 0 35px 0;width:600px !important;background-color:#fbfbfb;color:#aeaeae;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius:5px;}
form .page_form {width:100%;position:relative;padding:0;margin:0 0 0 0;float:left; clear:both;}
.page_zebox {min-width:450px;  width:100%; float:left; clear:both; margin:5px 0px;}
.page_zebox label.txt {width:170px;float:left; clear:both; text-align:left; padding:5px 5px 5px 10px;font-size:13px;line-height:1.6em;color:#aeaeae;margin-right:10px;}
.page_zebox label.txt2 {width:180px;float:left; clear:both;height:48px; text-align:left; padding:5px 5px 5px 0;font-size:13px;line-height:1.6em;color:#aeaeae;margin-right:10px;}
.page_zebox label.txt3 {width:180px;float:left; clear:both;height:72px; text-align:left; padding:5px 5px 5px 0;font-size:13px;line-height:1.6em;color:#aeaeae;margin-right:10px;}
.txt_extra {height:50px; width:170px;float:left; clear:both; text-align:left; padding:5px 5px 5px 10px;font-size:13px;line-height:1.6em;color:#aeaeae;margin-right:10px;}


.page_zebox .field    {width:305px; height:30px; background-color:#dedede; color:#636466;padding-left:10px;float:left;font-size:12px; clear:none;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:4px;}
.page_zebox .field_100{width:100px; height:30px; background-color:#dedede; color:#636466;padding-left:10px;float:left;font-size:12px; clear:none;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:4px;}
.page_zebox label.empty {background:transparent;}					
.page_zebox span {color:#818181; padding-left:2px; padding-right:10px}					
.page_zebox textarea {width:305px; padding-left:10px;height:157px;border:0;border:none;padding-top:5px;background-color:#dedede;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:4px;}
.page_zebox .submit{height:30px; border:0; display:block;float:left;clear:none;cursor:pointer;margin:10px 0 20px 0;color:#FFF;background:#333;padding:8px 15px; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.page_zebox .submit.red {margin-left:197px; background:#F00;}
.dropdown {color:#636466;font-size:12px;padding: 0;margin: 0;border: 1px solid #edede;height:31px;width: 305px;border-radius: 5px;overflow: hidden;background-color: #dedede;background: #dedede url("../img/arrow.png") no-repeat 95% 50%;}
.dropdown select { color:#636466;font-size:12px;padding: 5px 10px;width: 120%;border: none;box-shadow: none;background-color: transparent;background-image: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.dropdown select:focus {outline: none;}
#show_password{color:#999 !important; line-height:4.0em; padding-left:15px;}

.enigmaWrap{position:relative;float:left;clear:none;width:60px; height:18px;background:#ffffff;white-space: nowrap;overflow: hidden; padding:0;margin:10px 0 0 0;display:table-cell; vertical-align:middle}
.enigmaWrap span{position:relative; left: -18px;}

.page_form h2 {text-transform:none; color:#bababa; text-align:left }

#small_form{margin-top:10px ;}
#small_form .field{background: url('../images/input_text.png') top left no-repeat;width:199px ;height:32px; border:0; color:#636363;padding-left:10px;float:left; clear:left;}
#small_form .submit_small{background: url('../images/button_blue_86.png') top left no-repeat;width:86px ;height:30px; border:0; color:#444;padding-left:0px;float:left; clear:none;margin-left:8px;cursor:pointer;position:absolute ; top:49px;left:215px;}

.page_zebox_required {margin-left:149px;}
.page_zebox_required label{}
.page_zebox_required p{font-size:10px; font-style:italic;color:#818181}
.page_zebox_required p span{}

.page_zebox_warning {min-width:450px;  width:100%; float:left; clear:both; margin: 0; font:11px arial; }
.page_zebox_warning  label{width:25%;float:left; clear:both; text-align:left; padding:5px 5px 5px 0; font-family:Arial,Helvetica,sans-serif; font-size:12px;line-height:1.6em;color:#818181;margin-right:10px;font-style:italic}
.page_zebox_warning p{color:red;width:305px; background-color:transparent; padding-left:10px;float:left;font-size:12px; clear:none;border:none; height:20px;}
.page_zebox .tag {width:170px;float:left; clear:both; text-align:left; padding:5px 5px 5px 10px;font-size:13px;line-height:1.6em;color:#aeaeae;margin-right:10px;}


/*****************
* 12 BREAK
******************/

.pagebreak_wrapper{padding: 0;border:0px solid #fff;margin: 5px 0;float:left; clear:both;text-align:center;width:100%}
.pagebreak_wrapper .hr{margin:5px 20px 18px 20px;height: 10px;background: #f6f6f6;width: 93%;font-size: 1px; /* IE 6 */}
.pagebreak_wrapper img{ margin:5px 0;}
.page_break_space{float:left; clear:left;height:20px; width:100%;}


/**********************
* 13 LEFT RIGHT TEXT
**********************/

.left_right_wrapper{padding:10px;background:#ededed;margin:15px 0;float:left; clear:left;text-align:left;width:97%}
.left_right_wrapper .page_part_left{width:49% ; float:left; clear:none;}
.left_right_wrapper .page_part_right{width:49%; float:right;clear:right;}

.left_right_wrapper .page_part_left p{line-height:1.8em;}
.left_right_wrapper .page_part_left h2{color:#0a7bb5; font:16px arial;padding:5px 0;line-height:22px;}
.left_right_wrapper .page_part_right p{line-height:1.8em;}
.left_right_wrapper ul{list-style:disc;padding-left:15px;} 
.left_right_wrapper ul li{padding-left:5px;font:12px arial} 

.page_part_left h2, .page_part_right h2{font: bold 14px Arial; color:#0a7bb5;padding:0;margin:0;}
.page_part_left h3, .page_part_right h3{font: bold 12px Arial; color:#0a7bb5;}

/**********************
* 14 LATEST NEWS
**********************/

/********** CONTENT PANE LAYOUT **********************/
.page_latest_news_wrapper{ width:100%; float:left;   clear:both;   margin:5px 0px; }
.page_latest_news_wrapper h1{}
.page_latest_news_wrapper .newslist{list-style:none;}
.page_latest_news_wrapper .newslist li{margin-bottom:12px;border:none; }
.page_latest_news_wrapper .newslist h1{color:#4d4d4d; font:normal 12px arial; text-transform:uppercase}
.page_latest_news_wrapper .newslist h2{font: normal 12px Arial; color:#3b3b3b;padding:0; margin:0}
.page_latest_news_wrapper .newslist p{}
.page_latest_news_wrapper .newslist a.lees_button{ width:76px;z-index:10000; height:20px;display:block;color:#fff; font-size:13px;padding:5px;margin-top:10px;clear:left;float:left;}

/********** SIDE PANE LAYOUT **********************/
.side_pane_latest_news_wrapper{width:100%; float:left;clear:both; margin:0px;}
.side_pane_latest_news_wrapper h1{}
.side_pane_latest_news_wrapper .latest_newslist {list-style:none;margin:0;padding:0;}
.side_pane_latest_news_wrapper .latest_newslist li{display:block;border-bottom:1px solid #e5e5e5; padding-bottom:10px; padding-left:20px;margin:0 0 20px 0;}
.side_pane_latest_news_wrapper .latest_newslist li:last-child{display:block;border-bottom:1px solid #e5e5e5; padding-left:20px;margin:0;}
.side_pane_latest_news_wrapper .latest_newslist h1{width:180px;color:#4d4d4d; font:normal 12px arial; text-transform:uppercase}
.side_pane_latest_news_wrapper .latest_newslist h2{width:180px;color:#3b3b3b;font:11px arial;font-style:italic;padding:0;margin: 3px 0 10px 0;}
.side_pane_latest_news_wrapper .hr{  height: 1px;background: #e8e8e8;width: 100%;font-size: 1px;margin:2px  0 10px 0 /* IE 6 */} 
.side_pane_latest_news_wrapper .latest_newslist p{width:170px;font-size:11px}
.side_pane_latest_news_wrapper .latest_newslist img {padding:0; margin:0;width:170px;}
.side_pane_latest_news_wrapper .latest_newslist img.latest_image{margin:0px 0 20px 0 ;padding:0;float:left;width:170px;}
.side_pane_latest_news_wrapper .latest_newslist .lees_button a{color:#ff4e00; display:block;font:11px arial; padding-left: 20px; background:url(../images/bol_leesmeer.png) no-repeat 0 3px; margin:10px 0}

/**************************
* 15 UNIVERSAL BLOCK 100%
***************************/
.ub_wrapper100{margin:0;float:left; clear:left;width:100%}
.ub_wrapper100 h1{}
.ub_wrapper100 h2{text-align:left; color:#929292;}
.ub_wrapper100 h3{}
.ub_wrapper100 img {-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:15px;}

.ub100_intro {float:left;clear:both;width:100%}
.ub100_intro h2{text-align:left; color:#929292;}
.ub100_text {float:left;clear:both;width:100%}

.ub100_intro p a{} /* intro : link*/ 
.ub100_intro p {} /* intro : paragraph */ 
.ub100_intro ul{list_style:none;} /* intro : list */ 
.ub100_intro li{display:block;} /* intro : list_element */ 

.ub100_text a {} /* text : link*/ 
.ub100_text p {width:78%} /* text : paragraph */ 
.ub100_text ul{display:block; float:none; clear:both;list-style-type:disc !important; margin:0 0 0 10px; padding:0 0 0 20px} /* intro : list */ 
.ub100_text ul li{list-style:disc;/*padding-bottom:5px; */line-height:18px} /* intro : list_element */ 

.date_ub100{font-style:italic;}
a.ub100_link{text-decoration:none; color:#414141;}
a.ub100_link:hover{color:#919191;}

.ub100_read_more a {color:#ff4e00; display:block;font:12px arial; padding-left: 20px; background:url(../images/bol_leesmeer.png) no-repeat 0 2px; margin:10px 0}

/** IMAGE LAYOUT (NO GALLERY) **/
.ub100_img_wrapper_img_first{margin:0 0 25px 0; padding:0; position:relative} 
.ub100_img_wrapper_img_first img {margin:0; padding:0; border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;}
.ub100_img_wrapper_img_first .caption {margin:0; padding:0px; position:absolute; bottom:25px;left:0; width:100%; height:48px; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;opacity: 0 !important;zoom:1;color:#fff;line-height:16px;text-align:center} 
.ub100_img_wrapper_img_first .caption p {padding:10px 20px;background:#000; border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px; display:inline-block; color:#a2a2a2 !important;} 
.ub100_img_wrapper_img_first a:hover .caption {opacity: 1 !important;} 
 
 
/* 
.nivo-caption p{color:#a2a2a2;padding:10px 20px;margin:0;background:#000;display:inline-block; margin-bottom:20px;line-height:16px; border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;}
.nivo-caption h1{padding:5px;margin:0;font:bold 18px georgia;}
.nivo-caption h2{padding:5px;margin:0;font:bold 18px georgia;}
.nivo-caption a{display:inline !important;color:#4c4c4c;border-bottom:1px dotted #4c4c4c;}
.nivo-caption a:hover{color:#00e;border-bottom:1px dotted #00e;}*/
 
 
 
.ub100_img_wrapper_img_second{} 


/** FILE LAYOUT **/
.ub100_file_wrapper {}
.ub100_file_wrapper a{color:#414141;font-style:italic;}

/**
REMARKS : if arrows need to be under image gallery : height of nivoSlider must be higher than images !!!
**/

	/* SLIDER WRAPPER  */
.slider_nivowrapper_100{ width:880px !important; height:300px !important;margin-bottom:25px;padding:0px 0px 0px 0px; border-bottom:none; overflow:visible;}


	/* SLIDER + IMAGES */

.nivoSlider_ub_100{position:relative; width:880px !important; height:300px !important; overflow-y:hidden !important; background: url('../images/nivoslider_loading.gif') no-repeat 50% 50%;margin-bottom:10px;    }
.nivoSlider_ub_100 img{position:absolute;top:0px;left:0px;display:none;}
.nivoSlider_ub_100 .nivo-main-image{display:block !important;position:relative !important; width:880px !important;}

	/* IF IMAGE IS LINK */
.nivoSlider_ub_100 a{border:0;display:block;}
.nivoSlider_ub_100 a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;display:none;}

	/* The slices and boxes in the Slider */
.nivoSlider_ub_100 .nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivoSlider_ub_100 .nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivoSlider_ub_100 .nivo-box img{display:block; }

	/*----- TEXT BOX (IF NEEDED) -----*/
	
.slider_nivowrapper_100 .nivo-caption{position:absolute;left:0px;bottom:40px;background:#fff;color:#444;width:50%;z-index:8;padding:5px 10px;opacity:0.8;overflow:hidden;display:none;-moz-opacity:0.8;filter:alpha(opacity=8);
	
}
.slider_nivowrapper_100 .nivo-caption a{display:block !important ;float:left;width:100% important;height:100% !important;background:green !important; }
.slider_nivowrapper_100 .nivo-caption{font-family:Helvetica,Arial,sans-serif;}
.slider_nivowrapper_100 .nivo-caption p{padding:5px;margin:0;}
.slider_nivowrapper_100 .nivo-caption h1{padding:5px;margin:0;font:bold 18px georgia;}
.slider_nivowrapper_100 .nivo-caption h2{padding:5px;margin:0;font:bold 18px georgia;}

.slider_nivowrapper_100 .nivo-caption a:hover{color:#fff;}
.slider_nivowrapper_100 .nivo-html-caption{display:none;}
.slider_nivowrapper_100 .nivo-html-caption a{display:block;width:100%; height:100%;background:green;}

	/*----- NAVIGATION CONTROL PREV/NEXT -----*/
	
.nivoSlider_ub_100 .nivo-directionNav a.nivo-nextNav{position:absolute;z-index:9;cursor:pointer;display:block;width:30px;height:30px;background:url('../images/nivoslider_arrows.png') 160% 50% no-repeat;text-indent:-9999px;border:0;
									bottom:0px;z-index:11;right:0px;}
.nivoSlider_ub_100 .nivo-directionNav a.nivo-prevNav{position:absolute;z-index:9;cursor:pointer;display:block;width:30px;height:30px;background:url('../images/nivoslider_arrows.png') -60% 50% no-repeat;text-indent:-9999px;border:0;
									bottom:0px;z-index:11;right:0px;left:auto;right:35px}
.nivoSlider_ub_100 .nivo-directionNav a:hover{background-color:#eee;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.nivoSlider_ub_100 .nivo-directionNav a{background-color:#444;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}

	/*----- NAVIGATION CONTROL NUMBERS (1.2.3) -----*/
	
.nivoSlider_ub_100 .nivo-controlNav{text-align:left;padding:0;position:relative;z-index:10;padding-top:10px;top:-45px;}
.nivoSlider_ub_100 .nivo-controlNav a{display:inline-block;width:10px;height:10px;background:url('../images/nivoslider_bullets.png') no-repeat;text-indent:-9999px;border:0;margin:0 2px;}
.nivoSlider_ub_100 .nivo-controlNav a.active{font-weight:bold;background-position:0 100%;}

	/*----- THUMBS OF IMAGES UNDER GALLERY -----*/
	
.nivo-controlNav.nivo-thumbs-enabled{width:80%;}
.nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:none;margin-bottom:5px;}
.nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto;}


/**************************
* 16 UNIVERSAL BLOCK 50%
***************************/
.bottom-border50 {float:left; padding-bottom:1px; width:100%}
.ub_wrapper50 {display:table-cell;vertical-align:top;}
.first50  {padding:0;margin:0;float:left; clear:none;width:47%;}
.second50 {padding:0;margin: 0 ;float:right; clear:none;width:47%;}
.ub_wrapper50 h1{}
.ub_wrapper50 h2{}
.ub_wrapper50 h3{}

/** width 48% or 96% (1 or 2 columns) **/
.ub50_intro {font:normal 14px Arial; color:#636466;float:left;clear:both;width:100%;}
.ub50_text {font:normal 14px Arial; color:#636466;float:left;clear:none;width:100%}
.ub50_intro_full {font:normal 14px Arial; color:#636466;margin-top:10px;float:left;clear:both;width:96%; }

.ub50_intro a{font:normal 14px Arial;  color:#636466} /* intro : link*/ 
.ub50_intro p{padding-bottom:22px;line-height:23px;font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;font-size:14px} /* intro : paragraph */ 
.ub50_intro ul, .ub50_intro_full ul{list-style:disc;margin-left:12px;} /* intro : list */ 
.ub50_intro li,  .ub50_intro_full li{margin-bottom:3px;} /* intro : list_element */ 

.ub50_text p{padding-bottom:22px; color:#636466;line-height:22px;font-family: Arial, Helvetica, sans-serif;} /* text : paragraph */ 
.ub50_text a{font-family: Georgia, "Times New Roman", Times, serif; font-style:italic;line-height:22px; color:#636466; font-size:12px} /* text : link*/ 
.ub50_text ul{list_style:none;} /* text : list */ 
.ub50_text li{display:block;} /* text : list_element */ 

.date_ub{font-style:italic;}
a.ub50_link{text-decoration:none; color:#636466;}
a.ub50_link:hover{color:#919191;}

/** READ MORE **/
.ub50_read_more{float:left; background: url(../images/forward.png) no-repeat 0 55%;padding-left:12px;line-height:1.6em;}

/** IMAGE LAYOUT (NO GALLERY) **/
.ub50_img_wrapper_img_first{ padding:0 5px 0 0;margin:0 5px 0 0; float:left; clear:none} 
.ub50_img_wrapper_img_second{ padding:0 0 0 5px;margin:0 0 0 5px; float:right; clear:none} 


/** FILE LAYOUT **/
.ub50_file_wrapper {}
.ub50_file_wrapper a{color:#636466;font-style:italic;}

/** SLIDER **/
#smallslider_wrap{width:291px ;height:220px; float:right;  background : url('../images/anthingslider_gallery_bg.png') top left no-repeat;margin-left:10px; }

.small_anythingSlider                         { width: 272px; height: 178px; position: relative; top:5px; left:4px ;background:#fff;}
.small_anythingSlider .wrapper                { width: 272px; overflow: auto; height: 178px; margin: 0 ; position: absolute; overflow:hidden;top:0px;left:0px; }
.small_anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; border-top:0; border-bottom: 0; margin: 0; }
.small_anythingSlider ul li                   { display: block; float: left; padding: 0; height: 178px; width: 272px; margin: 0; position:relative;list-style: none;}
.small_anythingSlider .arrow                  { display:block;text-indent: -9999px; position: absolute; top: 00px; left:0px;cursor: pointer; }
.small_anythingSlider .forward                { display:block;background: url(../images/anthingslider_gallery_forward.png) no-repeat 0 0;top:187px; left:160px;  height: 50px; width: 50px; }
.small_anythingSlider .back                   { display:block; background: url(../images/anthingslider_gallery_back.png) no-repeat 0 0; top:187px; left:105px; height: 50px; width: 50px;}
.small_anythingSlider #thumbNav               {display:none;left:0px;width:0px; text-align: center; top: 0px; height:0px; overflow:hidden; text-align:center;z-index:102; }
/*
  Prevents
*/
.small_anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; list-style: none;}
.small_anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/**************************
* 17 UNIVERSAL BLOCK 33%
***************************/
.bottom-border33 {float:left; padding-bottom:1px; width:894px; border-bottom:1px solid #fff;}
.ub_wrapper33{float:left; clear:none;text-align:center;float:left; clear:none; width:296px; height:348px; margin-right:1px ;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; }
.first33 {}
.second33 {}
.third33 {}

.alternate_light {background:#f8f8f8;}
.alternate_dark {background:#ececec;}

.ub_wrapper33 h1{margin: 25px 0 20px; font-size: 12px;font-weight:bold; color:#333; text-transform:uppercase}
.ub_wrapper33 h1.first{ text-align:left}
.ub_wrapper33 h1.second{ }
.ub_wrapper33 h1.third{ }
.ub_wrapper33 h2{margin: 25px 0 20px; font-size:12px; color:#333}
.ub_wrapper33 h3{font: bold 12px Arial; color:#0a7bb5;}
.ub33_intro {font:normal 12px Arial; color:#636466;margin-top:10px;float:left;clear:both;}
.ub33_text {color:#959595; text-transform:uppercase; font-size:11pxfloat:left;clear:both;}


.first33 .ub33_intro a{} /* intro : link*/ 
.first33 .ub33_intro p{} /* intro : paragraph */
.second33 .ub33_intro a{} /* intro : link*/ 
.second33 .ub33_intro p{} /* intro : paragraph */
.third33 .ub33_intro a{} /* intro : link*/ 
.third33 .ub33_intro p{} /* intro : paragraph */
.ub33_intro ul{} /* intro : list */ 
.ub33_intro li{} /* intro : list_element */ 

.first33 .ub33_text a{color:#959595 !important} /* intro : link*/ 
.first33 .ub33_text a:hover {color:#666; text-decoration:underline} /* intro : link*/ 
.first33 .ub33_text p{color:#959595; text-transform:uppercase; font-size:11px} /* intro : paragraph */
.second33 .ub33_text a{color:#959595 !important} /* intro : link*/ 
.second33 .ub33_text a:hover {color:#666; text-decoration:underline}
.second33 .ub33_text p{color:#959595; text-transform:uppercase; font-size:11px} /* intro : paragraph */
.third33 .ub33_text a{color:#959595 !important} /* intro : link*/ 
.third33 .ub33_text a:hover {color:#666; text-decoration:underline}
.third33 .ub33_text p{color:#959595; text-transform:uppercase; font-size:11px} /* intro : paragraph */ 
.ub33_text ul{list_style:none;} /* text : list */ 
.ub33_text li{display:block;} /* text : list_element */ 

.date_ub{font-style:italic;}
a.ub33_link{text-decoration:none; color:#636466;}
a.ub33_link:hover{color:#919191;}

/** READMORE **/
.first33 .ub33_read_more{float:right; background: url(../images/forward.png) no-repeat 0 50%;padding-left:12px;margin-right:39px;}
.second33 .ub33_read_more{float:right; background: url(../images/forward.png) no-repeat 0 50%;padding-left:12px;margin-right:26px;}
.third33 .ub33_read_more{float:right; background: url(../images/forward.png) no-repeat 0 50%;padding-left:12px;margin-right:11px;}


/** IMAGE LAYOUT (NO GALLERY) **/
.ub33_img_wrapper_img_first{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;width:296px; height:194px; overflow:hidden} 
.ub33_img_wrapper_img_second{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;width:296px; height:194px;overflow:hidden} 
.ub33_img_wrapper_img_third{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;width:296px; height:194px;overflow:hidden} 



/** FILE LAYOUT **/
.ub33_file_wrapper {}
.ub33_file_wrapper a{color:#636466;font-style:italic;}

/** SLIDER **/
#smallslider_wrap{width:291px ;height:220px; float:right;  background : url('../images/anthingslider_gallery_bg.png') top left no-repeat;margin-left:10px; }

.small_anythingSlider                         { width: 272px; height: 178px; position: relative; top:5px; left:4px ;background:#fff;}
.small_anythingSlider .wrapper                { width: 272px; overflow: auto; height: 178px; margin: 0 ; position: absolute; overflow:hidden;top:0px;left:0px; }
.small_anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; border-top:0; border-bottom: 0; margin: 0; }
.small_anythingSlider ul li                   { display: block; float: left; padding: 0; height: 178px; width: 272px; margin: 0; position:relative;list-style: none;}
.small_anythingSlider .arrow                  { display:block;text-indent: -9999px; position: absolute; top: 00px; left:0px;cursor: pointer; }
.small_anythingSlider .forward                { display:block;background: url(../images/anthingslider_gallery_forward.png) no-repeat 0 0;top:187px; left:160px;  height: 50px; width: 50px; }
.small_anythingSlider .back                   { display:block; background: url(../images/anthingslider_gallery_back.png) no-repeat 0 0; top:187px; left:105px; height: 50px; width: 50px;}
.small_anythingSlider #thumbNav               {display:none;left:0px;width:0px; text-align: center; top: 0px; height:0px; overflow:hidden; text-align:center;z-index:102; }
/*
  Prevents
*/
.small_anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; list-style: none;}
.small_anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/**************************
* 18 UNIVERSAL BLOCK 25%
***************************/
.bottom-border25 {float:left; padding-bottom:1px; width:100%;}

.ub_wrapper25 {padding:0;margin: 0;display:table-cell;vertical-align:top;}
.first25{padding:0 10px 0 0;margin:0;float:left; clear:none; width:24%}
.second25{padding:0 10px 0 0;margin:0;float:left; clear:none; width:24%}
.third25{padding:0 10px 0 0;margin:0;float:left; clear:none;width:24% }
.fourth25{padding:0 10px 0 0;margin:0;float:left; clear:none;width:23%}

.ub_wrapper25 h1{color:#4a4a4a; font-size: 13px;margin-bottom:15px;}
.ub_wrapper25 h2{color:#4a4a4a; font-size: 13px;margin-bottom:15px;}
.ub_wrapper25 h3{color:#4a4a4a; font-size:13px;margin-bottom:15px;}
.ub25_intro {}
.ub25_text {}


.ub25_intro a{width:95%; background:#fff; color:#636466} /* intro : link*/ 
.ub25_intro p{width:95%;padding-bottom:8px } /* intro : paragraph */ 
.ub25_intro ul{list_style:none;} /* intro : list */ 
.ub25_intro li{display:block;} /* intro : list_element */ 

.ub25_text a{width:95%; background:#fff; color:#636466} /* text : link*/ 
.ub25_text p{width:95%; } /* text : paragraph */ 
.ub25_text ul{list_style:none;} /* text : list */ 
.ub25_text li{display:block;} /* text : list_element */ 

.date_ub{font-style:italic;}
a.ub25_link{text-decoration:none; color:#636466;}
a.ub25_link:hover{color:#919191;}

/** IMAGE LAYOUT (NO GALLERY) **/
.ub25_img_wrapper_img_first{padding:0 0px 15px 0;margin:0 0px 0 0; display:block; width:200px; height:auto;} 
.ub25_img_wrapper_img_second{padding:0 0px 15px 0;margin:0 0px 0 0; display:block; width:200px; height:auto;}
.ub25_img_wrapper_img_third{padding:0 0px 15px 0;margin:0 0px 0 0; display:block; width:200px; height:auto;}
.ub25_img_wrapper_img_fourth{padding:0 0px 15px 0;margin:0 0px 0 0; display:block; width:200px; height:auto;}

.ub25_img_wrapper_img_first img {-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;} 
.ub25_img_wrapper_img_second img {-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.ub25_img_wrapper_img_third img {-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.ub25_img_wrapper_img_fourth img{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

/** READMORE **/
.ub25_read_more a{color:#ff4e00 !important; display:block;font:11px arial; padding-left: 15px; background:url(../images/bol_leesmeer.png) no-repeat -1px 2px}

/** FILE LAYOUT **/
.ub25_file_wrapper {}
.ub25_file_wrapper a{color:#636466;font-style:italic;}

/* CSS Document */
/**
REMARKS : if arrows need to be under image gallery : height of nivoSlider must be higher than images !!!
**/

	
	/* SLIDER + IMAGES */

.nivoSlider_ub_25{position:relative; width:160px !important; height:190px !important; overflow-y:hidden !important; background: url('../images/nivoslider_loading.gif') no-repeat 50% 50%;margin-bottom:10px;    }
.nivoSlider_ub_25 img{position:absolute;top:0px;left:0px;display:none;}
.nivoSlider_ub_25 .nivo-main-image{display:block !important;position:relative !important; width:160px !important;}

	/* IF IMAGE IS LINK */
.nivoSlider_ub_25 a{border:0;display:block;}
.nivoSlider_ub_25 a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;display:none;}

	/* The slices and boxes in the Slider */
.nivoSlider_ub_25 .nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivoSlider_ub_25 .nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivoSlider_ub_25 .nivo-box img{display:block; }

	/*----- TEXT BOX (IF NEEDED) -----*/
	
.slider_nivowrapper_25 .nivo-caption{position:absolute;left:0px;bottom:40px;background:#fff;color:#444;width:50%;z-index:8;padding:5px 10px;opacity:0.8;overflow:hidden;display:none;-moz-opacity:0.8;filter:alpha(opacity=8);
	
}
.slider_nivowrapper_25 .nivo-caption a{display:block !important ;float:left;width:100% important;height:100%  important;background:green important; }
.slider_nivowrapper_25 .nivo-caption{font-family:Helvetica,Arial,sans-serif;}
.slider_nivowrapper_25 .nivo-caption p{padding:5px;margin:0;}
.slider_nivowrapper_25 .nivo-caption h1{padding:5px;margin:0;font:bold 18px georgia;}
.slider_nivowrapper_25 .nivo-caption h2{padding:5px;margin:0;font:bold 18px georgia;}

.slider_nivowrapper_25 .nivo-caption a:hover{color:#fff;}
.slider_nivowrapper_25 .nivo-html-caption{display:none;}
.slider_nivowrapper_25 .nivo-html-caption a{display:block;width:100%; height:100%;background:green;}

	/*----- NAVIGATION CONTROL PREV/NEXT -----*/
	
.nivoSlider_ub_25 .nivo-directionNav a.nivo-nextNav{position:absolute;z-index:9;cursor:pointer;display:block;width:30px;height:30px;background:url('../images/nivoslider_arrows.png') 160% 50% no-repeat;text-indent:-9999px;border:0;
									bottom:0px;z-index:11;right:0px;}
.nivoSlider_ub_25 .nivo-directionNav a.nivo-prevNav{position:absolute;z-index:9;cursor:pointer;display:block;width:30px;height:30px;background:url('../images/nivoslider_arrows.png') -60% 50% no-repeat;text-indent:-9999px;border:0;
									bottom:0px;z-index:11;right:0px;left:auto;right:35px}
.nivoSlider_ub_25 .nivo-directionNav a:hover{background-color:#eee;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.nivoSlider_ub_25 .nivo-directionNav a{background-color:#444;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}

	/*----- NAVIGATION CONTROL NUMBERS (1.2.3) -----*/
	
.nivoSlider_ub_25 .nivo-controlNav{text-align:left;padding:0;position:relative;z-index:10;padding-top:10px;top:-45px;}
.nivoSlider_ub_25 .nivo-controlNav a{display:inline-block;width:10px;height:10px;background:url('../images/nivoslider_bullets.png') no-repeat;text-indent:-9999px;border:0;margin:0 2px;}
.nivoSlider_ub_25 .nivo-controlNav a.active{font-weight:bold;background-position:0 100%;}

	/*----- THUMBS OF IMAGES UNDER GALLERY -----*/
	
.nivo-controlNav.nivo-thumbs-enabled{width:80%;}
.nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:none;margin-bottom:5px;}
.nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto;}


/**************************
* 19 UNIVERSAL BLOCK 66%
***************************/
.bottom-border6633 {float:left; padding-bottom:1px; width:100%}/*background:url(bg-border.png) no-repeat scroll left bottom; */
.ub_wrapper66 {display:table-cell;vertical-align:top;}
.first66  {padding:10px 0 0 40px;margin:0;float:left; clear:none;width:62%;background:lightblue url('../images/boll_forward.png') 5px 10px no-repeat;
				padding-bottom:9020px; margin-bottom:-9000px}
.second66 {padding:10px 0 0 40px;margin: 0 ;float:right; clear:none;width:62%;background:lightblue url('../images/boll_forward.png') 5px 10px no-repeat;
				padding-bottom:9020px; margin-bottom:-9000px}
.ub_wrapper66 h1{}
.ub_wrapper66 h2{font: bold 18px "century Gothic"; color:#636466;font-weight:normal;text-transform:uppercase}
.ub_wrapper66 h3{font: bold 12px Arial; color:#0a7bb5;}

/** width 48% or 96% (1 or 2 columns) **/
.ub66_intro {font:normal 14px Arial; color:#636466;margin-top:10px;float:left;clear:both;width:48%; }
.ub66_text {font:normal 14px Arial; color:#636466;margin-top:10px;float:left;clear:none;width:48%;padding-left:10px;}
.ub66_intro_full {font:normal 14px Arial; color:#636466;margin-top:10px;float:left;clear:both;width:96%; }

.ub66_intro a{font:normal 14px Arial;  color:#636466} /* intro : link*/ 
.ub66_intro p{} /* intro : paragraph */ 
.ub66_intro ul, .ub66_intro_full ul{list-style:disc;margin-left:12px;} /* intro : list */ 
.ub66_intro li,  .ub66_intro_full li{margin-bottom:3px;} /* intro : list_element */ 

.ub66_text a{ font:normal 14px Arial;color:#636466} /* text : link*/ 
.ub66_text p{ } /* text : paragraph */ 
.ub66_text ul{list_style:none;} /* text : list */ 
.ub66_text li{display:block;} /* text : list_element */ 

.date_ub{font-style:italic;}
a.ub66_link{text-decoration:none; color:#636466;}
a.ub66_link:hover{color:#919191;}

/** IMAGE LAYOUT (NO GALLERY) **/
.ub66_img_wrapper_img_first{ padding:0 5px 0 0;margin:0 5px 0 0; float:left; clear:none} 
/*.ub66_img_wrapper_img_second{ padding:0 0 0 5px;margin:0 0 0 5px; float:right; clear:none} */


/** FILE LAYOUT **/
.ub66_file_wrapper {}
.ub66_file_wrapper a{color:#636466;font-style:italic;}

/** SLIDER **/
#smallslider_wrap{width:291px ;height:220px; float:right;  background : url('../images/anthingslider_gallery_bg.png') top left no-repeat;margin-left:10px; }

.small_anythingSlider                         { width: 272px; height: 178px; position: relative; top:5px; left:4px ;background:#fff;}
.small_anythingSlider .wrapper                { width: 272px; overflow: auto; height: 178px; margin: 0 ; position: absolute; overflow:hidden;top:0px;left:0px; }
.small_anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; border-top:0; border-bottom: 0; margin: 0; }
.small_anythingSlider ul li                   { display: block; float: left; padding: 0; height: 178px; width: 272px; margin: 0; position:relative;list-style: none;}
.small_anythingSlider .arrow                  { display:block;text-indent: -9999px; position: absolute; top: 00px; left:0px;cursor: pointer; }
.small_anythingSlider .forward                { display:block;background: url(../images/anthingslider_gallery_forward.png) no-repeat 0 0;top:187px; left:160px;  height: 50px; width: 50px; }
.small_anythingSlider .back                   { display:block; background: url(../images/anthingslider_gallery_back.png) no-repeat 0 0; top:187px; left:105px; height: 50px; width: 50px;}
.small_anythingSlider #thumbNav               {display:none;left:0px;width:0px; text-align: center; top: 0px; height:0px; overflow:hidden; text-align:center;z-index:102; }
/*
  Prevents
*/
.small_anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; list-style: none;}
.small_anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*****************
* 20 BUTTON ROW
******************/

.button_row_wrapper{padding:5px;border:1px solid #fff; margin:15px 0 0 0;float:left; clear:left;}
.button_row_wrapper h1{padding-left:12px;text-transform:uppercase;width:234px ; height:30px; background: url('../images/header_arrow.png') top left no-repeat;color:#fff; font: bold 22px "Century Gothic";}
.button_row_wrapper a{width:95%;  color:#0a7bb5} /* content accordion : link*/ 
.button_row_wrapper .br_intro {font:normal 12px Arial; color:#414141;float:left; clear:left;}
.button_row_wrapper .br_text {font:normal 12px Arial; color:#818181;float:left; clear:left;;}
.button_row_wrap ul{list_style:none;margin:10px 0 0 12px;padding:10px 0 0 0 ;} 
.button_row_wrap li{display:block;float:left; clear:none; padding:20px 20px 10px 0;}

/*****************
* 21 ONE IMAGE
******************/
.one_image_wrapper_contentpane{ } /*if in large pane*/
.one_image_wrapper_sidepane{ margin:0;width:100%;border-bottom:1px solid #e5e5e5; float:left; clear:left;text-align:center} /*if in side pane*/
img.one_image{padding:0px auto 10px auto;margin:0 0 20px 0;}
