/**
*
* Design and coding by Jack Kwakman
* Copyright &copy; 2006, ELMA Multimedia
*
*/

/**
* Main elements
*/

body {
	text-align: center;
	line-height: 1.0;
	font: 62.5% Tahoma, Arial, Trebuchet, Verdana, helvetica, sans-serif;
	background: #d4191b url(images/background.gif) repeat-y center top;
	margin: 0;
	padding: 0;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
}

.bold {
	font-weight: bold;
	font-size: 12px;
}

.italic {
	font-style: italic;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.nowrap {
	white-space: nowrap;
}

.required {
	color: red;
}

.changepassword {
	color: #FFF;
	text-align: left;
}

/**
* RSS
*/

.rss a {
	color: #000;
	text-decoration: none;
}

.rss img {
	border: 0;
}

/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Trebuchet, Verdana, helvetica, sans-serif;
}

p {
	margin: 5px 0 5px 0;
	padding: 0;
}

table {
	font-size: 11px;
}

.pollbox {
	margin: 25px 0 0 0;
	background: #cee4ce;
	text-align: left;
	font-size: 11px;
	padding: 10px;
}

.fieldline {
	background: #FFF;
	border: 1px solid #00549b;
	color: #00549b;
	font-size: 10px;
	padding: 3px;
	font-family: arial, helvetica, sans-serif;
}

.select {
	background: #FFF;
	border: 1px solid #447a1c;
	color: #447a1c;
	font-size: 10px;
	padding: 3px;
	font-family: arial, helvetica, sans-serif;
}

.textfield {
	background: #FFF;
	border: 1px solid #447a1c;
	color: #447a1c;
	font-size: 10px;
	padding: 3px;
	width: 189px;
	font-family: arial, helvetica, sans-serif;
}

.textfieldnolength {
	background: #FFF;
	border: 1px solid #447a1c;
	color: #447a1c;
	font-size: 10px;
	padding: 3px;
	font-family: arial, helvetica, sans-serif;
}

.textarea {
	background: #FFF;
	border: 1px solid #447a1c;
	color: #447a1c;
	font-size: 10px;
	padding: 3px;
	width: 318px;
	height: 118px;
	font-family: arial, helvetica, sans-serif;;
}

.submitbutton {
	background: #cee4ce;
	color: #447a1c;
	border: 1px solid #447a1c;
	margin: 0 0 0 0px;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	font-family: arial, helvetica, sans-serif;
}

.contact a {
	color: #447a1c;
}

hr {
	width: 100%;
	color: #eea3a4;
	background-color: #eea3a4;
	border: 0px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#container {
	width: 980px;
	margin: auto;
}

/**
* Header elements
*/

#header {
	background: #cee4ce url(images/header.jpg) no-repeat right top;
	height: 205px;
	width: 980px;
	position: relative;
}

#logo {
	float: left;
	width: 200px;
	height: 205px;
	background: #cee4ce url(images/logo.gif) no-repeat left top;
	margin: 0;
}

#logo h2 {
	display: none;
}

#logo a {
	top: 0;
	left: 0;
	width: 200px;
	height: 205px;
	position: absolute;
}

#topbanner {
	margin: 5px 10px 0px 0px;
	float: right;
	display: inline;
}

#topbanner img {
	border:0 ;
}

.rightbanner {
	margin: 0px 0px 5px 0px;
	text-align: center;
}

.rightbanner img {
	border:0 ;
}

#content {
	padding: 0px 0 0 0;
	width: 980px;
	clear: both;
}

.search {
	position: absolute;
	top: 175px;
	left: 793px;
	color: #FFF;
}

.search a {
	color: #FFF;
	text-decoration: none;
}

.searchfield {
	background: #FFF;
	border: 1px solid #447a1c;
	color: #00549b;
	font-size: 10px;
	width: 100px;
	height: 14px;
	margin: 0px 6px 0px 0px;
}

/**
* Leftmenu
*/

#leftmenu {
	margin: 0;
	width: 190px;
	background: #d4191b;
	font-size: 12px;
}

#leftmenu ul {
	padding: 17px 0 0px 0px;
	margin: 0;
	list-style: none;
	width: 190px;
}

#leftmenu .normal a
{
	font-size: 11px;
}

#leftmenu .sel a
{
	background: #cee4ce url(images/menudot_red.gif) no-repeat 7px top;
	font-size: 11px;
	color: #d4191b;
	border-left: 1px #d4191b solid;
	border-right: 1px #d4191b solid;
	width: 148px;
}

#leftmenu .sub a {
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	background: none;
	font-style: italic;
	width: 145px;
}

#leftmenu .sub a:hover {
	background: #cee4ce;
	width: 145px;
}

#leftmenu li {
	width: 190px;
	text-align: left;
	display: inline;
	margin: 0;
}

#leftmenu .sub ul {
	padding: 0;
	margin: 0;
}

#leftmenu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding: 4px 10px 4px 30px;
	text-align: left;
	background: #d4191b url(images/menudot.gif) no-repeat 7px top;
}

#leftmenu a:hover {
	background: #cee4ce url(images/menudot_red.gif) no-repeat 7px top;
	color: #d4191b;
	border-left: 1px #d4191b solid;
	border-right: 1px #d4191b solid;
}

#left {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0px 5px 0px 5px;
	background: #cee4ce;
}

#right {
	width: 780px;
	float: right;
	font-size: 11px;
}

#textcontainer {
	padding: 20px 20px 20px 20px;
	width: 540px;
	float: left;
	line-height: 1.5;
	text-align: left;
	color: #323232;
}

#textcontainer h1 {
	font-size: 13px;
	margin: 22px 0 22px 0;
	color: #323232;
	display: inline;
}

#textcontainer h2 {
	font-size: 13px;
	margin: 22px 0 22px 0;
	color: #d4191b;
	display: inline;
}

#rightmenu {
	padding: 0px 5px 0px 5px;
	width: 190px;
	float: left;
	background: #cee4ce;
}

/**
* Breadcrumb
*/

.breadcrumb {
	width: 540px;
	background: #cee4ce url(images/breadcrumb.gif) repeat-x bottom left;
	text-transform: lowercase;
	color: #d4191b;
	overflow: hidden;
	height: 20px;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

.breadcrumb ul {
	margin: 0;
	padding: 1px 11px 1px 11px;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb a {
	color: #d4191b;
	font-weight: bold;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/**
* Redbox
*/

.redbox {
	padding: 10px 0px 10px 10px;
	background: #d4191b;
	margin: 0 0 5px 0;
	color: #00549b;
}

.redbox h3 {
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFF;
	font-size: 12px;
}

.redbox a {
	color: #FFF;
	text-decoration: none;
}

.redbox .boxreadmore a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.boxreadmore {
	text-align: right;
}

.boxreadmore a {
	font-weight: bold;
	text-decoration: none;
	color: #d4191b;
}

.boxreadmore img {
	margin: 0 0 0 11px;
}

/**
* Pollbox
*/

#pollform label {
	cursor: pointer;
	margin: 0 0 0 5px;
	font-weight: bold;
}

/**
* Loginbox
*/

.loginwarning {
	color: red;
}

#loginbox {
	color: #FFF;
	font-size: 11px;
	text-align: left;
}

#loginbox label, #login label {
	font-size: 11px;
	color: #FFF;
}

#loginbox table {
	color: #FFF;
}

#loginbox table a {
	color: #FFF;
}

.loginfield {
	background: #FFF;
	border: 1px solid #447a1c;
	color: #447a1c;
	font-size: 10px;
	width: 160px;
	height: 14px;
}

/**
* Newsletter
*/

.newsletterwarning {
	color: red;
}

#newsletterbox {
	color: #FFF;
	font-size: 11px;
	text-align: left;
}

#newsletterbox label, #newsletter label {
	font-size: 11px;
	color: #FFF;
}

#newsletterbox table {
	color: #FFF;
}

#newsletterbox table a {
	color: #FFF;
}

.newsletterfield {
	background: #FFF;
	border: 1px solid #447a1c;
	color: #00549b;
	font-size: 10px;
	width: 160px;
	height: 14px;
}

/**
* Calendar box
*/

.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;
}

/**
* News styles
*/

.newsoverview {
	margin: 0px 0 0 0;
}

.newsoverview h3 {
	font-size: 11px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #d4191b;
	font-weight: bold;
}

.date {
	font-size: 10px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #323232;
	display: inline;
	float: right;
}

.newsoverview a {
	text-decoration: none;
	color: #d4191b;
	font-weight: bold;
}

.newsodd {
	padding: 10px 10px 5px 10px;
	background: #f9dddd;
	margin: 0 0 5px 0;
}

.newsjust {
	padding: 10px 10px 5px 10px;
	background: #FFF;
	margin: 0 0 0px 0;
}

.pager {
	margin: 0 0 20px 0;
}

.pager a {
	text-decoration: none;
	color: #d4191b;
	font-weight: bold;
	margin: 0 5px 0 5px;
}

.newsimage {
	width: 150px;
	text-align: center;
}

.newsimage img {
	border: 1px solid #447a1c;
	margin: 0;
}

#newsoverview {
	width: 515px;
}

.newsdetails img {
	border: 1px solid #447a1c;
	margin: 0 21px 21px 0;
	float: left;
}

.newsdetails a {
	text-decoration: none;
	color: #447a1c;
	font-weight: bold;
}

.agendadata a {
	text-decoration: none;
	color: #447a1c;
	font-weight: bold;
}

.newsdate {
	font-style: italic;
	font-size: 11px;
}

.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: #447a1c;
	text-decoration: none;
	font-size: 11px;
}

.emailpage {
	margin: 25px 0 0 0;
	background: #cee4ce;
	padding: 19px;
	color: #000;
}

.emailpage h3 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	font-size: 12px;
}

.emailpage table {
	margin: 10px 0 0 0;
	color: #000;
}

.emailpage td {
	padding: 0 5px 5px 0;
}

.emailpage .header {
	width: 120px;
	font-size: 12px;
	font-weight: bold;
}

.emailpage .normal {
	width: 100px;
}

.emailpage .textfield {
	background: #FFF;
	border: 1px solid #447a1c;
	color: #447a1c;
	font-size: 9px;
	padding: 3px;
	width: 90px;
}

.emailpage .textarea {
	background: #FFF;
	border: 1px solid #447a1c;
	color: #447a1c;
	font-size: 11px;
	padding: 3px;
	width: 450px;
	height: 94px;
	font-family: Tahoma, Arial, Trebuchet, Verdana, helvetica, sans-serif;
}

/**
* Poll
*/

.pollresult {
	margin: 10px 0 10px 0;
}

/**
* DOWNLOAD ICONS
*/

#downloads h3 {
	color: #000;
	font-size: 12px;
}

#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: #447a1c;
	text-decoration: none;
	font-size: 11px;
}

#downloads a:hover {
	color: red;
}

#banners {
	text-align: left;
	margin: 6px;
}

#banners iframe {
	margin: 6px;
}

/**
* Footer
*/

#footer {
	width: 980px;
	height: 50px;
	text-align: center;
	color: #4b4b4b;
}

#footer hr {
	width: 540px;
	color: #eea3a4;
	background-color: #eea3a4;
	border: 0px;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#footer ul {
	margin: 0 35px 0 0;
	padding: 0 0 0 0;
}

#footer li {
	display: inline;
}

#footer a {
	color: #4b4b4b;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover {
	text-decoration: underline;
}
