/* CSS for Fortune Brainstorm: GREEN 2009 */

/* Reset all styles: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	list-style: none;
	vertical-align: baseline;
	}

strong { font-weight: bold; }

em { font-style: italic; }

/* #nav span { display: none; } */

.clear { clear: both; height: 0px; font-size: 0px; }

a { color: #ca7122; }
a:hover { color: #f00; }

sub { font-size: 0.8em; }

.red { display: inline; color: #d63030; }

/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}



/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 0 10px;
	background-color: #f4f4e9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 10px at default setting */
	line-height: 1.3em;
	color: #333;
	text-align: center;
	}

#container {
	width: 1056px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background: url(../images/brainstormgreen/bg-page.gif) 0 0 repeat-y;

	}


/* ===========================================
         BOXES W/ROUND CORNERS
==============================================*/

.tr { background-repeat: no-repeat; background-position: right top; }
.br { background-repeat: no-repeat; background-position: right bottom; }
.bl { background-repeat: no-repeat; background-position: left bottom; }
.tl { background-repeat: no-repeat; background-position: left top; }

.bdr_t { background-repeat: repeat-x; background-position: top; }
.bdr_r { background-repeat: repeat-y; background-position: right; }
.bdr_b { background-repeat: repeat-x; background-position: bottom; }
.bdr_l { background-repeat: repeat-y; background-position: left; }


/* ---------- GREY OUTLINE BOX ---------- */

.greyBox {
	margin-bottom: 18px;
	background-color: #fff;
	_zoom: 1;  /* Win/IE6 - bottom corner disappears */
	}
	*+html .greyBox { zoom: 1; /* For Win/IE7 - fixes bkgd color bug */ }

.greyBox .tr { background-image: url(../images/brainstormgreen/greyBox-tr.gif); }
.greyBox .br { background-image: url(../images/brainstormgreen/greyBox-br.gif); }
.greyBox .bl { background-image: url(../images/brainstormgreen/greyBox-bl.gif); }
.greyBox .tl { background-image: url(../images/brainstormgreen/greyBox-tl.gif); }

.greyBox .bdr_t, 
.greyBox .bdr_r, 
.greyBox .bdr_b, 
.greyBox .bdr_l { background-image: url(../images/brainstormgreen/greyBox-bdr.gif); }

.greyBox .boxContent {
	padding: 15px 20px 30px;
	}

#header {
/* 	background: url(../images/brainstormgreen/header-2010.gif)  no-repeat; */
	background-color: #61c325;
	width: 1057px;
	height: 211px;
	}
		
#menu {
	float: left;
	width: 178px;
	}

/* ---------- NAV ---------- */

#nav {
	margin-bottom: 14px;
	padding-top: 2px;
	border-bottom: 1px dotted #b1b19e;
	}

#nav li {
	padding: 2px 0 2px 0;
	border-top: 1px dotted #b1b19e;
	}

#nav a {
	display: block;
	width: 153px;
	height: 20px;
	color: #444;
	padding: 8px 0 0 25px;
	font: bold 11px Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration:  none;
	}

#nav a:hover { 
  background-color: #98c965
  }

#nav .on a {
  background: url(../images/brainstormgreen/arrows.gif) #98c965 no-repeat 5px center;
  color: #222;
  }

.navList {
  padding: 10px;
  }

.navList h2 {
	margin: 0 0 5px 0 ;
	padding: 7px 5px 5px;
	background-color: #98c965;
	color: #333;
	text-transform: uppercase;
	font: bold 11px Helvetica, Arial sans-serif;
	letter-spacing: 1px;
	_padding: 7px 0; /* Win/IE7 */
	}
	*+html .sidebarSponsors h2 { padding: 7px 0; /* Win/IE7 */ }

.navList ul li {
  margin: 0 0 5px 0;
  }



/* ---------- TECH PRIZE ---------- */

#techPrize {
	margin-bottom: 20px;
	margin-left: 18px;
	}


/* ===========================================
         CONTENT
==============================================*/

#content {
	float: left;
	width: 594px;
	margin-left: 39px;
	padding-top: 24px;
	padding-bottom: 80px;
/* 	overflow: auto; */
	}

/* ---------- TEXT ---------- */

#intro {
	font-size: 1.2em;
	line-height: 1.5em;
	}

#content p {
	margin-bottom: 1em;
	}

#content h3 {
	margin-bottom: 24px;
	padding-top: 5px;
  font: bold 18px Helvetica, Arial, Verdana, sans-serif;
  color:  #61c325;
  text-transform: uppercase;
	}

#content h4 {
	margin-bottom: 12px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	color: #666;
	}


/* ===========================================
         SIDEBAR
==============================================*/

#sidebar {
	float: left;
	width: 183px;
	margin-left: 28px;
	padding-top: 8px;
	padding-bottom: 80px;
	}
	
#sidebar h1 {
  color:#61c325;
  font:bold 16px Helvetica, sans-serif	;
  text-align: center;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  }


/* ---------- SPONSORS ---------- */

.sidebarSponsors {
	text-align: center;
	margin-bottom: 24px;
	}

.sidebarSponsors h2 {
  font: bold 11px Helvetica, Arial, Verdana, sans-serif	;
  text-transform:  uppercase;
  color: #444;
	margin-bottom: 16px;
	padding: 7px 0 5px;
	background-color: #e6e6e6;
 }

.sidebarSponsors li {
	margin-bottom: 12px;
	}

#programPartners li { margin-bottom: 20px ;}
	


/* ===========================================
         FOOTER
==============================================*/

#footer {
	padding: 14px 0 20px;
	background-color: #f4f4e9;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #666;
	clear:left;
	}

#footer p, #footer ul {
	margin-left: 15px;
	}

#footer p {
	margin-bottom: 0.6em;
	}

#footer ul {
	list-style: none;
	padding-left: 0;
	}
	
#footer li {
	float: left;
	margin-right: 0.6em;
	}

#footer a {
	margin-right: 0.6em;
	color: #666;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer .confHomeLink a {
	font-weight: bold;
	color: #3d3d3d;
	}


/* ===========================================
        HOMEPAGE
==============================================*/

#home #intro {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.58em;
	}

#home #intro .firstPara {
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 1em;
	background: url(../images/brainstormgreen/divider-dashed.gif) left bottom repeat-x;
	}


/* ---------- VIEW 2008 HIGHLIGHTS ---------- */

#highlights2008 {
	margin-top: 24px;
	padding: 9px;
	border: 1px solid #6e6e6e;
	}

#highlights2008 #highlightPhoto {
	float: left;
	}

#highlights2008 h4 {
	float: left;
	margin: 13px auto auto 32px;
	}


/* ===========================================
        SPEAKERS
==============================================*/

#speakers #intro {
	margin-bottom: 34px;
	}


/* ---------- SPEAKER LIST ---------- */

#speakerList {
	font-size: 10px;
	line-height:normal;
	}

#speakerList li {
	display: inline-block;
	width: 130px;
	margin-right: 14px;
	margin-bottom: 20px;
	vertical-align: top;
/* 	height:235px; */
	}

#speakerList li {
  *display: inline;
  }


/*  ADDITIONAL SPEAKERS  */

.addlSpeakers {
/* 	margin-right: 20px; */
	font-size: 10px;
	line-height: 1.2em;
	}

.addlSpeakers li {
	margin: 0 14px 30px 0;
	display: inline-block;
	vertical-align: top;
	width: 130px;
	}

.addlSpeakers li {
  *display: inline;
  }


.addlSpeakers h5 {
	font-weight: bold;
	}
	
#content .addlSpeakers p {
	margin: 0; /* Cancel out #content p */
	}


/* ===========================================
        AGENDA
==============================================*/

#agenda #intro {
	margin-bottom: 15px;
	}
	
#content .agendaHed{
  color: #390;
  }
	
#agenda #underConsideration li {
	margin: 0.8em;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	color: #ca7122;
	}	

#agenda #content h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  }
	
#agenda .agendaCol h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 3px 0;
  padding:0 0 2px 0;
	color: #390;
	border-bottom: 1px solid #390;
  }
	
#agenda .agendaCol h4 {
  font-size: 10px;
  font-weight: bold;
  margin: 10px 0 0 120px;
	color: #390;
  }
	
#agenda .agendaCol p {
  margin: 0 0 10px 120px;
  }
  
#agenda #content span {
  padding: 0;
  text-align:left;
  width:120px;
  display:block;
  float:left;
  font-weight: bold;
  clear:left;
  margin-left: -120px;
  _margin-left: -60px;
  color: #000;
  text-transform: uppercase;
  }	
	
#agenda #agendaTopics { 
  font-size:10px;
  }


#agenda #content ul {
  margin: -5px 0 10px 135px;
  }

#agenda #content li {
  list-style: disc;
  color: #390;
  }

#agenda #content li p {
  color: #000;
  margin:0;
  font-weight: normal;
  }

.agendaCol {
  float:left;
  margin: 0 20px 20px 0;
/*   width:270px; */
  }

#agendaTopics p {
  font-weight: bold;
  }
  
#agenda .red {
  color: #f00;
  }

/* ===========================================
        REGISTRATION (CHOOSE)
==============================================*/

#registration_choose #content {
	padding-bottom: 500px;
	}
	
#registration_choose #content h3 {
	margin-bottom: 1.2em;
	}

#registration_choose #content h4 {
	margin-top: 2em;
	margin-bottom: 0.6em;
	padding: 0.6em 11px 0.7em;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background-color: #6eca39;
	}

#registration_choose #content h4 strong {
	color: #f00;
	}

#registration_choose #content h5 {
	margin-bottom: 0.6em;
	margin-left: 11px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	}

#registration_choose #content ul {
	width: 516px;
	margin-bottom: 1.5em;
	margin-left: 15px;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#registration_choose #content li {
	margin-bottom: 0.4em;
	padding-left: 14px;
	background: url(../images/brainstormgreen/bullet-initiatives.gif) 2px 0.5em no-repeat;
	}

#registration_choose #content ul ul {
	margin-top: 0.6em;
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.3em;
	}

#registration_choose #content p {
	margin-left: 11px;
	font-size: 1.2em;
	line-height: 1.3em;
	}
	

/* ===========================================
        REGISTRATION FORM
==============================================*/

#registration #intro {
	margin-bottom: 6px;
	padding: 14px 14px 12px 14px;
	color: #333;
	background-color: #dbefcb;
	}

#registration #intro p {
	margin: 0; /* Cancel out #content p */
	}

/* ---------- REGISTRATION FORM ---------- */

form#registrationForm {
	padding-top: 8px;
	color: #333;
	width: 420px;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#registrationForm select, 
#registrationForm input, 
#registrationForm textarea {
	display: block;
	margin-top: 4px;
	}

#registrationForm select {
	_margin-left: 0; /* Win/IE6 */
	}

#registrationForm .radioButton,
#registrationForm .checkbox {
	float: left;
	}
	
#registrationForm .radioLabel,
#registrationForm .checkboxLabel {
	float: left;
	width: 370px;
	margin-top: 4px;
	margin-left: 0.4em;
	}

.formRow {
	margin-bottom: 1em;
	_margin-bottom: 0.6em; /* Win/IE6 */
	}
	*+html .formRow { margin-bottom: 0.6em; /* Win/IE7 */ }

.formRow.addBorder {
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
	}

.formElement {
	float: left;
	margin-right: 15px;
	_margin-right: 5px; /* Win/IE6 */
	_height: 1%;
	}

#registrationForm h4 {
	font-size: 1.1em;
	}

#registrationForm h5 {
	margin-bottom: 1em;
	font-weight: bold;
	}

#registrationDisclaimer {
	color: #000;
	}

#registrationDisclaimer .red {
	font-size: 1.1em;
	}

#resetButton, #submitButton {
	display: block;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	}

#submitButton {
	width: 167px;
	height: 34px;
	margin-top: 4px;
	background: transparent url(../images/brainstormgreen/bu-submitNow.gif) no-repeat center top;
	}
	
#resetButton {
	width: 95px;
	height: 21px;
	background-image: url(../images/brainstormgreen/bu-clearForm.gif);
	}


/* ---------- REGISTRATION THANKS ---------- */

#registrationthanks #content {
	padding-bottom: 350px;
	}
	
#registrationthanks .intro {
	font-size: 1.2em;
	line-height: 1.3em;
	}


/* ===========================================
        SPONSORS
==============================================*/

.sponsorsBox {
	margin-bottom: 16px;
	background-color: #fff;
	_zoom: 1;  /* Win/IE6 - bottom corner disappears */
	}
	*+html .sponsorsBox { zoom: 1; /* For Win/IE7 - fixes bkgd color bug */ }

.sponsorsBox .tr { background-image: url(../images/brainstormgreen/greyBox-sponsorsBox-tr.gif); }
.sponsorsBox .br { background-image: url(../images/brainstormgreen/greyBox-br.gif); }
.sponsorsBox .bl { background-image: url(../images/brainstormgreen/greyBox-bl.gif); }
.sponsorsBox .tl { background-image: url(../images/brainstormgreen/greyBox-sponsorsBox-tl.gif); }

.sponsorsBox .bdr_t, 
.sponsorsBox .bdr_r, 
.sponsorsBox .bdr_b, 
.sponsorsBox .bdr_l { background-image: url(../images/brainstormgreen/greyBox-bdr.gif); }

.sponsorsBox .boxContent {
	padding: 1px 40px 30px;
	_height: 1%; /* Win/IE6 */
	}

#content .sponsorsBox h4 {
  font: bold 13px Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
	padding-top: 12px;
	text-align: center;
	line-height: 0;
	}

.sponsorsBox ul {
	margin: 27px 0 0 0;
	}

.sponsorsBox li {
	display: inline-block;
	text-align: center;
	margin: 0 0 20px 20px;
/* 	vertical-align: top; */
	}

.sponsorsBox li.center {
/*   width: 250px; */
  margin: 0 auto 10px auto;
  display: block;
  }



.sponsorsBox li {
	*display: inline;
}

.sponsorsBox li.clear { /* Use special li.clear instead of div.clear. IE6 won't clear list items */
	width: 100%;
	_width: 97%; /* Win/IE6 */
	float: none;
	}

.sponsorsBox .oneLogo li { width: 100%; }
.sponsorsBox .twoLogos li { width: 50%; }


.sponsorsBox #hermanMiller { margin-top: 5px; }
.sponsorsBox #chrysler { _margin-bottom: -20px; /* Win/IE6 */ }
	*+html .sponsorsBox #chrysler { margin-bottom: -20px; /* Win/IE7 */ }
.sponsorsBox #environmentalDefense { margin-top: 10px; }
.sponsorsBox #nrdc { width: 100%; margin-top: 45px; }
.sponsorsBox #wri { margin-top: 60px; }


/* ---------- SPONSORSHIP OPPORTUNITIES & PRESS INQUIRIES ---------- */

#sponsorship, #pressInquiries {
	margin: 10px auto auto 6px;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#sponsorship .boxContent, #pressInquiries .boxContent {
	padding: 16px 11px 22px;
	}


#sponsorship h2, #pressInquiries h2 {
	margin-bottom: 0.8em;
	}


/* ===========================================
        VENUE
==============================================*/

#venue #content h3 {
	margin-bottom: 32px;
	}

#venue #content p {
	margin-right: 30px;
	padding-top: 0.4em;
	font-size: 1.2em; 
	line-height: 1.5em;
	}


/* ===========================================
        2008 HIGHLIGHTS
==============================================*/

#2008highlights #intro {
	margin-bottom: 0.8em;
	padding-bottom: 0.4em;
	background: url(../images/brainstormgreen/divider-dashed.gif) left bottom repeat-x;
	}

#2008highlights h4 {
	border-top: none;
	padding-top: 0;
	}


#2008highlights #content .last {
	margin-right: 0;
	padding-right: 0;
	}


/* ---------- VIDEOS ---------- */

#2008highlights #player {
	width: 565px;
	margin-bottom: 20px;
	border: 6px solid #e6e6cd;
	line-height: 0;
	}

#videoList {
	font-size: 0.83em;
	color: #333;
	line-height: 1.2em;
	_width: 99%; /* Win/IE6 */
	}

#videoList li {
	float: left;
	width: 133px;
	margin-right: 12px;
	margin-bottom: 8px;
	}

#videoList li.lastInRow {
	margin-right: 0;
	}

#videoList li.clear { /* Use special li.clear instead of div.clear. IE6 won't clear list items */
	width: 100%;
	_width: 97%; /* Win/IE6 */
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	}

#videoList a {
	height: 15em;
	padding: 8px;
	text-decoration: none;
	color: #333;
	border: 1px solid #eaeaea;
	}

#videoList a:hover {
	background-color: #EFEFEF;
	}
	
#videoList h5 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #390;
	}
	
#videoList p {
	margin: 0; /* Cancel out #content p */
	}


/* ---------- PHOTO GALLERY ---------- */

#wrapPhotos {
	width: 540px;
	margin-top: 2em;
	padding-top: 1.2em;
	background: url(../images/brainstormgreen/divider-dashed.gif) left top repeat-x;
	}

#wrapPhotos h4 {
	margin-bottom: 0;
	}

#wrapPhotos h5 {
	margin-bottom: 12px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #666;
	}

#wrapPhotos li {
	float: left;
	width: 200px;
	margin-right: 80px;
	}

#wrapPhotos li img {
	float: left;
	margin-right: 18px;
	}

#wrapPhotos li p {
	padding-top: 0.2em;
	font-size: 1.1em;
	line-height: 1.3em;
	}


/* ---------- PRESENTATIONS AND BLOGS ---------- */

.highlightsCol {
	float: left;
	width: 260px;
	margin-top: 2em;
	padding-top: 1.2em;
	padding-right: 20px;
	background: url(../images/brainstormgreen/divider-dashed.gif) left top repeat-x;
	}

#content .highlightsCol h4 {
	margin-bottom: 0.4em;
	}

#content .highlightsCol h5 {
	margin-bottom: 0.6em;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
	}

#content .highlightsCol li {
	margin-bottom: 0.6em;
	font-size: 1.1em;
	line-height: 1.2em;
	}



/* ===========================================
        GREEN INITIATIVES
==============================================*/

#initiatives #content h3 {
	margin-bottom: 1.2em;
	}

#initiatives #intro {
	padding-bottom: 1.4em;
	background: url(../images/brainstormgreen/divider-dashed.gif) left bottom repeat-x;
	}	

#initiatives #content h4 {
	margin-top: 2em;
	margin-bottom: 0.4em;
	padding: 0.6em 11px 0.7em;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background-color: #f4f4e9;
	}

#initiatives #content h5 {
	margin-bottom: 0.4em;
	margin-left: 4px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	}

#initiatives #content ul {
	width: 516px;
	margin-bottom: 1.5em;
	margin-left: 4px;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#initiatives #content li {
	margin-bottom: 0.4em;
	padding-left: 14px;
	background: url(../images/brainstormgreen/bullet-initiatives.gif) 2px 0.5em no-repeat;
	}

#initiatives .contactInfo {
	margin-top: 3em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	}
	
	
/* Attendee Information */	

	#information #content h2 {
	 font-size: 11px;
	 font-weight: bold;
	 margin:15px 0 0 0;
	 }
	
	

/* ===========================================
        DINNER
==============================================*/

#dinner #content h3 {
  font: normal 24px Georgia;
  color:  #956716;
  padding-bottom: 5px;
	border-bottom: 1px dotted #956716;
	text-transform: none;
	}

#dinner #content h4 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}



/* ---------- CHEFS ---------- */

#dinner #chefList {
	margin-bottom: 4em;
	}

#dinner #chefList li {
	padding: 1.2em 0;
	_padding-bottom: 0; /* Win/IE6 */
	border-bottom: 1px dotted #956716;
	}
	*+html #dinner #chefList li { padding-bottom: 0; /* Win/IE7 */ }

#dinner #chefList li.last {
	border-bottom: none;
	}
	
#dinner #chefList .dinner-photo {
	float: left;
	border: 2px solid #000;
	}

#dinner #chefList div {
	margin-left: 110px;
	}

#dinner #chefList .widePhoto div {
	margin-left: 160px;
	}

#dinner #chefList h5 {
	margin-bottom: 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	}

#dinner #chefList h5 em {
	font-style: normal;
	text-transform: none;
	}

#dinner #chefList div img {
	float: left;
	margin-right: 15px;
	}

/* ---------- WINERIES ---------- */

#dinner #wineriesIntro {
	padding: 1.4em 0 1em;
	}

#dinner #wineriesIntro img {
	float: left;
	margin: 0 0 8px 10px;
	}

#dinner #wineriesIntro h5 {
	margin-bottom: 1em;
	margin-left: 83px;
	font-weight: bold;
	}

#dinner #wineriesIntro p {
	margin-left: 83px;
	}

#dinner #wineriesList li {
	padding: 0.6em 0;
	}

#dinner #wineriesList .wineries-logo {
	float: left;
	width: 150px;
	padding-top: 4px;
	text-align: center;
	}

#dinner #wineriesList .wineries-desc {
	margin-left: 165px;
	}

#dinner #wineriesList h5 {
	margin-bottom: 0.2em;
	font-weight: bold;
	}



/* ===========================================
        CONTACT US
==============================================*/

.contactList {
	_margin-bottom: 2em; /* Win/IE6 */
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333;
	}
	*+html .contactList { margin-bottom: 2em; /* Win/IE7 */ }

.contactList li {
	float: left;
	width: 250px;
	_width: 240px; /* Win/IE6 */
	margin-right: 60px;
	_margin-right: 50px; /* Win/IE6 */
	margin-bottom: 2em;
	}	

.contactList li.lastCol {
	margin-right: 0;
	}
	
.contactList h5 {
	margin-bottom: 0.6em;
	text-transform: uppercase;
	}	
	
#content .contactList p {
	margin: 0 0 5px 0; /* Cancel out #content p */
	}

/* ---------- SCROLLBAR ---------- */

#scrollbar {
	width: 592px;
	border: 1px solid #999;
	}

#scrollbar a {
	float: left;
	height: 20px;
	}

#track {
	float: left;
	width: 494px;
	height: 20px;
	background-color: #ccc;
	}

#handle {
	width: 29px;
	height: 20px;
	}

/* ---------- EVENT SPEAKERS ---------- */

#home #eventSpeakers {
	margin-top: 2em;
	margin-bottom: 0;
	}


#home #eventSpeakers .boxContent {
	padding: 1px;
/* 	height: 343px; */
	}

#home #eventSpeakers h3 {
	margin-left: 28px;
	padding-top: 16px;
	_padding-top: 0; /* Win/IE6 */
	border-top: 0;
	}

#home #speakerList {
	_width: 100%; /* Win/IE6 */
/* 	height: 285px; */
	_height: 309px; /* Win/IE6 */ 
	overflow: hidden;
	background-color: #e7e7d2;
	}
	*+html #home #speakerList { height: 309px; /* Win/IE7 */ }

#home #speakerList ul {
	padding: 5px 0 5px 5px;
	width: 15500px;
	}

#highlights #speakerList ul {
	padding: 5px 0 5px 5px;
	width: 13150px;
	}
		
#home #speakerList ul li {
	background-color: #fff;
	margin: 0px 10px 0px 0px !important;
  padding: 5px;
  height: 265px !important;
  width: 90px;
	}

#eventSpeakers #additionalSpeakers {
  display: none;
  }	

	
/* ---------- SCROLLBAR ---------- */

#scrollbar {
	width: 592px;
	border: 1px solid #999;
	}

#scrollbar a {
	float: left;
	height: 20px;
	}

#track {
	float: left;
	width: 494px;
	height: 20px;
	background-color: #ccc;
	}

#handle {
	width: 29px;
	height: 20px;
	}


/* ===========================================
        DATA FORM
==============================================*/

#greendataform #content {
	font-size: 1.2em;
	line-height: 1.3em;
	}


#greendataform #content h3 {
	margin-bottom: 1em;
	border-top: 0;
	}

#greendataform #content h4 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}

#greendataform #content h5 {
	margin-bottom: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}

form#dataForm {
	margin: 8px 0 auto;
	padding-top: 12px;
	padding-left: 4em;
	color: #333;
	_width: 437px; /* Win/IE6 */
	}
	*+html form#dataForm { width: 437px; /* Win/IE7 */ }

#dataForm .formRow {
	margin-bottom: 1.6em;
	}

.formTitle {
	margin-right: 15px;
	_margin-right: 5px; /* Win/IE6 */
	_height: 1%;
	}

.formSelections {
	margin-top: 0.6em;
	margin-bottom: 1em;
	_height: 1%; /* Win/IE6 */
	}

#dataForm select, 
#dataForm input, 
#dataForm textarea {
	display: block;
	margin-top: 2px;
	}

#dataForm em {
	font-size: 0.95em;
	}

#dataForm p {
	margin-bottom: 2em;
	} 

#dataForm p em,
#dataForm .red {
	color: #f00;
	}

.dataTime {
	display: block;
	margin-right: 1em;
	font-size: 0.9em;
	}

#dataForm .formSelections li {
	margin-bottom: 0.6em;
	}

#dataForm .formSelections .radio {
	float: left;
	margin-left: 0;
	}

.formSelections .closed {
	float: left;
	width: 14px;
	margin-top: 0.2em;
	margin-left: 2px;
	_margin-left: 3px; /* Win/IE6 */
	}
	*+html .formSelections .closed { margin-left: 6px; /* Win/IE7 */ }

.formSelections .closedMsg {
	display: inline;
	font-size: 0.8em;
	font-style: italic;
	}

.formSelections label {
	float: left;
	width: 380px;
	margin-top: 0.1em;
	_margin-top: 0.2em;  /* Win/IE6 */
	}
	*+html .formSelections label { margin-top: 0.3em;  /* Win/IE7 */ }
