/* Print stylesheet for {title} website */

ul.meta_nav,
ul.main_nav,
div.visual,
div.callmeback,
ul.downloads,
a.return,
ul.breadcrumb,
div.right_column,
div.outer_footer,
div.footer,
div.meta_footer,
div.component_paginator,
div.videoblock,
ul.employeelinks {
	display: none;
}

a.logo {
	display: block;
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: #ffffff;
	padding: 20px 0 0;
}

h1 {
	margin: 1em 0;
	color: #183152;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;	
}

h2 {
	margin: 0 0 1em;
	color: #000;
	font-size: 1em;
}

h3 {
	margin: 0 0 1em;
	color: #183152;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;	
	letter-spacing: -1px;
}

h4 {
	margin: 0 0 1em;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.222em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin-bottom: 1.5em;
}

a {
	color: #666;
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 1em;
	padding: 0 0 0 25px;
}

table,
input,
select,
textarea {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	margin: 0 0 1em 0;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 1em;
	border-spacing: 0;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
	vertical-align: top;
}


/**** Specific styles ****/

div.targetgroups div.column h2,
h1.contenthead {
	background: none;
}

div.targetgroups div.column h2 {
	margin: 1em 0;
	color: #183152;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;	
	letter-spacing: -1px;
}

div.targetgroups div.column h3 {
	margin: 0 0 1em;
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

ul.employees_list {
	position: relative;
	left: -25px;
	width: 700px;
	margin: 0 0 1em;
	overflow: hidden;
	padding: 0;
	list-style: none;
}

ul.employees_list li {
	position: relative;
	top: -21px;
	left: 1px;
	float: left;
	width: 300px;
	padding: 0 25px;
	background: url(/siteimg/bg_employee_rightborder.png) no-repeat right 37px;
}

ul.employees_list li img {
	float: left;
	max-height: 75px;
	width: 121px;
	padding: 0 10px 25px 0;
}

ul.employees_list li div.employee_info {
	padding: 19px 0 0;
	margin: 16px 0 0;
	border-top: 1px solid #eaeaea;
	overflow: hidden;	
}

ul.employees_list li div.employee_info h5,
ul.employees_list li div.employee_info h2 {
	margin: 0;
	overflow: hidden;
}

ul.employees_list li div.employee_info h2 a {
	color: #000;
}

ul.employees_list li div.employee_info p.quote {
	margin: 0 0 0.5em;
	overflow: hidden;
	font-style: italic;
}

ul.employees_list li div.employee_info a.readmore {
	display: none;
}

ul.overview {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}

ul.overview li {
	padding: 0 0 18px;
	margin: 0 0 23px;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}

ul.overview li img {
	float: left;
	width: 121px;
	margin: 5px 10px 0 0;
}

ul.overview li div.overview_detail {
	overflow: hidden;
}

ul.overview li div.overview_detail h2 {
	margin: 0em;
}


form.contact br {
	clear: both;
}

form.contact select,
form.contact textarea,
form.contact input {
	float: left;
	margin: 0 0 10px;
	background: #f5f5f5;
}

form.contact label {
	float: left;
	width: 150px;
	margin: 0 60px 0 0;
	font-weight: bold;
	color: #000;
}

form.contact select {
	width: 305px;
	padding: 5px;	
}

form.contact label.radio {
	width: auto;
	margin: 0 30px 1em 0;
	font-weight: normal;
}

form.contact input.radio {
	float: none;
	margin: 0 10px 0 0;
	vertical-align: -3px;
	background: none;
}

form.contact input.text,
form.contact textarea {
	width: 295px;
	padding: 5px;
}

form.contact textarea {
	height: 121px;
}

form.contact input.submit {
	width: 70px;
	height: 27px;
	position: relative;
	left: 210px;
	color: #fff;
	background: url(/siteimg/btn_submit.png) no-repeat;
	font-weight: bold;
}

input.error,
select.error,
textarea.error {
	background: #fae5e5 !important;
	color: #c00 !important;
}

p.error {
	color: #c00 !important;
}

