/* 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;
	background: transparent;
}
body { line-height: 1; }
/*ol, ul { list-style: none; }*/
blockquote, q { quotes: none; }
blockquote:before,
blockquote:after,
q:before, q:after { content: ''; content: 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; }

/* general
------------------------------------------------------------------*/
body { background: #fff; color: #6d6e71; font: 12px/16px Verdana, Geneva, sans-serif; }
h1 { margin-bottom: 30px; padding: 0 0 6px 200px; border-bottom: 1px solid #bcbec0; color: #a6cf39; font-size: 18px; font-weight: normal; }
h2 { padding-bottom: 14px; color: #231f20; font-size: 14px; font-weight: normal; line-height: 19px; }
h3 { padding-bottom: 8px; font-size: 18px; font-weight: normal; }
ul, ol { margin: 0 0 16px 16px; }
ol { margin-left: 24px; }
p, form { margin: 0 0 16px 0; }
a { color: #6d6e71; }
a:hover { color: #a6cf39; }
input, textarea, select { font-size: 12px; font-family: Verdana, Geneva, sans-serif; color: #6d6e71; }
strong { font-weight: bold; }
em { font-style: italic; }

.img_left { float: left; margin: 0 10px 10px 0; }
.img_right { float: right; margin: 0 0 10px 10px; }

sup,
sub { vertical-align: 0; position: relative; }
sup { bottom: 4px; font-size: 9px; }
sub { top: 4px; font-size: 9px; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

fieldset { margin-bottom: 16px; }
fieldset div { clear: both; }
fieldset label { float: left; width: 110px; }
fieldset .check label { float: none; width: auto; }
fieldset .check input { border: none; }
input,
textarea { padding: 1px 0; border: 1px solid #a6cf39; }
fieldset li { margin-bottom: 8px; }
input.error,
textarea.error { border: red 1px solid; }
.button { background: #a6cf39; color: #fff; cursor: pointer; padding: 2px 7px; }
#uploads div { margin-bottom: 5px; }
.mandatory { font-size: 10px; }
label.error { display: none !important; }
.privacy { padding: 10px 0 0 110px; font-size: 10px; }

.hide { display: none; }

/* page structure
------------------------------------------------------------------*/
#wrapper { width: 980px; margin: 0 auto; background: url(/images/bg_statue.jpg) no-repeat 0 136px; }
#header { position: relative; z-index: 29; height: 131px; }
#content { min-height: 540px; margin-top: 5px; padding-top: 25px; }
#footer { position: relative; clear: both; width: 980px; margin-top: 33px; padding: 11px 0 10px; background: url(/images/bg_banner.png) no-repeat; font-size: 10px; }

/* header
------------------------------------------------------------------*/
#logo { float: left; margin-bottom: 20px; }
#languages { float: right; margin: 0 0 6px; list-style: none; }
#languages li { float: left; width: 20px; text-transform: uppercase; }
#formSearch { position: absolute; top: 75px; right: 0; z-index: 20; width: 155px; margin: 0; }
#formSearch input { float: left; width: 120px; height: 16px; padding: 1px 2px; border: 1px solid #c1d72e; }
#formSearch .button { float: left; width: 27px; height: 20px; margin: 0; padding: 0; border: 0; background: transparent; text-indent: -9999px; cursor: pointer; }

#toplevels { clear: both; width: 980px; height: 60px; margin: 0; background: url(/images/bg_toplevels.png) no-repeat; list-style: none; }
#toplevels li { position: relative; float: left; width: 200px; height: 60px; }
#toplevels li a { text-decoration: none; }
#toplevels li .toplevelLink { display: block; width: 180px; height: 50px; padding: 10px 0 0 20px; background: url(/images/bg_toplevel_item.png) no-repeat; font-size: 16px; color: #A6CF39; }
/*#toplevels li.first .toplevelLink { padding-top: 0; }*/
#toplevels li.active .toplevelLink,
#toplevels li .toplevelLink:hover { background-position: 0 -60px; }
#toplevels li#NewsAndEvents { width: 180px; }
#toplevels li#NewsAndEvents .toplevelLink { width: 175px; padding-left: 5px; background-image: url(/images/bg_toplevel_item_first.png); }
#toplevels li#NewsAndEvents li { width: 180px; }
#toplevels li#NewsAndEvents li a { width: 157px; }
/*#toplevels li#Contact .toplevelLink { background-image: url(/images/bg_toplevel_item_last.png); }*/
#toplevels li li { float: none; height: auto; font-weight: normal; }
#toplevels li li a { display: block; height: auto; padding: 4px 0 4px 23px; background: url(/images/bg_toplevels_sub.gif) no-repeat 14px 10px !important; font-size: 12px; line-height: 18px; color: #fff; text-decoration: none; text-indent: 0; }
#toplevels li li a:hover { text-decoration: underline; }
#toplevels li ul { display: none; position: absolute; top: 40px; right: 0; z-index: 28; width: auto; margin: 0; padding: 15px 0; background: #a6cf39; list-style: none; }
#toplevels li:hover ul,
#toplevels li.hover ul { display: block; }

/* content
------------------------------------------------------------------*/
.column { float: left; }
#navCol { width: 180px; padding: 0 20px 200px 0; }
#col2_3 { width: 380px; }
#col2_2 { width: 780px; }
#col_form { width: 580px; }

.blocks { clear: both; padding-bottom: 18px; }
.blocks .textBlock { float: left; /*width: 380px;*/ }
.blocks .imgWrp2 { float: right; width: 380px; padding: 12px 0 0; background: url(/images/bg_img_shadowbig_top.png) no-repeat; }
.blocks .imgWrp2 div { padding: 0 0 12px; background: url(/images/bg_img_shadowbig_bottom.png) no-repeat bottom; text-align: center; }

#navigation { margin: 0; list-style: none; }
#navigation li { padding: 0 0 8px; }
#navigation li a { padding-left: 8px; background: url(/images/bg_nav_item.gif) no-repeat 0 6px; text-decoration: none; color: #000; }
#navigation li.active,
#navigation li.active a { background: url(/images/bg_nav_item_active.gif) no-repeat 0 6px; color: #a6cf39; }

#path { float: right; margin-top: -30px; color: #a7a9ac; font-size: 10px; }
#path a { color: #a7a9ac; }

p.error { padding: 10px; border: 1px solid #df8f8f; color: #665252; }

/* homepage */
#homepage #BUs { margin: 0; list-style: none; }
#homepage #BUs li { position: relative; float: left; width: 180px; height: 200px; margin-right: 20px; }
#homepage #BUs li.last { margin-right: 0; }
#homepage #BUs li h2 { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 6px solid #a6cf39; color: #000; text-indent: -9999px;  }
#homepage li#Audiovisual h2 { background: url(/images/bg_bu_audiovisual.png) no-repeat; }
#homepage li#Rail h2 { background: url(/images/bg_bu_rail.png) no-repeat; }
#homepage li#Healthcare h2 { background: url(/images/bg_bu_healthcare.png) no-repeat; }
#homepage li#Conference h2 { background: url(/images/bg_bu_conference.png) no-repeat; }
#homepage li#Education h2 { background: url(/images/bg_bu_education.png) no-repeat; }
#homepage #BUs li .morelink { position: absolute; bottom: 0; font-style: italic; }

/* locations */
#locations { margin-left: 0; }
.location .imgWrp { float: right; width: 380px; padding-top: 11px; background: url(/images/bg_shadow380_top.png) no-repeat; }
.location .imgWrp div { width: 380px; padding-bottom: 11px; background: url(/images/bg_shadow380_bottom.png) no-repeat left bottom; }
.location .imgWrp img { display: block; margin: 0 auto; }
.locationText { float: left; width: 380px; }


/* news */
#news { margin-left: 0; list-style: none; }
#news li { margin-bottom: 16px; border-bottom: 1px solid #e4e5e6; }
#news li .newsText { float: left; width: 580px; }
#news li .newsImage { float: right; width: 180px; margin-bottom: 8px; padding: 12px 0 0; background: url(/images/bg_img_shadow_top.png) no-repeat; }
#news li .newsImage div { padding-bottom: 12px; background: url(/images/bg_img_shadow_bottom.png) no-repeat bottom; }
#news li .newsImage div img { display: block; }
#news li h2 a { color: #231f20; }
#news li h2 a:hover { color: #a6cf39; }
#news li .newsBU { margin: 0; }
#news li .newsBU span { font-weight: bold; }
#news li .newsLink a { color: #a6cf39; }

/* contact */
#formContact fieldset input,
#formContact fieldset textarea { float: left; width: 465px; margin-bottom: 5px; }
#formContact fieldset .check input { width: auto; }
#formContact .button,
#formContact .mandatory { margin-left: 110px; padding: 1px 3px; }
#formContact .privacyPolicy { margin: 16px 0 0 110px; font-size: 10px; }

/* searchresults */
#searchResults li { margin-bottom: 16px; }
#searchResults .pathlink { margin-left: 20px; color: #939598; }

/* hr banner */
#banner { clear: both; width: 980px; height: 118px; padding-top: 11px; }
#banner img { display: block; }

/* fancy box */
#fancy_content #content { width: 670px; }
#fancy_content #content h1 { padding-left: 0; }
#fancy_content #content .textBlock { width: 670px; }
#fancy_content #path,
#fancy_content #navCol { display: none; }
#fancy_content #col2_2 { width: 705px; }

/* footer
------------------------------------------------------------------*/
#homepage #footer { padding-top: 0; }
#footer ul { /*position: absolute; top: 0; left: 0;*/ margin:0; padding-top: 11px; list-style: none; }
#footer li { float: left; border-right: 1px solid #bcbec0; }
#footer li a { display: block; height: 31px; text-indent: -9999px; }
#footer li#fAudiovisual a { width: 179px; background: url(/images/bg_f_audiovisual.png) no-repeat; }
#footer li#fRail a { width: 199px; background: url(/images/bg_f_rail.png) no-repeat 20px 0; }
#footer li#fHealthcare a { width: 199px; background: url(/images/bg_f_healthcare.png) no-repeat 20px 0; }
#footer li#fConference a { width: 199px; background: url(/images/bg_f_conference.png) no-repeat 20px 0; }
#footer li#fEducation { border-right: 0; }
#footer li#fEducation a { width: 200px; background: url(/images/bg_f_education.png) no-repeat 20px 0; }
#footer li a { display: block; color: #adbac5; font-size: 16px; }
#footer #duo { float: right; text-transform: uppercase; text-decoration: none; }
#footer p { clear: both; float: left; padding-top: 5px; }




#newsletter { position: absolute; left: 0; top: -140px; width: 180px; height: 99px; padding: 11px 0; background: url(/images/bg_newsletterform.png) no-repeat; }
#newsletter h2 { font-size: 15px; color: #a6cf39; }
#newsletter p { margin: 0; padding: 0; }
#newsletter input { float: left; width: 145px; height: 16px; padding: 1px 2px; border: 1px solid #c1d72e; }
#newsletter .button { float: left; width: 27px; height: 20px; margin: 0; padding: 0; border: 0; background: transparent; text-indent: -9999px; cursor: pointer; }


/* CMS Preview
------------------------------------------------------------------*/
#CMSpreviewBar { margin-bottom: 10px; padding: 3px; background-color: red; color: #fff; }
#CMSpreviewBar a { color: #fff; }



#error_about { display: none; background-color: #ffcecf; }




