


/* Main scaffolding */

.header, div.main_bottom
{
  width: 998px;
  margin: 0px auto;
}

div.main_top
{
  background: url(images/bg_top.gif) repeat-x;
}

div.main_middle
{
  width: 969px;
  margin: 0px auto;
  padding-left: 29px;
  background: url(images/middle_bg.gif) repeat-y;
}

div.main_bottom
{
  padding-bottom: 20px;
  background: url(images/footer_bg.gif) no-repeat;
}

td.col_top
{
  vertical-align: top;
}

td.col_border
{
  border-right: solid 1px #dadada;
}

div.clear
{
  height:0px;
  line-height:0px;
  clear:both;
}

div.link, span.link
{
  cursor:pointer;
}

div.link:hover, span.link:hover
{
	text-decoration: underline;
}



/* Forms */

.form_box
{
  margin-bottom: 1px;
  padding: 15px;
  background-color: #ff0000;
}

.form_box td
{
  background-color: #ff0000;
}

.contact_input1, .contact_input2, .contact_textarea
{
  border: solid 1px #7e7f81;
}

.contact_input1
{
  width: 120px;
}

.contact_input2
{
  width: 280px;
}

.contact_textarea
{
  width: 440px;
}

.form_bottom
{
  width: 100%;
  margin-top: 10px;
}

.form-error-msg
{
  color: #f00;
  line-height: normal;
}



/* Header */

.header
{
  height: 148px;
  background: url(images/header_bg.jpg) no-repeat;
}

.header_left
{
  float: left;
  padding: 43px 0px 0px 29px;
}

.header_logo
{
  width: 194px;
  height: 53px;
}

.header_right
{
  float: right;
  padding: 43px 49px 0px 0px;
}

.header_date
{
  float: right;
  text-align: right;
}

.header_date1
{
  color: #a0a0a0;
  padding-bottom: 6px;
  font-size:25px;
  line-height: 18px;
}

.header_date2
{
  color: #ff0000;
  padding-bottom: 6px;
  font-size: 25px;
  line-height: 18px;
}

.header_date3
{
  color: #a0a0a0;
  font-size: 12px;
  line-height: 9px;
}

.header_ext_link
{
  float: right;
  padding-right: 14px;
}

.header_ext_link a
{
  display: inline-block;
  padding: 0px 3px;
  background-color: #eee;
  line-height: 20px;
  color: #a0a0a0;
  font-weight: bold;
}

.header_ext_link a:hover
{
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}



/* Footer */

.footer
{
  width: 920px;
  padding: 40px 49px 0px 29px;
  line-height: 14px;
  color: #7e7f81;
  font-size: 11px;
}

.footer a
{
  color: #7e7f81;
}

.footer a:hover
{
  color: #434343;
  text-decoration: none;
}

.footer_blog
{
  padding-bottom: 2px;
}

.footer_blog a
{
  line-height: 18px;
  color: #f00;
  font-size: 14px;
}

.footer_blog a:hover
{
  color: #000;
}

.footer_jumbe
{
  font-weight: bold;
}

.footer_jumbe a:hover
{
  color: #ff6f00;
}



/* Bottom menu */

.menu_bottom
{
  list-style-type: none;
}

.menu_bottom a
{
  line-height: 18px;
  color: #7e7f81;
}

.menu_bottom a:hover
{
  text-decoration: none;
}

.menu_bottom_lev1
{
  float: left;
  padding-right: 35px;
}

.menu_bottom_lev1 a
{
  font-size: 14px;
}

.menu_bottom_lev1 a:hover
{
  color: #000;
}

.menu_bottom_lev1 ul
{
  list-style-type: none;
}

.menu_bottom_lev2 a
{
  font-size: 11px;
}

.menu_bottom_lev2 a:hover
{
  color: #434343;
}



/* Left menu */

.content_left
{
  line-height: normal;
}

.menu_left ul
{
  list-style-type: none;
}

.menu_left_lev1
{
  padding-bottom: 6px;
}

.menu_left_lev1 a
{
  display: inline-block;
  padding: 0px 3px;
  line-height: 22px;
  color: #f00;
  font-size: 16px;
}

.menu_left_lev1 a.selected, .menu_left_lev1 a:hover
{
  background-color: #ff0000;
  color: #fff;
  text-decoration: none;
}

.menu_left_lev2
{
  padding-top: 2px;
}

.menu_left_lev2 a
{
  background-color: #bcbcbc;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}

.menu_left_lev2 a.selected
{
  background-color: #8e8e8e;
}

.menu_left_lev3
{
  padding-top: 2px;
}

.menu_left_lev3 a
{
  background-color: #dddddd;
  line-height: 17px;
  color: #8e8e8e;
  font-size: 12px;
}



/* breadcrumb */

.breadcrumb
{
  width: 100%;
  height: 29px;
  line-height: 29px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
  font-size: 11px;
}

.breadcrumb_item
{
  display: inline;
  padding-left: 0px;
  margin-left: 0px;
  color: #ff0000;
}

.breadcrumb_item a, .breadcrumb_sep
{
  color: #969696;
}



/* News box */

#newsbox
{
  float: left;
  width: 222px;
  margin-right: 20px;
}

.newsbox_heading
{
  background-color: #707070;
}

.newsbox_feed
{
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background: url(images/feed_off.gif) no-repeat;
}

.newsbox_feed:hover
{
  background: url(images/feed_on.gif) no-repeat;
  text-decoration: none;
}

ul#newsbox_items
{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ul#newsbox_items li
{
  padding: 6px 0px;
  line-height: normal;
  border-bottom: 1px dotted #d2d2d2;
}

ul#newsbox_items li a:hover
{
  color: #f00;
  text-decoration: none;
}

.newsbox_link a
{
  line-height: 14px;
  color: #f00;
  font-size: 14px;
}



/* Home */

.home_main_left_top
{
  width: 194px;
  padding-right: 20px;
  vertical-align: top;
}

.home_main_left_bottom
{
  padding-top: 20px;
  vertical-align: bottom;
}

.home_main_right
{
  width: 706px;
  vertical-align: top;
}

#home_headlines
{
  position: relative;
  width: 706px;
  height: 325px;
}

ul#headlines_items
{
  height: 325px;  /* Mandatory ! */
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ul#headlines_items li
{
  float: left; /* Mandatory ! */
}

ul#headlines_items .headlines_item
{
  width: 706px;
  height: 325px;
}

ul#headlines_items .headlines_left
{
  display: none;
  float: left;
  width: 0px;
  height: 325px;
}

ul#headlines_items .headlines_right
{
  float: right;
  width: 706px;
  height: 325px;
}

#home_headlines .carrousel_legend
{
  display: none;
}

#home_headlines .carrousel_itemList
{
  position: absolute;
  top: 307px;
  z-index: 1;
  list-style-type: none;
}

#home_headlines .carrousel_itemList_li
{
  float: left;
  margin-left: 6px;
  padding: 1px 3px;
  background-color: #b5b5b5;
  line-height : 10px;
  color: #fff;
  font-size: 11px;
}

#home_headlines .carrousel_itemList li.current
{
  background-color: #707070;
}

.home_cols
{
  float: left;
  width: 464px;
}



/* Content */

.content_left
{
  width: 194px;
  padding-right: 20px;
  vertical-align: top;
}

.content_right
{
  width: 706px;
  vertical-align: top;
}

.page_header
{
  width: 706px;
  margin-bottom: 37px;
}

#content_main
{
}

.page_bottom
{
  padding-top: 33px;
}

/*.page1_col_left
{
  width: 334px;
  padding-right: 38px;
  vertical-align: top;
}

.page1_col_right
{
  width: 334px;
  vertical-align: top;
}*/

.page2_col_left
{
  width: 222px;
  padding-right: 20px;
  vertical-align: top;
}

.page2_col_right
{
  width: 464px;
  vertical-align: top;
}

.content_title
{
  margin-bottom: 12px;
}

#content_main div.summary, #content_main div.summary_image, #content_main div.summary_media
{
  margin-bottom: 17px;
}

#content_main div.body
{
  margin-bottom: 17px;
}

.heading, .heading a
{
  padding: 3px 3px 4px 3px;
  line-height: 16px;
  color: #fff;
  font-size: 16px;
}

.page_header_title
{
  vertical-align: bottom;
}

.page_header_title span
{
  display: inline-block;
  padding: 0px 3px;
  background-color: #f00;
  line-height: 31px;
  color: #fff;
  font-size: 24px;
}



/* Page tools */

.page_tools_top
{
  height: 4px;
  background: url(images/page_tools_top.gif) no-repeat;
}

.page_tools_bottom
{
  height: 4px;
  background: url(images/page_tools_bottom.gif) no-repeat;
}

.page_tools_container
{
  width: 215px;
  padding: 2px 0px 2px 10px;
  background: url(images/page_tools_bg.gif) repeat-y;
}

.page_tools_container ul
{
  list-style-type: none;
}

.page_tools_container li
{
  padding: 4px 0px 4px 35px;
}

.page_tools_container li, .page_tools_container a
{
  height: 26px;
  line-height: 26px;
  color: #707070;
  font-size: 11px;
}

#page_tools_print
{
  background: url(images/page_tools_icon_print.gif) no-repeat center left;
}

#page_tools_contact
{
  background: url(images/page_tools_icon_contact.gif) no-repeat center left;
}

#page_tools_sendpage
{
  background: url(images/page_tools_icon_sendpage.gif) no-repeat center left;
}



/* Go deeper */

.go_deeper_top
{
  height: 4px;
  background: url(images/go_deeper_top.gif) no-repeat;
}

.go_deeper_bottom
{
  height: 4px;
  background: url(images/go_deeper_bottom.gif) no-repeat;
}

.go_deeper_container
{
  width: 199px;
  padding: 0px 12px 12px 12px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.go_deeper_title
{
  padding: 7px 0px 15px 0px;
  line-height: normal;
  font-size: 18px;
}



/* News */

.news_col_left
{
  width: 462px;
  padding-right: 22px;
  vertical-align: top;
}

.news_col_right_top
{
  width: 222px;
  vertical-align: top;
}

.news_col_right_bottom
{
  vertical-align: bottom;
}

.news_list_bottom
{
  border-bottom: 1px dotted #707070;
  padding-bottom: 20px;
  margin-bottom: 17px;
}

.news_read_more
{
  float: left;
}

.news_read_more a
{
  color: #f00;
  font-weight: bold;
}

.news_read_more .plus a
{
  line-height: 14px;
  font-size: 14px;
  font-weight: normal;
}

.news_read_more .plus a:hover
{
  text-decoration: none;
}

.news_list_bottom_right
{
  float: right;
}

.news_list_bottom_right, .news_list_bottom_right a
{
  font-size: 11px;
  color: #707070;
}

.news_list_bottom_right a:hover
{
  color: #f00;
  text-decoration: none;
}

.news_list_bottom_right span
{
  color: #f00;
}

.news_list_bottom_right img
{
  vertical-align: -3px;
}

.news_date, .news_date a
{
  padding-bottom: 3px;
  color: #ff0000;
}

.news_date a
{
  text-decoration: underline;
}

.author
{
  float: right;
  padding-bottom: 17px;
}

.author_slot
{
  width: 120px;
  color: #f00;
}

.news_tools
{
  border-top: 1px dotted #707070;
  border-bottom: 1px dotted #707070;
}

.news_tools, .news_tools a
{
  color: #898989;
  font-size: 10px;
}

.news_tools a:hover, .news_tools_right span.link:hover
{
  color: #f00;
  text-decoration: none;
}

.news_tools_left
{
  float: left;
  line-height: 41px;
  margin-right: 8px;
}

.news_tools_right
{
  float: right;
  line-height: 41px;
}

.news_tools_left .icon
{
  display: block;
  height: 26px;
  line-height: 26px;
  margin-top: 8px;
}

.news_tools_left .linkedin
{
  width: 26px;
  background: url(images/icon_linkedin_off.jpg) no-repeat;
}

.news_tools_left .linkedin:hover
{
  background: url(images/icon_linkedin_on.jpg) no-repeat;
}

.news_tools_left .twitter
{
  width: 27px;
  background: url(images/icon_twitter_off.jpg) no-repeat;
}

.news_tools_left .twitter:hover
{
  background: url(images/icon_twitter_on.jpg) no-repeat;
}

.news_tools_left .facebook
{
  width: 26px;
  background: url(images/icon_facebook_off.jpg) no-repeat;
}

.news_tools_left .facebook:hover
{
  background: url(images/icon_facebook_on.jpg) no-repeat;
}

.news_tools_left .viadeo
{
  width: 26px;
  background: url(images/icon_viadeo_off.jpg) no-repeat;
}

.news_tools_left .viadeo:hover
{
  background: url(images/icon_viadeo_on.jpg) no-repeat;
}

.news_subheadings_heading
{
  background-color: #f00;
}

.news_subheadings
{
  padding: 0px 0px 20px 0px;
  margin: 0px;
  list-style-type: none;
}

.news_subheadings li
{
  border-bottom: 1px dotted #d2d2d2;
  line-height: 27px;
  color: #f00;
}

.news_subheadings li a
{
  color: #535353;
}

.news_subheadings li a:hover
{
  color: #f00;
  text-decoration: none;
}

.news_right1
{
  padding-bottom: 20px;
}

.newsletter_heading
{
  margin-bottom: 10px;
  background-color: #313131;
}

.newsletter_email
{
  height: 22px;
  margin: 10px 0px 30px 0px;
  background: url(images/newsletter_bg.gif) no-repeat;
}

.newsletter_email input
{
  float: left;
  border: 0px solid transparent;
  color: #5d5d5d;
  height: 16px;
  margin: 3px 0px 0px 10px;
  width: 188px;
}

.newsletter_email .submit
{
  float: right;
  width: 16px;
  height: 16px;
  margin: 4px 5px 0px 0px;
}

.newsletter_email .submit:hover
{
  text-decoration: none;
}

.page_top
{
  display: block;
  float: left;
  padding: 1px 5px 1px 19px;
  margin: 20px 0px 0px 60px;
  background: #f00 url(images/page_top_off.gif) no-repeat 5px 5px;
  color: #fff;
}

.page_top:hover
{
  background: #a0a0a0 url(images/page_top_on.gif) no-repeat 5px 5px;
  text-decoration: none;
}



/* Comments */

.news_comment_form
{
  color: #535353;
}

.news_comment_form .title, .news_comments .title
{
  padding: 20px 0px;
  font-size: 18px;
}

.news_comment_form .row
{
  padding-bottom: 12px;
}

.news_comment_form .form-error-msg
{
  padding-left: 106px;
}

.news_comment_form .left
{
  float: left;
  width: 100px;
  padding: 2px 6px 0px 0px;
  line-height: 12px;
  text-align: right;
}

.news_comment_form .left .info
{
  font-size: 11px;
  line-height: 11px;
}

.news_comment_form .right
{
  float: left;
}

.news_comment_form .right input
{
  width: 265px;
  border: 1px solid #b5b5b6;
}

.news_comment_form .right textarea
{
  height: 157px;
  width: 354px;
  padding: 0px;
  border: 1px solid #b5b5b6;
}

.news_comment_form .required
{
  color: #ff0000;
  font-weight: bold;
}

.news_comment_form .not_required
{
  color: #fbfbfc;
  font-weight: bold;
}

.news_comment_form .buttons
{
  padding-left: 106px;
}

.news_comment_form .reset
{
  float: left;
  padding: 1px 5px;
  background-color: #f00;
  color: #fff;
}

.news_comment_form .submit
{
  float: right;
  padding: 1px 5px;
  background-color: #f00;
  color: #fff;
}

.news_comment_form .reset:hover, .news_comment_form .submit:hover
{
  background-color: #a0a0a0;
  text-decoration: none;
}

.news_comments
{
  border-bottom: 1px dotted #707070;
}

.news_comments .comment
{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 6px solid #d8d8d8;
}

.news_comments .title span
{
  color: #f00;
}

.news_comments .name_date
{
  color: #a0a0a0;
  line-height: normal;
}

.news_comments .name_date span
{
  color: #535353;
  font-weight: bold;
}

.news_comments .left
{
  float: left;
  width: 35px;
  padding-top: 10px;
}

.news_comments .right
{
  float: left;
  width: 427px;
  padding-top: 14px;
}

.news_comments .right img
{
  padding-left: 2px;
  vertical-align: -2px;
}



/* Pager */

.pager
{
  padding: 3px 0px 10px 0px;
  text-align: center;
  color: #f00;
}

.pager a
{
  color: #6a6a6a;
  text-decoration: underline;
}

.pager_left, .pager_right
{
  color: #ff0000;
}

.pager_left
{
  padding-right: 30px;
}

.pager_right
{
  padding-left: 30px;
}



/* Slots */

div.summary_image_slot_item
{
  width: 300px;
  margin-bottom: 5px;
}

div.summary_image_slot_item input
{
  width: 200px;
}



/* Send page */

#sendpage_form hr
{
  margin-top: 0px;
  margin-bottom: 22px;
}

#sendpage_form input
{
  width: 180px;
}



/* site map */

.sitemap_item
{
  vertical-align: top;
  padding-right: 20px;
  padding-bottom: 40px;
}

/*.sitemap_item .stand_alone
{
  border-bottom: none;
}*/

.sitemap_item_last_col
{
  padding-right: 0px;
}

.sitemap_item_last_row
{
  padding-bottom: 0px;
}

.sitemap_item ul
{
  list-style-type: none;
}

.sitemap_lev1 a
{
  color: #f00;
  font-size: 14px;
  line-height: 18px;
}

.sitemap_lev2 a
{
  font-size: 14px;
  line-height: 18px;
}

.sitemap_lev3 a
{
  color: #a0a0a0;
  font-size: 12px;
  line-height: normal;
}
