* {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  outline: none;
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
}

body {
  background-image: url(/images/background_body.gif);
  background-repeat: repeat-x;
  background-color: #ffffff;
  text-align: center;
}

#supcontainer {
  background-image: url(/images/background_header.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

#container {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 1000px;
}


/* ----- Header ----- */

#header {
  position: relative;
  height: 100px;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 100px;
}

#logo img {
  border: none;
}

#ad {
  position: absolute;
  top: 0px;
  left: 200px;
  height: 100px;
  width: 580px;
}

#ad img {
  border: 0px;
}

#tools {
  background-image: url(/images/background_tools.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 220px;
}

#tools p {
  color: #ff6600;
  margin: 8px 10px 17px 10px;
  text-align: center;
}

#tools p a {
  color: #FF6600;
  font-size: 11px;
  text-decoration: none;
}

#tools p a:hover {
  text-decoration: underline;
}

#tools img {
  border: 0px;
  margin: 0px 0px 0px 0px;
  width: 50px;
  height: 50px;
}



/* ----- Search ----- */

#search {
  background-image: url(/images/background_search.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 35px;
  width: 220px;
}

#search input#query {
  background: transparent;
  border: 0px;
  color: #555555;
  margin: 10px 0px 0px 20px;
  width: 160px;
}

#search input#ok {
  background: transparent;
  border: 0px;
  position: absolute;
  top: 10px;
  left: 190px;
}



/* ----- Navigation ----- */

#nav {
  background-image: url(/images/nav_divider.gif);
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  height: 35px;
}

#nav ul li {
  background-image: url(/images/nav_divider.gif);
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
  float: left;
  letter-spacing: 0.15em;
	list-style: none;
}

#nav ul li a {
	color: #333333;
	display: inline-block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	outline: none;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li a:hover {
	color: #5aa127;
}

#nav ul li a.here {
  background-image: url(/images/background_nav_here.gif);
  background-position: 0px 0px;
  background-repeat: repeat-x;
	color: #5aa127;
}



/* ----- Sous-navigation ----- */

#subnav {
  background-image: url(/images/background_subnav.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
  height: 25px;
  margin: 0px 0px 15px 0px;
}

#subnav p {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  line-height: 26px;
  margin: 0px;
}

#subnav p.here {
  display: block;
}

#subnav p a {
  color: #666666;
  display: inline-block;
  line-height: 26px;
  padding: 0px 9px 0px 9px;
  text-decoration: none;
}

#subnav p a:hover {
  color: #5aa127;
}

#subnav p a.here {
  background-image: url(/images/subnav_on.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  color: #5aa127;
}


/* ----- Left ----- */

#left {
  display: inline;
  position: relative;
  float: left;
  width: 220px;
}

#left div {
  margin: 0px 0px 10px 0px;
}

#left img {
  border: 0px;
}


/* ----- Right ----- */

#right {
  display: inline;
  float: left;
  margin: 0px 0px 0px 0px;
  width: 220px;
}

#right div {
  margin: 0px 0px 10px 0px;
}

#right img {
  border: 0px;
}



/* ----- Accordion ----- */

#accordion {
  background-color: #dcf0fa;
  background-image: url(/images/background_box_blue.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0px 0px 15px 0px;
  padding-bottom: 7px;
}

#accordion h3 {
  background-image: url(/images/background_accordion_tab.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  color: #99ccff;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  letter-spacing: 0.10em;
  line-height: 24px;
  margin: 0px;
  padding: 0px 10px 0px 10px;
	text-transform: uppercase;
	cursor: pointer;
}

#accordion h3.current {
  background-position: 0px -25px;
  color: #ffffff;
	cursor: default;
}

#accordion h3:hover {
  background-position: 0px -50px;
  color: #ffffff;
}

#accordion h3.current:hover {
  background-position: 0px -25px;
  color: #ffffff;
}

#accordion .pane {
  background-image: url(/images/background_accordion_pane.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
	display: none;
	min-height: 130px;
	padding: 1px 0px 1px 0px;
}

#accordion .pane p {
  color: #333333;
  font-size: 11px;
  line-height: 1.3em;
  margin: 10px 10px 10px 10px;
}

#accordion .pane p a {
  color: #0099cc;
  font-size: inherit;
  line-height: 1.4em;
  text-decoration: none;
}

#accordion .pane p a:hover {
  color: #006699;
}

#accordion .pane p span.new {
  background-color: #0099cc;
  color: #ffffff;
  font-size: 10px;
  padding: 0px 3px 0px 3px;
}

#accordion .pane p i {
  color: #666666;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
}

#accordion .pane p strong {
  color: #0099cc;
  font-size: inherit;
}

#accordion .pane p.more {
  color: #ff6600;
}

#accordion .pane p.more a {
  color: #ff6600;
}

#accordion .applications form {
  margin: 15px 10px 10px 10px;
}

#accordion .applications select {
  background-color: #f8f8f8;
  border: 1px solid #c2c2c2;
  font-size: 11px;
  margin-bottom: 3px;
  width: 200px;
}

#accordion .applications option {
  font-size: 11px;
}

#accordion .applications input {
  background-color: #f8f8f8;
  border: 1px solid #c2c2c2;
  font-size: 11px;
  padding: 1px;
}

#accordion .applications p i {
  font-size: 10px;
  color: #666666;
}

#accordion .applications p span.new {
  background-color: #666666;
  color: #ffffff;
  font-size: 10px;
  padding: 0px 3px 0px 3px;
}



/* ----- Boxes ----- */

div.box {
  background-color: #dcf0fa;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 5px; 
}

div.box h3 {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  color: #99ccff;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  letter-spacing: 0.10em;
  line-height: 25px;
  margin: 0px;
  padding: 0px 10px 0px 10px;
	text-transform: uppercase;
}

div.box p {
  color: #333333;
  font-size: 11px;
  margin: 10px 10px 10px 10px;
}

div.box p a {
  color: #0099cc;
  font-size: inherit;
  font-weight: normal;
  text-decoration: none;
}

div.box p a:hover {
  color: #006699;
}

div.box p i {
  color: #666666;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
}

div.box p b {
  font-size: inherit;
}

div.box p strong {
  color: #0099cc;
  font-size: inherit;
}

div.box p.more {
  color: #ff6600;
  margin-bottom: 15px;
}

div.box p.more a {
  color: #ff6600;
}

div.box p.more a:hover {
  color: #bf5a17;
}



/* ----- Box ASN ----- */

div.asn {
  background-color: #eff0f1;
  background-image: url(/images/background_box_grey.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: 15px;
  padding-bottom: 5px;
}

div.asn h3 {
  padding: 0px;
  height: 80px;
}

div.asn p {
  color: #333333;
  font-size: 11px;
  margin: 5px 10px 5px 10px;
  line-height: 1.3em;
}

div.asn li {
  color: #333333;
  font-size: 11px;
  margin: 5px 10px 5px 25px;
  line-height: 1.3em;
}



/* ----- Box Design Clinic ----- */

div.design {
  background-color: #eff0f1;
  background-image: url(/images/background_box_grey.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: 15px;
  padding-bottom: 10px;
}

div.design h3 {
  padding: 0px;
  height: 80px;
}

div.design p.more {
  margin: 5px 10px 5px 10px;
}



/* ----- Box Press ----- */

div.press {
  background-color: #f5ecdc;
  background-image: url(/images/background_box_orange.gif);
}

div.press h3 {
  background-image: url(/images/background_h3_orange.gif);
  color: #ffffff;
}

div.press p a {
  color: #ff6600;
}

div.press p a:hover {
  color: #bf5a17;
}

div.press p span.new {
  background-color: #e78133;
  color: #ffffff;
  font-size: 10px;
  padding: 0px 3px 0px 3px;
}



/* ----- Box Ecosystem ----- */

#right div.ecosystem {
  background-color: #eff0f1;
  background-image: url(/images/background_box_grey.gif);
  height: 220px;
}

#right div.ecosystem h3 {
  background-image: url(/images/background_h3_grey.gif);
  color: #666666;
}

#right div.ecosystem div {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 110px;
  margin: 10px 10px 10px 10px;
  width: 198px;
}

#right div.ecosystem div div {
  border: none;
  display: none;
  margin: 0px;
}

#right div.ecosystem div div img {
  border: 0px;
  margin: 25px 0px 0px 56px;
}



/* ----- Body ----- */

#body {
  display: inline;
  float: left;
  width: 520px;
  min-height: 600px;
  _height: 600px;
  margin: -20px 20px 10px 20px;
}

#body h1 {
  color: #5aa127;
  /*color: #666666;*/
  font-size: 25px;
  font-weight: normal;
	text-transform: uppercase;
  margin: 20px 0px 10px 0px;
}

#body h2 {
  color: #5aa127;
  font-size: 16px;
  font-weight: normal;
  margin: 25px 0px 10px 0px;
	text-transform: uppercase;
}

#body h3 {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  margin: 25px 0px 10px 0px;
	text-transform: uppercase;
}

#body p {
  color: #333333;
  margin: 10px 0px 10px 0px;
  line-height: 1.4em;
}

#body p.release span.date {
  display: table-cell;
  width: 95px;
  vertical-align: top;
}

#body p.release span.title {
  display: table-cell;
  width: 430px;
  vertical-align: top;
}

#body p.release span.title i {
  color: #666666;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
}

#body p.release span.title img {
  border: 1px solid #dddddd;
  float: left;
  margin: 3px 5px 5px 0px;
}

#body p.more {
  margin: 10px 0px 20px 0px;
  color: #ff6600;
}

#body p.more a {
  color: #ff6600;
}

#body p i {
  color: #666666;
  font-style: normal;
  font-weight: normal;
}

#body ul {
  margin: 0px 0px 0px 15px;
}

#body li {
  color: #333333;
  margin: 10px 0px 10px 0px;
  line-height: 1.4em;
}

#body a {
  color: #0099cc;
  font-weight: normal;
  text-decoration: none;
}

#body a:hover {
  color: #006699;
  text-decoration: none;
}

#body p.quote {
  background-image: url(/images/quote_blue_start.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 10px 0px 0px 0px;
  text-indent: 38px;
  font-size: 13px;
  font-weight: bold;
}

#body p.quote span {
  background-image: url(/images/quote_blue_end.gif);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 0px 17px 0px 0px;
  font-size: 13px;
  font-weight: bold;
}

#body p.cite {
  font-size: 10px;
}

#body img.left {
  float: left;
  margin: 3px 10px 5px 0px;
}

#body sup,
#body sub {
  font-size: 9px;
}

#body table td,
#body table th {
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  text-align: left;
}

#body table .c0 td {
  background-color: #ffffff;
  color: #333333;
  font-size: 12px;
  vertical-align: top;
}

#body table .c1 {
  background-color: #0673a7;
  width: 25%;
}

#body table .c2 {
  background-color: #2695ce;
  width: 25%;
}

#body table .c3 {
  background-color: #9ac01b;
  width: 25%;
}

#body table .c4 {
  background-color: #64a442;
  width: 25%;
}

#body #videoPlayer object {
	border: 1px solid #cccccc;
}


/* ----- Home ----- */

#home {
  display: inline;
  float: left;
  width: 760px;
  min-height: 600px;
  _height: 600px;
  margin: 0px 0px 10px 20px;
}

#fdpanes {
  height: 85px;
  width: 370px;
  position: relative;
}

#fdpanes a {
  border: none;
  display: block;
  height: 85px;
  width: 370px;
}

#fdpanes img {
  border: none;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

#hdesign {
  background-image: url(/images/background_hdesign_box.png);
  background-position: center top;
  background-repeat: no-repeat;
  float: left;
  margin: 0px 20px 20px 0px;
  height: 380px;
  width: 370px;
}

#hdesign h3 {
  color: transparent;
  height: 74px;
}

#hdesign #desnav {
  float: left;
  height: 25px;
  width: 370px;
}

#hdesign #desnav ul {
  list-style: none;
}

#hdesign #desnav ul li {
  float: left;
  height: 25px;
  line-height: 25px;
}

#hdesign #desnav ul li a {
  color: #666666;
  display: block;
  height: 25px;
  line-height: 25px;
  margin: 0px 1px;
  text-align: center;
  text-decoration: none;
	text-transform: uppercase;
}

#hdesign #desnav ul li a.tab1 {
  width: 118px;
}

#hdesign #desnav ul li a.tab2{
  width: 127px;
}

#hdesign #desnav ul li a.tab3 {
  width: 118px;
}

#hdesign #desnav ul li a:hover {
  color: #666666;
}

#hdesign #desnav ul li a.current {
  background-image: url(/images/background_hdesign_tab.gif);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  color: #669933;
}

#hdesign #despanes {
  float: left;
  height: 260px;
  margin: 0px;
  width: 370px;
}

#hdesign #despanes div p {
  color: #333333;
  margin: 10px 10px 10px 10px;
}

#hdesign #despanes div p a {
  color: #5aa127;
  text-decoration: none;
}

#hdesign #despanes div object {
  /*border: 1px solid #cccccc;*/
  margin: 0px;
}

#home .hpress {
  background-color: #f5ecdc;
  background-image: url(/images/background_box_hpress.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  float: right;
  margin: 0px 0px 20px 0px;
  min-height: 335px;
  width: 370px;
}

#home .hpress h3 {
  background-image: url(/images/background_h3_hpress.gif);
  color: #ffffff;
}

#home .hpress p span.new {
  background-color: #e78133;
  color: #ffffff;
  font-size: 10px;
  padding: 0px 3px 0px 3px;
}

#hecosystem {
  background-color: #eff0f1;
  float: left;
  margin: 0px 0px 20px 0px;
  height: 270px;
  width: 760px;
}

#hecosystem h3 {
  background-image: url(/images/background_hecosystem_h3.gif);
  color: #666666;
  height: 25px;
  margin: 0px;
}

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

#econav ul {
  list-style: none;
}

#econav ul li {
  color: #666666;
  height: 25px;
  line-height: 25px;
  width: 230px;
}

#econav ul li a {
  background-image: url(/images/background_hecosystem_tab.gif);
  background-position: 0px 0px;
  color: #666666;
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0px 10px 0px 10px;
  text-decoration: none;
}

#econav ul li a:hover {
  background-position: 0px -50px;
  color: #ffffff;
}

#econav ul li a.current {
  background-position: 0px -25px;
  color: #ffffff;
}

#ecopanes {
  background-image: url(/images/background_hecosystem_pane.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  float: left;
  width: 530px;
}

#ecopanes div a {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  display: block;
  float: left;
  margin: 20px 0px 0px 20px;
}

#ecopanes div a img {
  border: 0px;
  margin: 11px;
}


/* ----- Box pdf ----- */

#body a.pdf {
  border: 1px solid #cccccc;
  display: block;
  float: right;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 3px 0px 5px 15px;
  padding: 0px 5px 5px 5px;
  text-align: center;
  width: 90px;
}

#body a.pdf:hover {
  text-decoration: none;
}

#body a.pdf img {
  border: 0px;
  margin: 3px 25px 2px 25px;
}



/* ----- Members ----- */

#members a {
  display: block;
  width: 110px;
  height: 80px;
  margin: 8px 7px 8px 8px;
  float: left;
  border: 1px solid #dddddd;
}

#members a:hover {
  border: 1px solid #0099ff;
}

#members a img {
  margin: 10px 0px 10px 12px;
}

#members a p {
  margin: 25px 5px 0px 5px;
  text-align: center;
}



/* ----- Board management ----- */

#board-officers {
  margin: 30px 0px 5px 0px;
}

#board-officers h2 {
  width: 100px;
  float: left;
  margin: 10px 10px 0px 0px;
  text-align: right;
}

#board-officers div {
  background-color: #e8e8e8;
  width: 400px;
  float: left;
}

#board-officers div b {
  color: #5aa127;
  font-weight: normal;
}

#board-officers div p {
  color: #333333;
  margin: 10px;
  font-weight: bold;
}

#board-directors {
  margin: 5px 0px 5px 0px;
}

#board-directors h2 {
  width: 100px;
  float: left;
  margin: 10px 10px 0px 0px;
  text-align: right;
}

#board-directors div {
  background-color: #e8e8e8;
  width: 400px;
  float: left;
}

#board-directors div b {
  color: #333333;
}

#board-directors div p {
  color: #333333;
  margin: 10px 10px 10px 10px;
}

#board-arrows {
  margin: 5px 15px 0px 0px;
}

#board-arrows div {
  background-image: url(/images/arrows.gif);
  background-position: 110px 2px;
  background-repeat: no-repeat;
  width: 515px;
  float: left;
}

#board-arrows div p {
  background-color: #e8e8e8;
  border: 2px solid #cccccc;
  color: #333333;
  margin: 50px 6px 10px 20px;
  padding: 10px;
  float: right;
  width: 92px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

#board-categories {
  margin: 0px 0px 5px 0px;
}

#board-categories h2 {
  width: 100px;
  float: left;
  margin: 10px 10px 0px 0px;
  text-align: right;
}

#board-categories div {
  background-color: #e8e8e8;
  width: 400px;
  float: left;
}

#board-categories div b {
  color: #333333;
}

#board-categories div p {
  color: #333333;
  margin: 10px;
}



/* ----- Forms ----- */

#body label {
  display: block;
  font-size: 10px;
}

#body input,
#body textarea,
#body select {
  background-color: #f8f8f8;
  border: 1px solid #c2c2c2;
  font-size: 12px;
  color: #666666;
  padding: 1px;
}

#body option {
  margin: 0px 5px 0px 0px;
}

#body p.msgok {
	color: #53a129;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

#body p.msgerr {
  color: #ff0000;
  font-weight: bold;
}

#city {
	display: none;
}



/* ---------- Search results ---------- */

#did_you_mean,
#result_report,
#results,
#other_pages {
  color: #666666;
  margin: 10px 15px 10px 0px;
}

#results .url {
  font-style: italic;
}



/* ----- Tooltip ----- */

.tooltip {
	background-color: #666666;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #ffffff;
  display: none;
	font-size: 10px;
  padding: 1px 10px 1px 10px;
}


/* ----- Overlay ----- */

#overlay {
	display: none;
	background-image: url(/images/white.png);
	width: 1000px;
	height: 600px;
	padding: 26px 22px 0px 22px;
}

#overlay .close {
	background-image: url(/images/close.png);
	position: absolute;
  right: 2px;
  top: 2px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}


/* ----- Slides ----- */

.slide {
  border: 1px solid #dddddd;
  display: inline-block;
  margin: 8px;
}


/* ----- Footer ----- */

#footer {
  background-image: url(/images/background_footer.gif);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  clear: both;
  color: #8d8d8d;
  font-size: 11px;
  height: 44px;
  padding: 7px 0px 0px 0px;
}

#footer p {
  color: #8d8d8d;
  font-size: 11px;
  margin: 0px;
}

#footer a {
  color: #8d8d8d;
  font-size: 11px;
  margin: 5px 3px 5px 3px;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer b {
  color: #ff6600;
  font-size: 11px;
}
