/*
  Copyright (c) 2008 Synalabs SARL. All Rights Reserved.
*/

body
{
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

h2 a
{
  color: #000;
  text-decoration: none !important;
}

.tags
{
  padding-top: 5px;
  color: #707070;
  font-size: 10px;
}


#site_name a, #cms a 
{
  color: #000;
  text-decoration: underline;
}

#language a
{
  color: #000;
  text-decoration: none;
}

#site_name a:hover, #cms a:hover
{
  color: #4e4e4e;
}

div#layer
{
  background-color: #ffffff;
}

div#cmsBackground
{
}

div#cms 
{
  width : 870px;
  background-color: white;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-family: georgia, verdana, sans-serif;
  line-height: 1.5em;
}

div#banner
{
  margin: 0pt auto;
  width: 870px;
  height: 174px;
  background: #fed210 url(images/WebSite_nav.png) no-repeat top left;
}

div#headBackground
{
}

#head
{
  width: 830px;
}

#site_name
{
  float: right;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Trebuchet MS', arial, sans-serif;
  text-align: justify;
  margin-top: 20px;
  margin-right: 10px;
  width: 300px;
}

#nav {
  padding-top: 10px;
  float: left;
}

#logo {
  height: 87px;
  padding-left: 10px;
}

#site_name a
{
  color: #000;
}

#site_tagline
{
  font-size: 16px;
  font-weight: bold;
  font-family: 'Trebuchet MS', arial, sans-serif;
  padding-left: 60px;
}

#mainNavigationBackground
{
  height: 50px;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:1.6em;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
}

#mainNavigation
{
}

#mainNavigation ul.site_navigation li
{
  display: inline;
  /*background: transparent url(images/nav-item_bg.gif) no-repeat scroll right center;*/
  text-align: center;
  float: left;
}

#mainNavigation ul.site_navigation li.current a
{
  color : #aaa; 
}

#mainNavigation ul.site_navigation li a
{
  color: black;
  padding: 0.6em 0.6em;
  display: block;
  float: left;
}

#content
{
  background-color:#fed210;
}

#content .top
{
  height: 10px;
}

#content .bottom
{
}

#content .middle
{
  padding: 20px 80px 20px 80px;
  margin: 0pt auto;
  min-height: 250px;
}

#content.simplePage
{
/*  padding-right: 150px;  */
}

#cms h2
{
  font-size: 18px;
  font-family: 'Trebuchet MS', arial, sans-serif;
  margin: 30px 0 10px;
  border-bottom: solid 1px #000000;
}

#cms h3
{
  margin: 10px 0;
}

#cms .cms_head
{
  font-weight: bold;
  margin: 20px 0;
}

#cms .cms_related, #cms .cms_references, #cms .cms_about
{
  margin: 20px 0;
}

.cms_main p, .cms_related p, .cms_references p, #cms .cms_presentation p
{
  margin: 20px 0;
  padding-bottom: 0.2em;
}

#content ul
{
  list-style: inside;
}

#cms .cms_presentation 
{
  margin-right: 290px;
  margin-top: 10px;
}

#cms .cms_title
{
  padding: 10px;
  margin-bottom: 30px;
  border: solid 1px #000000;
  font-size: 1.2em;
  text-align: center;
}

#cms .cms_updates 
{
  width: 270px;
  float: right;
}

#cms .cms_about 
{
  clear: right;
}

#cms ul#breadcrumb_trail li
{
  display: inline;
  list-style: none;
  padding-right: 16px;
  background: url(images/tab_right.png) right no-repeat;
  font-size: 11px;
}

#cms ul#breadcrumb_trail li.last
{
  background: none;
}

#cms table
{
  border-collapse: collapse;
  border-width: 2px;
  border-style: solid;
}

#cms table td
{
  background-color: transparent;
}

#cms blockquote
{
  padding-left:20px;
}

#footer
{
  width : 870px;
  margin: 0pt auto;
  background: #fed210 url(images/WebSite_logofooter.png) no-repeat scroll right bottom;
  height:270px;
  padding:0px 0pt;
}

#footer_message
{
  padding: 210px 0 0 30px;
  font-size: 14px;
  font-family: 'Trebuchet MS', arial, sans-serif;
  text-align: left;
}
#footer_message a
{
  color: #000;
  text-decoration: underline;
}
