@charset "utf-8";
/* CSS Document */
html{
	overflow-y:scroll;
	overflow-x:auto;
}
body{
	margin:0px;
	background-color:#466f26;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:visible;
}
.itemFullText img{
	margin:10px;
}
.clear{
	clear:both;
}

.floatleft{
	float:left;
}

h1, h2, h3, h4, p, span{
	margin:0px;
	margin-bottom:10px;
}



img{
	border:0px;
}

.inactive{
	color:#666666;
}

.mainCenteredTop{
	width:1000px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/mainCenteredTop.png);
}

.mainCentered{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/mainCenteredMiddle.png);
	background-repeat:repeat-y;
	height:auto;
}

.mainCenteredBottom{
	width:1000px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/mainCenteredBottom.png);
	margin-bottom:40px;
}

.rounded11{
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	behavior:url(css/border-radius-ie8.htc);
}

.rounded16{
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	behavior:url(css/border-radius-ie8.htc);
}

.topPanel{
	height:145px;
	width:974px;
	margin-left:auto;
	margin-right:auto;
}

.logopefc{
	position:absolute;
	width:450px;
	height:101px;
	margin-left:28px;
	margin-top:0px;
}

.logopefc a, .logopefc div{
	float:left;
}

.logopefc div{
	font-size:24px;
	color:#7bc143;
	margin-top:45px;
	margin-left:10px;
}

/**********************************************
* NATIONAL WEBSITES
***********************************************/
.websitemembers{
	float:right;
	margin-top:5px;
	margin-right:28px;
}

.websitemembers select{
	float:left;
}

.websitemembers span{
	float:left;
	line-height:20px;
	margin:0px;
	margin-right:10px;
}

.websitemembers p{
	margin:0px;
}

.websitemembers{
	clear:right;
	float:right;
	height:24px;
	margin-right:18px;
	overflow:hidden;
	margin-bottom:-5px;
}

.websitemembers ul{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:-1px;
}

.websitemembers ul li{
	float:left;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid;
	border-color:#629A36;
}

/**********************************************
* SEARCH
***********************************************/
.searchBar{
	float:right;
	margin-right:28px;
}

.searchBar .search input[type=text]{
	width:180px;
}

span.searchhighlight{
	background-color:#abe27d;
}

/**********************************************
* MENU TOP
***********************************************/
.menu_top{
	clear:right;
	float:right;
	height:24px;
	margin-top:10px;
	margin-right:18px;
	overflow:hidden;
}

.menu_top ul{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:-1px;
}

.menu_top ul li{
	float:left;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid;
	border-color:#629A36;
}


/**********************************************
* MENU LEVEL 1
**********************************************/
.menu_level_1{
	position:absolute;
	width:974px;
	height:30px;
	top:142px;
	margin-left:28px;
	z-index:800;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}

.menu_level_1 ul{
	list-style:none;
	height:30px;
	line-height:30px;
	margin:0px;
	padding:0px;
}

.menu_level_1 ul li{
	float:left;
	margin-right:10px;
	background-image:url(../images/level1Center.png);
	background-repeat:repeat-x;
	margin-right:2px;
}

.menu_level_1 ul li:hover a:hover {
	color:#d1e2c2;
}

.menu_level_1 ul li.active:hover a:link, .menu_level_1 ul li.active:hover a:active, .menu_level_1 ul li.active:hover a:visited {
	color:#fff;
}

.menu_level_1 ul li.active{
	background-color:#7bc143;
	background-image:none;
	line-height:30px;
}

.menu_level_1 ul li a:link, .menu_level_1 ul li a:active, .menu_level_1 ul li a:visited {
	float:left;
	color:#FFF;
	text-decoration:none;
}

.menu_level_1 ul li a span{
	margin:0px;
}

.menu_level_1 ul li div.menu1leftborder{
	float:left;
	width:6px;
	height:30px;
	margin-right:9px;
	background-image:url(../images/level1Left.png);
}

.menu_level_1 ul li div.menu1rightborder{
	float:left;
	width:6px;
	height:30px;
	margin-left:9px;
	background-image:url(../images/level1Right.png);
}

.menu_level_1 ul li ul li div.menu1leftborder,
.menu_level_1 ul li ul li div.menu1rightborder{
	display:none;
	float:none;
	margin:0px;
	padding:0px;
	width:0px;
	height:0px;
	background:none;
}

/***********************************************
* DROPDOWN MENU
***********************************************/
.sf-menu{
	position:absolute;
	width:974px;
	margin-left:28px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}

/* level 2 */
.sf-menu ul{
	list-style:none;
	height:auto;
	line-height:30px;
	width:auto;
	margin:0px;
	padding:0px;
	margin-top:-4px;
	position:absolute;
}

.sf-menu ul li{
	float:left;
	margin-right:10px;
	background-image:url(../images/level1Center.png);
	background-repeat:repeat-x;
	margin-right:2px;
}

/* level 3 margintop */
.sf-menu ul li ul{
	margin-top:0px;
}

/* level 2 hover */
.sf-menu ul li:hover, .sf-menu ul li:hover a, .sf-menu ul li:hover a span{
	background-color:#7bc143;
}

.sf-menu ul li:hover ul li a, .sf-menu ul li:hover ul li a span {
	background-color:#629a36;
}

.sf-menu ul li:hover ul li.active a, .sf-menu ul li:hover ul li.active a span {
	background-color:#7bc143;
}

/* level 3 hover */
.sf-menu ul li ul li:hover, .sf-menu ul li ul li:hover a, .sf-menu ul li ul li:hover a span{
	background-color:#7bc143;
}

/* level 3 right offset 1px */
.sf-menu ul li ul{
	margin-left:1px;
}

.sf-menu ul li:hover a:hover {
	color:#fff;
}

.sf-menu a {
	padding:0px;
	display:block;
}
.sf-menu span{
	padding-top:8px;
	padding-bottom:8px;
	line-height:14px;
	display:block;
}

.sf-menu ul li.active:hover a:link, .sf-menu ul li.active:hover a:active, .sf-menu ul li.active:hover a:visited {
	color:#fff;
}

.sf-menu ul li.active{
	background-color:#7bc143;
	background-image:none;
	line-height:30px;
}

.sf-menu ul li a:link, .sf-menu ul li a:active, .sf-menu ul li a:visited {
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:0px 10px;
}

.sf-menu ul li a span{
	/*margin:0px;*/	
}

.sf-menu li:hover {
visibility:inherit;
}
.sf-menu li {
float:left;
position:relative;
z-index:800;
}
.sf-menu a {
display:block;
position:relative;
border:0px;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
left:0;
top:2.5em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
left:190px;
top:0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
top:-1px;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
left:190px;
top:0;
}

.sf-menu a, .sf-menu a:visited {
}
.sf-menu li {
	background:none repeat scroll 0 0 #629a37;
}
.sf-menu li li {
	background:none repeat scroll 0 0 #629a37;
	width:190px;
	border-top:1px solid #a3c181;
	margin-top:-1px;
}
.sf-menu li li li {
	background:none repeat scroll 0 0 #629a37;
	width:190px;
}
.sf-menu li:first-child, .sf-menu li.first-child {
}
.sf-menu li:last-child, .sf-menu li.last-child {
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:none repeat scroll 0 0 #629a37;
	outline:0 none;
}

.sf-menu .active li:hover, .sf-menu .active li.sfHover, .sf-menu .active a:focus, .sf-menu .active a:hover, .sf-menu .active a:active {
	background:none repeat scroll 0 0 #7bc143;
	outline:0 none;
}

.sf-menu li .separator {
	border-left:0px;
	border-top:1px solid #a0e26d;
	display:block;
	padding:0px 10px;
	text-decoration:none;
}
.sf-menu a.sf-with-ul {
	min-width:1px;
	padding-right:2.25em;
}
.sf-sub-indicator {
	background:url("../images/arrows-ffffff.png") no-repeat scroll -10px -100px transparent;
	display:block;
	height:10px;
	overflow:hidden;
	position:absolute;
	right:0.75em;
	text-indent:-999em;
	top:1.05em;
	width:10px;
}
a > .sf-sub-indicator {
	background-position:0 -100px;
	top:0.8em;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position:-10px -100px;
}
.sf-menu ul .sf-sub-indicator {
	background-position:-10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position:-10px 0;
}
.sf-shadow ul {
	-moz-border-radius-bottomleft:17px;
	-moz-border-radius-topright:17px;
	background:url("../images/shadow.png") no-repeat scroll right bottom transparent;
	padding:0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background:none repeat scroll 0 0 transparent;
}
.sf-menu .active {
	background:none repeat scroll 0 0 #7bc144;
}

.sf-menu .active li:hover {
	background:none repeat scroll 0 0 #7bc144;
}

.sf-menu #current {
	background:none repeat scroll 0 0 #7bc144;
}
.superfish_clear {
	clear:both !important;
	font-size:1px !important;
	height:1px !important;
	margin:0 !important;
	overflow:hidden !important;
	padding:0 !important;
}


/**********************************************
* MENU LEVEL 2
**********************************************/
.menu_level_2{
	float:left;
	margin-left:20px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	width:230px;
	background-color:#F7F5E8;
	background-image:url(../images/left-menu-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.menu_level_2 ul{
	list-style:none;
	width:230px;
	margin:0px;
	padding:0px;
}

.menu_level_2 ul li{
	border-bottom:1px solid #7BC143;
	margin-top:-1px;
	background-color:#f7f5e8;
	border-top:1px solid #7bc143;
	aheight:37px;
	line-height:37px;
	padding-left:15px;
}

.menu_level_2 ul li:hover{
	background-color:#d0e1c2;
}

.menu_level_2 ul li.active{
	background-color:#7bc143;
}

.menu_level_2 ul li a{
	color:#000000;
	text-decoration:none;
}

.menu_level_2 ul li a span{
	margin:0px;
}

.menu_level_2 ul li.active a{
	color:#ffffff;
	font-weight:bold;
}

/**********************************************
* MENU LEVEL 3
**********************************************/
.menu_level_2 ul li.active ul{
	margin-left:-15px;
	margin-top:-10px;
}

.menu_level_2 ul li.active ul li{
	background-color:#7bc143;
	line-height:24px;
	padding-left:30px;
	font-size:12px;
}

.menu_level_2 ul li.active ul li.active{
	background-image:url(../images/active-arrow.gif);
	background-repeat:no-repeat;
	background-position:20px 8px;
}

.menu_level_2 ul li.active ul li a{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}

.menu_level_2 ul li.active ul li a:hover{
	color:#006225;
}

.menu_level_2 ul li ul li a span{
	margin:0px;
}

.menu_level_2 ul li.active ul li.active a{
	font-weight:bold;
}

/**********************************************
* MENU LEVEL 4
**********************************************/
.menu_level_2 ul li.active ul li.active ul {
	margin-left:-15px;
	margin-top:0px;
	width:210px;
}

.menu_level_2 ul li.active ul li.active ul li{
	background-color:#7bc143;
	line-height:24px;
	padding-left:30px;
	font-size:12px;
}

.menu_level_2 ul li.active ul li.active ul ul li.active{
	background-image:url(../images/active-arrow.gif);
	background-repeat:no-repeat;
	background-position:20px 8px;
}

.menu_level_2 ul li.active ul li.active ul li a{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}

.menu_level_2 ul li.active ul li.active ul li a:hover{
	color:#006225;
}

.menu_level_2 ul li ul li ul li a span{
	margin:0px;
}

.menu_level_2 ul li.active ul li.active ul li.active a{
	font-weight:bold;
}


/**********************************************
* MENU BOTTOM
**********************************************/
.contentPanelBottom{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
}

.contentPanelBottom ul{
	list-style:none;
	height:30px;
	line-height:10px;
	margin:0px;
	padding:0px;
	padding-top:24px;
	margin-left:17px;
	overflow:hidden;
}

.contentPanelBottom ul li{
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #fff;
	margin-left:-1px;
}

.contentPanelBottom ul li:hover a{
	color:#d1e2c2;
}

.contentPanelBottom ul li.active:hover a{
	color:#fff;
}

.contentPanelBottom ul li.active{
	background-color:#7bc143;
	background-image:none;
}

.contentPanelBottom ul li a{
	color:#FFF;
	text-decoration:none;
}

.contentPanelBottom ul li a span{
	margin:0px;
}

/**********************************************
* MENU SITEMAP
**********************************************/
.menu_sitemap ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-left:40px;
}

.menu_sitemap ul li.item1{
	display:none;
}

.menu_sitemap ul li{
	float:left;
	margin:0px;
	margin-right:20px;
	font-size:11px;
}

.menu_sitemap ul li.item3{
	margin-right:0px;
}

.menu_sitemap ul li a:link, .menu_sitemap ul li a:active, .menu_sitemap ul li a:visited {
	color:#629a36;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.menu_sitemap ul li a:hover{
	color:#006225;
}

.menu_sitemap ul li ul{
	margin:0px;
}

.menu_sitemap ul li ul li{
	float:none;
	line-height:18px;
	font-size:11px;
	margin:0px;
}

.menu_sitemap ul li ul li a:link, .menu_sitemap ul li ul li a:active, .menu_sitemap ul li ul li a:visited{
	color:#629a36;
	text-decoration:none;
	text-transform:none;
	font-weight:normal;
}

.menu_sitemap ul li ul li a:hover{
	color:#006225;
}

/**********************************************
* CONTENT
***********************************************/
.contentPanel{
	width:962px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	border-left:6px solid #7bc143;
	border-right:6px solid #7bc143;
	background-color:#FFF;
	padding-top:10px;
	overflow:hidden;
	
}

.contentPanelTop{
	width:974px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/contentPanelTop.jpg);
	background-repeat:no-repeat;
	height:18px;
}

.contentPanelBottom{
	width:974px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/contentPanelBottom.jpg);
	background-repeat:no-repeat;
	height:48px;
}

.contentWrapper{
	float:left;
	margin-left:20px;
}

.contentWrapper.thin{
	width:670px;
}

.contentWrapper.large{
	width:670px;
}

.contentWrapper.full{
	width:920px;
}

.contentWrapper ul li{
	margin-bottom:10px;
	list-style-image:url(../images/bulletTxt.gif);
}

.boxedcontent_small{
	padding:10px;
	width:450px;
	background:url(../images/boxedcontent_small_top.png);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
}

.boxedcontent_small_bottom{
	width:470px;
	height:10px;
	background:transparent url(../images/boxedcontent_small_bottom.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.boxedcontent_tiny{
	padding:10px;
	width:315px;
	background:url(../images/boxedcontent_tiny_top.png);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
}

.boxedcontent_tiny_bottom{
	width:335px;
	height:10px;
	background:transparent url(../images/boxedcontent_tiny_bottom.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.boxedcontent_large{
	padding:10px;
	width:650px;
	background:url(../images/boxedcontent_large_top.jpg);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
}

.boxedcontent_large_bottom{
	width:670px;
	height:10px;
	background:transparent url(../images/boxedcontent_large_bottom.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.addthis_button{
	display:block;
	width:130px;
	margin-top:20px;
	margin-bottom:10px;
}


/*************** CARROUSEL *************************/
.carrousel_wrapper{
	width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	z-index:0;
}

/*************** BREADCRUMB ************************/
#pathway{
	margin-left:250px;
	margin-bottom:20px;
}

/*************** HOMEPAGE NEWS BLOC ****************/
.homepagenewsbloc{
	width:429px;
	height:391px;
	padding:0px;
	padding-left:10px;
	padding-right:16px;
	float:left;
	margin-left:20px;
	background-image:url(../images/newsbloc-bg.png);
	background-repeat:no-repeat;
	color:#000;
	overflow:hidden;
}

.homepagenewsbloc .newsSelector{
	height:28px;
	margin-bottom:0px;
	margin-left:-10px;
}

.newsSelectorTopLeftCorner{
	position:absolute;
	z-index:150;
	width:7px;
	height:28px;
	background-image:url(../images/newsSelectorTopLeftCorner.png);
	background-repeat:no-repeat;
}

.newsSelectorItem{
	float:left;
	height:28px;
	line-height:28px;
	padding-left:10px;
	padding-right:10px;
	background-color:#CC6633;
	color:#fff;
	font-size:14px;
	border-right:1px solid #EAE8DC;
	cursor:pointer;
}

.newsSelectorItem:hover{
	color:#F0D1C2;
}

.newsSelectorItem.active{
	background-color:#EAE8DC;
	background-image:none;
	color:#000000;
}

.homepagenewsbloc h1,
.homepagenewsbloc h1 a:link,
.homepagenewsbloc h1 a:active,
.homepagenewsbloc h1 a:visited,
.homepagenewsbloc h1 a:hover{
	font-size:14px;
	font-weight:bold;
	color:#CC6633;
	margin:0px;
	text-decoration:none;
}

.homepagenewsbloc p{
	font-size:12px;
	font-weight:normal;
	margin:0px;
}

.newsItem{
	margin-bottom:20px;
}

.newsItem .moduleItemReadMore,
.homepagenewsbloc_list a.moduleCustomLink{
	font-size:10px;
	font-weight:bold;
}

.newsItem a.moduleItemReadMore:link, .newsItem a.moduleItemReadMore:active, .newsItem a.moduleItemReadMore:visited,
.homepagenewsbloc_list a.moduleCustomLink:link, .homepagenewsbloc_list a.moduleCustomLink:active, .homepagenewsbloc_list a.moduleCustomLink:visited{
	color:#005295;
	text-decoration:none;
}

.newsItem a.moduleItemReadMore:hover,
.homepagenewsbloc_list a.moduleCustomLink:hover{
	text-decoration:underline;
}

.newsItem a.moduleItemReadMore,
.homepagenewsbloc_list a.moduleCustomLink{
	padding-left:8px;
	background-image:url(../images/linkArrow.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

.newsItemImage{
	float:left;
	width:85px;
	margin-right:10px;
	overflow:hidden;
}

.newsItemIntro{
	float:left;
	width:330px;
}

.newsItemIntro.big{
	width:420px;
}

span.newsdate{
	font-weight:bold;
	font-size:10px;
}

.homepagenewsbloc_list{
	margin:10px 0px 0px 0px;
	padding:0px;
}

#homepagenewsbloc_list_all{
	display:block;
}

#homepagenewsbloc_list_pefc,#homepagenewsbloc_list_national,#homepagenewsbloc_list_technical{
	display:none;
}

/*************** HOMEPAGE FOCUS BLOC ***************/
.homepagefocus{
	width:423px;
	height:381px;
	padding:0px;
	padding-left:16px;
	padding-right:16px;
	padding-top:10px;
	float:right;
	margin-right:20px;
	background-image:url(../images/focus-bg.png);
	background-repeat:no-repeat;
	color:#FFF;
	line-height:16px;
}

.homepagefocus h1,
.homepagefocus h1 a:link,
.homepagefocus h1 a:active,
.homepagefocus h1 a:visited,
.homepagefocus h1 a:hover{
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	margin:0px;
	margin-bottom:6px;
	padding-left:0px;
	background:none;
	color:#FFF;
}

.homepagefocus h1 a:hover{
	text-decoration:none;
}

.homepagefocus p{
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	margin:0px;
}



.homepagefocus a:link, .homepagefocus a:active, .homepagefocus a:visited{
	color:#ffffff;
	text-decoration:none;
}

.homepagefocus a:hover{
	text-decoration:underline;
}

.homepagefocus a{
	font-size:10px;
	font-weight:bold;
	padding-left:8px;
	background-image:url(../images/linkArrowWhite.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

.homepagefocusbloc_container{
	position:absolute;
	margin-left:0px;
	margin-top:180px;
	width:445px;
}

.homepagefocusbloc{
	width:180px;
	height:174px;
	padding:0px;
	padding-left:16px;
	padding-right:16px;
	padding-top:16px;
	float:left;
	margin-left:-4px;
	margin-right:14px;
	background-image:url(../images/focus-bloc-bg.png);
	background-repeat:no-repeat;
	color:#FFF;
}

.homepagefocusbloc h1,
.homepagefocusbloc h1 a:link,
.homepagefocusbloc h1 a:active,
.homepagefocusbloc h1 a:visited,
.homepagefocusbloc h1 a:hover{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#CC6633;
	margin-bottom:0px;
}

.homepagefocusbloc h1 a:hover{
	text-decoration:none;
}

.homepagefocusbloc p{
	font-size:12px;
	line-height:16px;
	color:#000;
}

.homepagefocusbloc a:link, .homepagefocusbloc a:active, .homepagefocusbloc a:visited{
	color:#005295;
	text-decoration:none;
}

.homepagefocusbloc a:hover{
	text-decoration:underline;
}

.homepagefocusbloc a{
	font-size:10px;
	font-weight:bold;
	padding-left:8px;
	background-image:url(../images/linkArrow.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

/*************** HOMEPAGE LEFT BOXES ********************/
.homepageleftboxes{
	width:230px;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

.homepageleftboxes .moduletable .modulewrapper{
	background-image:url(../images/topBox.png);
	background-repeat:no-repeat;
	background-color:#eae8dc;
	padding:10px 10px 3px 10px;
}

.homepageleftboxes .moduletable .modulebottom{
	width:230px;
	height:7px;
	background-image:url(../images/bottomBox.png);
	background-repeat:no-repeat;
	background-color:#eae8dc;
	margin-bottom:10px;
}

.homepageleftboxes .moduletable input{
	width:170px;
}

.homepageleftboxes h1{
	font-size:16px;
	font-weight:bold;
	color:#cc6633;
	margin-bottom:4px;
}

/*************** HOMEPAGE LINKS ********************/
.homepagelinks{
	width:670px;
	float:right;
	font-size:12px;
}

.moduletable_homepagelinks{
	float:left;
	width:170px;
	padding-left:40px;
	background-repeat:no-repeat;
	margin-right:10px;
	margin-top:20px;
	
}

.moduletable_homepagelinks.keydocuments{
	background-image:url(../images/keydocuments.png);
}

.moduletable_homepagelinks.discuss{
	background-image:url(../images/discuss.png);
}

.moduletable_homepagelinks.didyouknow{
	background-image:url(../images/didyouknow.png);
}

.moduletable_homepagelinks h1{
	font-size:16px;
	font-weight:bold;
	color:#CC6633;
	margin:0px;
}

.moduletable_homepagelinks p{
	margin-top:0px;
	line-height:16px;
}

.moduletable_homepagelinks a:link, .moduletable_homepagelinks a:active, .moduletable_homepagelinks a:visited{
	color:#005295;
	text-decoration:none;
}

.moduletable_homepagelinks a:hover{
	text-decoration:underline;
}

.moduletable_homepagelinks a{
	padding-left:8px;
	background-image:url(../images/linkArrowBlue.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

/************************************************************
* OVERVIEWS
************************************************************/

#itemListLeading .catItemIntroText,
#itemListLeading .catItemIntroText p{
	font-size:14px;
	line-height:22px;
}

#itemListPrimary .itemContainer{
	float:left;
	width:285px;
	height:179px;
	padding:20px;
	background-image:url(../images/overviewBlock.png);
	background-repeat:no-repeat;
	margin-bottom:20px;
}

#itemListPrimary .itemContainer.even{
	margin-right:20px;
}

#itemListPrimary .itemContainer h1.catItemTitle,
#itemListPrimary .itemContainer h1.catItemTitle a:link,
#itemListPrimary .itemContainer h1.catItemTitle a:active,
#itemListPrimary .itemContainer h1.catItemTitle a:visited,
#itemListPrimary .itemContainer h1.catItemTitle a:hover {
	color:#cc6633;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	text-decoration:none;
}

#itemListPrimary .itemContainer a.morelink:link, #itemListPrimary .itemContainer a.morelink:active, #itemListPrimary .itemContainer a.morelink:visited{
	color:#005295;
	text-decoration:none;
}

#itemListPrimary .itemContainer a.morelink:hover{
	text-decoration:underline;
}

#itemListPrimary .itemContainer a.morelink{
	padding-left:8px;
	background-image:url(../images/linkArrowBlue.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	font-size:10px;
	font-weight:bold;
}

/*************************************************************
* RIGHT MARGINS
*************************************************************/
.rightMarginWrapper{
	float:left;
	width:180px;
	margin-left:20px;
}
.rightMarginWrapper .moduletable,
.rightMarginWrapper .itemRelated{
	width:160px;
	padding:10px;
	background-color:#f7f5e8;
	margin-bottom:10px;
	line-height:12px;
	
	-webkit-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-moz-border-radius:6px;
}

.rightMarginWrapper .moduletable h1,
.rightMarginWrapper .moduletable h3,
.rightMarginWrapper .itemRelated h1{
	color:#cc6633;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.rightMarginWrapper .moduletable p{
	margin-bottom:7px;
	line-height:14px;
}

.rightMarginWrapper .rightMarginWrapperImages .moduletable p{
	margin:0px;
	padding:0px;
	margin-bottom:7px;
	line-height:14px;
}

.rightMarginWrapper .rightMarginWrapperImages .moduletable{
	width:180px;
	padding:0px;
	margin-bottom:10px;
	abackground:none;
	overflow:hidden;
	-webkit-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-moz-border-radius:6px;
}

.rightMarginWrapper .rightMarginWrapperImages .moduletable,
.rightMarginWrapper .rightMarginWrapperImages .moduletable a{
	padding:0px;
	background:none;
}

.rightMarginWrapper .moduletable a:link, .rightMarginWrapper .moduletable a:active, .rightMarginWrapper .moduletable a:visited,
.rightMarginWrapper .itemRelated a:link, .rightMarginWrapper .itemRelated a:active, .rightMarginWrapper .itemRelated a:visited{
	color:#005295;
	text-decoration:none;
}

.rightMarginWrapper .moduletable a:hover,
.rightMarginWrapper .itemRelated a:hover{
	text-decoration:underline;
}

.rightMarginWrapper .moduletable {
	font-size:11px;
}

.rightMarginWrapper .itemRelated a{
	padding-left:8px;
	background-image:url(../images/linkArrowBlue.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	font-weight:normal;
}

.rightMarginWrapper .moduletable.noarrows a,
.rightMarginWrapper .itemRelated.noarrows a{
	padding:0px;
	background-image:none;
	background-repeat:no-repeat;
}

.rightMarginWrapper .moduletable ul,
.rightMarginWrapper .itemRelated ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.rightMarginWrapper .moduletable ul hr{
	border:none;
	height:1px;
	background-color:#dcdcdc;
}

.rightMarginWrapper .itemRelated ul li a:link, .rightMarginWrapper .itemRelated ul li a:active, .rightMarginWrapper .itemRelated ul li a:visited{
	font-size:11px;
}

/* NUMBERED LISTS */
.rightMarginWrapper .moduletable.numbered ul{
	width:140px;
	margin-left:20px;
}
.rightMarginWrapper .moduletable.numbered li{
	list-style:decimal;
	list-style-position:outside;
}

.rightMarginWrapper .moduletable.numbered ul hr{
	margin-left:-20px;
}

/*************************************************************
* SEARCH NEWS
**************************************************************/
#searchForm{
	width:440px;
	background-image:url(../images/box-top.jpg);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	padding:15px 15px 5px 15px;
	margin-bottom:0;
	
}

#searchFormBottom{
	width:470px;
	height:10px;
	background-image:url(../images/box-bottom.jpg);
	background-repeat:no-repeat;
	margin-bottom:30px;
}

#searchForm h2{
	margin-bottom:10px;
}

#searchForm label{
	margin-right:10px;
}

div.button{
	width:61px;
	height:23px;
	line-height:23px;
	text-align:center;
	background-image:url(../images/search.png);
	font-weight:bold;
	font-size:12px;
}

.button a:link, .button a:active, .button a:visited{
	text-decoration:none;
	color:#fff;
}


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

.searchResultPanel{
	width:470px;
}

.searchResultPanel.big{
	width:auto;
}

#searchForm hr, .searchResultPanel hr, hr{
	border:none;
	height:1px;
	background-color:#cccccc;
}

.searchResultPanel a.morelink:link, .searchResultPanel a.morelink:active, .searchResultPanel a.morelink:visited{
	color:#005295;
	text-decoration:none;
}

.searchResultPanel a.morelink:hover{
	text-decoration:underline;
}

.searchResultPanel a.morelink{
	padding-left:8px;
	background-image:url(../images/linkArrowBlue.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	font-size:10px;
	font-weight:bold;
}

#newspaginationinfo{
	float:right;
	height:20px;
	line-height:22px;
}

.searchResultItem{
	line-height:16px;
}

.searchResultItem h2{
	font-size:14px;
	margin-bottom:0px;
}

.searchResultItem .newsItemIntro{
	float:left;
	width:375px;
	line-height:16px;
}

.searchResultItem .newsItemIntro.big{
	width:470px;
}

/* PAGINATION LINKS */
.newspaginationlinks{
	
}

.newspaginationlinks a, .newspaginationlinks span {
	margin-right:14px;
	font-size:12px;
}

.newspaginationlinks span.points{
	margin-left:-10px;
	margin-right:4px;
}

.newspaginationlinks a:active, .newspaginationlinks a:link, .newspaginationlinks a:visited{
	color:#005295;
	text-decoration:none;
}

.newspaginationlinks a:hover, .newspaginationlinks span.active{
	text-decoration:none;
	color:#7bc143;
}

/************************************************************/
.searchItem{
	margin-bottom:20px;
}


/*************************************************************
* NATIONAL MEMBERS
*************************************************************/
.nationalmemberselectorbox{
	width:450px;
	background-image:url(../images/selectorBackground.png);
	background-repeat:no-repeat;
	padding:10px;
	margin-bottom:20px;
}

.nationalmemberselectorbox select{
	float:left;
}

/*************************************************************
* RESOURCES - DOCUMENTS LISTING
*************************************************************/
.resourcesItem{
	line-height:16px;
}

.resourcesItem h2{
	font-size:14px;
	margin-bottom:0px;
}

.resourcesItem .resourcesItemIntro{
	float:left;
	width:377px;
	line-height:16px;
}

.contentWrapper.large .resourcesItem .resourcesItemIntro{
	width:580px;
}

.resourcesItemImage{
	float:left;
	width:85px;
	height:120px;
	margin-right:10px;
	overflow:hidden;
}

.resourcesItem .resourcesItemIntro a.morelink{
	padding-left:8px;
	background-image:url(/templates/pefclimiteduk/../images/homepage/linkArrowBlue.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

/*************************************************************
* CERTIFICATIONS SEARCH
*************************************************************/
.modPefcCertificationsSearchBox {
	font-size:12px;
}

/************************************************************/
.breadcrumbs.pathway{
	display:block;
	margin-bottom:10px;
}

h1,
h1.itemTitle,
h1.catItemTitle,
h2.itemTitle,
div.componentheading,

h1.itemTitle a:link,
h1.catItemTitle a:link,
h2.itemTitle a:link,
div.componentheading a:link,

h1.itemTitle a:visited,
h1.catItemTitle a:visited,
h2.itemTitle a:visited,
div.componentheading a:visited,

h1.itemTitle a:active,
h1.catItemTitle a:active,
h2.itemTitle a:active,
div.componentheading a:active,

h1.itemTitle a:hover,
h1.catItemTitle a:hover,
h2.itemTitle a:hover,
div.componentheading a:hover
{
	color:#006225;
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
	text-decoration:none;
}

h2{
	color:#cc6633;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-bottom:12px;
}

h3{
}

h4{
}

h5{
	font-size:16px;
	color:#006225;
	font-weight:bold;
	margin:0px;
	margin-bottom:12px;
}

p.intro, h6{
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	margin:0px;
	margin-bottom:20px;
}

p{
	line-height:18px;
}

a:link, a:active, a:visited{
	color:#005295;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h2 a:link, h2 a:active, h2 a:visited{
	color:#cc6633;
	text-decoration:none;
}

.itemFullText ul li{
	list-style-image:url(../images/bulletTxt.gif);
	line-height:18px;
}

.btnOK{
	float:left;
	position: relative;
	left:10px;
	width:140px;
	height:37px;
	margin-left:4px;
	margin-top:2px;
	background-image:url(../images/btnOk.png);
	background-repeat:no-repeat;
	color:#fff;
	line-height:18px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	
}
.btnOK a{
	color: #FFFFFF;
}
/********************************************************
* ATTACHEMENTS
********************************************************/
.itemAttachmentsBlock{
	margin-bottom:20px;
}

/********************************************************
* RESOURCES
********************************************************/
ul.catItemAttachments{
	padding:0px;
	list-style-position:inside;
}

ul.catItemAttachments li{
	margin:0px;
	list-style-image:url(../images/download.gif)
}

ul.itemAttachments{
	padding:0px;
	list-style-position:inside;
}

ul.itemAttachments li{
	margin:0px;
	list-style-image:url(../images/download.gif)
}

a.download:link, a.download:active, a.download:visited{
	color:#005295;
	text-decoration:none;
}

a.download:hover{
	text-decoration:underline;
}

a.download{
	padding-left:16px;
	background-image:url(../images/download.gif);
	background-repeat:no-repeat;
}

/**************************************************************
* SOCIAL BOOKMAKING
**************************************************************/
.itemSocialLinksBlock{
	
}

.itemSocialLinksBlock ul{
	margin:0px;
}

.itemSocialLinksBlock ul li{
	float:left;
	padding:0px;
	margin-right:20px;
	list-style-image:none;
	list-style:none;
}

.itemSocialLinksBlock ul li a{
	
}


/****************************************************************
* SITEMAP
****************************************************************/
.sitemap ul{
	margin-top:10px;
}

.sitemap ul.level_0 {
	padding:0px;
}
.sitemap ul.level_0 li{
	list-style:none;
	border-bottom:1px solid #390;
}

.sitemap ul.level_1 li{
	border:none;
}

.sitemap ul.level_1 li{
	list-style-image:url(../images/bulletTxt.gif);
}

/****************************************************************
* REGISTRATION - LOGIN - PROFILE
****************************************************************/
#cb_comp_login{
	float:right;
	width:670px;
	border:0px;
}

#cb_comp_register{
	float:right;
	width:670px;
	border:0px;
}

#registrationTable tr td{
	height:30px;
}

#registrationTable tr td.titleCell{
	width:240px;
	font-size:12px;
	font-weight:normal;
}

#registrationTable tr td.fieldCell input{
	height:18px;
	width:300px;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

#registrationTable .newsletterOptionContainer{
	width:670px;
}

#registrationTable .newsletterOptionCheckbox{
	float:left;
	width:20px;
}

#registrationTable .newsletterOptionInfos{
	float:left;
	width:650px;
}

.tab-page .newsletterOptionContainer {
	width:570px;
}

.tab-page .newsletterOptionCheckbox{
	float:left;
	width:20px;
}

.tab-page .newsletterOptionInfos{
	float:left;
	width:550px;
}

.dynamic-tab-pane-control .tab-page{
	padding:20px;
	width:610px;
}

.titleCell, table.content_table td.titleCell{
	width:240px;
	height:30px;
	vertical-align:middle;
}

.fieldCell, table.content_table td.fieldCell, .fieldCell td, .tab_Description {
	vertical-align:middle;
}

/*************************************************************
* CREDITS
**************************************************************/
#credits {
	width: 182px;
	height: 162px;
	background-image:url(../images/bg-credits.png);
	padding: 12px;
	display: none;
	line-height: 16px;
}

#credits_content {


}

#credits a {
	background-image:url("../images/linkArrow.png");
	background-position:0 3px;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	padding-left:8px;
}

.newsletterOptionCheckbox {
	float:left;
	width:20px;
}

.newsletterOptionContainer {
	margin-bottom: 20px;
}

/***********************************************************
* MOD PEFC ENTITIES
************************************************************/
#divCategoryFields{
	width:335px;
	float:left;
}

.mod_pefcentities_filterColumn{
	float:left;
	width:150px;
	margin-right:7px;
}

#mod_pefcentities_filterResults{
	float:left;
	width:325px;
	margin-top:-5px;
	margin-left:10px;
}

/* one column */

#divCategoryFields.onecolumn{
	float:none;
	width:670px;
}

#divCategoryFields.onecolumn .mod_pefcentities_filterColumn{
	float:left;
	width:300px;
	margin-right:7px;
}

#mod_pefcentities_filterResults.onecolumn{
	float:none;
	width:670px;
	margin-top:-5px;
	margin-left:10px;
}

/* override boxedcontent_tiny */
#divCategoryFields.onecolumn .boxedcontent_tiny{
	padding:10px;
	width:650px;
	background:url(../images/boxedcontent_large_top.jpg);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
}

#divCategoryFields.onecolumn .boxedcontent_tiny_bottom{
	width:670px;
	height:10px;
	background:transparent url(../images/boxedcontent_large_bottom.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
table.merchantstable {
	width:640px;
}
table.merchantstable tr {
	margin-bottom:1px;
	background-color:#efefef;
}
table.merchantstable tr th {
	text-align:left;
}
table.merchantstable tr td {
	margin-top:1px;
	padding-left:2px;
	padding-right:2px;
	vertical-align:top;
}
