/**
*
* Coding by Jack Kwakman
* Copyright &copy; 2008, Elma Multimedia
*
*/

/**
* Main elements
*/

html, body {
	height:100%; /* needed for container min-height */
	margin:0;
	padding:0;
}

body {
	text-align: center;
	line-height: 1.0;
	font: 62.5% arial, helvetica, sans-serif;
	background: #000;
	padding: 0;
}

.hidden {
	display: none;
}

table {
	font-size: 1em;
}

p {
	margin: 10px 0 10px 0;
}

a {
	outline: none;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.italic {
	font-style: italic;
}

.red, .loginwarning {
	color: red;
}

.blacklink a {
	color: #000;	
}

/**
* Center
*/

#center {
	width: 1000px;
	text-align: center;

	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

/**
* Pollbox
*/

#pollform label {
	cursor: pointer;
	margin: 0 0 0 5px;
	font-weight: bold;
}

#wrapper {
	padding: 15px 0 0 0;
}

#noscript {
	width: 50%;
	margin: auto;
	padding: 10px;
	border: 1px solid #CC0000;
	color: #CC0000;
	background: #FFF;
}

#window {
	width: 968px;
	background: #FFF;
	margin: auto;
}

#innerwindow {
	margin: 0 15px 15px 15px;
	width: 938px;
	overflow: auto;
	text-align: left;
	font-size: 12px;
}

#logo {
	float: left;
	width: 85px;
	height: 43px;
	background: #FFF url(images/logo.jpg) no-repeat left top;
	position: relative;
	margin: 19px 0 0 16px;
	display: inline;
}

#logo h2 {
	display: none;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 43px;
}

#topbanner {
	float: left;
	width: 468px;
	height: 60px;
	margin: 11px 0 0 18px;
}

.topdottedline {
	height: 1px;
	background: #FFF url(images/line.gif) repeat-x;
	margin: 15px 15px 0 15px;
	font-size: 0;
	clear: both;
}

.dottedline {
	height: 1px;
	background: #FFF url(images/line.gif) repeat-x;
	font-size: 0;
	clear: both;
}

#topnav {
	float: right;
	color: #000;
	margin: 19px 19px 0 0;
}

#topnav ul {
	text-align: right;
	list-style: none;
}

#topnav li {
	display: inline;
}

#topnav a {
	color: #000;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: underline;
}

#nav {
	height: 118px;
	width: 1000px;
}

#left {
	width: 570px;
	float: left;
	display: inline;
}

/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
}

button {
	cursor: hand;
	cursor: pointer;
	overflow:visible;
}

.select {
	background: #FFF;
	color: #000;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}

.textfield {
	background: #FFF;
	border: 1px solid #666666;
	color: #000;
	font-size: 10px;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
}

input#flubber {
	display: none;
}

.textarea {
	background: #FFF;
	border: 1px solid #666666;
	color: #000;
	font-size: 10px;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
}

.submitbutton {
	background: #666666;
	color: #FFF;
	margin: 0;
	border: 0;
	font-size: 10px;
	padding: 5px 12px 5px 12px;
	font-family: arial, helvetica, sans-serif;
}

.boxreadmore a {
	color: red;
	text-decoration: none;
}

.lightgraybox a {
	color: #000;
	text-decoration: none;
}

/**
* Breadcrumb
*/

.breadcrumb {
	color: #666666;
	height: 17px;
	margin: 12px 0 8px 0;
	overflow: hidden;
	font-size: 10px;
}

.breadcrumb ul {
	margin: 0;
	padding: 4px 8px 4px 8px;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb a {
	color: #666666;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/**
* Content elements
*/

#textcontainer h1 {
	margin: 15px 0 15px 0;
	padding: 0;
	color: #000;
	font-size: 13px;
}

#textcontainer h1 a {
	color: #000;
	text-decoration: none;
}

#textcontainer h2 {
	margin: 15px 0 15px 0;
	padding: 0;
	color: #000;
	font-size: 11px;
}

#textcontainer h2 a {
	color: #000;
	text-decoration: none;
}

#settingsForm td {
	padding: 5px;
}

.newsoverview h3 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 11px;
}

.newsoverview h3 a {
	color: #000;
	text-decoration: none;
}

/**
* News styles
*/

.newsoverview {
	margin: 21px 0 0 0;
}

.newsoverview h3 {
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0;
	color: #000;
}

.newsoverview a {
	text-decoration: none;
	color: #ff0000;
}

.pager {
	margin: 0 0 20px 0;
}

.pager a {
	text-decoration: none;
	color: #000;
	margin: 0 3px 0 3px;
}

.pager .selected {
	text-decoration: underline;
}

.emailpage {
	background: #f3f3f3;
	padding: 22px;
	width: 450px;
	margin: 0 0 15px 0;
}

.emailpage h3 {
	margin: 0 0 20px 0;
	color: #000;
	font-size: 11px;
}

.emailpage .bold, .emailpage .header {
	color: #000;
	font-weight: bold;
}


.emailpage table {
	margin: 10px 0 0 0;
	color: #000;
}

.emailpage td {
	padding: 0 5px 5px 0;
}

.emailpage textarea {
	width: 393px;
	height: 102px;
}

.emailpage input {
	width: 87px;
}

#newsoverview {
	width: 490px;
}

.comment {
	background: #f3f3f3;
	padding: 14px;
	margin: 1px;
	overflow: hidden;
}

.comment a {
	color: #000;
}

.newsimage {
	text-align: left;
	width: 150px;
}

.newsimage img {
	border: 1px solid #143a17;
	margin: 0;
}

.newsoverview .newsimage {
	text-align: center;
}

.newsdetailsimage img {
	border: 1px solid #143a17;
	margin: 0 21px 21px 0;
	float: left;
}

.newsdetails a {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

.newsdate a {
	color: #000;
}

.agendadata a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.agendadata strong {
	color: #000;
}

.newsdate {
	color: #000;
	font-style: italic;
	font-size: 11px;
}

.rss a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

.rss img {
	border: 0;
}

.pagenav ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.pagenav li {
	margin: 0;
	padding: 5px 5px 0 17px;
}

.pagenav .print  {
	background: url(images/print.gif) no-repeat top left;
}

.pagenav .previous {
	background: url(images/previous.gif) no-repeat top left;
}

.pagenav a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

.contact a {
	text-decoration: underline;
	color: #000;
}

.order a, .lostpassword a {
	text-decoration: underline;
	color: #000;
}

/**
* Right elements
*/

#rightmenu {
	width: 347px;
	float: right;
	display: inline;
}

.randomimage {
	clear: both;
	padding: 22px 0 22px 0;
	text-align: center;
}

.lightgraybox {
	background: #f3f3f3;
	color: #000;
	font-size: 11px;
	text-align: left;
	padding: 20px 0 20px 20px;
}

.lightgraybox h3 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #000;
}

.calendarheader {
	font-size: 12px;
	font-weight: bold;
	clear: both;
}

.calendarbox {
	width: 173px;
	padding: 16px 21px 16px 21px;
	margin: 0 0 18px 0;
	color: #000;
}

.calendarbox h3 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
}

.calendarbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

.calendarbox li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	width: 30px;
	float: left;
}

.calendarbox a {
	text-decoration: none;
	color: #000;
}

.changepassword a {
	color: #000;
}

#loginbox .textfield {
	width: 95px;
	font-size: 11px;
}

#loginbox button {
	width: 72px;
	font-size: 11px;
}

#loginbox .logintd {
	padding: 0 13px 0 0;
	text-align: right;
}

#banners iframe {
	margin: 8px 8px 8px 0;
	float: left;
}

/**
* DOWNLOAD ICONS
*/

#downloads h3 {
	color: #000;
	font-size: 10px;
}

#downloads ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#downloads li {
	padding: 3px 5px 5px 25px;
	margin: 0;
}

#downloads .word  {
	background: url(images/icons/word.gif) no-repeat top left;
}

#downloads .file {
	background: url(images/icons/file.gif) no-repeat top left;
}

#downloads .pdf {
	background: url(images/icons/pdf.gif) no-repeat top left;
}

#downloads .jpg {
	background: url(images/icons/jpg.gif) no-repeat top left;
}

#downloads .gif {
	background: url(images/icons/gif.gif) no-repeat top left;
}

#downloads .xls {
	background: url(images/icons/excel.gif) no-repeat top left;
}

#downloads .bmp {
	background: url(images/icons/bmp.gif) no-repeat top left;
}

#downloads .mp3 {
	background: url(images/icons/mp3.gif) no-repeat top left;
}

#downloads .zip {
	background: url(images/icons/zip.gif) no-repeat top left;
}

#downloads .ppt {
	background: url(images/icons/ppt.gif) no-repeat top left;
}

#downloads .tif {
	background: url(images/icons/tif.gif) no-repeat top left;
}

#downloads .mpg {
	background: url(images/icons/mpg.gif) no-repeat top left;
}

#downloads a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

#downloads a:hover {
	color: red;
}
