/*
  @Nuno Costa [criacaoweb.net] Utils CSS.
  @Licensed under GPL2 and MIT.
  @Status: Stable
  @Version: 0.1-20090418
  
  @Contributors:
        -  http://meyerweb.com/eric/tools/css/reset/index.html 
  
  --------------------------------------------------------------- 
*/
/* From: http://meyerweb.com/eric/tools/css/reset/index.html  (Original) */
/* v1.0 | 20080212 */
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;
}
/*
Stantby for nowbody {
	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;
}
/* ------- @Nuno Costa [criacaoweb.net] Utils CSS. ---------- */
* {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
dfn {
	display: none;
	overflow: hidden;
}
/* ----------- Clear Floated Elements ----------- */
html body .util-clearb {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* ----------- Fix to Clear Floated Elements ----------- */
.util-clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.util-clearfix {
	display: inline-block;
}
* html .util-clearfix {
	height: 1%;
}
.util-clearfix {
	display: block;
}
/* Stylesheet: !!!_ARCAL - ncleanblueutils Modified On 2015-03-26 16:52:08 */
/*
  @Nuno Costa [criacaoweb.net] Core CSS.
  @Licensed under GPL and MIT.
  @Status: Stable
  @Version: 0.1-20090418
  
  @Contributors:
  
  --------------------------------------------------------------- 
*/
/*----------- Global Containers ----------- */
/* 
.core-wrap-100   =  width - 100% of Browser Fluid
.core-wrap-960   =  width - 960px  - fixed
.core-wrap-780   =  width - 780px  - fixed
.custom-wrap-x   =  width -  custom   - declared in another css (your site css)
*/
.core-wrap-100 {
	width: 100%;
}
.core-wrap-960 {
	width: 960px;
}
.core-wrap-780 {
	width: 780px;
}
.core-wrap-100,
.core-wrap-960,
.core-wrap-780,
.custom-wrap-x {
	margin-left: auto;
	margin-right: auto;
}
/*----------- Global Float ----------- */
.core-wrap-100  .core-float-left,
.core-wrap-960  .core-float-left,
.core-wrap-780  .core-float-left,
.custom-wrap-x  .core-float-left {
	float: left;
	display: inline;
}
.core-wrap-100  .core-float-right,
.core-wrap-960  .core-float-right,
.core-wrap-780  .core-float-right,
.custom-wrap-x  .core-float-right {
	float: right;
	display: inline;
}
/*----------- Global Center ----------- */
.core-wrap-100   .core-center,
.core-wrap-960   .core-center,
.core-wrap-780   .core-center,
.custom-wrap-x   .core-center {
	margin-left: auto;
	margin-right: auto;
}
/* Stylesheet: !!!_ARCAL - ncleanbluecore Modified On 2015-03-26 16:51:43 */
/*  
@Nuno Costa [criacaoweb.net]
@Since [cmsms 1.6]
@Contributors: Mark and Dev-Team
*/
body {
	font: normal 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #3A3A36;
	background: #efece7 url(https://www.arcal.org/uploads/NCleanBlue/bg__full.png) no-repeat;
}
#ncleanblue {
	width: auto;
	background: #efece7 url(https://www.arcal.org/uploads/NCleanBlue/bg__full.png) no-repeat;
}
}
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #679EBC;
/* background image for the link to show wiki style arrow */
	background: url(https://www.arcal.org/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(https://www.arcal.org/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(https://www.arcal.org/uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong {
        font-weight: bold;
}
i, em {	
        font-style: italic;
}
p, li {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top: 0.5em;
        margin-bottom: 1em;
        text-align:left;
}
h1.title {
	font-size: 2.4em;
	color: #E7501E;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 50px;
	font-weight: normal;
}
h2 {
	font-size: 2.2em;
	color: #0AAEA5;
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 30px;
	font-weight: normal;
        text-transform: uppercase;
}
h3 {
	font-size: 1.8em;
	color: #0AAEA5;
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 20px;
	font-weight: normal;
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
}
a {
	color: #0AAEA5;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #077A75;
}
a:active {
	color: #077A75;
}
a:visited {
	color: #0AAEA5;
}
input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: 160px;
	width: 960px;
}
#logo a {
	height: 108px;
	width: 334px;
	display: block;
	text-indent: -9999em;
	margin-top: 20px;
	margin-left: 20px;
	background: url(https://www.arcal.org/uploads/NCleanBlue/logo.png) no-repeat left top;
}
/* ------------ Header - Search ------------ */
div#search {
	width: 506px;
	height: 30px;
	margin-top: 60px;
	margin-right: 20px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
	width: 240px;
	height: 20px;
	border-style: none;
	color: #999;
	padding: 7px 0px 7px 10px;
	float: left;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	background: url(https://www.arcal.org/uploads/NCleanBlue/search.png) no-repeat left top;
}
div#search input.search-button {
	width: 56px;
	height: 30px;
	border-style: none;
	text-indent: -9999em;
	float: left;
	margin: 0;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	background: transparent url(https://www.arcal.org/uploads/NCleanBlue/search.png) no-repeat right top;
}
/* ------------ Content ------------ */
#content {
	width: auto;
	text-align: left;
}
#bar {
	width: auto;
	height: 40px;
	padding-right: 1em;
	padding-left: 1em;
}
.print {
	margin-right: 75px;
	margin-top: 10px;
}

/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */

/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 0;
	font-size: 80%;
	margin: 0 1em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}

/* ------------ Main ------------ */
#main {
	width: 960px;
}
.main-main {
	width: auto;
        margin-top: -11px; 
}
#main-content {
	padding: 20px 20px 100px 20px;
	background: transparent url(https://www.arcal.org/uploads/NCleanBlue/bg__fond.png) repeat;
}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#main ul,
#footer ul {
	list-style: disc;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
.pdf {
  background: #fff url(https://www.arcal.org/uploads/images/pdf.png) left no-repeat; 
  margin: 0 0 0 2em;
  padding: 0 0 0.4em 4em;
  display: block; 
  line-height: 30px;
}
/* ------------ Footer ------------ */
#footer-wrapper {
	width: auto;
	margin-top: 50px;
	margin-left: 0px;
}
#footer {
	color: #FFF;
	font-size: 0.8em;
	background-color: #bfb8b2;
}
#footer .block {
	width: auto;
	padding: 40px 10px 0 0;
}
#footer .cms {
	text-align: right;
}
#foot_coord {
	width: 400px;
	padding: 40px 10px 0 40px;
}
#foot_coord h1 {
        position: relative;
        padding-top: 20px;
	font-size: 2em;
	color: #FFF;
	font-weight: normal;
}
#foot_coord p {
        position: relative;
        float: left;
	text-align: left;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
        margin-top: 20px;
}
#foot_plan {
        position: relative;
        float: right;
        top: 20px;
        right: 50px;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 50px;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-decoration: none;
}
#footer a {
	color: #DCEDF1;
	text-decoration: underline;
	font-weight: bold;
}
/* ------------ END LAYOUT ---------------*/
/* ------------  Menu  ROOT  ------------ */
.page-menu {
	width: auto;
	height: 46px;
	margin: 15px 0 0 0;
	background-color: #E7501E;
}
.menuwrapper {}

ul#primary-nav li hr.menu_separator{
        position: relative;
        visibility: hidden;
        display:block;
        width:1px;
       	height: 46px;
       	margin: 0;
}
.page-menu ul#primary-nav {
	height: 1%;
	float: left;
	list-style: none;
	padding: 0;
	margin-left: 10px;
}
.page-menu ul#primary-nav li {
}
.page-menu ul#primary-nav li a,
.page-menu ul#primary-nav li a span {
        text-align: center;
        color: #fff;
        line-height: 2.4em;
        font-size: 1.3em;
	font-weight: 600; 
	font-family: Oswald, Arial, Helvetica, sans-serif;
	display: block;
        width: auto;
       	height: 41px;
	padding: 0 18px 0 15px;
}
.page-menu ul#primary-nav li a {
	padding-left: 0;
	color: #000;
	font-weight: bold;
	line-height: 2.15em;
	text-decoration: none;
	margin-left: 1px;
	font-size: 0.85em;
}
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:active {
	color: #000;
}
.page-menu ul#primary-nav li a.menuactive,
.page-menu ul#primary-nav li a:hover span {
	color: #000;
}
.page-menu ul#primary-nav li a span {
         display: block;
         margin-top: 5px;
         width: auto;
         height: 34px;
}
.page-menu ul#primary-nav li a.menuparenth,
.page-menu ul#primary-nav li a.menuactive,
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:focus,
.page-menu ul#primary-nav li a:active {
	background-position: 100% -120px;
}
.page-menu ul#primary-nav li a {
	background-position: 100% -80px;
}
.page-menu ul#primary-nav li a.menuactive span,
.page-menu ul#primary-nav li a:hover span,
.page-menu ul#primary-nav li a:focus span,
.page-menu ul#primary-nav li a:active span {
	background-color: #fff;
        color: #E7501E;
}
.page-menu ul#primary-nav li a span {
	background-position: 0 0;
}
.page-menu ul#primary-nav .sectionheader,
.page-menu ul#primary-nav li a:link.menuactive,
.page-menu ul#primary-nav li a:visited.menuactive {
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.page-menu ul#primary-nav li span,
.page-menu ul#primary-nav li a,
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:focus,
.page-menu ul#primary-nav li a:active {
/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html .page-menu ul#primary-nav {
	display: inline-block;
}
*:first-child+html .page-menu ul#primary-nav {
	display: inline-block;
}
/* --------------------  menu dropdow  -------------------------
/* Unless you know what you do, do not touch this */
/* Reset all ROOT menu styles. */
ul#primary-nav ul.unli li li a span,
ul#primary-nav ul.unli li a span,
ul#primary-nav .menuparent .unli .menuparent .unli li a span {
	font-weight: normal;
	background-image: none;
	display: block;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#primary-nav {
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	list-style: none;
	margin: -6px 0px 0px;
	padding: 0px;
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 209px;
}
#primary-nav ul {
	position: absolute;
	z-index: 1001;
	top: auto;
	display: none;
	padding-top: 9px;
	background: url(https://www.arcal.org/uploads/NCleanBlue/ultop.png) no-repeat left top;
}
* html #primary-nav ul.unli {
	padding-top: 12px;
	background: url(https://www.arcal.org/uploads/NCleanBlue/ultop.gif) no-repeat left top;
}
#primary-nav ul.unli ul {
	margin-left: -7px;
	left: 100%;
	top: 3px;
}
* html #primary-nav ul.unli ul {
	margin-left: -0px;
}
#primary-nav li {
	margin: 0px;
	float: left;
}
#primary-nav li li {
	margin-left: 7px;
	margin-top: -1px;
	float: none;
	position: relative;
}
/* Styling the basic appearance of the menu elements */
ul#primary-nav ul hr.menu_separator{
        position: relative;
        visibility: visible;
        display:block;
        width:130px;
       	height: 1px;
       	margin: 2px 30px 2px;
	padding: 0em;
	border-bottom: 1px solid #ccc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#primary-nav .separator,
#primary-nav .separatorh {
	height: 9px;
	width: 209px;
	margin: 0px 0px -8px;
	background: url(https://www.arcal.org/uploads/NCleanBlue/ulbtm.png) no-repeat left bottom;
}
* html #primary-nav .separator {
       z-index:-1;
	background: url(https://www.arcal.org/uploads/NCleanBlue/ulbtm.gif) no-repeat left bottom;
}
*:first-child+html #primary-nav .separator {
       z-index:-1;
}
#primary-nav ul.unli li a {
	padding: 0px 10px;
	width: 165px;
	margin: 5px;
	background-image: none;
}
* html #primary-nav ul.unli li a {
	padding: 0px 10px 0px 5px;
	width: 165px;
	margin: 5px 0px;
}
#primary-nav li li a:hover {
	background-color: #DBE7F2;
}
/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive li a {
	text-decoration: none;
	background: none;
}
#primary-nav ul.unli li.menuparenth,
#primary-nav ul.unli a:hover,
#primary-nav ul.unli a.menuactive {
	background-color: #DBE7F2;
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul.unli li .menuparent,
#primary-nav ul.unli li .menuparent:hover,
#primary-nav ul.unli li .menuparent,
#primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {
	background-image: url(https://www.arcal.org/uploads/NCleanBlue/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul {
	display: none;
}
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/*************** End Menu *****************/
/* ------------ News Module ------------ */
#news {
	padding: 10px;
}
.NewsSummary {
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-style: italic;
	font-size: 0.8em;
}
.NewsSummaryLink {
	margin: 2px 0;
}
.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
/* ------------ End News Module ------------ */
/* ------------ CG Blog Module ------------ */

.eastside {
	position: absolute;
        float: right;
	top: 711px;
        left: 737px;
}

.CGBlogWrap {  
        margin-left: -24px;
}
.CGBlogSummary {
	width: 222px;
	border-style: none;
        padding-left: 24px;
	color: #666;
	float: left;
 	font: bold 1em Arial, Helvetica, sans-serif;
        margin-top: 20px;
}
.CGBlogSummaryField {
 	height: 222px;
}
.CGBlogSummaryNews{
	height: 222px;
	background-color: #fff;
}
.CGBlogSummaryPostdate {
        padding: 20px 10px 0 20px;
 	color: #0AAEA5;
	font-size: 1.1em;
	line-height: 10px;
	font-weight: bold;
}
.CGBlogSummaryLink {
        padding: 10px 10px 0 20px;
	 font-size: 1.1em;
	 line-height: 15px;
	 font-weight: bold;
}
.CGBlogSummaryLink a {
	 color: #E7501E;
}
.CGBlogSummarySommaire {
        position: absolute;
        display: block;
        max-height: 200px;
}
.CGBlogSummaryContent,
.CGBlogSummarySummary {
        padding: 10px 10px 0 20px;
	font-size: 1.1em;
        max-width: 180px;
        max-height: 126px;
        overflow: hidden;
        text-overflow: ellipsis;
}
.CGBlogSummaryPlus {
        position: relative;
	font-size: 3em;
	font-weight: normal;
        margin-top: -20px;
        margin-left: 190px;
}
.CGBlogSummaryPlus a {
	color: #0AAEA5;
}
.img_cgblog {
	background-size: cover;
	background-position: center; 
	width: 222px;
	height: 222px;
}
.img_cgblog img {
	display: none;
}
.img_cgblog_detail {
	max-width: 915px;
        padding: 20px 0 20px 0;
}
#CGBlogPostDetailDate {
        padding: 10px 0 0 0;
 	color: #E7501E;
	font-size: 1.1em;
	line-height: 10px;
	font-weight: bold;
}
#CGBlogPostDetailSummary p,
#CGBlogPostDetailContent p {
 	color: #666;
	font-size: 120%;
	line-height: 20px;
}
.prevblogarticle,
.nextblogarticle {
	position: relative;
        height: 50px;
        padding: 50px 50px 30px 20px;
	font-size: 1.1em;
	line-height: 15px;
	font-weight: bold;
}
.prevblogarticle {
        float: left;     
}
.nextblogarticle {
        float: right;     
}
.prevblogarticle a,
.nextblogarticle a {
	 color: #E7501E;
}
#countpage {
        clear: both;
	position: relative;
        top: 20px;
        left: 534px;
        width: 500px;
	font-size: 1.2em;
	font-weight: bold;
	color: #0AAEA5;
	z-index: 1;
}
#countpage a {
	 color: #0AAEA5;
}



/* ------------ End CG Blog Module ------------ */


/* Stylesheet: !!!_ARCAL - Layout: NCleanBlue Modified On 2015-09-05 17:56:47 */
