#home #speakerList ul {
	width: 11700px;
	}
	

/* CSS for Fortune Brainstorm: TECH */

/* 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; }

span { display: none; }

.clear { clear: both; height: 0px; font-size: 0px; }

a { color: #cd7100; }
a:hover { color: #ff9007; }

sub { font-size: 0.8em; }

.red { display: inline; color: #c00; }

/* --- 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/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/greyBox-tr.gif); }
.greyBox .br { background-image: url(../images/greyBox-br.gif); }
.greyBox .bl { background-image: url(../images/greyBox-bl.gif); }
.greyBox .tl { background-image: url(../images/greyBox-tl.gif); }

.greyBox .bdr_t, 
.greyBox .bdr_r, 
.greyBox .bdr_b, 
.greyBox .bdr_l { background-image: url(../images/greyBox-bdr.gif); }

.greyBox .boxContent {
	padding: 15px 20px 30px;
	}


/* ===========================================
         HEADER
==============================================*/

#header h1 {
	line-height: 0;
	}
		

/* ===========================================
         MENU
==============================================*/

#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;
	_padding-bottom: 0; /* Win IE/6 */
	border-top: 1px dotted #b1b19e;
	}
	*+html #nav li { padding-bottom: 0; /* Win IE/7 */ }

#nav a {
	display: block;
/* 	width: 178px; */
/* 	height: 25px; */
	background-position: left top;
	background-repeat: no-repeat;
	color: #444;
	padding: 8px 0px 6px 25px;
	font: bold 11px Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration:  none;
		}

#nav a span {
  display:inline;
  }

#nav a:hover, #nav .on a:hover { 
  background-color: #cd7100;
  }
#nav .on a {
  background: url(../images/arrows.gif)  no-repeat 5px center;
  color: #222;
  }

#nav-registration a,
#nav-registration.on a{
  color: #e06219 
  }

#nav-registration a:hover {
  color: #333 
  }


/* For Payments page */
#nav-techHome a { background-image: url(http://www.timeinc.net/fortune/conferences/brainstormtech/images2/nav-techHome.gif); }
#nav-conferencesHome a { background-image: url(http://www.timeinc.net/fortune/conferences/brainstormtech/images2/nav-conferencesHome.gif); }


/* ===========================================
         CONTENT
==============================================*/

#content {
	float: left;
	width: 594px;
	margin-left: 39px;
	padding-top: 24px;
	padding-bottom: 80px;
	}

#content p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4em;
	}

#content h3 {
	margin-bottom: 24px;
	padding-top: 5px;
	}

#content h4 {
	margin-bottom: 12px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	color: #666;
	}

/* ---------- INTRO ---------- */

#intro {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: url(../images/divider-dashed.gif) left bottom repeat-x;
	}

#intro h2 {
/* 	margin-bottom: 1em; */
	}

#intro p {
	font-size: 1.4em;
	line-height: 1.4em;
	}


/* ===========================================
         SIDEBAR
==============================================*/

#sidebar {
	float: left;
	width: 183px;
	margin-left: 28px;
	padding-top: 8px;
	padding-bottom: 80px;
	}
	

/* ---------- SPONSORS ---------- */

.sidebarSponsors {
	text-align: center;
	margin-bottom: 24px;
	}

.sidebarSponsors h2 {
	margin-bottom: 16px;
	padding: 7px 0 5px;
	background-color: #e7e7d2;
	color: #333;
	font: bold 10px Helvetica, Arial sans-serif;
	letter-spacing: 1px;
	_padding: 7px 0; /* Win/IE7 */
	}
	*+html .sidebarSponsors h2 { padding: 7px 0; /* Win/IE7 */ }

.sidebarSponsors li {
	margin-bottom: 18px;
	}

#programPartners li { margin-bottom: 20px ;}



/* ---------- SPONSORSHIP OPPORTUNITIES & PRESS INQUIRIES ---------- */

#sponsorship, #pressInquiries {
	margin: 10px auto auto 6px;
	font-size: 0.92em;
	}

#sponsorship .boxContent, #pressInquiries .boxContent {
	padding: 19px 11px 22px;
	}


#sponsorship h2, #pressInquiries h2 {
	margin-bottom: 0.4em;
	}

	
/* ===========================================
         FOOTER
==============================================*/

#footer {
	padding: 14px 0 0 5px;
	background-color: #f4f4e9;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #666;
	text-align: left;
	}

#footer p, #footer ul {
	margin-left: 0;
	}

#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;
	}

#footer a:hover {
	text-decoration: none;
	}

#footer .confHomeLink a {
	font-weight: bold;
	color: #3d3d3d;
	}


/* ===========================================
        HOMEPAGE
==============================================*/

#home #content h3 {
	padding-top: 0;
	border-top: none;
	}


/* ---------- VIEW 2008 HIGHLIGHTS ---------- */

#home #highlights2008 {
	margin-top: 24px;
	padding: 9px;
	border: 1px solid #6e6e6e;
	}

#home #highlights2008 #highlightPhoto {
	float: left;
	}

#home #highlights2008 h4 {
	float: left;
	margin: 13px auto auto 32px;
	}


/* ---------- FOLLOW BRAINSTORM: TECH ---------- */

#home #follow .boxContent {
	padding: 1px;
	}

#home #follow h3 {
	margin-bottom: 1.2em;
	_margin-bottom: 1.4em; /* Win/IE6 */
	margin-left: 28px;
	padding-top: 16px;
	_padding-top: 0; /* Win/IE6 */
	}
	*+html #home #follow h3 { margin-bottom: 1.4em; /* Win/IE7 */ }

#content .coverage {	
	margin-bottom: 0.6em;
	margin-left: 28px;
	font-size: 1.2em;
	color: #ff4e09;
	}

#content .coverage a {	
	color: #ff4e09;
	}
	

/* ---------- FOLLOW LIVEBLOGGERS ---------- */

#livebloggers {
	margin-top: 2em;
	padding-bottom: 20px;
	background-color: #f4f4e9;
	}

#livebloggers h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #ff4e09;
	border-top: none;
	_padding-top: 0; /* Win/IE6 */
	}

#livebloggers ul {
	float: left;
	width: 230px;
	margin-left: 28px;
	_margin-left: 14px; /* Win/IE6 */
	padding-left: 1.3em;
	list-style: disc;
	}

#livebloggers li {
	margin-bottom: 1em;
	list-style: disc;
	}

/* ---------- EVENT SPEAKERS ---------- */

#home #eventSpeakers {
	margin-top: 2em;
	margin-bottom: 0;
	}


#home #eventSpeakers .boxContent {
	padding: 1px;
	}

#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;
	}
	
#home #speakerList ul li {
	background-color: #fff;
	margin: 0px 10px 0px 0px !important;
  padding: 5px;
  height: 265px !important;
	}
	
/* ---------- 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;
	}


/* ===========================================
        SPEAKERS
==============================================*/

/* ---------- SPEAKER LIST ---------- */

#speakerList {
	font-size: 0.83em;
	color: #333;
	line-height: 1.2em;
	_width: 97%; /* Win/IE6 */
	}

#speakerList li {
	float: left;
	width: 90px;
	margin-right: 23px;
	margin-bottom: 6px;
	height: 235px;
	}

#speakerList li.lastInRow {
	margin-right: 0;
	}

#speakerList li.clear { /* Use special li.clear instead of div.clear. IE6 won't clear list items */
	width: 100%;
	_width: 97%; /* Win/IE6 */
	float: none;
	}

#speakerList h5 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	}
	
#speakerList p {
	margin: 0; /* Cancel out #content p */
	font-size: 10px;
	line-height:1.0em;
	}


/* ---------- SPEAKERS PAGE ---------- */

#speakers #intro {
	margin-bottom: 16px;
	}

#speakers #intro p {
	font-size: 1.2em;
	line-height: 1.4em;
	}

#speakers #speakerList {
	margin-bottom: 24px;
	}

#speakers #speakerList img {
	border: 1px solid #000;
	}


/* ---------- ADDITIONAL SPEAKERS - ONE COLUMN ---------- */

#addlSpeakers {
	font-size: 0.92em;
	color: #333;
	line-height: 1.2em;
	}

#addlSpeakers li {
	margin-bottom: 18px;
	}

#addlSpeakers h5 {
	font-weight: bold;
	}
	
#addlSpeakers p {
	margin: 0; /* Cancel out #content p */
	}

/* ---------- ADDITIONAL SPEAKERS - TWO COLUMNS ---------- */

.addlSpeakers {
	float: left;
	width: 40%;
	margin-right: 9%;
	font-size: 1em;
	color: #333;
	line-height: 1.2em;
	_margin-right: 4%; /* Win/IE6 - double margin float bug */
	}

.addlSpeakers li {
	margin-bottom: 18px;
	}

.addlSpeakers h5 {
	font-weight: bold;
	}
	
#content .addlSpeakers p {
  font-size:11px;
	margin: 0; /* Cancel out #content p */
	}


/* ===========================================
        AGENDA
==============================================*/

.agendaBox {
	margin-bottom: 1em;
	margin-left: 14px;
	}

.agendaTime {
	float: left;
	width: 20%;
	font-size: 0.9em;
	}

.agendaDesc {
	float: left;
	width: 75%
	}

.agendaDesc h4 {
	font-weight: bold;
	color: #ff4e09;
	}

.agendaDesc h4 .hostedBy {
	display: inline;
	color: #333;
	font-weight: normal;
	}

.agendaDesc h5 {
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	}

#content .agendaDesc p {
	margin-bottom: 0;
	}

.concurrent {
	margin-top: 1em;
	margin-left: 1em;
	padding-left: 1em;
	}

.concurrent li {
	margin-bottom: 1em;
	list-style: decimal;
	color: #ff4e09;
	}

.concurrent.bullets li {
	list-style: disc;
	}

.concurrent h5 {
	margin-top: 0.4em;
	color: #333;
	}

.concurrent p {
	color: #333;
	}

.agendaSpeakers.noSpeakerHeader {
	margin-top: 0.6em;
	}

.agendaSpeakers li {
	margin-bottom: 0.5em;
	list-style: none;
	color: #333;
	}

.withBullets {
	list-style: disc;
	margin-top: 0.4em;
	margin-left: 1em;
	padding-left: 1em;
	}

.withBullets li {
	list-style: disc;
	margin-bottom: 0.4em;
	}

/*  ----- Preliminary Agenda ---- */

.agendaHed {
  color: #ff9900;
  text-transform: uppercase;
  margin: 15px 0 0 135px !important;
  font-weight: bold;
}

#agenda .agendaCol h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 3px 0;
	padding: 0 0 2px 0;
	color: #f90;
	border-bottom: 1px solid #f90;
	}
	
#agenda h4 {
  font-size:18px;
  }	

#agenda .agendaCol p {
	margin: 0 0 8px 135px;
	font-size: 10px;
	}

#agenda #content span, #infotech #agenda span {
  padding: 0;
  text-align:left;
  width:135px;
  display:block;
  float:left;
  font-weight: bold;
  clear:left;
  margin-left: -135px;
  _margin-left: -60px;
  color: #000;
  }	

.agendaCol {
	float: left;
	margin: 0 20px 20px 0;
	}

#agenda h4 {color: #000}

#agenda #content ul {
  margin: 5px 0 10px 150px;
  }

#agenda #content li {
  list-style: disc;
  color: #ff9900;
  margin: 0 0 5px 0;
  }

#agenda #content li p {
  color: #000;
  margin:0;
  font-weight: normal;
  }

p.pillar {
  float:left;
  font-size:11px !important;
  width:290px;
  }


/* ===========================================
        REGISTRATION
==============================================*/

#registration #provideInfo {
	width: 382px;
	margin-bottom: 6px;
	padding: 0.4em 14px 0.5em;
	background-color: #e7e7d2;
	}

#registration #provideInfo 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 */
	}
	
.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;
	}

#registrationDisclaimer {
	font-size: 0.8em;
	color: #000;
	line-height: 1.3em;
	}

#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: 165px;
	height: 34px;
	margin-top: 4px;
	background: transparent url(../images/bu-submitNow.gif) no-repeat center top;
	}
	
#resetButton {
	width: 93px;
	height: 21px;
	background-image: url(../images/bu-clearForm.gif);
	}


/* ===========================================
        SPONSORS
==============================================*/

#sponsors h3 {
	margin-left: 5px;
	margin-bottom: 20px;
	padding-top: 0;
	border-top: none;
	}
	
.sponsorsBox {
	margin-bottom: 15px;
	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/greyBox-green-tr.gif); }
.sponsorsBox .br { background-image: url(../images/greyBox-br.gif); }
.sponsorsBox .bl { background-image: url(../images/greyBox-bl.gif); }
.sponsorsBox .tl { background-image: url(../images/greyBox-green-tl.gif); }

.sponsorsBox .bdr_t, 
.sponsorsBox .bdr_r, 
.sponsorsBox .bdr_b, 
.sponsorsBox .bdr_l { background-image: url(../images/greyBox-bdr.gif); }

.sponsorsBox .boxContent {
	padding: 1px 40px 50px;
	_height: 1%; /* Win/IE6 */
	_padding-bottom: 20px; /* Win/IE6 */
	}
	*+html .sponsorsBox .boxContent { padding-bottom: 20px; /* Win/IE7 */ }

.sponsorsBox h4 {
	height: 18px;
	padding-top: 4px;
	text-align: center;
	}

.sponsorsBox ul {
	margin-top: 44px;
	}

.sponsorsBox li {
	float: left;
	text-align: center;
	}

.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 #compuware { margin-top: -20px; }
.sponsorsBox #hermanMiller { margin-top: 55px; }
.sponsorsBox #legatum { margin-top: 20px; }
.sponsorsBox #qualcomm { margin-top: 2px; }
.sponsorsBox #sap { margin-top: 45px; }
.sponsorsBox #singapore { margin-top: 30px; }
.sponsorsBox #ussubmarines { width: 100%; margin-top: 40px; }


/* ===========================================
        VENUE
==============================================*/

#venue #content {
	padding-bottom: 200px;
	}
	
#venue #content h3 {
	padding-top: 0;
	border-top: none;
	}

#venue #content .intro {
	margin-bottom: 1em;
	}

#photo-hotel {
	text-align: center;
	}
	
#photo-hotel p {
	font-size: 0.92em;
	color: #666;
	_padding-top: 0.4em; /* Win/IE6 */
	}


/* ===========================================
        INFOTECH FORTY
==============================================*/

#infotech #sidebar {
	display: none;
	}

#infotech #provideInfo {
	width: 382px;
	margin-bottom: 6px;
	padding: 0.4em 14px 0.5em;
	background-color: #e7e7d2;
	}

#infotech #provideInfo p {
	margin: 0; /* Cancel out #content p */
	}

#infotechApply .checkbox {
	float: left;
	margin-top: 0;
	}

#infotechApply .checkboxLabel {
	float: left;
	width: 370px;
	margin-left: 4px;
	}

#infotechApply .checkboxLabel em {
	font-size: 0.9em;
	line-height: 1.2em;
	}

#infotech  h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;  
  line-height: 1.3em;
  margin: 20px 0 5px 0;
  padding-top: 5px;
  border-top: 1px solid #ffa200;
  }


/* ===========================================
        ATTENDEE INFORMATION
==============================================*/

#attendee #downloadFactSheet {
	float: right;
	margin-top: 1px;
	margin-right: 10px;
	padding-left:16px;
	font-weight: bold;
	background: url(../images/icon-document.gif) 0 1px no-repeat;
	_background-position: 0 2px; /* Win/IE6 */
	}
	*+html #attendee #downloadFactSheet { background-position: 0 2px; /* Win/IE7 */ }

#attendee #content h3 {
	margin-bottom: 1.2em;
	padding-top: 6px;
	border-top: none;
	}

#attendee #anchorList ul {
	float: left;
	width: 175px;
	margin-bottom: 1em;
	margin-left: 2em;
	_margin-left: 1em; /* Win/IE6 */
	_padding-bottom: 1em; /* Win/IE6 */
	_padding-left: 1.4em; /* Win/IE6 */
	}
	*+html #attendee #anchorList ul { /* Win/IE7 */
		margin-left: 1em;
		padding-bottom: 1em;
		padding-left: 1.4em;
	}

#attendee #anchorList li {
	list-style: disc;
	color: #039;
	}

#attendee #content h4 {
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff4e09;
	}

#attendee #content h5 {
	margin-top: 2em;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	}

#attendee #firstSubject {
	padding-top: 1em;
	background: url(../images/divider-dashed.gif) left top repeat-x;
	}

#attendee #content p {
	width: 516px;
	}	


/* ===========================================
        2008 HIGHLIGHTS
==============================================*/

#highlights #intro {
	margin-bottom: 2em;
	padding-bottom: 0.4em;
	background: url(../images/divider-dashed.gif) left bottom repeat-x;
	}

#highlights h4 {
	border-top: none;
	padding-top: 0;
	}


#highlights #content .last {
	margin-right: 0;
	padding-right: 0;
	}


/* ---------- VIDEOS ---------- */

#highlights #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: 20em;
	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: #cd7100;
	}
	
#videoList p {
	margin: 0; /* Cancel out #content p */
	}


/* ---------- PHOTO GALLERY ---------- */

#wrapPhotos {
	width: 565px;
	margin-top: 2em;
	padding-top: 1.2em;
	background: url(../images/divider-dashed.gif) left top repeat-x;
	}

#wrapPhotos h4 {
	margin-bottom: 18px;
	}

#wrapPhotos h5 {
	margin-bottom: 12px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	color: #666;
	}

#wrapPhotos li {
	float: left;
	width: 170px;
	margin-right: 20px;
	}

#wrapPhotos img {
	float: left;
	margin-right: 10px;
	}

#wrapPhotos p {
	padding-top: 1.2em;
	font-size: 1.1em;
	}


/* ---------- BLOG ENTRIES ---------- */

#wrapBlogs {
	width: 565px;
	margin-top: 3em;
	}

#wrapBlogs h4 {
	padding: 7px 0 4px 22px;
	background-color: #e7e7d2;
	line-height: 0;
	}	

#wrapBlogs ul {
	float: left;
	width: 250px;
	list-style: disc;
	margin-right: 30px;
	margin-left: 0;
	padding-left: 1.5em;
	color: #cd7100;
	}

#wrapBlogs li {
	margin-bottom: 0.5em;
	list-style: disc;
	font-size: 1.2em;
	line-height: 1.3em;
	}


/* ===========================================
        CONTACT US
==============================================*/

.contactList {
	margin-top: 2em;
	_margin-bottom: 3em; /* Win/IE6 */
	color: #333;
	}
	*+html .contactList { margin-bottom: 3em; /* Win/IE7 */ }

.contactList li {
	float: left;
	width: 280px;
	margin-right: 30px;
	margin-bottom: 2em;
	}	

.contactList li.lastCol {
	margin-right: 0;
	}
	
.contactList h5 {
	margin-bottom: 0.6em;
	text-transform: uppercase;
	}	
	
#content .contactList p {
	margin: 0; /* Cancel out #content p */
	}
	

/* ===========================================
        TWITTER PAGE
==============================================*/

#twitter #twitterBox {
	width: 807px;
	background: url(../images/bg-twitterBox.gif) top left repeat-x;
	}

#twitterBox.greyBox .br { background-image: url(../images/greyBox-twitter-br.gif); }
#twitterBox.greyBox .bl { background-image: url(../images/greyBox-twitter-bl.gif); }

#twitter #twitterBox .boxContent {
	padding: 22px 8px 20px;
	_zoom: 1; /* Win/IE6 */
	}


/* ---------- HEADER ---------- */

#twitter #intro {
	margin-bottom: 0;
	padding: 0 70px 17px 22px;
	border-bottom: 1px solid #d5d5d5;
	background: none;
	}

#twitter #intro #logo-att {
	float: right;
	}

#twitter #intro h2 {
	padding-top: 8px;
	width: 400px;
	font: bold 1.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #ec982e;
	}


/* ---------- FEED ---------- */

#twitter #twitterFeed {
	float: left;
	width: 512px;
	margin-left: 14px;
	}

#twitter #twitterFeed iframe {
	width: 100%;
	height: 1780px;
	}

/* ---------- SIDEBAR ---------- */

#twitter #sidebar {
	display: none;
	}

#twitter #twitterSidebar {
	float: left;
	width: 220px;
	margin-top: 20px;
	margin-left: 10px;
	}

#twitter #twitterSidebar p {
	margin-bottom: 2em;
	}

	

/* ===========================================
        DATA FORM
==============================================*/

#techdataform #content h3 {
	margin-bottom: 1em;
	border-top: 0;
	}

#techdataform #content h4 {
	margin-bottom: 1em;
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}

#techdataform #content h5 {
	margin-bottom: 1em;
	margin-left: 10px;
	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;
	_margin-left: -10px; /* Win/IE6 */
	}
	*+html #dataForm input, *+html #dataForm textarea { margin-left: -10px; /* Win/IE7 */ }

#dataForm select {
	_margin-left: 0; /* Win/IE6 */
	}

#dataForm em {
	font-size: 0.95em;
	}

#dataForm p {
	margin-left: 10px;
	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 label {
	float: left;
	width: 380px;
	margin-top: 0.1em;
	_margin-top: 0.2em;  /* Win/IE6 */
	}
	*+html .formSelections label { margin-top: 0.3em;  /* Win/IE7 */ }

#facebookShare {
  float:right;
  }
  
#facebookShare a {
    color: #2e4f90;
    text-decoration: none;
}  

#facebookShare a:hover {
    text-decoration: underline;
}  



#forty {
  border:1px solid #666;
  background-color: #fff;
  padding: 10px 5px;
  margin: 10px;
  text-align: center;
  }

#forty h1 {
  font: bold 14px Verdana;
  color: #333;
}


#home .sponsorsBox {
  padding: 0 0 10px 0;
  text-align: center;
  }
  
#home .sponsorsBox .oneLogo {
  margin: 10px 0;
  }  
  
  