/* i20events */
body {
	font-size: 11px; 
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000;
	text-align: center;
}

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

ul, li {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

#wrap {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	background: #1B3D85 url(../_img/bg_header-bot.gif) no-repeat 0 bottom;
	padding-bottom: 15px;
	width: 800px;
}

#mainnav {
	display: inline;
}

#mainnav a:link, #mainnav a:visited {
	float: left;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 0 6px;
}

#mainnav a:hover{
	color: #BFE5FF;
	text-decoration: underline;
}

#mainnav a:link.selected, #mainnav a:visited.selected, #mainnav a:hover.selected {
	text-decoration: none;
	color: #FC0;
}


#mainnav ul {
	float: left;
	display: inline; /* IE double margin fix */
	list-style: none;
	margin: 0 0 0 25px;
	padding: 5px 0;
}


#mainnav li {
	margin: 0;
	padding: 0;
	float: left; /* needed for IE5.0/Win compatibility */
}


/* Hide from IE-Mac \*/
#mainnav a {float: none;}
/* End hide from IE-Mac */

#mainnav a.last {
	border-right: none;
}

#main {
	width: 800px;
	background: #DAF0FF url(../_img/bg_content.gif) repeat-y;
	padding-bottom: 20px;
	position: relative;
}


#content {
	width: 510px;
	float: left;
	margin: 30px;
	display: inline;
}

#content a:link, #content a:visited {
	color: #0099FF;
	text-decoration: underline;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}

#content h1 {
	font-size: 18px;
	color: #09F;
	margin-bottom: 30px;
	font-weight: normal;
}

#content h2 {
	font-size: 18px;
	color: #09F;
	margin-bottom: 5px;
	font-weight: normal;
}

#content h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	color: #000;
}

#content dl, #content dd {
	margin: 0;
	padding: 0;
}

#content dt {
	font-weight: bold;
	color: #09F;
}

#content hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0;
	width: 609px;
	position: absolute;
	left: -30px;
}

#content p {
	line-height: 16px;
}

#content h3 {
	font-size: 12px;
	line-height: 14px;
}

#content h4 {
	margin-bottom: 10px;
	font-size: 12px;
}

#content .rtt {
	margin: 10px 0 50px 0;
	display: block;
}


#speaker-nav {
	list-style: none;
	margin: 30px 0 50px 0;
	padding: 1px 0;
}

#speaker-nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#speaker-nav a {
	border-left: 1px solid #000;
	padding: 0 7px;
	float: left;
}

#speaker-nav a.first {
	border: none;
	padding-left: 0;
}

#col_info {
	width: 220px;
	float: right;
	text-align: center;
}

#col_info h4 {
	color: #09F;
	font-size: 12px;
}

#footer {
	background: #999 url(../_img/bg_footer.gif) no-repeat 0 bottom;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 30px;
	border-top: 10px solid #5F5F5F;
	margin-bottom: 50px;
}

#footer p {
	margin: 0; padding: 0;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}

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

.speaker {
	float: left;
	width: 230px;
	margin-bottom: 15px;
	height: 70px;
}

.keynote {
	width: 400px;
}

.speaker img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}


.speaker_no_photo {
	float: left;
	width: 140px;
	margin-bottom: 15px;
	height: 70px;
}

.speaker_no_photo_long {
	float: left;
	width: 200px;
	margin-bottom: 15px;
	height: 70px;
}

.callout {
	border: 1px solid #999;
	background: #fff;
	text-align: left;
	padding: 10px;
	margin: 15px;
}

.callout li {
	padding: 1px 0px;
}

.callout ul {
	list-style: none;
	margin: 0; padding: 0;
}

.callout a:link, .callout a:visited {
	color: #000;
	text-decoration: underline;
}

.callout a:hover {
	text-decoration: none;
	background-color: #eee;
}

.callout hr {
	border: 0;
	color: #BFBFBF;
	background-color: #BFBFBF;
	margin: 10px 0;
}


.warning {
	color: #F00;
	font-weight: bold;
}

.committee {
	margin: 0;
	padding: 0;
	list-style: none;
}

.committee li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

.committee strong {
	color: #09F;
}

.line {
	height: 30px;
}

.formTB td {
	padding: 3px;
}

.label {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

.biopic {
	margin: 0 10px 10px 0;
}

.time {
	border-bottom: 1px solid #fff;
	padding: 5px 0;
	background: #BFE5FF;
}

.list {
	margin-left: 1em;
}

/* utilities */



.fl_right { float: right; }
.fl_left { float: left; }


.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}


.clearfix {display: inline-block;} /* Fixes IE/Mac */

/* Hides from IE-mac \*/

* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */
