/**
*
* Design and coding by Jack Kwakman
* Copyright &copy; 2009, ELMA Multimedia
*
*/

body {
	line-height: 1.0;
	font: 62.5% verdana, lucida, arial, helvetica, sans-serif;
	background: #ccd6eb;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

#noscript {
	background: #FFF;
	color: red;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px;
}

#noscript p {
	color: #000;
	background: #ffffe1;
	border: 1px solid #000;
	width: 50%;
	padding: 10px;	
}

#welcome {
	float: right;
	width: 300px;
	font-size: 11px;
	margin: 70px 25px 0 10px;
	text-align: right;	
}

ul, ol, dl {
    position: relative;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
}

table {
	font-size: 1em;
}

a {
	outline: none;
}

.nodecoration a {
	text-decoration: none;	
}

form {
	margin: 0;
	padding: 0;
}

button {
	cursor: hand;
	cursor: pointer;
	overflow:visible;
	width: 120px;
	height: 20px;
	border: 0;
	background: url(images/submit.gif) no-repeat;
}

.submitbutton {
	border: 1px solid #003399;
	background: #FFF;
	color: #003399;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 20px 4px 20px;
	cursor: hand;
	cursor: pointer;
	overflow:visible;
}

.lostpassword a {
	text-decoration: none;	
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}

.error {
	background: #FFF;
	color: red;
	border: 1px solid red;
	padding: 10px;
	margin: 10px 0 10px 0;
}

.required, .loginwarning {
	color: red;	
}

#advanced_menu {
	clear: both;	
}

#advanced_menu img {
	border: 0;
	margin: 8px 0 13px 0;
}

/**
* Form elements
*/

.textfield, .textarea {
	background: #fff;
	color: #000;
	border: 1px solid #003399;
	padding: 4px;
	font-size: 11px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
}

.textfield[disabled]
{
	background-color: #dcdcdc;
	border: #808080 1px solid;
	color: #000;
	cursor: default;
	padding: 4px;
	font-size: 11px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
}

.disabled {
	background-color: #dcdcdc;
	border: #808080 1px solid;
	color: #000;
	cursor: default;
	padding: 4px;
	font-size: 11px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;	
}

#genform td {
	padding: 5px;	
}

.select {
	font-size: 11px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	border: 1px solid #003399;
	padding: 4px;
}

.smallselect {
	font-size: 9px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	border: 1px solid #003399;
	padding: 4px;	
}

/**
* Header
*/

#header {
	width: 100%;
	height: 96px;
	background: #FFF;
	margin: auto;
}

#header a {
	color: #000;
	text-decoration: none;
}

#logo {
	float: left;
	display: inline;
	width: 258px;
	height: 66px;
	background: #FFF url(images/logo.gif) no-repeat left top;
	position: relative;
	margin: 18px 0 0 19px;
}

#logo h2 {
	display: none;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 258px;
	height: 66px;
}

#topnav ul {
	margin: 0 0 0 8px;
	padding: 0;
	list-style: none;
}

#topnav span {
	display: none;
}

#topnav a {
	display: block;		
}

#topnav li {
	display: block;
	width: 20px;
	float: left;
	margin: 0 7px 0 7px;
}

#home_btn a {
	width: 20px;
	height: 20px;
	background: url(images/home.gif) no-repeat;
	margin: 6px 0 0 0;
}

#contact_btn a {
	width: 18px;
	height: 13px;
	background: url(images/email.gif) no-repeat;
	margin: 13px 0 0 0;
}

#disclaimer_btn a {
	width: 20px;
	height: 20px;
	background: url(images/disclaimer.gif) no-repeat;
	margin: 6px 0 0 0;
}

#login_btn a {
	width: 15px;
	height: 22px;
	background: url(images/login.gif) no-repeat;
	margin: 4px 0 0 0;
}

#register_btn a {
	display: block;
	width: 21px;
	height: 22px;
	background: url(images/register.gif) no-repeat;
	margin: 4px 0 0 0;
}

#logout_btn a {
	display: block;
	width: 24px;
	height: 22px;
	background: url(images/logout.gif) no-repeat;
	margin: 4px 0 0 0;
}

#update_btn a {
	display: block;
	width: 21px;
	height: 22px;
	background: url(images/update.gif) no-repeat;
	margin: 4px 0 0 0;
}

.searchbar {
	background: #003399 url(images/headernav.gif) repeat-x bottom left;
	padding: 5px;
	text-align: left;
	height: 30px;
}

.searchbar a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.searchbar .textfield {
	width: 238px;
	margin: 0 0 0 40px;
}

.searchbar a#toggle {
	margin: 0 0 0 5px;
}

.enablefilter {
	padding: 5px 0 5px 10px;
}

.enablefilter a {
	text-decoration: none;	
}

h1 {
	font-size: 17px;
	color: #003399;
	margin: 10px 0 20px 0;
}

h2 {
	color: #003399;	
}

#filter {
	padding: 0 20px 20px 20px;
	float: left;
	color: #000;
}

#filter select {
	font-size: 10px;
	width: 300px;
	margin: 5px 0 5px 0;
}

#filter input {
	font-size: 10px;
}

.detailswindow {
	margin: 12px;
	border: 1px solid #c3c5c7;
	background: #fff;
}

.detailsheader {
	margin: 14px 14px 0 14px;
	background: #f2f2f2;
	padding: 10px;
	border-bottom: 1px solid #656565;
}

.detailsheader h3 {
	margin: 0;
	color: #656565;
	font-size: 11px;
}

.detailscontents {
	margin: 0 15px 0 15px;
	padding: 10px 0 10px 0;
	height: 250px;
	width: auto;
	overflow: auto;
	color: #656565;
	font-size: 10px;
	position:relative;
}

.detailscontents ul {
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.detailsfooter {
	margin: 0 14px 14px 14px;
	height: 33px;
	background: #f2f2f2;
	border-top: 1px solid #656565;
}

#advanced {
	width: 543px;
	height: 130px;
	background: #aebedf;
	float: left;
	text-align: left;
	padding: 10px;
	display: none;
}

#filter {
	display: none;	
}

#homesearch #advanced {
	background: transparent;
}

.advancedlabel {
	width: 100px;
	font-weight: bold;
	color: #000;
}

.advancedfields {
	color: #000;
	text-align: left;
	padding: 7px;
}

.filterbanner {
	float: left;
}

.detailswindow .filterbannercontainer {
	margin: 5px 14px 0 14px;
	padding: 10px;	
}

.pagedetails {
	font-size: 11px;
}

.pagedetails h2 {
	font-size: 15px;	
}

.pagedetails a {
	color: #003399;	
}

.newsdetails h3 {
	font-size: 12px;	
}

#banners iframe {
	margin: 15px 0 15px 0;
}

#colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	background: #ccd6eb;
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background: #ccd6eb;
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-360px;
	background: #ccd6eb;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 375px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
	text-align: left;
}
#col2 {	
	float:left;
	width:210px;
	position:relative;
	margin-left:-50%;
	left:160px;
	overflow:hidden;
	margin-top: 10px;
}
#col3 {
	float:left;
	width:120px;
	position:relative;
	left:15px;
	overflow:hidden;
}

/**
* Leftmenu
*/

#col2 ul {
	margin: 0 0 0 18px;
	list-style: none;
	padding: 0;
}

#col2 li {
	text-align: left;
	margin: 0;
	padding: 5px 0 5px 25px;
}

#col2 li.normal {
	background: url(images/menu_dot_red.gif) no-repeat left top;	
}

#col2 li.sel {
	background: url(images/menu_arrow.gif) no-repeat left top;
}

#col2 .sub li {
	background: url(images/menu_dot_blue.gif) no-repeat left top;	
}

#col2 ul ul {
	margin: 0;
	padding: 0;
}

#col2 a {
	color: #323232;
	text-decoration: none;
	font-size: 10px;
}

#col2 a:hover {
	color: #003399;
}

#col2 .normal a
{
	font-weight: bold;
}

#col2 .sel a
{
	font-weight: bold;
}

#col2 .sub a {
	font-weight: normal;
}

.footer {
	margin: 30px 0 0 0;
	background: #003399 url(images/headernav.gif) repeat-x bottom left;
	text-align: right;
	height: 40px;
	color: #FFF;		
}

.footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.footer ul {
	margin: 0;
	padding: 13px 20px 0 0;
	list-style: none;
}

.footer li {
	display: inline;
	margin: 0;
	padding: 0;	
}

.pagenav ul {
	margin: 20px 0 25px 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 .export {
	background: url(images/export.gif) no-repeat top left;
}

.pagenav .email {
	background: url(images/email_icon.gif) no-repeat top left;
}

.pagenav a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	font-size: 11px;
}

/**
* Breadcrumb
*/

.breadcrumb {
	clear: both;
	color: #003399;
	height: 26px;
	overflow: hidden;
	margin: 18px 0 18px 0;
}

.breadcrumb ul {
	margin: 0;
	padding: 4px 8px 4px 8px;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb a {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

/**
* DOWNLOAD ICONS
*/

#downloads {
	margin: 20px 0 0 0;
}

#downloads h3 {
	color: #003399;
	font-size: 14px;
}

#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 {
	color: #003399;
	text-decoration: none;
	font-size: 10px;
}

#downloads a:hover {
	color: #bc0066;
}
