article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 1em; line-height: 1.4; height:100%; width:100%; -webkit-text-size-adjust:none;	text-size-adjust:none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

button, input, select, textarea { font-size: 100%;  vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.menu ul, .submenu ul, .footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
a img {
	border:none;
}
img:-moz-broken {
	-moz-force-broken-image-icon : 1;
	width : 24px;
	height : 24px;
}
img {
	max-width:100%;	
}
.clear {
	font-size:1px;
	line-height:normal;
	padding:0px;
	margin:0px;
	clear:both;
}
* {
	/*Uncomment this if this site is IE7+
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;*/
	
	
	outline:none;
}body, input, textarea, h6, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#676768 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}

h1, .h1, .act_h1{
	font-size:25px;
	line-height:25px;
	margin-top:10px;
	margin-bottom:0px;
	color: #ce1443;
}

h2, .h2{
	font-size:25px;
	line-height:25px;
	margin-top:10px;
	margin-bottom:0px;
	color: #ce1443;
}
.container h2, .lilContent h2, .container h1, .lilContent h1{
	margin:20px 0;
}
h3, .h3 {
	font-size:18px;
	line-height:18px;
	margin-top:10px;
	margin-bottom:0px;
	color: #ce1443;
}
h4 {
	font-size:16px;
	line-height:16px;
	margin-top:10px;
	margin-bottom:0px;
	color: #ce1443;
}
h5 {
	font-size:18px;
	line-height:18px;
	margin-top:10px;
	margin-bottom:0px;
}
h6 {
	margin-top:10px;
	margin-bottom:0px;
}
a {
	color:#1b1b1b;
	text-decoration:underline;
}
p, blockquote, ul {
	margin-top:10px;
	margin-bottom:0px;
}
/*
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, blockquote:first-child, ul:first-child {
	margin-top:0px;
}
*/
strong {
	font-weight:bold;
}
a{
	color:#ce1443;
}
a:hover{
	text-decoration:none;
	color:#003a66;
}
.green{
	color: #ce1443;
}

.menu li a{
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 0 0;
	text-decoration: none;
}

.slideCaption span{
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	color: #ce1443 !important;
}

.slideBlockhead span{
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 23px;
	line-height: 41px;
}

.slideBar span{
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 40px;
}

.frontBoxHead span{
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 34px;
}

.grayBar span{
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 63px;
}

/* News */

.newsRight h2{
	margin: 0 0 10px 0;
}

.newsArchive li a{
	line-height: 45px;
	color: #ce1443;
	font-weight: bold;
}
.grayBar span strong{
	font-size: 20px;
}

.footerLeft p{
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #5a5a5b;
}

.footerBar a{
	color: #444444;
	text-decoration: none;
}label {
	float:left;
}
input, select, textarea {
	line-height:20px;
	float:right;
	padding:4px;
	margin:0px 0px 0px 0px;
}

.form_row {
	margin: 0px 0px 20px 0px;
}

.form_row .formspacer{
	width: 310px;
	float: right;
}

.form_row .formspacer input[type="radio"]{
	float: none !important;
}

.form_row .formspacer label{
	float: none !important;
}

.form_error {
	display: block;
	padding: 4px 0px 0px 143px;
	color: red;
}

textarea {
	min-height:100px;
}
input[type="text"], input[type="password"], select, textarea {
	width:300px;
	background-color:#eceded;
	padding:5px;
	border: 2px #dadada solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border: 2px solid #43AC35;
}
input[type="button"],input[type="submit"], .button  {

	background-color:#CCC;
}
input[type="button"]:hover,input[type="submit"]:hover,.button:hover {
	background-color:#eee;
}
input[type="button"]:active,input[type="submit"]:active,.button:active {
	background-color:#bcbcbc;
	color:#FFF;
}

.grayBar input[type="text"]{
	float: left;
	margin: 19px 0 0 10px;
	height: 24px;
	width: 227px;
	border: 1px solid #bbbbbb;
	padding: 0;
}

.grayBar input[type="text"]:focus{
	border: 1px solid #0d5227;
}
.grayBar input[type="image"]{
	float: left;
	margin: 19px 0 0 0;
	padding: 0;
}
.footerRight input[type="text"]{
	margin: 6px 20px 0 10px;
}
.gradientBtn{
	height:31px;
	border:1px #fff solid;
	line-height:31px !important;
	color:#fff;
	background: linear-gradient(to bottom, #2576b3 0%,#0e74c1 100%);
	float:right;
	border:1px #fff solid !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.gradientBtn:hover{
	 background: linear-gradient(to bottom, #ce1443 0%,#ce0f3f 100%);
}
.gradientBtn a{
	color:#fff !important;
	padding:0px 30px;
	height:31px;
	display:block;
	line-height:31px;
	font-weight:bold !important;
	text-decoration: none;
}
.gradientBtn a:hover{
	text-decoration:none !important;
}
.gradientBtn input{
	color:#fff !important;
	height:31px;
	display:block;
	background:transparent !important;
	border:0px !important;
	padding:0 25px !important;
	line-height:31px !important;
	margin:0 !important;
	font-weight:bold !important;
}
.lilContent .gradientBtn {
	float: none !important;
	width: 174px;
	margin-bottom: 20px;
}
.lilContent .gradientBtn a {
	width: 174px;
}
.error{
	border: 2px red solid !important;
}
.correct_block {
	padding:10px;
	width:80%;
	margin:20px 0;
	text-align:left;
	color:#90b922;
	border:1px #90b922 solid;
	background:#f1ffca;
}
.correct_block ul {
	margin:0 0 0 20px;
}
.error_block {
	padding:10px;
	width:80%;
	margin:20px 0;
	text-align:left;
	color:#ff0000;
	border:1px #ff0000 solid;
	background:#FFEAEB;
}
.error_block ul {
	margin:0 0 0 20px;
}
.header input[type=text]:focus{
	border:1px #ECEDED solid !important;
	padding:2px;
}
.lilContent ul, .container ul{
	padding-left:17px;
	margin:0;
	padding-top:0;
	padding-bottom:0;
}/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_nw.png', sizingMethod='scale'); }/* COMMON STUFF */
html, body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
	text-size-adjust:none;
}
body {
	width: 100%;
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	margin:0px auto;
}
hr {
	margin-top:10px;
	border:none;
	height:1px;
	background-color:#999;
}
.no-dec{
	text-decoration:none !important;
}
.no-dec:hover{
	text-decoration:none !important;
}
blockquote {
	border-left:2px solid #CCC;	
	padding:0px;
	padding-left:10px;
	margin:0px;
}

.relative{
	position: relative;
}

/* MAIN: EDIT FROM HERE */
#banner {
	margin: 0 0 40px 0;
}

.bread{
	margin: 5px 0 5px 0;
	font-style:italic;
}

.container {
	width: 960px;
	margin: 20px auto;
}
/* Header */
.headerBox{
	height: 75px;
	width: 100%;
	/*background: #02240f url(/_webblocks/images/headerbg.png) center top repeat-y;*/
	/*background: #ce1443;*/
	/*background: #ededed;*/
	border-bottom: 1px solid #000000;
}

.header{
	width: 1000px;
	height: 63px;
	margin: 0 auto;


}
header {
		z-index: 1000;
			position: relative;
}
.content {
	position: relative;
	z-index: 10;
}
.logo{
	margin: 17px 0 0 0;
}

.homeBtn{
	margin: 20px 0 0 0;
}
.home_icon {
	width: 28px;
	height: 28px;
	background: url('/_webblocks/images/home_icon_header.png') center no-repeat;
	display: block;
}
.menu{
	margin: 20px 0 0 20px;
}
.menu li a {
	margin:0px !important;
	display: block;
}
.menu > ul li {
	float:left;	
	margin-right: 5px;
	background: #4c4b4b; /* Old browsers */
	background: -moz-linear-gradient(top,  #2576b3  0%, #0e74c1  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2576b3 ), color-stop(100%,#0e74c1 )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2576b3  0%,#0e74c1  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2576b3 ', endColorstr='#0e74c1 ',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 28px;
	line-height: 26px;
	padding: 0px 8px 0px 8px;
	border: 1px solid #1b1b1b;
	position: relative;
}

.menu > ul li:hover, .menu > ul li.selected {
	background: #ce1443 ; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce1443  0%, #ce0f3f  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce1443 ), color-stop(100%,#ce0f3f )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ce1443  0%,#ce0f3f  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce1443  0%,#ce0f3f  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce1443  0%,#ce0f3f  100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce1443  0%,#ce0f3f  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1443 ', endColorstr='#ce0f3f ',GradientType=0 ); /* IE6-9 */
}

.menu > ul li:hover .submenu {
	display: block;
}
/*
.menu .selected, .menu ul li.hover:hover{
	background: url(/_webblocks/images/menu_c_gray.png) 10px 20px repeat-x;
}

.menu .selected .menu_l, .menu ul li.hover:hover .menu_l{
	background: url(/_webblocks/images/menu_l.png);
}

.menu .selected .menu_r, .menu ul li.hover:hover .menu_r{
	background: url(/_webblocks/images/menu_r.png);
}

.menu_l{
	margin: 20px 0 0 0;
	width: 4px;
	height: 28px;
}

.menu_r{
	margin: 20px 0 0 0;
	width: 5px;
	height: 28px;
}
*/
.graygradient {
	background: #2576b3 ; /* Old browsers */
	background: -moz-linear-gradient(top,  #2576b3  0%, #0e74c1  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2576b3 ), color-stop(100%,#0e74c1 )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2576b3  0%,#0e74c1  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2576b3 ', endColorstr='#0e74c1 ',GradientType=0 ); /* IE6-9 */
}

.button {
	display: block;
	height: 28px;
	width: 28px;
	line-height: 28px;
	float: left;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #1b1b1b;
}
.button:hover {
	background: #ce1443 ; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce1443  0%, #ce0f3f  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce1443 ), color-stop(100%,#ce0f3f )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ce1443  0%,#ce0f3f  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce1443  0%,#ce0f3f  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce1443  0%,#ce0f3f  100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce1443  0%,#ce0f3f  100%); /* W3C */
}

.button.zoek_button {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 0px;

}
#zoek_form .input_text {
	float: left;
	font-size: 14px;
	height: 28px;
	width: 61px;
	line-height: 28px !important;
	padding: 0px 5px 0px 5px;
	border: 1px solid #1b1b1b !important;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background: #FFFFFF;
}
#zoek_form .seleccted {
	
}
#zoek_form {
	margin: 20px 0px 0px 0px;
}
.language{
	height: 28px;
	line-height: 28px;
	float: left;
	text-decoration: none;
	background: #ce1443;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #023014;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	background: #2576b3 ; /* Old browsers */
	background: -moz-linear-gradient(top,  #2576b3  0%, #0e74c1  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2576b3 ), color-stop(100%,#0e74c1 )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2576b3  0%,#0e74c1  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2576b3 ', endColorstr='#0e74c1 ',GradientType=0 ); /* IE6-9 */

}
.languages {
	margin: 20px 4px 0px 3px;
}
.languages .language.selected, .languages .language:hover {
	background: #ce1443 ; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce1443  0%, #ce0f3f  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce1443 ), color-stop(100%,#ce0f3f )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ce1443  0%,#ce0f3f  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce1443  0%,#ce0f3f  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce1443  0%,#ce0f3f  100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce1443  0%,#ce0f3f  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1443 ', endColorstr='#ce0f3f ',GradientType=0 ); /* IE6-9 */
}
.languages .selected {
	text-decoration: underline;
}
/* SUB MENU */
.menu ul li:hover a{ /* When mouse in submenu you want menu li to be selected while not selected yet */
	color: #FFF;
}
.menu ul li:hover .submenu a{
	background: none;	
}
.submenu a, .menu ul .selected .submenu a {
	background: none;
}
.submenu {
	position: absolute;
	display:none;
	text-align:center !important;
	z-index: 110000;
	border:1px #000 solid;
	min-width: 160px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 1px 1px 1px 0px #6f6f6f;
	box-shadow: 1px 1px 1px 0px #6f6f6f; 
	top: 36px;
}
.submenu_driehoek {
	background:url('/_webblocks/images/submenu_driehoek_hover.png') top center no-repeat;
	width:100%;
	height:9px;
	z-index:20000;
	margin:-9px 0 0 0;
	position:absolute;
}
.submenu ul li {
	float: none;
	position: relative;
	margin:0 !important;
	background:#ce1443;
	padding: 0px;
	border: none !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2576b3 ', endColorstr='#0e74c1 ',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	
}



.submenu ul li a {
	display: block;
	text-align:center !important;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff !important;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
	height:30px !important;
	border-bottom:1px #5a866b solid;
	border-top:1px #000 solid;
	line-height:30px;
	padding: 0px 20px 0px 20px;
}
.submenu ul li:first-child a {
	border-top: none;
}
.submenu ul li a:last-child {
	border-bottom: 0px;
}


.subselected {
	background: #2576b3 ; /* Old browsers */
	background: -moz-linear-gradient(top,  #2576b3  0%, #0e74c1  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2576b3 ), color-stop(100%,#0e74c1 )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2576b3  0%,#0e74c1  100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2576b3  0%,#0e74c1  100%); /* W3C */
	color:#fff !important;
}
.blue {
	background: #3168B2 !important;
}
.submenu ul li:hover {
	background: #2576b3  !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #2576b3  0%, #0e74c1  100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2576b3 ), color-stop(100%,#0e74c1 )) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2576b3  0%,#0e74c1  100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2576b3  0%,#0e74c1  100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2576b3  0%,#0e74c1  100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #2576b3  0%,#0e74c1  100%) !important; /* W3C */
	color:#fff !important;
}



/* Voorpagina */
.persoon{
	position: absolute;
	top: 50px;
	left: 66px;
	z-index: 990;
	display: none;
}

.slideBox{
	width: 100%;
	height: 390px;
	overflow: hidden;
	position: relative;
}
.slideHolder img{
	position: absolute;
	display: none;
}

.slideHolder{
	width: 100%;
	height: 390px;
	position: absolute;
}

.slideBlock{
	position: absolute;
	margin-left: 250px;
	z-index: 999;
	bottom:55px;
	display: none;
}

.slideBlockhead{
	width: 687px;
	height: 41px;
	background: #04662b url(/_webblocks/images/slidehead.png) left center no-repeat;
	padding: 0 10px;
}

.slideBlockhead img{
	margin: 6px 0 0 0;
}

.slideBlockContent{
	width: 687px;
	min-height: 80px;
	background: url(/_webblocks/images/white_90.png);
	padding: 10px;
}

.slideContent{
	width: 960px;
	height: 390px;
	position: absolute;
}

.slideCaption{
	position: absolute;
	right: 35px;
	top: 30px;
	text-align: right;
	display: block;
	z-index: 99;
}
.slideCaption span{
	text-shadow: 1px 1px 2px #000;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
    //color: #ededed;
    color: #51AE21;
}

.slideBarBox{
	position: absolute;
	margin-top:350px;
	width: 100%;
	height: 40px;
	z-index:1000;
	background: url(/_webblocks/images/black_50.png);
	display: none;
}
.tickercontainer{
	width: 100%;
	margin:0px auto;
	height: 40px !important;
	overflow: hidden;
}
.tickercontainer .mask {
	position: relative;
	width:100%;
	height: 40px !important;
	overflow:hidden;
	text-align: left;
	line-height:40px;
	color:#fff;
	margin:0px auto;

}
.tickercontainer ul{
	list-style-type:none;
	padding:0;
	margin:0;
	height:40px;
}
.tickercontainer ul li{
	float:left;
	height:40px;
	line-height:40px;
	margin:0 200px 0 0;
}

.frontWrapperBox{
	width: 100%;

}

.frontWrapper{
	width: 960px;
	margin: 0 auto;
	background: url(/_webblocks/images/white_80.png);
	z-index: 4;
/* 	margin-bottom: 25px; */
}

.frontContent{
	width: 960px;
	margin: 0 auto;
}

.frontContentHead{
	width: 960px;;
	margin: 0 auto;
	text-align: center;
}
.frontje{
	position:relative;
	width:150px;
	z-index:100;
	margin:0 12px 12px 0;
	float:left;
}
.frontBox{
	width:150px;
	height:164px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor:pointer;
	text-align:center;
	position:relative;
	z-index:10000;
	background: red;
}
.frontBoxHover{
	width:149px;
	height:95px;	
	margin: 9px 13px 0 0;
	cursor:pointer;
	text-align:left;
	float:left;
	background:#fff;
	position:absolute;
	color:#000;

}
.frontBoxHover p{
	width:145px;
	font-size:11px;
	line-height:18px;
	padding: 0 0 0 1px;
	margin: 0px;
}
.frontBoxHover a {
	padding: 1px;
}
.slideBoxes{
	text-align:center;
	margin:30px auto 0 auto;
	width: 960px;
	height: 184px;
}
.frontBoxLabel{
	width:150px;
	height:24px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #ce1443;
	color: #fff !important;
	padding:0;
	text-align:center;
}
.frontBoxLabel p {
	line-height:24px;
	margin:0;
	padding: 0;
	font-size:12px;
	font-weight:normal;
}
.frontBoxHead{
	width: 180px;
	height: 34px;
	background: #04662b url(/_webblocks/images/blockhead.png);
	text-align: center;
}

/* Nieuwspagina */

.newsContent{
	width: 960px;
	margin: 20px auto;
}

.newsborder{
	border: 1px solid #d0cece;
	padding: 8px;
	background: #e3e4e4;
}

.newsLeft{
	width: 635px;
}

.newsBig{
	width: 615px;
}

.newsSmall{
	margin: 0 15px 20px 0;
	width: 292px;
}

.newsSmaller{
	margin: 5px 5px 0 0;
	width: 127px;
}
.bijlageBox ul li{
	min-height: 45px;
	border-bottom: 1px solid #458058;
	border-top:0px;
}
.bijlageBox ul{
	min-height:0px !important;
}
.subUl li{
	border-bottom: 1px solid #458058;
	border-top:0px;

}
.subUl{
	padding-left:0px !important;
	list-style-type:none !important;
	min-height:0px !important;
}
.subUl li a{
	padding:13px 0;
	display:block;
	color: #ce1443;
	font-weight: bold;
}
.subUl li span{
	margin:13px 0px;
	display:block;

}

.newsRight{
	width: 300px;
	margin: 0 0 15px 0;
}

.newsArchive ul{
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	min-height: 200px;
}

.newsArchive li{
	border-top: 1px solid #458058;
	padding:5px;
}
.newsArchive li a{
	line-height:0px !important;
	padding:5px 0px;
}
.medewerkerTable{
	margin:0 0 30px 0;
}
.lilContent{
	width:455px;
	float:left;
	margin:0 50px 10px 0;
}
.lilContent ul li a{
	margin:13px 0 !important;
	padding:0px !important;
}
.lilContent p {
	padding:0px 0px 10px 0px;
}
.lilContent h2 {
	font-size:16px !important;	
	margin-bottom:20px;
}
.lilContent h1, .act_h1 {
	font-size:16px !important;	
	margin-bottom:20px;
	font-weight:bold !important;
	line-height: px;
	height: 40px;
	line-height: 39px;
}
.lilContent .producttitle img{
	float: left; 
	height: 40px;
}

.lilContent table {
    line-height: 1.3em !important;
    background-color: #ededed;
    border: 1px solid white;

}
.lilContent table th {
    background-color: #ce1443;
    color: #ededed;
    text-align: left;
    padding-left: 5px;
}
.lilContent table tr td{
    line-height: 1.3em !important;
    text-align: left !important;
    padding-left: 5px;
}
/* Footer */
/*
.push{
	height: 207px;
}
*/
.follow{
	margin:-15px 0 0 0;
}
/*
.footerTotal{
	width:100%;
	position: absolute; 
 	bottom: 0;
	clear:both; 
}
*/
.grayBarBox{
	width: 100%;
	height: 63px;
	background: #4d4c4c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4d4c4c 0%, #292929 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4c4c), color-stop(100%,#292929)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d4c4c 0%,#292929 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d4c4c 0%,#292929 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d4c4c 0%,#292929 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d4c4c 0%,#292929 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4c4c', endColorstr='#292929',GradientType=0 ); /* IE6-8 */
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.grayBar{
	width: 960px;
	margin: 0 auto;
}

.wordcloud_wrap {
	width: 100%;
	background: #292929; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZDRjNGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #292929 0%, #4d4c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#4d4c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292929 0%,#4d4c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292929 0%,#4d4c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292929 0%,#4d4c4c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292929 0%,#4d4c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#4d4c4c',GradientType=0 ); /* IE6-8 */
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.wordcloud {
	width: 960px;
	margin: 0 auto;
	color: #FFF;
	padding: 20px 0;
}
.cloud {
	float: left;
	width: 33%;
}
.cloud ul {
	margin: 0;
	padding: 0 0 0 12px;
}
.cloud p {
	margin: 0;
	padding: 0;
}
.cloud a {
	color: #FFFFFF;
}
.footer{
	width: 100%;
	background: #ededed;
	font-weight:bold;
}
.footerInner{
	width: 960px;
	padding: 20px 0 0 0;
	margin:auto;
	background: #ededed;
}

.footerBtm{
	width: 960px;
	margin:20px 0 0 0;
	border-bottom:1px grey solid;
	padding:0 0 15px 0;
}
.footerBtm ul, .footerBar ul {
	list-style-type:none;
}
.footerBtm ul li, .footerBar ul li {
	float:left;
	height:15px;
	color:#444;
	padding:0px 5px;
	line-height:13px;
	border-right:1px grey solid;
}
.footerRight{
	width: 560px;
}

.footerRight img{
	margin: 4px 0 0 4px;
}

.twitter{
	cursor: pointer;
	width: 32px;
	height: 32px;
	margin: 4px 0 0 4px;
	background: url(/_webblocks/images/tw_button.png) 0 0 no-repeat;
}
.facebook{
	cursor: pointer;
	width: 32px;
	height: 31px;
	margin: 4px 0 0 4px;
	background: url(/_webblocks/images/fb_ico.png) 0 0 no-repeat;
}
.facebook:hover{
	width: 32px;
	height: 31px;
	margin: 4px 0 0 4px;
	background: url(/_webblocks/images/fb_ico.png) 0 -31px no-repeat;
}
.linkedin{
	cursor: pointer;
	width: 32px;
	height: 31px;
	margin: 4px 0 0 4px;
	background: url(/_webblocks/images/in_ico.png) 0 0 no-repeat;
}
.linkedin:hover{
	background: url(/_webblocks/images/in_ico.png) 0 -31px no-repeat;
}
.twitter:hover{
	width: 32px;
	height: 32px;
	margin: 4px 0 0 4px;
	background: url(/_webblocks/images/tw_button.png) 0 -32px no-repeat;
}

.linkedin{
	cursor: pointer;
	width: 32px;
	height: 32px;
	margin: 4px 0 0 4px;
	background: url(/_webblocks/images/li_button.png) 0 0 no-repeat;
}

.linkedin:hover{
	background: url(/_webblocks/images/li_button.png) 0 -32px no-repeat;
}

.footerBar{
	text-align:right;
	margin:0px;
	padding: 20px 0;
}
.footerBar a:hover {
	
	border-bottom: 1px solid #444;
}
.sitemapUL ul{
}
.sitemapUL ul li{
	padding:5px 0;
}
/* SLIDER */
.newsborderSlider {
	border: 1px solid #d0cece;
	padding: 8px;
	background: #e3e4e4;
	margin: 0 0 20px 0;
}
.newsborderSlider_img {
	position:relative;
	display:block;
}
.newsborderSlider_img img {
	position:absolute;
	z-index:5;
}
.newsborderSlider_nav {
	position:absolute;
	margin:6px 0 0 10px;
	z-index:100;
}

.newsborderSlider_nav a {
	float:left;
	margin:5px 5px 0 5px;
	background:#ffffff;
	padding:5px;
	border:3px #ffffff solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	height:1px;
	text-indent:-9999px;
}
.activeSlide{
	float:left;
	margin:5px 5px 0 5px;
	background:#04662B !important;
	padding:5px;
	border:3px #fff solid !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	height:1px;
	text-indent:-9999px;
	
}
.newsborderSlider_caption {
	background:url('/_webblocks/images/slider_box_caption_bg.png') 0 0 repeat ;
	position:absolute;
	z-index:200;
	width:922px;
	height:60px;
	padding:0 10px 10px 10px;
	margin:-70px 0 0 0;
	display:block;
}
.newsborderSlider_caption p {
	color:#FFFFFF !important;
	font-size:14px;
	font-weight:bold;
}

.openview{
	width: 28px;
	height: 28px;
	position: absolute;
	left: 25px;
	top: 22px;
}

/*FACEBOOK NEWS*/
.news {
    width: 350px;
}/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
margin:0px auto !important;

height: 40px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;

overflow: hidden;
margin:0px auto;
}
ul.newsticker { /* that's your list */
position: relative;
list-style-type: none;
margin:0px auto;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: transparent;
}
ul.newsticker a {

color: #fff;
font-weight:bold;
padding: 0;
} 
ul.newsticker li{
	padding:0px 150px 0 0;
}