@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;

}
ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
body {
	background: #6eb820 url(../images/body_back.jpg) center 0 no-repeat;
	font-size: 14px;
	line-height: 17px;
	color: #555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#subBody {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/subbody_back.png) 0 bottom no-repeat;
}

#header {
	width: 924px;
	height: 166px;
	margin: 0 auto;
	position: relative;
}

#logo {
	float: left;
	width: 389px;
	position: absolute;
	left: -49px;
	top: 1px;
	z-index: 2;
}

/* Top menu */
#topMenu {
	background: url(../images/topmenu_back.png) 0 0 no-repeat;
	width: 486px;
	height: 40px;
	display: block;
	float: right;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-right: -2px;
}

#topMenu ul, #topMenu ul li, #topMenu ul li a, #search label {
	float: left;
	display: block;
}

#topMenu ul {
	padding: 2px 11px 0 25px;
}

#topMenu ul li {
	padding-right: 37px;
}

#topMenu ul li a {
	color: #fff;
	text-decoration: none;
	padding-left: 22px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#topMenu ul li a:hover {
	text-decoration: underline;
}

#topMenu ul li.active a {
	color: #f4792e;
}

#topMenu ul li a#topHome {
	background-image: url(../images/icon_home.png);
}

#topMenu ul li a#topPrint {
	background-image: url(../images/icon_print.png);
}

/* Main menu */
#mainMenu {
	position: absolute;
	right: 11px;
	top: 148px;
	height: 40px;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	z-index: 5;
}

#mainMenu li, #mainMenu li a, #mainMenu li a span {
	float: left;
	display: block;
}

#mainMenu li a {
	background: url(../images/menu_item_back.png) 0 -80px no-repeat;
	padding-left: 22px;
	color: #fff;
	text-decoration: none;
}

#mainMenu li a:hover, #mainMenu li.active a {
	background-position: 0 -120px;
}

#mainMenu li a.firstItem {
	background-position: 0 0;
}

#mainMenu li a.firstItem:hover, #mainMenu li.active a.firstItem {
	background-position: 0 -40px;
}

#mainMenu li a span {
	background: url(../images/menu_item_link_back.png) right 0 no-repeat;
	padding: 4px 22px 15px 0;
	cursor: pointer;
}

#mainMenu li a:hover span, #mainMenu li.active a span {
	background-position: right -40px;
}

#mainMenu li a.lastItem span {
	background-position: right -80px;
}

#mainMenu li a.lastItem:hover span, #mainMenu li.active a.lastItem span {
	background-position: right -120px;
}

/* Search */
#search {
	padding-top: 2px;
}

#search label {
	color: #fff;
	padding: 1px 14px 0 22px;
	background: url(../images/icon_search.png) 0 1px no-repeat;
}

#search input.inpTxt, .tipAFriend input.inpTxt {
	border: 1px solid #0f78c8;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #888;
	width: 136px;
	padding: 1px 6px 0 6px;
	vertical-align: middle;
	margin-right: 6px;
}

#search input.inpBtn, .tipAFriend input.inpBtn {
	border: none;
	background: transparent url(../images/btn_search.png) 0 0 no-repeat;
	width: 17px;
	height: 16px;
	cursor: pointer;
	vertical-align: middle;
}

/* layout */
#container {
	background: url(../images/container_back.png) -6px 0 no-repeat;
	width: 924px;
	margin: 0 auto;
	min-height: 250px;
	height: auto;
	position: relative;
	z-index: 3;
	padding-top: 40px;
}


#rightColumn {
	float: right;
	width: 620px;
	padding-right: 30px;
}

#leftColumn {
	float: left;
	width: 236px;
	padding-top: 75px;
}

/* Footer */
#footer {
	background: url(../images/footer_back.png) 0 0 no-repeat;
	width: 926px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding: 34px 0 23px 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Front page */
.frontIntro {
	width: 619px;
	padding: 1px 0 69px 274px;
}

.frontIntro p {
	padding-bottom: 17px;
}

#frontBoxes {
	background: url(../images/front_blue.png) 0 0 no-repeat;
	width: 902px;
	height: 161px;
	padding: 20px 11px 0 11px;
}

#frontBoxes h2, #leftBox h2, .contactBox h2 {
	color: #f4792e;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 10px;
}

#frontBoxes h2 a, #leftBox h2 a, .contactBox h2 a {
	color: #f4792e;
	text-decoration: none;
}

.frontBox {
	float: left;
	width: 190px;
	padding: 13px 16px 0 19px;
	position: relative;
	color: #fff;
	font-size: 13px;
}

.highBox {
	margin-top: -20px;
}

.frontBoxImg {
	position: absolute;
	top: -19px;
	right: 10px;
}

.cycleAble {
	width: 174px;
}

#vacancies ul li {
	padding: 0 0 5px 10px;
	background: url(../images/bullet_white.gif) 1px 9px no-repeat;
}

#vacancies ul li a, #spotlight a {
	color: #fff;
	text-decoration: none;
}

#vacancies ul li a:hover, #spotlight a:hover {
	text-decoration: underline;
}

#spotlight div { min-height:51px; }

.spotDate, .news-list-date {
	display: block;
	font-size: 11px;
	color: #c3e1a2;
}

a.next, a.prev {
	width: 14px;
	height: 10px;
	float: left;
	display: block;
	text-indent: -9999px;
	color: #fff;
	position: absolute;
	left: 194px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

a.next {
	background-image: url(../images/arrow_next.png);
	top: 143px;
}

a.prev {
	background-image: url(../images/arrow_prev.png);
	top: 127px;
}

.moreFront a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	float: right;
	display: block;
	background: url(../images/btn_home.gif) 0 0 no-repeat;
	width: 132px;
	height: 22px;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	padding-top: 3px;
}

/* Left box */
#leftBoxContainer {
	width: 236px;
	margin: 0 0 6px -1px;
}

#leftBox {
	background: url(../images/leftbox_back.png) 0 0 no-repeat;
	padding: 4px 21px 0 32px;
}

#leftBoxBot {
	background: url(../images/leftbox_bot_back.png) 0 0 no-repeat;
	width: 236px;
	height: 18px;
	font-size: 0;
	line-height: 0;
}

/* Contact box */
.contactBoxContainer, .specialBox {
	padding: 0 0 15px 21px;
	position: relative;
}

.leftBoxLink {
	width: 215px;
	position: absolute;
	float: right;
	display: block;
	text-indent: -9999px;
	top: 0;
	right: 0;
	background: url(../images/blank.gif) 0 0 repeat;
}

.contactBox {
	background: url(../images/contactbox_back.gif) 0 0 no-repeat;
	padding: 5px 10px 6px 10px;
	font-size: 13px;
	color: #fff;
}

.overThis .contactBox {
	background-position: 0 -245px;
}

.contactBoxBot {
	background: url(../images/contactbox_bot_back.gif) 0 0 no-repeat;
	width: 215px;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.contactBox p.error {
	font-size: 11px;
}

.contactBox h2 {
	padding-bottom: 2px;
}

.contactBox span.asLabel {
	display: inline-block;
	width: 69px;
}

.contactBox a {
	color: #f4792e;
	text-decoration: none;
}

.overThis a {
	color: #fff !important;
}

.contactBox a:hover {
	color: #fff;
}

.personImg {
	width: 40px;
	height: 40px;
	overflow: hidden;
	
	float: left;
	margin-top: 3px;
}

.personName, .personLinkedin {
	float: right;
	width: 145px;
}

.personName {
	padding-bottom: 5px;
}

.personLinkedin a {
	background: url(../images/icon_linkedin.png) 0 0 no-repeat;
	padding: 1px 0 0 22px;
}

/* Submenu */
#subMenu li {
	padding-bottom: 5px;
}

#subMenu li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(../images/submenu_item.png) 0 bottom no-repeat;
	width: 183px;
	text-decoration: none;
	padding-bottom: 5px;
	line-height: 20px;
}

#subMenu li a span {
	display: block;
	background: url(../images/submenu_item_span.png) 0 0 no-repeat;
	cursor: pointer;
	padding-top: 2px;
}

#subMenu li a:hover, #subMenu li.active a {
	background-image: url(../images/submenu_item_active.png);
}

#subMenu li a:hover span, #subMenu li.active a span {
	background-image: url(../images/submenu_item_active_span.png);
}

#subMenu li.active a {
	position: relative;
	z-index: 51;
}

#subMenu li li a, #subMenu li.active li a {
	background: url(../images/submenu_item_back_sub.png) 0 6px no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-left: 8px;
	text-align: left;
	height: auto;
	line-height: 12px;
	width: auto;
}

#subMenu li li a:hover, #subMenu li.active li a:hover, #subMenu li.active li.active a {
	background-image: url(../images/submenu_item_back_sub_active.png);
	color: #f4792e;	
}

#subMenu li ul {
	padding: 12px 10px 2px 21px;
	background: url(../images/submenu_expanded.gif) 0 bottom no-repeat;
	margin-top: -5px;
	position: relative;
	z-index: 50;
}

/* Vacancies */
.lastUpdate {
	text-align: right;
	font-size: 11px;
	padding-bottom: 13px;
}

.status {
	width: 62px;
	height: 26px;
	overflow: hidden;
	background-image: url(../images/status.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	display: block;
	text-indent: -9999px;
}

.pending {
	background-position: 0 -26px;
}

.rejected {
	background-position: 0 -52px;
}

#vacanciesHeader {
	background: url(../images/sort_header.gif) 0 0 no-repeat;
	height: 27px;
	margin-bottom: 4px;
	padding: 9px 6px 0 0;
}

#vacanciesHeader table {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

#vacanciesHeader table td {
	padding: 3px 2px 2px 11px;
}

table select {
	color: #555;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 2px;
	border: 1px solid #aaa;
}

#vacanciesList {
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	margin-right: 4px;
	position: relative;
}

#vacanciesList a {
	color: #555 !important;
	text-decoration: none !important;
}

#vacanciesList tr:hover td {
	background: #6db1e5 url(../images/table-hover.png) repeat-x 0 100%;
	color: #fff;
}

#vacanciesList tr:hover td a {
	color: #fff !important;
}

.lt, .rt, .rb, .lb {
	position: absolute;
	width: 4px;
	height: 4px;
	float: left;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.lt {
	background-image: url(../images/lt.gif);
	left: -1px;
	top: -1px;
}

.rt {
	background-image: url(../images/rt.gif);
	right: -1px;
	top: -1px;
}

.rb {
	background-image: url(../images/rb.gif);
	right: -1px;
	bottom: 0px;
}

.lb {
	background-image: url(../images/lb.gif);
	left: -1px;
	bottom: 0px;
}

#vacanciesList {
	margin-bottom: 10px;
}

#vacanciesList table td {
	border-bottom: 1px solid #e3e3e3;
	padding: 3px 2px 2px 11px;
	background-color: #f3f3f3;
	vertical-align: middle;
	cursor: pointer;
	font-size: 13px;
}

#vacanciesList table tr.odd td {
	background: #fefefe url(../images/zebra.gif) 0 bottom repeat-x;
}

#vacanciesList table tr.over td {
	background: #6db1e5 url(../images/zebra_over.gif) 0 bottom repeat-x !important;
	color: #fff;
}

#vacanciesNav, #vacanciesDetails {
	padding-right: 4px;
}

#content #vacanciesNav a, #content #vacanciesDetails a {
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content #vacanciesDetails a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#content #vacanciesDetails a.vacBacklist {
	background: url(../images/vacbacklist_back.gif) 0 0 no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	width: 93px;
}

.vacPrev {
	float: left;
	padding-left: 18px;
	background: url(../images/vacprev_back.gif) 0 0 no-repeat;
	width: 57px;
}

.vacBack {
	float: left;
	padding-left: 18px;
	background: url(../images/vacback_back.gif) 0 0 no-repeat;
	width: 196px;
}

.vacNext {
	float: right;
	padding-right: 18px;
	background: url(../images/vacnext_back.gif) 0 0 no-repeat;
	width: 37px;
	text-align: right;
}
#content .csc-default h6 a { 
	float: right;
	background: url(../images/vaccontact_back.gif) 0 0 no-repeat;
	width: 90px;
	text-align: center;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	padding-bottom:5px;
	padding-top:3px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
.vacContact {
	float: right;
	background: url(../images/vaccontact_back.gif) 0 0 no-repeat;
	width: 90px;
	text-align: center;
}

.vacBacklist {
	float: right;
	background: url(../images/vaccontact_back.gif) 0 0 no-repeat;
	width: 90px;
	text-align: center;
}

.tipAFriend {
	padding-top: 4px;
}

.tipAFriend input.inpTxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	width: 158px;
}

#vacancyDetail {
	font-size: 13px;
	color: #fff;
	padding-top: 7px;
}

.vacancyLine {
	text-align: right;
	padding-bottom: 3px;
}

#vacancyDetail span.asLabel {
	color: #f4792e;
	font-weight: bold;
	float: left;
	display: block;
}

.vacancyLineLast {
	padding-top: 20px;
}

#vacancyDetail .vacancyLineLast span.asLabel {
	float: none;
	width: auto;
	padding-bottom: 3px;
}

/* Content styles */
#content h1, .frontIntro h1 {
	color: #f4792e;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 20px;
}

#content h2 {
	color: #f4792e;
	font-size: 14px;
	padding: 10px 0 7px 0;
}

#content h3 { color: #2f70a2; }

#content h4 { color: #2f70a2; }

#content p {
	padding-bottom: 17px;
}

#content a {
	color: #3d8fce;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	padding-bottom: 0;
}

#content ul li {
	background: url(../images/bullet_black.gif) 22px 10px no-repeat;
	padding-left: 35px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 17px 20px;
}

.news-list-item p, .news-list-morelink {
	display: inline;
}

#content p.news-single-imgcaption {
	padding-bottom: 0;
	font-size: 11px;
	font-style: italic;
}

/* Powermail */
.tx-powermail-pi1 legend {
	display: none;
}

.tx_powermail_pi1_fieldwrap_html, .tx-indexedsearch-searchbox div {
	display: inline-block;
	margin-bottom: 10px;
}

.tx_powermail_pi1_fieldwrap_html, .tx-indexedsearch-searchbox div {
	display: block;
}

.tx_powermail_pi1_fieldwrap_html:after, .tx-indexedsearch-searchbox:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.tx_powermail_pi1_fieldwrap_html label, .tx-indexedsearch-searchbox label {
	float: left;
	width: 160px;
	padding-top: 3px;
}

.tx_powermail_pi1_fieldwrap_html_text input, input.tx-indexedsearch-searchbox-sword {
	width: 250px;
	border: 1px solid #0f78c8;
	color: #888;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 6px;
	padding: 3px 6px;
}

.tx_powermail_pi1_fieldwrap_html textarea {
	width: 250px;
	border: 1px solid #0f78c8;
	color: #888;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 6px;
	padding: 3px 6px;
}

.tx_powermail_pi1_fieldwrap_html select.powermail_select {
	width: 264px;
	border: 1px solid #0f78c8;
	color: #888;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 6px;
	padding: 3px 6px;
}

.tx_powermail_pi1_fieldwrap_html_submit input, .tx-indexedsearch-searchbox input.tx-indexedsearch-search-submit, .tx-indexedsearch-search-submit input {
	margin-left: 160px;
	border: none;
	background: transparent url(../images/vaccontact_back.gif) 0 0 no-repeat;
	width: 90px;
	height: 25px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.powermail_mandatory_js {
	color: red;
	margin-left: 160px;
	font-size: 11px;
}

.tx-indexedsearch select {
	border: 1px solid #0f78c8;
	color: #888;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 6px;
	padding: 3px 6px;
}

#content ul.browsebox {
	text-align: center;
}

#content ul.browsebox li {
	display: inline;
	padding-left: 0;
	background-image: none;
	padding: 0 10px;
}

/* Sitemap */
#content .csc-sitemap ul {
	list-style-type: none;
}

#content .csc-sitemap ul li {
	list-style:none;
	margin-bottom: 2px;
	padding-left: 0;
	background-image: none;
}

#content .csc-sitemap a {
	display: block;
	padding: 0 8px;
	line-height: 2em;
	text-decoration: none;
	background: #e9e9e9;
	border-bottom: 1px solid #dedfde;
}

.csc-sitemap ul li ul {
	margin-top: 4px;
	margin-left: 20px;
	margin-bottom: 3px;
}

.csc-sitemap ul ul a {
	padding-left: 28px;
	font-weight:normal;
	background-color: #fafafa;
	border-bottom: 1px solid #dedfde;
}

.csc-sitemap ul ul ul a {
	padding-left: 58px;
	color: #999;
}

#content .csc-sitemap a:hover, .csc-sitemap a:focus {
	background-color: #dfdfdf;
	text-decoration: underline;
}

/* News */
.news-list-item { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #6eb820; }
.news-list-item .image { float: right; display: inline; margin-left: 20px; }
.news-list-item .image img { display: block; border: 1px solid #6eb820; padding: 1px; }
.news-list-item .text { display: inline-block; overflow: hidden; }
.news-list-item .text { display: block; }
.news-list-item h2 { padding-top: 0 !important; }

.news-single h3 { padding-bottom: 1em !important; }
.news-single-img { float: left; display: inline; margin-right: 20px; }
.news-single-img img { border: 1px solid #6eb820; padding: 1px; }

/* Google Maps */
#content .gmnoprint p { padding: 0; }

.redArr { color:#F4792E; }
