/**
*
* Design and coding by Jack Kwakman
* Copyright &copy; 2009, ELMA Multimedia
*
*/

/**
* Main elements
*/

body {
	text-align: left;
	line-height: 1.0;
	font: 62.5% "Trebuchet MS", Trebuchet, "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background: #6c92b8 url(images/background.gif) top left repeat-x;
	margin: 25px 0 25px 0;
	text-align: center;
	color: #002e66;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

a {
	outline: none;
}

/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

button {
	cursor: pointer;
	overflow:visible;
}

.select {
	color: #4d6881;
	font-size: 11px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.textfield, .loginfield {
	background: #fff url(images/headersearch.gif) repeat-x bottom left;
	border: 1px solid #4d6881;
	color: #4d6881;
	font-size: 11px;
	padding: 5px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.textarea {
	background: #fff url(images/headersearch.gif) repeat-x bottom left;
	border: 1px solid #4d6881;
	color: #4d6881;
	font-size: 11px;
	padding: 5px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.submitbutton {
	background: #4d6881;
	color: #fff;
	border: 0;
	padding: 3px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	cursor: pointer;
}

/**
* Header elements
*/

#header {
	background: #fffefe url(images/header.gif) repeat-y left top;
	width: 998px;
	margin: auto;
}

#headertop {
	background: #fffefe url(images/topheader.gif) no-repeat left top;
	height: 9px;
	width: 998px;
}

#logo {
	float: left;
	width: 641px;
	height: 101px;
	background: #fffefe url(images/logo.jpg) no-repeat left top;
	position: relative;
	margin: 0 0 0 29px;
}

#logo h2 {
	display: none;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 641px;
	height: 101px;
}

.searchfield {
	margin: 53px 0 0 0;
	background: #fff url(images/headersearch.gif) repeat-x bottom left;
	border: 1px solid #4d6881;
	width: 160px;
	color: #4d6881;
	padding: 3px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.orangespacer {
	margin: 0 29px 0 29px;
	font-size: 0;
	background: #f8b479;
	height: 1px;
}

/**
* Breadcrumb
*/

.breadcrumb {
	background: #e5e9ed;
	color: #002e66;
	height: 27px;
	overflow: hidden;
	margin: 0 0 21px 0;
	text-align: left;
}

.breadcrumb ul {
	margin: 0;
	padding: 4px 8px 4px 8px;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb a {
	color: #002e66;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/**
* Content
*/

#content {
	margin: 0;
	padding: 0;
	width: 998px;
	margin: auto;
	background: url(images/content.png) repeat-y left top;
	text-align: left;
}

/**
* Leftmenu
*/

#leftmenu {
	margin: 0 0 28px 20px;
	padding: 0;
	width: 197px;
	background: #FFF;
	font-size: 12px;
}

#leftmenu ul {
	padding: 0 0 20px 0;
	margin: 0 0 0 11px;
	list-style: none;
}

#leftmenu .normal a
{
	font-size: 11px;
	background: #FFF url(images/menuarrow_orange.gif) no-repeat left center;
	font-weight: bold;
	color: #5c758c;
}

#leftmenu .sub a
{
	font-size: 10px;
	background: #FFF url(images/menuarrow_orange.gif) no-repeat left center;
	color: #5c758c;
	font-style: italic;
}


#leftmenu .sel a
{
	background: #FFF url(images/menuarrow_blue.gif) no-repeat left center;
	font-size: 11px;
	font-weight: bold;
	color: #002E66;

}

#leftmenu .sub a {
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
}

#leftmenu li {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline;
	background: #FFF;
}

#leftmenu .sub ul {
	padding: 0;
	margin: 0;
}

#leftmenu a {
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 16px;
	margin: 4px 0 0 0;
}

#leftmenu a:hover {
	background: url(images/menuarrow_blue.gif) no-repeat left center;
}

#left {
	float: left;
}

#contactdata {
	text-align: left;
	margin: 20px 0 20px 46px;
	width: 155px;
	color: #002e66;
	font-size: 11px;
}

#contactdata a {
	color: #002e66;
}

#textcontainer {
	padding: 21px 0 0 10px;
	font-size: 11px;
	text-align: left;
	width: 490px;
	float: left;
	line-height: 1.6;
}

#textcontainer h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.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: #002e66;
	text-decoration: none;
	font-size: 11px;
}

/**
* Right.menu
*/

#rightmenu {
	float: right;
	width: 271px;
	display: inline;
}

.blueblock {
	font-size: 11px;
	background: #e5e9ed;
	margin: 0 28px 8px 0;
	padding: 5px 7px 20px 15px;
}

.bluebock h3 {
	margin: 0;
	padding: 0;
}

#loginbox a {
	text-decoration: none;
	color: #002e66;
	font-weight: bold;
}

#banners {
	text-align: left;
}

#banners iframe {
	margin: 8px 0 8px 5px;
}

.emailpage {
	background: #e5e9ed;
	padding: 22px;
}

.emailpage h3 {
	margin: 0 0 20px 0;
	color: #002e66;
	font-size: 11px;
}

.emailpage .bold, .emailpage .header {
	color: #002e66;
	font-weight: bold;
}

.emailpage table {
	margin: 10px 0 0 0;
	color: #002e66;
}

.emailpage td {
	padding: 0 5px 5px 0;
}

.emailpage textarea {
	width: 393px;
	height: 102px;
}

.emailpage input {
	width: 87px;
}

.contact a {
	color: #002e66;
}

/**
* DOWNLOAD ICONS
*/

#downloads h3 {
	color: #00549b;
	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 {
	font-weight: bold;
	color: #00549b;
	text-decoration: none;
	font-size: 11px;
}

#downloads a:hover {
	color: red;
}

/**
* Footer
*/

.footerspacer {
	margin: 50px 29px 0 29px;
	font-size: 0;
	background: #f8b479;
	height: 1px;
}

#footer {
	text-align: right;
	margin: 28px 28px 0 0;
	padding: 0 0 7px 0;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	color: #002e66;
	padding: 5px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footershadow {
	margin: auto;
	height: 29px;
	width: 998px;
	background: #FFF url(images/footershade.gif) no-repeat top left;
}
