/**
*
* Design and coding by Jack Kwakman
* Copyright &copy; 2008, ELMA Multimedia
*
*/

/**
* Main elements
*/

body {
	text-align: left;
	line-height: 1.0;
	font: 62.5% Tahoma,Geneva,Kalimati,sans-serif;
	margin: 0 0 30px 0;
	padding: 0;
	background: #7f9bb8 url(images/background.gif) repeat-y center top;
	color: #4b4b4b;
}

.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, .loginwarning {
	color: red;
}

p {
	margin: 5px 0 5px 0;
	padding: 0;
}

table {
	font-size: 11px;
}

.blueline {
	margin: 20px 0 20px 0;
	border-top: 1px solid #beccdb;
	height: 1px;
	clear: both;
}

h4 {
	font-size: 12px;
}

.bluebox {
	margin: 0 15px 0 0;
}

#newsoverview {
	width: 490px;
}

.pager {
	margin-bottom: 25px;
}

/**
* Calendar box
*/

.calendarheader {
	font-size: 11px;
	font-weight: bold;
	clear: both;
	color: #003772;
	padding: 5px 0 5px 0;
}

.calendarbox {
	clear: both;
	width: 173px;
	padding: 12px;
	margin: 10px 0 10px 5px;
	color: #000;
	text-align: left;
}

.calendarbox h3 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #003772;
}

.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: #003772;
}

/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
}

button {
	cursor: hand;
	cursor: pointer;
	overflow:visible;
}

.select {
	background: #fafafa;
	border: 1px solid #567aa1;
	color: #003772;
	font-size: 11px;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	padding: 4px 0;
}

.textfield, .fieldline {
	background: #fafafa;
	border: 1px solid #567aa1;
	color: #003772;
	font-size: 11px;
	padding: 5px;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
}

.textarea {
	background: #fafafa;
	border: 1px solid #567aa1;
	color: #003772;
	font-size: 11px;
	padding: 5px;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
}

.submitbutton {
	background: #003772;
	color: #FFF;
	border: 1px solid #567aa1;
	margin: 0 0 0 6px;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-weight: bold;
}

.searchfield {
	border: 1px solid #7f9bb8;
	padding: 3px;
	font-size: 10px;
	color: #003772;
	width: 122px;
}

.searchsubmit {
	background: #003772;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #7f9bb8;
	padding: 3px;
}

/**
* Header elements
*/

#header {
	margin: 10px 0 0 0;
	width: 100%;
	height: 86px;
	background: url(images/header.png) no-repeat center center;
	text-align: center;
}

#centerheader {
	width: 960px;
	margin: auto;
}

#logo_container {
	float: left;
	width: 210px;
	padding: 22px 0 0 13px;
}

#logo {
	float: left;
	width: 210px;
	height: 43px;
	background: #FFF url(images/logo.gif) no-repeat left top;
	position: relative;
	margin: auto;
}

#logo h2 {
	display: none;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 43px;
}

#headerbg {
	float: right;
	width: 720px;
	height: 79px;
	background: url(images/background.jpg) no-repeat top right;
	color: #e42b2a;
}

#headerbg p {
	font-size: 10px;
	text-align: right;
	padding: 9px 0 0 0;
}

#headerbg a {
	color: #003772;
	font-weight: bold;
	margin: 0 18px 0 18px;
	text-decoration: none;
}

/**
* Content
*/

#content {
	width: 960px;
	margin: auto;
	text-align: left;
}

/**
* DOWNLOAD ICONS
*/

#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: #003772;
	text-decoration: none;
	font-size: 11px;
}

#downloads a:hover {
	color: #e42b2a;
}

/**
* Leftmenu
*/

#left {
	float: left;
	width: 220px;
}

#leftmenu {
	margin: 21px 0 0 23px;
	width: 187px;
}

#leftmenu ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#leftmenu li {
	margin: 0;
	list-style: none;
}

.normal {
	background: url(images/dotted.gif) top left no-repeat;
	padding: 0 0 10px 18px;
}

.normal a {
	font-weight: bold;
}

.sel {
	background: url(images/dotted_blue.gif) top left no-repeat;
	padding: 0 0 10px 18px;
}

.sel a {
	font-weight: bold;
}

.sub li {
	background: url(images/dotted_sub.gif) top left no-repeat;
	padding: 0 0 10px 35px;
}
.sub li a {
	font-weight: normal;
}

.locked {
	background: url(images/locked.gif) top left no-repeat;
}

#leftmenu a {
	font-size: 11px;
	color: #003772;
	text-decoration: none;
}

/**
* Breadcrumb
*/

.breadcrumb {
	height: 50px;
	overflow: hidden;
}

.breadcrumb a {
	color: #003772;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #e42b2a;
}

.breadcrumb ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li {
	display: inline;
}

/**
* Right
*/

#right {
	display: inline;
	width: 720px;
	float: right;
}

#rightmenu {
	float: right;
	width: 200px;
	margin: 0 10px 0 0;
	display: inline;
}

.textcontainer {
	float: left;
	font-size: 11px;
	color: #4b4b4b;
	width: 480px;
}

.textcontainer h1 {
	font-size: 15px;
	color: #003772;
}

.textcontainer h3 {
	font-size: 13px;
	color: #003772;
}

.textcontainer a {
	color: #003772;
}

.searchbox {
	margin: 10px 0 0 0;
	float: right;
	background-color: #acbed1;
	width: 200px;
	text-align: center;
	padding: 20px 0 20px 0;
}

#banners {
	text-align: center;
}

#banners iframe {
	margin: 10px 0 0 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: #003772;
	text-decoration: none;
	font-size: 11px;
}

.emailpage {
	margin: 30px 0 0 0;
}

/**
* Poll
*/

.block {
	background-color: #beccdb;
}

.blockheader {
	margin: 10px 0 0 0;
	background-color: #567aa1;
}

.blockcontents {
	font-weight: bold;
	color: #003772;
	padding: 10px;
}

.blockcontents label {
	color: #003772;
}

div.blockcontents ul.loginmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.blockcontents ul.loginmenu a {
	text-decoration: none;
	color:#003772;
}

.boxreadmore a {
	text-decoration: none;
	color: #e42b2a;
	font-weight: normal;
	float: right;
}

.addressbook {
	margin: 10px 0 0 0;
	text-align: center;
}

.addressbook img {
	border: 1px solid #7f9bb8;
}

.newsdetailsimage {
	float: left;
}

.newsdetailsimage img {
	padding: 0 25px 0 0;
}

.newsdate {
	font-style: italic;
}

.newsoverview {
	margin: 25px 0 0 0;
}

.newsoverview img {
	border: 0;
}

.newsoverview td {
	padding: 0 10px 0 10px;
}

.newsoverview h4 {
	margin: 0;
	padding: 0;
}

.newsoverview a {
	text-decoration: none;
}

.newsoverview img {
	border: 0;
}

.rss img {
	border: 0;
}

.rss a {
	text-decoration: none;
}

/**
* Footer
*/

#footer {
	margin: 69px 0 0 0;
	border-top: 1px solid #beccdb;
	padding: 6px 0 0 0;
	color: #7d7d7d;
}

#footer a {
	color: #7d7d7d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/**
 * Styles for organizations and companies
 */
div.organizationdetail h1 {
	width: 350px;
}
div.organizationdetail span.organizationlogo {
	float: right;
}
span.organizationlogo img {
	width: 100px;
}
table.company th {
	padding: 0 8px;
}
table.company td {
	padding: 0 8px;
}

/**
 * Styles for viewing the organizations and companies
 */
div.view_organization {
	padding-bottom: 10px;
	margin-bottom: 15px;
}
div.view_organization img {
	border: none;
}
div.view_organization div.organizationimage {
	width: 94px;
	height: 94px;
	float: left;
	border: 1px solid #ACBED1;
}
div.view_organization img {
	width: 94px;
}
div.view_organization div.organizationdata {
	margin-left: 110px;
}
div.view_company img {
	border: none;
}
span.align_right {
	display: block;
	width: 100%;
	text-align: right;
}
