/*reset all styles using YUI reset made lighter*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
    font-family: "Century Gothic", verdana, helvetica, arial, sans-serif;
}
img { 
	border:0;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
    margin:0 0 15px 0;
    font-weight:bold;
    text-align:left;
}
h1:first-letter,h2:first-letter,h3:first-letter,h4:first-letter,h5:first-letter,h6:first-letter {
    font-size:160%;
}
h1{
    font-size: 20px;
}
h2{
    font-size: 17px;
    font-style: italic;
}
h3{
    font-size: 15px;
}
h4{
    font-size: 15px;
    font-style: italic;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 12px;
    font-style: italic;
}
p{
    margin:10px 0;
    line-height: 18px;
}
a{
    color:#EB7247;
    text-decoration: none;
}
a:hover{
    color:#22723d;
}
/*content*/
body{
    background: #e3e4e4;
    height:100%;
    font-size:14px;
    overflow:hidden;
}
div#background img{
    position:fixed; 
    width:100%; 
    height:100%; 
    z-index: 0;
}
/*content and center area styles*/
div#wrap{
    color:#231F20;
    overflow: auto;
    position:fixed;
    bottom:4%;
    top: 4%;
    margin:50px 0 92px 0;
    width:100%;
    font-weight:bold;
}
div#centerarea{
    padding:20px 4%;
}
/*footer*/
div#footer{
    background:#fff;
    height:90px;
    border-top: #d3dedf 1px solid;
    border-bottom: #d3dedf 1px solid;
    width:100%;
    position:fixed;
    bottom:4%;
}
/*footer inside*/
img.logo{
    margin:5px 0 0 3%;
    position:relative;
    float:left;
}
div#search{
    position:relative;
    float:right;
    border-left: 1px solid #8b8d90;
    height:60px;
    padding:0 0 0 50px;
    margin:15px 3% 15px 0;
}
form#ajaxSearch_form fieldset{
    border:none;
}
div#search div.AS_ajax_resultsIntroFailure, div#search p.ajaxSearch_resultsInfos, div#search div.ajaxSearch_grpResult{
    display: none;
    visibility: hidden;
}
input#ajaxSearch_input{
    border:1px solid #8b8d90;
    color:#6d6e70;
    height: 30px;
    width:240px;
    margin:5px 0 0 0;
    font-size:11px;
    line-height:26px;
}
input#ajaxSearch_submit{
    background:url(../images/icon_info.png) top;
    height:35px;
    width:36px;
    border:none;
    cursor:pointer;
    margin:0;
}
input#ajaxSearch_submit:hover{
    background:url(../images/icon_info.png) bottom;
}
p.disclaimer{
    color:#8b8d90;
    font-size:11px;
}
p.disclaimer a {
    color:#8b8d90;
}
p.disclaimer a:hover{
    color:#ed891e;
    text-decoration: none;
}
/*top menu*/
div#topmenu{
    background:#fff;
    height: 50px;
    border-top: #d3dedf 1px solid;
    border-bottom: #d3dedf 1px solid;
    top:4%;
    width:100%;
    position:fixed;
    font-size:13px;
}
div.social{
    position:relative;
    float:right;
    margin:6px 3% 0 0;
}
div.social a{
    width:39px;
    height:39px;
    display: block;
}
a.rss{
    background: url(../images/rss.png) no-repeat top;
}
a.rss:hover{
    background: url(../images/rss.png) no-repeat bottom;
}
ul.menu{
    margin:0 0 0 3%;
    height:50px;
    position:relative;
    float:left;
}
ul.menu li{
    position:relative;
    float:left;
}
ul.menu li a{
    display:block;
    line-height:50px;
    width:auto;
    background: #fff url(../images/menu1.png) no-repeat bottom left;
    height:50px;
    padding: 0 40px 0 50px;
    text-decoration:none;
    font-weight:bold;
    color:#58595b;
}
ul.menu li a:hover, ul.menu li.hover a, ul.menu li.active a{
    background: #fff url(../images/menu1.png) no-repeat top left;
    color:#db6f0b;
}
ul.menu li a#docid33{
    background: #fff url(../images/menu4.png) no-repeat bottom left;
}
ul.menu li a#docid33:hover, ul.menu li.hover a#docid33, ul.menu li.active #docid33{
    background: #fff url(../images/menu4.png) no-repeat top left;
}
ul.menu li a#docid1{
    background: #fff url(../images/menu1.png) no-repeat bottom left;
}
ul.menu li a#docid1:hover, ul.menu li.hover a#docid1, ul.menu li.active a#docid1{
    background: #fff url(../images/menu1.png) no-repeat top left;
}
ul.menu li a#docid32{
    background: #fff url(../images/menu6.png) no-repeat bottom left;
}
ul.menu li a#docid32:hover, ul.menu li.hover a#docid32, ul.menu li.active a#docid32{
    background: #fff url(../images/menu6.png) no-repeat top left;
}
ul.menu li a#docid46{
    background: #fff url(../images/menu2.png) no-repeat bottom left;
}
ul.menu li a#docid46:hover, ul.menu li.hover a#docid46, ul.menu li.active a#docid46{
    background: #fff url(../images/menu2.png) no-repeat top left;
}
ul.menu li a#docid52{
    background: #fff url(../images/menu11.png) no-repeat bottom left;
}
ul.menu li a#docid52:hover, ul.menu li.hover a#docid52, ul.menu li.active a#docid52{
    background: #fff url(../images/menu11.png) no-repeat top left;
}
ul.menu li a#docid168{
    background: #fff url(../images/menu5.png) no-repeat bottom left;
}
ul.menu li a#docid168:hover, ul.menu li.hover a#docid168, ul.menu li.active a#docid168{
    background: #fff url(../images/menu5.png) no-repeat top left;
}
ul.menu li ul li{
    float:none;
    width:auto;
}
ul.menu li.parent ul{
   display:none;
   border:2px solid #b1b4b6;
   border-top:none;
   position:absolute;
}
ul.menu li.parent:hover ul{
    display:list-item;
}
ul.menu li ul li a, ul.menu li.hover ul li a{
    height:35px;
    line-height: 35px;
    padding: 0 15px 0 40px;
    background: #fff url(../images/submen.png) left top no-repeat;
    color:#58595b;
    font-weight:normal;
    font-size:13px;
}
/*stupid menu hack*/
#docid166, #docid18{
    width:80px;
}
#docid16{
    width:110px;
}
#docid48{
  width:235px;  
}
ul.menu li ul li a:hover, ul.menu li ul li.active a,ul.menu li.hover ul li.active a {
    background: #fff url(../images/submen.png) left bottom no-repeat;
    color:#db6f0b;
}
/*accordion*/
.sAccordion-open{
    cursor: pointer;
    margin: 0 0 2px 0;
    color: #EB7247;
    padding:5px;
    font-size:16px;
}
.sAccordion-open:hover, .wide4 .sAccordion-open:hover {
     color:#b60e1d;
}
.sAccordion-open-actif{
    color: #22723d;
    margin-top: 10px;
}
.sAccordion-open-actif:hover{
    color: #153b68;
}
.sAccordion-content{
    margin-bottom: 10px;
}
.wide4{
    width:141px;
    position:relative;
    float:left;
    text-align:center;
    margin:0 8% 0 0;
}
.wide4 .sAccordion-open{
    color: #fff;
    font-size:14px;
    text-align:center;
    margin:0;
    padding:0;
}
.wide4 .sAccordion-open-actif{
    margin-top: 0;
}
.wide4 .sAccordion-content{
    width:auto;
    position:absolute;
    margin-top:15px;
}
.wide4 .sAccordion-content a{
    position:relative;
    float:left;
    margin:0 10px 0 0;
    display:block;
}
.wide4 a{
    color:#fff;
}
.wide4 a:hover{
    color:#22723d;
}
.wide4 .know1{
   width:900px;
}
.wide4 .know2{
   margin-left:-215px;
   width:960px;
}
.wide4 .know3{
   margin-left:-475px;
   width:900px;
}
/*content styles*/
.orange{
    color:#d3780d;
}
.green{
    color:#22723d;
}
.blue{
    color:#153b68;
}
.red{
    color:#b60e1d;
}
.black{
    color:#231f20;
}
.white, .white a{
    color:#fff;
}
.white a:hover{
    color:#22723d;
}
.italic{
    font-style: italic;
}
.bold{
    font-weight:bold;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.capitalisea{
    text-transform: capitalize; 
}
.underline{
    text-decoration: underline;
}
.textleft{
    text-align: left;
}
.textright{
    text-align: right;
}
.imgleft{
    position:relative;
    float: left;
    margin:0 15px 0 0;
    text-align:left;
}
.imgright{
    position:relative;
    float: right;
    margin: 0 0 0 15px;
    text-align: right;
}
.icon{
    background: url(../images/slogoicon.png) no-repeat 5px;
    padding:5px 5px 5px 35px;
}
blockquote{
    padding:10px;
    margin:5px 15px;
    border: 2px solid #d3780d;
    background:#ccc;
}
p.knowarch a{
    margin:5px;
    position:relative;
    text-align:center;
    display:block;
    text-decoration:none;
    float:left;
    color:#d3780d;
}
p.knowarch a:hover{
    color:#22723d;
}
p.address{
    float:left;
    width:200px;
    margin:0 50px 0 0;
}
div.market1, div.market2, div.market3, div.market4{
    width:350px;
    border: 2px solid #fff;
    height:200px;
    position:relative;
    margin:0 10px 10px 0;
    text-align:center;
}
div.market1 a, div.market2 a, div.market3 a, div.market4 a{
    display:block;
    width:350px;
    height:35px;
    line-height:35px;
    margin: 90px 0 0 0;
    font-size:18px;
    background:#bcbcbd;
    color:#fff;
}
div.market1 a:hover, div.market2 a:hover, div.market3 a:hover, div.market4 a:hover{
    background:#fff;
    text-decoration: none;
}
div.market1 a:hover{
    color:#22723d;
}
div.market2 a:hover{
    color:#b60e1d;
}
div.market3 a:hover{
    color:#153b68;
}
div.market4 a:hover{
    color:#d3780d;
}
div.market1, div.market3{
    float:left;
}
div.market2, div.market4{
    float:right;
}
div.market1{
    background:url(../images/africa.jpg) no-repeat; 
}
div.market2{
    background:url(../images/buddah.jpg) no-repeat;
}
div.market3{
    background:url(../images/india.jpg) no-repeat;
}
div.market4{
    background:url(../images/desert.jpg) no-repeat;
}
.textleft{
    text-align: left;
}
.textright{
    text-align: right;
}
.textcenter{
    text-align: center;
}
img.imgla{
    position:relative;
    float:left;
    margin:0 15px 0 0;
}
img.imgra{
    position:relative;
    float:right;
    margin:0 0 0 15px;
}
img.imgca{
    display:block;
    margin:3px auto;
    text-align: center;
    width:470px; 
}
div#centerarea ul{
    padding: 0 0 0 5px;
}
div#centerarea ul li{
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    background: url(../images/bullet.png) no-repeat 0 5px;
}
pre {
    font-style:italic;
    padding: 10px;
    margin-bottom: 15px;
    background: #F9F1ED;
    border: 1px solid #DCD7D4;
    color: #AC3400;
}
.alert, .approved, .attention, .camera, .doc, .doc2, .download, .download2, .media, .note, .notice, .quote, div.AS_ajax_resultsIntroFailure {
    display: block;
    margin: 10px 0;
    background-repeat: repeat-x;
    background-position: 0 100%;
    clear: both;
    position:relative;
    float:left;
    padding:0 0 10px 0;
    width:100%;
}
.alert a, .approved a, .attention a, .camera a, .doc a, .doc2 a, .download a, .download2 a,.media a, .note a, .notice a, .quote a, div.AS_ajax_resultsIntroFailure a {
    font-weight: bold;
    color: inherit;
    font-size: 110%;
}
.typo-icon, .quote-l {
    display: block;
    padding: 10px 10px 0px 36px;
    margin:  0;
    background: no-repeat 10px 12px;
    text-align:left;
}
.quote-r {
    display: block;
    padding: 0 25px 0 0;
}
.approved .typo-icon {
    background-image: url(../images/approved-icon.png);
}
.alert .typo-icon {
    background-image: url(../images/alert-icon.png);
}
.attention .typo-icon {
    background-image: url(../images/attention-icon.png);
}
.camera .typo-icon {
    background-image: url(../images/camera-icon.png);
}
.doc .typo-icon {
    background-image: url(../images/doc-icon.png);
}
.doc2 .typo-icon {
    background-image: url(../images/doc-icon.png);
}
.download .typo-icon {
    background-image: url(../images/download-icon.png);
}
.download2 .typo-icon {
    background-image: url(../images/download-icon.png);
}
.media .typo-icon {
    background-image: url(../images/media-icon.png);
}
.note .typo-icon {
    background-image: url(../images/note-icon.png);
}
.notice .typo-icon {
    background-image: url(../images/notice-icon.png);
}
.quote-l {
    background-image: url(../images/quote-l.png);
}
.quote-r {
    background: url(../images/quote-r.png) no-repeat 100% 100%;
}
.alert, div.AS_ajax_resultsIntroFailure {
    color: #D0583F;
    background-image: url(../images/alert.png);
    background-color: #FFFBFB;
    border-bottom: 1px solid #F8C9BB;
    border-right: 1px solid #F8C9BB;
}
.approved {
    color: #6CB656;
    background-image: url(../images/approved.png);
    background-color: #FAFDF9;
    border-bottom: 1px solid #C1CEC1;
    border-right: 1px solid #C1CEC1;
}
.attention {
    color: #E1B42F;
    background-image: url(../images/attention.png);
    background-color: #FFFDF6;
    border-bottom: 1px solid #E4E4D5;
    border-right: 1px solid #E4E4D5;
}
.camera {
    color: #55A0B4;
    background-image: url(../images/camera.png);
    background-color: #F6FBFB;
    border-bottom: 1px solid #C9D5D8;
    border-right: 1px solid #C9D5D8;
}
.doc {
    color: #666666;
    background-image: url(../images/doc.png);
}
.doc2 {
    color: #666666;
    background-image: url(../images/doc.png);
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
.download {
    background-image: url(../images/download.png);
}
.download2 {
    color: #666666;
    background-image: url(../images/download.png);
    background-color: #FCFCFC;
    border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}
.media {
    color: #8D79A9;
    background-image: url(../images/media.png);
    background-color: #FBF9FD;
    border-bottom: 1px solid #DBE1E6;
    border-right: 1px solid #DBE1E6;
}
.note {
    color: #B76F38;
    background-image: url(../images/note.png);
    background-color: #FFFAF6;
    border-bottom: 1px solid #E6DAD2;
    border-right: 1px solid #E6DAD2;
}
.notice {
    color: #6187B3;
    background-image: url(../images/notice.png);
    background-color: #FAFCFD;
    border-bottom: 1px solid #C7CDDA;
    border-right: 1px solid #C7CDDA;
} 
.quote {
    font-size:100%;
    font-weight:bold;
    background-image: url(../images/quote.png);
}
/*tooltips*/
.tip{
    cursor: pointer;
}
#tooltip {
	background: url(../images/tooltip.png) no-repeat;
	border: none;
	width: 144px;
	padding:15px 20px 25px 20px;
	height: 95px;
    position:absolute;
}
#tooltip div { 
    margin: 0;
    width: 144px; 
    text-align: left; 
    color:#57585b;
    font-size:11px;
}
#tooltip h3 {
    margin: 0 0 5px 0;
	font-size: 12px;
    font-weight: bold;
	width: 144px;
	text-align: center;
    color:#22723d;
}
#tooltip.viewport-right {}
/*summary pages*/
div.summaryPost h2{
    margin-bottom:0;
}
p.info{
    font-style: italic;
    margin-bottom:0;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages {
    margin-bottom: 15px;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #d3780d;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #d3780d;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
/* Search Terms Highlighting */
.AS_ajax_highlight {
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    color: #000;
}
.searchTerms { 
    color: #eee; 
}
.searchTerms .AS_ajax_highlight { 
    margin: 0 0 0 3px;
}
a.ajaxSearch_resultLink{
     color:#22723d;
     text-decoration: none;
}
a.ajaxSearch_resultLink:hover{
    color:#d3780d;
}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { 
    display: block; 
    float: left; 
    margin: 6px 0 0; 
    padding: 1px 2px 2px; 
    color: #888; 
}
a.ajaxSearch_removeHighlight:hover { 
    background-color: #888; 
    color: #222; 
}
#ajaxSearch_output {
    background: #363732;
    color: white;
    position: absolute;
    top: 23px;
    left: 220px;
    width: 250px !important;
    z-index: 1;
    border: 0;
    padding: 5px;
    margin: 0;
}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
}
#ajaxSearch_output p {
    margin: 0;
}
.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #9F9F9F;
    padding: 5px 10px 7px;
    margin: 0;
}
.AS_resultLink {
    text-decoration: underline;
    padding: 0;
    margin: 0;
}
.AS_ajax_resultDescription {
    color: #888;
}
#ajaxSearch_output .AS_ajax_more a { 
    color: #A3CB2C; 
    text-decoration:none;
}
.AS_intro { 
    display: none;
    visibility: hidden;
}
.ajaxSearch_resultsInfos, .AS_ajax_resultsInfos  {
    margin:10px 0 10px 0;
}
.ajaxSearch_resultsDisplayed, .AS_ajax_resultsDisplayed {
    font-size:95%;
    display:block;
    float:right;
}
#ajaxSearch_output .AS_ajax_result a:hover{ 
    background-color: #8dbc00; 
}
.ajaxSearch_grpResultsDisplayed, .AS_ajax_grpResultsDisplayed {
    font-size:95%;
    display:block;
    float:right;
}
.ajaxSearch_paging {
  display:block;
  margin:5px 0 10px;
}
.paging1 {
  padding:5px 0 10px;
  margin:0 0 5px;
}
.paging1Infos{ 
    margin:0 5px 5px; 
}
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}
/*colorbox stuff*/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(../images/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(../images/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(../images/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../images/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(../images/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(../images/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(../images/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(../images/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:url(../images/loading.gif) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}
