
/* = = = RESETTING BROWSER DEFAULTS - based upon http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ = = = */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	line-height: 1.5;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

em {
	font-style: italic;
}

/* = = = SITE DEFAULTS = = = */

html {
	overflow-y: scroll;	/* toont in FF altijd een scrollbar zodat gecentreerde site niet steeds verspringt. CSS3 */
}

body, html {
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 0.8em;
}

h1, h2, h3{
	/* clear: both; */
	color: #666666;
}

h1{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;
}
h2{
	font-size: 1.2em;
	color: #db312a;
	font-weight: bold;
	padding: 14px 0;
}
h2:first-child{padding-top: 0;}
h3 {
	color: #DB312A;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 14px;
}

a {
	color: #666;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #111;
	text-decoration: none;
}
a.kop {
	color: #111;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.kop, a:focus.kop, a:active.kop {
	text-decoration: none;
	color: #111;
}

a img, :link img, :visited img {
	border: 0;
}

strong, b{
	font-weight: bold;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.alignCenter {
	margin: 0 auto;
}
img.alignLeft {
	margin: 4px 10px 10px 0;
}
img.alignRight {
	margin: 4px 0 10px 10px;
	border: 1px solid #ccc;
}
div.alignLeft {
	margin: 4px 15px 0 0;
}

.offScreen {
	position: absolute;
	left: -9999px;
}


/* = = = = = = = de site = = = = = = = */

#container {
	width: 1006px;
	margin: 0 auto;
	padding: 0;
}


/* = = = siteTop = = = */
#top{
	float: left;
	clear: both;
	width: 100%;
	height: 54px;
	margin: 0;
	background:  url(../images/bg_top.gif) transparent no-repeat top left;
}
#header{
	float: left;
	clear: both;
	width: 100%;
	height: 158px;
	margin: 0;
	background:  url(../images/bg_header.gif) transparent no-repeat top left;
}
	.home {float: left; margin: 86px 0 0 88px;}
	.over {float: left; margin: 127px 0 0 120px;}
	.over li {display: inline; padding: 0 10px}
	.over li a {color: #fff; font-size: 1.2em; text-decoration: none;}
	.over li a:hover {text-decoration: underline;}
	.over li a.active {text-decoration: underline;}
	
#headerbot{
	float: left;
	clear: both;
	width: 100%;
	height: 52px;
	margin: 0;
	background:  url(../images/bg_headerbot.gif) transparent no-repeat top left;
}

	
/* = = = siteBody = = = */
#siteBody {
	width: 100%;
	float: left;
	height: 524px;
	clear: both;
	background:  url(../images/bg_sitebody.gif) transparent repeat-y 0 0;
}

html>body #siteBody{
	height: auto;
	min-height: 524px;
}

	/* = = = Content = = = */
	#content {
		float: left;
		width: 551px; /* 653px */
		padding: 24px 10px 40px 92px;
	}

	#kolRight {
		float: left;
		width: 353px;
		height: 524px;
		background:  url(../images/bg_kolRight.gif) transparent no-repeat 100% 0;
		}
	html>body #kolRight{
		height: auto;
		min-height: 524px;
	}
	
		#content p {
			clear: both;
			float: left;
			margin-left: 27px;
			margin-bottom: 20px;
			width: 95%;
		}
		
			.sswebs {
				font-size: 0.8em;
				text-transform: capatalize;
				letter-spacing: 1px;
			}
		
		#content ul {
			list-style-type: none;
			margin-top: 4px;
			margin-bottom: 0;
			margin-left: 27px;
		}
		
			#content ul li {
				padding: 0 0 0 12px;
				background:  url(../images/dot.gif) transparent no-repeat 0 0.5em;
			}
	
			
		#content ol {
			list-style-type: decimal;
		}
		
			#content ol li {
				margin: 0 0 0 23px;
			}
		
			html>body #content ol li {
				margin: 0 0 0 21px;
			}
		
			*:first-child+html #content ol li {
				margin: 0 0 0 23px;
			}
		
		#foto {
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			float:left;
			clear: both;
			height: 160px;
			margin: 15px 0 30px 26px;
			padding: 0;
			position: relative;
			width:240px;
		}
		.start {background:url(/images/Shyama-Sewpersad.jpg) #fff no-repeat 0 0;}
		.contact {background:url(/images/Shyama-Sewpersad-contact.jpg) #fff no-repeat 0 0;}
			.txt {
				background-color: #fff;
				bottom: 0;
				padding: 2px 6px;
				position: absolute;
				right: 0;
				filter:alpha(opacity=90); /* IE */
    			-moz-opacity:0.9; /* Mozilla */
    			opacity: 0.9; /* CSS3 */
				-webkit-border-top-left-radius: 3px;
				-moz-border-radius-topleft: 3px;
				border-top-left-radius: 3px;
			}
		#nws {
			position:relative;
			width:252px;
			height: 210px; /* 391px */
			float:left;
			clear: both;
			margin-left: 20px;
			padding: 15px 0 30px;
			background:url(../images/nws2.png) no-repeat 0 0;
			overflow: auto;
			scrollbar-arrow-color: #db312a;
			scrollbar-face-color: #eee;
			scrollbar-highlight-color: #fff;
			scrollbar-3dlight-color: #fff;
			scrollbar-shadow-color: #fff;
			scrollbar-darkshadow-color: #fff;
			scrollbar-track-color: #fff;
			}
			
			#nws .binnen {
				height: 210px;
				padding: 0 8px 0 20px; 
				overflow: auto;
			}
		
		#adres {
			float: right;
			margin: 50px 92px 0 0;
			padding: 15px 0 0 0;
		}
			#adres p, #adres p a {
				text-align: right;
				color: #e53127;
				}	
		#twit {
			float: right;
			margin: 30px 82px 0 0;
		}
			.twtr-hd h4 a {font-size: 12px; letterspacing: 1px;}

		#share {float: left; margin-left: 26px; width: 100%;}
		
		#blog {
			background-color: #21aa31;
			float: right;
			margin: 25px 88px 30px 26px;
			padding: 10px 14px;
			text-align: center !important;
			width: 210px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}
		#blog a {text-decoration: none; color: #111;}
		#blog a:hover {text-decoration: underline; color: #fff;}
		#ref {
			background-color: #eee;
			float: right;
			margin: 25px 88px 30px 26px;
			padding: 10px 14px;
			text-align: center;
			width: 210px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}


/* = = = Footer = = = */
#footer {
	clear: both;
	width: 780px; /* 780px */
	height: 25px;
	background:  url(../images/bg_footer.gif) #ffffff repeat top left;
}
	#footer ul {
			float: left;
			margin-left: 16px;
		}
		
	* html #footer ul {
		margin-left: 8px;
	}
		
		#footer li {
			display: inline;
			padding: 0;
		}
