@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:top;
  background:transparent;
}

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0;  vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */
pre, code, kbd, samp { font-family:Verdana, Geneva, sans-serif; }
h1,h2,h3,h4,h5,h6 { text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
input { font-size:100%; font-family: Verdana, Geneva, sans-serif;}
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
::-moz-selection{ background: #bfbebe; color:#fff; text-shadow: none; }
::selection { background:#bfbebe; color:#fff; text-shadow: none; } 
button {  width: auto; overflow: visible; }
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }
/* Non-semantic helper classes */

/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
#bewerkCMS { position:absolute; left:0; top:0; }
	

/* === START SMART STYLE === */

img { border: none; }
menu, ul { list-style: none; }
html {overflow: -moz-scrollbars-vertical; }
h1, h2, h3, h4 { font-weight: bold; }
h1 { font-size: 1.308em; }
h2 { font-size: 1.308em; }
h3 { font-size:	1.077em; }
h4 { font-size: 1em; }

body {
	color: #696a6b;
	font-size: 75.0%; /* 12px*/
	font-family: Verdana, Geneva, sans-serif;
}

div#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	min-height: 650px;
	height: auto!important;
	height: 650px;
}

div#content {
	float: float;
	display: block;
	width: 990px;
	min-height: 500px;
	height: auto!important;
	height: 500px;
	padding-bottom: 10px;
}

div.block {
	float: left;
	margin: 90px 0px 0px 17px;
	width: 225px;
}

div.block div.blocktop {
	float: left;
	display: block;
	background: url(/images/blocktop.png) left top no-repeat;
	width: 225px;
	height: 12px;
}

div.block div.blocktop a {
	display: block;
	padding-left: 20px;
	width: 205px;
	height: 43px;
	line-height: 43px;
	color: #1a68b1;
	font-size: 1.167em;
	font-weight: bold;
	text-decoration: none;
}

div.block:hover div.blocktop a { color: #ff7800; }

div.block div.blockinner {
	float: left;
	display: block;
	background: url(/images/blockinner.png) left top repeat-y;
	width: 225px;
	min-height: 676px;
	height: auto!important;
	height: 676px;
	padding-bottom: 5px;
}

div.block div.blockinner a.img {
	display: block;
	width: 225px;
	height: 116px;
	text-align: center;
	text-decoration: none;
}

div.block div.blockinner div.text {
	display: block;
	margin: 15px 0px 0px 13px;
	width: 203px;
	line-height: 18px;
}

div.block div.blockinner div.text p {
	padding-bottom: 5px;
}

div.block div.blockinner div.text p strong { margin-top: 10px;}

div.block div.blockinner div.text a {
	color: #696a6b;
	text-decoration: underline;
}

div.block div.blockinner div.text a:hover { text-decoration: none; }

div.block div.blockbottom {
	float: left;
	display: block;
	background: url(/images/blockbottom.png) left top no-repeat;
	width: 225px;
	height: 19px;
}

a.bottomlogos {
	float: left;
	margin: 18px 0px 0px 18px;
	background: url(/images/bottomblock-bg.png) left top no-repeat;
	width: 467px;
	height: 95px;
	text-align: center;
	text-decoration: none;
	padding-bottom: 40px;
}

a.bottomlogos img {
	float: left;
	margin: 26px 0px 0px 10px;
	width: 450px;
	height: 41px;
	text-align: center;
}

div#footer {
	position: relative;
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	width: 990px;
	height: 120px;
	border-top: 1px solid #eaeaea;
}

div#footer ul,
div#footer p {
	float: left;
	display: block;
	margin-top: 10px;
	width: 100%;
	color: #696a6b;
	font-size: 0.917em;
	text-align: center;
}

div#footer ul li {
	display: inline-block;
	margin-left: 7px;
	background: url(/images/footer-bullet.png) left center no-repeat;
	padding-left: 8px;
}

div#footer ul li:first-child {
	background: none;
	margin-left: 0px;
	padding-left: 0px;
}

div#footer ul li a,
div#footer p a {
	color: #696a6b;
	text-decoration: none;
}

div#footer ul li a:hover,
div#footer p a:hover { 
	text-decoration: underline;
}

/* === END SMART STYLE === */

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
*/

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
 .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* Media queries for responsive design */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}