body {
	background: #FFFFFF;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background: url(/images/pagebg.gif) repeat-x;
	color: #333333;
	font-size: .9em;
	margin-bottom: 40px;
}

/*######*/
/*LAYOUT*/
/*######*/

#wrap {
	text-align: left;
	width: 960px;
	margin: auto;
	
	background: url(/images/contentbg.gif);
	border: 2px solid #CCCCCC;
	border-top: 0px;
}


p, ul, table {
	font-size: .9em;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 15px;
}


/*HEADER*/

#header {
	height: 105px;
	background: #0066a4;
	background: url(/images/bluebg.gif) no-repeat;
	overflow: hidden;
}

#header .squeeze {
	padding: 0 0 0 40px;
}

#search {
	float: right;
	text-align: left;
}

#search .squeeze {
	padding: 40px 30px 0 0;
	margin: 0;
}


/**HEADER NAV ENGLISH**/

#headernav {
    width: 960px; 
    height: 31px;
    background: url(/images/nav.jpg);
    margin: 0px auto; 
    padding: 0;
    position: relative;
}

#headernav li a {
	padding: 31px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/: 31px;
}

#headernav li {
    margin: 0; 
    padding: 0; 
    list-style: none;
    position: absolute; 
    top: 0;
}
#headernav li, #headernav a {
    height: 31px; 
    display: block;
}

#nav-home {
	left: 0; width: 98px;
}
#nav-products {
	left: 98px; width: 113px;
}
#nav-publications {
	left: 211px; width: 137px;
}
#nav-members {
	left: 348px; width: 100px;
}
#nav-resources {
	left: 448px; width: 117px;
}
#nav-about {
	left: 565px; width: 107px;
}
#nav-contact {
	left: 672px; width: 137px;
}

#nav-home a:hover {
	background: url(/images/nav.jpg)
	0 -62px no-repeat;
}
#nav-products a:hover {
	background: url(/images/nav.jpg)
	-98px -62px no-repeat;
}
#nav-publications a:hover {
	background: url(/images/nav.jpg)
	-211px -62px no-repeat;
}
#nav-members a:hover {
	background: url(/images/nav.jpg)
	-348px -62px no-repeat;
}
#nav-resources a:hover {
	background: url(/images/nav.jpg)
	-448px -62px no-repeat;
}
#nav-about a:hover {
	background: url(/images/nav.jpg)
	-565px -62px no-repeat;
}
#nav-contact a:hover {
	background: url(/images/nav.jpg)
	-672px -62px no-repeat;
}

/**HEADER NAV FRENCH**/

#headernavfra {
    width: 960px; 
    height: 31px;
    background: url(/images/nav_fra.jpg);
    margin: 0px auto; 
    padding: 0;
    position: relative;
}

#headernavfra li a {
	padding: 31px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/: 31px;
}

#headernavfra li {
    margin: 0; 
    padding: 0; 
    list-style: none;
    position: absolute; 
    top: 0;
}
#headernavfra li, #headernavfra a {
    height: 31px; 
    display: block;
}

#nav-accueil {
	left: 0; width: 114px;
}
#nav-produits {
	left: 114px; width: 107px;
}
#nav-publicationsfra {
	left: 221px; width: 138px;
}
#nav-membres {
	left: 359px; width: 100px;
}
#nav-ressources {
	left: 459px; width: 125px;
}
#nav-ausujet {
	left: 584px; width: 156px;
}
#nav-contactez {
	left: 740px; width: 185px;
}

#nav-accueil a:hover {
	background: url(/images/nav_fra.jpg)
	0 -62px no-repeat;
}
#nav-produits a:hover {
	background: url(/images/nav_fra.jpg)
	-114px -62px no-repeat;
}
#nav-publicationsfra a:hover {
	background: url(/images/nav_fra.jpg)
	-221px -62px no-repeat;
}
#nav-membres a:hover {
	background: url(/images/nav_fra.jpg)
	-359px -62px no-repeat;
}
#nav-ressources a:hover {
	background: url(/images/nav_fra.jpg)
	-459px -62px no-repeat;
}
#nav-ausujet a:hover {
	background: url(/images/nav_fra.jpg)
	-584px -62px no-repeat;
}
#nav-contactez a:hover {
	background: url(/images/nav_fra.jpg)
	-740px -62px no-repeat;
}


/*BODY 2 COLUMN*/
#bodywrap {
	margin: 0px auto;
	width: 960px;
}

#leftcol {
	float: left;
	width: 170px;
	overflow: hidden;
}

#leftcol .squeeze {
	padding: 20px 10px 20px 20px;
}

#rightcol {
	float: left;
	width: 790px;
	overflow: hidden;
}

#rightcol .squeeze {
	padding: 20px 0 20px 20px;
}

#rightcolpad {
	float: left;
	width: 790px;
	overflow: hidden;
}

#rightcolpad .squeeze {
	padding: 20px 20px 20px 20px;
}

/*BODY 3 COLUMN*/
#leftcol3 {
	float: left;
	width: 170px;
	overflow: hidden;
}

#leftcol3 .squeeze {
	padding: 20px 10px 20px 20px;
}

#midcol3 {
	float: left;
	width: 549px;
	overflow: hidden;
}

#midcol3 .squeeze {
	padding: 20px 20px 20px 20px;
}

#rightcol3 {
	float: left;
	width: 240px;
	overflow: hidden;

}

#rightcol3 .squeeze {
	padding: 0px 20px 20px 20px;
	margin: 60px 0 60px 0;
	border-left: solid 1px #adafb2;
}



/*FOOTER*/
#ftrwrap {
	background: #FFFFFF;
	width: 960px;
	clear:both;
	overflow: hidden;
}

#bluebar {
	height: 5px;
	background: #0066a4;
	width: 960px;
	overflow: hidden;
}

#ftrcontent {
	width: 694px;
	float: left;
}

#ftrcontent .squeeze{
	padding: 14px 20px 10px 195px;	
}

#ftrlogos {
	float: left;
	width: 266px;
	overflow: hidden;
}

#ftrlogos .squeeze {
	padding: 10px 20px 10px 20px;	
}

/*HOME MAIN SECTIONS*/

#flash {
	width: 748px;
	height: 171px;
}

#comm {
	background: url(/images/comm.jpg) no-repeat;
	float: left;
	width: 253px;
	overflow:hidden;
	margin-top: 1px;
}

#comm .squeeze {
	padding: 35px 0 15px 8px;
	margin: 0 11px 0 0;
}

#agri {
	background: url(/images/agri.jpg) no-repeat;
	float: left;
	width: 253px;
	overflow:hidden;
	margin-top: 1px;
}

#agri .squeeze {
	padding: 35px 0  8px;
	margin: 0 11px 0 0;
}

#agrifra {
	background: url(/images/agricole.jpg) no-repeat;
	float: left;
	width: 253px;
	overflow:hidden;
	margin-top: 1px;
}

#agrifra .squeeze {
	padding: 35px 0  8px;
	margin: 0 11px 0 0;
}

#res {
	background: url(/images/res.jpg) no-repeat;
	float: left;
	width: 242px;
	overflow:hidden;
	margin-top: 1px;
}

#res .squeeze {
	padding: 35px 0 15px 8px;
}

#resfra {
	background: url(/images/res_fra.jpg) no-repeat;
	float: left;
	width: 242px;
	overflow:hidden;
	margin-top: 1px;
}


#resfra .squeeze {
	padding: 35px 0 15px 8px;
}

#homecommlist {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 1.1em;
}

#homecommlist li {
	background: url(/images/bullet_grey.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 1.1;
	text-decoration: none;
}

#homecommlist li:hover {
	background: url(/images/bullet_comm.gif) no-repeat 0 4px;
}

#homecommlist a {
	text-decoration: none;
}

#homecommlist a:hover {
	color: #a3c000;
}

#homeagrilist {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 1.1em;
}

#homeagrilist li {
	background: url(/images/bullet_grey.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 1.1;
	text-decoration: none;
}

#homeagrilist li:hover {
	background: url(/images/bullet_agri.gif) no-repeat 0 4px;
}

#homeagrilist a {
	text-decoration: none;
}

#homeagrilist a:hover {
	color: #eca700;
}

#homereslist {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 1.1em;
}

#homereslist li {
	background: url(/images/bullet_grey.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 1.1;
	text-decoration: none;
}

#homereslist li:hover {
	background: url(/images/bullet_res.gif) no-repeat 0 4px;
}

#homereslist a {
	text-decoration: none;
}

#homereslist a:hover {
	color: #ab005c;
}

#comm span, #agri span, #res span, #agrifra span, #resfra span {
	display: none;
}

#homeline {
	clear: both;
	height: 1px;
	border-top: solid 1px #adafb2;
	width: 750px;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 20px;
}

#dashline {
	clear: both;
	height: 1px;
	border-top: dashed 1px #adafb2;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 20px;
}

#dashline2 {
	clear: both;
	height: 1px;
	border-top: dashed 1px #adafb2;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
}


#line {
	clear: both;
	height: 1px;
	border-top: solid 1px #adafb2;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 20px;
}

/*FEATURE SECTION*/


#featurebox {
	width: 240px;
	float: left;
	margin: 0 11px 11px 0;
}

#featurebox a.blocklink {
	display: block;
	border: solid 1px #adafb2;
	background: url(/images/features/home/bg.gif) no-repeat;
	background-position: bottom;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	height: 119px;
	text-decoration: none;
	line-height: 1.1;
}

#featurebox a.blocklink:hover {
	border: solid 1px #0066a4;
	background: url(/images/features/home/bg_over.gif) no-repeat;
	background-position: bottom;
	text-decoration: none;
}


#featurebox img {
	float: left;
	padding: 0 10px 0px 0;
}

#featurebox h3 {
	font-size: 14px;
	color: #0066a4;
	font-weight: bold;
	text-decoration: none;
}



/*LEFT NAVIGATION*/
#leftnavlist {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

#leftnavlist li {
	padding-bottom: .8em;
}

#leftnavlist li a {
	padding-left: 0px;
	text-decoration: none;
	color: #333333;
}


#leftnavlist li a:hover {
	color: #ffae00;
}

#leftnav_pro_comm, #leftnav_pro_agri, #leftnav_pro_res {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	line-height: 1.2;
}

#leftnav_pro_comm li, #leftnav_pro_agri li, #leftnav_pro_res li {
	margin-bottom: 6px;
}

#leftnav_pro_comm li a, #leftnav_pro_agri li a, #leftnav_pro_res li a {	
	text-decoration: none;
	color: #0066a4;
	font-size: .9em;
}

#leftnav_pro_comm li a:hover {
	color: #a3c000;
}

#leftnav_pro_agri li a:hover {
	color: #eca700;
}


#leftnav_pro_res li a:hover {
	color: #ab005c;
}


#leftnav_pro li.header {
	margin-left: -15px;
	list-style: none;
	color: #a3c000;
	font-weight: bold;
	font-size: 1em;
}

#leftnavnews {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .9em;
}

#leftnavnews li {
	padding-bottom: 8px;
	padding-left: 2px;
	line-height: 1;
}

#leftnavnews li.header {
	margin-bottom: 8px;
	padding: 6px 4px 4px 2px;
	background: #efefef;
	color: #0066a4;
	font-weight: bold;
	font-size: 1em;
}

#leftnavnews li.header a {
	color: #0066a4;
	font-weight: bold;
	font-size: 1em;
}

#leftnavnews li a {
	padding-left: 0;
	text-decoration: none;
	color: #333333;
	font-size: .9em;

}


#leftnavnews li a:hover {
	color: #ffae00;
}


/*MEMBERS SECTION*/


#member_icons {
	width: 20px;
	float: left;
}

#member_icons .squeeze {
	width: 20px;
	padding: 10px 0 0 0;
}

#member_icons img {
	padding-bottom: 5px;
}

#member_details {
	float: left;
	width: 220px;
}

#member_details .squeeze {
	padding: 10px 0 10px 0;
}

#member_details p {
	margin: 0;
}


/*######*/
/*THUMBS*/
/*######*/

#thumbrow {
	overflow: hidden;
	width: 100%;
}

#thumbrow .squeeze {
	padding: 10px 0 0 0;
}

#thumbrow img {
	border: solid 1px #333333;
	padding: 4px;
	margin: 0 10px 20px 0;
	background: #efefef;
}

#thumbrow a:hover img {
	background: #ffae00;
}


/*######*/
/*STYLE*/
/*######*/

#clearline {
	clear: both;
	height: 1px;
	background: #FFFFFF;
	width: 750px;
	overflow: hidden;
	margin-bottom: 9px;
}

#clear {
	clear: both;
	height: 0px;
	background: #FFFFFF;
	width: 750px;
	overflow: hidden;
	margin-bottom: 0px;
}

img {
	border: 0px;
}

a {
	color: #0066a4;
}

a:hover {
	color: #ffae00;
}

searchbox {
	padding: 2px;
	color: #767676;;
}

#search {
	font-size: 12px;
	color: #FFFFFF;
}

#search form {
	margin-top:5px;
}

#search a {
	text-decoration: none;
	color: #ffffff;
}

#search a:hover {
	text-decoration: none;
	color: #ffae00;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

h2 {
	padding-bottom: 20px;
	color: #ffae00;
	font-size: 1.3em;
	font-weight: 100;
}

h3 {
	padding-bottom: 10px;
	color: #0066a4;
	font-size: 1.1em;
}

h4 {
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 8px;
}

img.peoplepic {
	float: right;
	margin: 0 0 20px 20px;
	clear: both;
	border: solid 1px #333333;
}

b {
font-weight: bold;
}


#cssbilogo_header { /*H1*/
	float: left;
	height: 105px;
	width: 211px;
	background: url(/images/cssbi_logo.jpg) no-repeat top;
	text-indent: -9000px;
	cursor: pointer;
}

#ictablogo_header { /*H1*/
	float: left;
	height: 105px;
	width: 211px;
	background: url(/images/ictab_logo.jpg) no-repeat top;
	text-indent: -9000px;
	cursor: pointer;
}

#ftrcontent  {
	color: #767676;
	font-size: .8em;
	line-height: 1.5;
}

#ftrcontent a {
	color: #767676;
	text-decoration: none;
}

#ftrcontent a:hover {
	color: #ffae00;
}

.red {
	color: #FF0000;
	font-weight: bold;
}


#right_col_box {
	width: 100%;
}

#right_col_box a.blocklink {
	display: block;
	border: solid 1px #adafb2;
	background: url(/images/rightcolbox-arrow.gif) left no-repeat #eff0f3;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	color: #0066a4;
	text-decoration: none;
	font-size: 1.1em;
}

#right_col_box a.blocklink:hover {
	border: solid 1px #0066a4;
	background: url(/images/rightcolbox-arrow_over.gif) left no-repeat #eff0f3;
	text-decoration: none;
	color: #ffae00;
}

img.prodpage {
	border: #adafb2 1px;
	float: right;
	margin: 0 0 15px 15px;
}

/*GREENBOX*/
#infobox {
	width: 100%;
	overflow: hidden;
	border: solid 1px #adafb2;
}

#infobox .squeeze {
	padding: 15px;
	margin-bottom: 15px;
}

#infobox img {
	padding-right: 3px;
	margin: 0 15px 15px 0;
	float: left;
	border-right: 1px solid #adafb2;
}

#infobox p {
	font-size: .8em;
	overflow: hidden;
}

/*tables*/

table.pub {
	width: 100%;
}

table.pub td.order {
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	text-align:right;
}

table.pub td.exclude {
	border-bottom: none;
}

table.pub td {
	border-bottom:1px dashed #DDDDDD;
	padding:0.5em 1em 0.5em 0;
	vertical-align:top;
}

table.pub img {
	margin-top: 3px;
}

table.dashed {
	width: 75%;
}

table.dashed td {
	vertical-align: top;
	border-bottom:1px dashed #DDDDDD;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: .9em;
}

table.dashed h3 {
	font-size: 1.1em
}

table.dashed td.exclude {
	border-bottom:none;
}

/*accordian*/

#basic-accordian {
	z-index:2;
	padding-bottom: 10px;
}

.accordion_header {
	font-size: .9em;
	color:#333333;
	cursor:pointer;
	padding: 8px 0 8px 2px;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child {
	background:#fff;
}

.header_highlight {
}

#images {
	float:right;
	padding: 0 0 20px 20px;
}

#sustainable {
	display:block;
	border:1px solid #767676;
	padding:5px;
	clear: both;
}
