/**
*
* Design and coding by Jack Kwakman
* Copyright &copy; 2008, ELMA Multimedia
*
*/

/**
* Main elements
*/

body {
	text-align: center;
	line-height: 1.0;
	font: 62.5% "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	background: #d7d8d8 url(images/background.jpg);
	margin: 12px 0 25px 0;
	padding: 0;
	color: #616161;
}

a {
	outline: none;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
}

.bold, .header {
	font-weight: bold;
	font-size: 12px;
	color: #0088ab;
}

.italic {
	font-style: italic;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.nowrap {
	white-space: nowrap;
}

.required, .loginwarning {
	color: red;
}

p {
	margin: 5px 0 5px 0;
	padding: 0;
}

table {
	font-size: 1em;
}

.contact a {
	color: #0088ab;
}

.contact td {
	padding: 3px;
}

#greenbox {
	float: right;
	margin: 10px;
	width: 140px;
}

#greenbox h3 {
	margin: 0;
	padding: 0;
}

#greenbox a {
	color: #0088ac;
	text-decoration: none;
}

/**
* Header
*/

#topshadow {
	width: 1003px;
	height: 14px;
	background: #FFF url(images/topshadow.gif) top left no-repeat;
	margin: auto;
}

#wrapper {
	width: 1003px;
	background: url(images/wrapper.gif) top left repeat-y;
	margin: auto;
}

#logowrapper {
	width: 1003px;
	position: relative;
}

#innerwrapper {
	width: 969px;
	position: static;
	margin: auto;
}

/**
* Header elements
*/

.header1 {
	background: #FFF url(images/headers/header1.jpg) top left no-repeat;
}

.header2 {
	background: #FFF url(images/headers/header2.jpg) top right no-repeat;
}

.header3 {
	background: #FFF url(images/headers/header3.jpg) top right no-repeat;
}

.header4 {
	background: #FFF url(images/headers/header4.jpg) top right no-repeat;
}

.header5 {
	background: #FFF url(images/headers/header5.jpg) top right no-repeat;
}

.header6 {
	background: #FFF url(images/headers/header6.jpg) top right no-repeat;
}

#searchbox {
	float: right;
	padding: 87px 16px 12px 0;
}

#logo {
	float: left;
	display: inline;
	width: 139px;
	height: 89px;
	background: url(images/logo.gif) no-repeat top left;
	position: relative;
	margin: 15px 0 0 81px;
}

#logo h2 {
	display: none;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 139px;
	height: 89px;
}

#bar {
	clear: both;
	height: 25px;
	width: 902px;
	background: #f6aa5a url(images/bar.gif) repeat-y top left;
	text-align: left;
	color: #FFF;
	font-size: 13px;
	padding: 5px 0 0 21px;
	margin: 0 0 0 46px;
}

#bar p {
	margin: 0;
	padding: 0;
	font-style: italic;
}

#bar ul {
	margin: 0 0 0 105px;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

#bar li {
	margin: 0 0 0 20px;
	display: inline;
}

#bar a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	padding: 0 0 0 21px;
}

li.home {
	background: url(images/home.gif) no-repeat top left;
}

li.contact {
	background: url(images/email.gif) no-repeat top left;
}

li.sitemap {
	background: url(images/sitemap.gif) no-repeat top left;
}

#sitetitle {
	position: absolute;
	top: 0px;
	left: 13px;
	background: url(images/sitetitle.gif) no-repeat top left;
	width: 60px;
	height: 462px;
}

/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
}

button {
	cursor: hand;
	cursor: pointer;
	overflow:visible;
}

.select {
	color: #0088ac;
	font-size: 10px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;;
}

.textfield, .loginfield {
	border: 1px solid #0088ac;
	color: #0088ac;
	font-size: 10px;
	padding: 5px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;;
}

.textarea {
	border: 1px solid #0088ac;
	color: #0088ac;
	font-size: 10px;
	padding: 5px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;;
}

.submitbutton {
	background: #f6aa5a;
	color: #FFF;
	border: 0;
	margin: 0 0 0 6px;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
}

.loginsubmit {
	background: #0087ab;
	color: #FFF;
	border: 0;
	margin: 0 0 0 6px;
	font-size: 11px;
	padding: 2px 3px 2px 3px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
}

/**
* Content elements
*/

#contentwrapper {
	width: 1004px;
	margin: auto;
}

#content {
	margin: 0 5px 0 5px;
}

#textcontainer {
	float: left;
	width: 400px;
	margin: 20px;
	line-height: 1.5;
	font-size: 12px;
	text-align: left;
	display: inline;
}

#textcontainer h1 {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #0088ab;
	font-size: 16px;
}

#textcontainer h2 {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #0088ab;
	font-size: 14px;
}

#textcontainer h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #0088ab;
	font-size: 12px;
}

.newsoverview a {
	color: #0088ab;
	text-decoration: none;
}


#newsoverview {
	width: 400px;
}

.newsimage {
	text-align: left;
	width: 150px;
}

.newsimage img, .newsdetails img {
	border: 1px solid #4aaac3;
	margin: 0;
}

.newsoverview .newsimage {
	text-align: center;
}

.newsdetails img {
	border: 1px solid #4aaac3;
	margin: 0 21px 21px 0;
}

.newsdetailsimage img {
	float: left;
}

.newsdetails a {
	text-decoration: none;
	color: #4aaac3;
}

.agendadata a {
	text-decoration: none;
	color: #4aaac3;
}

.newsdate {
	font-style: italic;
}

.dottedline {
	height: 1px;
	font-size: 0px;
	background: #f6aa5a url(images/dottedline.gif) top left repeat-x;
	margin: 21px 0 21px 0;
}

.breadcrumb {
	color: #00549b;
	overflow: hidden;
}

.breadcrumb ul {
	padding: 0;
	margin: 0;
	font-size: 12px;
	list-style: none;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb a {
	color: #4aaac3;
	text-decoration: none;
}

.rss {
	margin: 15px 0 0 0;
}

.rss img {
	border: 0;
}

.rss a {
	color: #4aaac3;
	text-decoration: none;
	font-size: 11px;
}

.emailpage {
	padding: 20px 0 0 0;
}

.emailpage table {
	margin: 10px 0 0 0;
}

.emailpage td {
	padding: 0 5px 5px 0;
}

.emailpage textarea {
	width: 393px;
	height: 102px;
}

.emailpage input {
	width: 77px;
}


/**
* Leftmenu
*/

#left {
	float: left;
	width: 284px;
	text-align: left;
	display: inline;
}

#leftmenu {
	margin: 0 0 0 58px;
	font-size: 13px;
	width: 226px;
	background: #4aaac3;
}

#leftmenu ul {
	padding: 15px 0 15px 0;
	margin: 0;
	list-style: none;
}

#leftmenu .normal a
{
	font-size: 13px;
	color: #FFF;
}

#leftmenu .sel a
{
	font-size: 13px;
	color: #f6ab5c;
}

#leftmenu .sub a {
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	color: #FFF;
	font-style: italic;
}

#leftmenu li {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline;
}

#leftmenu .sub ul {
	padding: 0 0 0 10px;
	margin: 0;
}

#leftmenu a {
	text-decoration: none;
	font-size: 13px;
	color: #00549b;
	display: block;
	padding: 4px 0 4px 15px;
}

#leftmenu a:hover {
	color: #d5d5d5;
}

#leftmenu .normal a:hover, #leftmenu .sel a:hover {
	color: #d5d5d5;
}

.pollmenu {
	border-top: 1px solid #f9c38a;
	border-bottom: 1px solid #f9c38a;
	width: 184px;
	float: right;
	background: #fff7ef;
	padding: 23px 21px 23px 21px;
	font-size: 12px;
}

.pollmenu h3 {
	padding: 0;
	color: #0088ab;
	font-size: 14px;
	margin: 0;
}

.calendarbox h3 {
	padding: 0;
	color: #0088ab;
	font-size: 14px;
	margin: 0;
}

.calendarbox ul {
	margin: 0;
	padding: 0;
}

.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;
}

.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: #0088ac;
}

.calendarheader {
	clear: both;
	font-weight: bold;
	padding: 15px 0 0 0;
}

#rightmenu {
	float: right;
	width: 246px;
	margin: 0 12px 0 0;
	display: inline;
	text-align: left;
}

.rightblock {
	background: #ffdfbe;
	color: #616161;
	padding: 19px;
}

.rightblock h3 {
	font-size: 13px;
	color: #0088ab;
	margin: 0;
	padding: 0;
}

.boxreadmore a {
	color: #0088ab;
	text-decoration: none;
}

p.boxreadmore {
	font-style: italic;
	text-align: right;
}

#loginbox .boxreadmore {
	text-align: left;
}

#banners iframe {
	margin: 24px 0 0 24px;
}

.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: #0088ac;
	text-decoration: none;
	font-size: 12px;
}

/**
* News styles
*/

.newsoverview {
	margin: 21px 0 0 0;
}

.newsoverview h3 {
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0;
	color: #0088ab;
}

.newsoverview a {
	text-decoration: none;
	color: #0088ab;
}

.pager {
	margin: 0 0 20px 0;
}

.pager a {
	text-decoration: none;
	color: #0088ab;
}

/**
* DOWNLOAD ICONS
*/

#downloads {
	margin: 20px 0 0 0;
}

#downloads h3 {
	color: #4aaac3;
	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: #0088ac;
	text-decoration: none;
	font-size: 12px;
}

#downloads a:hover {
	color: #f6aa5a;
}

/**
* Footer
*/

.footerspacer {
	margin: 25px 0 0 0;
}

.copyright {
	float: left;
	font-size: 11px;
	margin: 0 0 0 44px;
	display: inline;
	color: #616161;
}

.footernav {
	float: right;
	color: #616161;
	display: inline;
}

.footernav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footernav li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

.footernav a {
	color: #616161;
	text-decoration: none;
	font-size: 11px;
}

.footernav a:hover {
	text-decoration: underline;
}

#footer {
	border-top: 1px solid #f6aa5a;
	padding: 18px 0 12px 0;
	width: 968px;
	margin: auto;
}

#footershadow {
	width: 1003px;
	height: 14px;
	background: #FFF url(images/footershadow.gif) top left no-repeat;
	margin: auto;
}