@charset "UTF-8";
/* TST v1.5 */

/* BEGIN General Styles */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a img {
	border: none; /* Gets rid of IE's blue borders */
} 

/* BEGIN Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* END Clearfix */

html { height: 100%; }

body {
	margin: 0 auto;
	height: 100%;
	position: relative;
	color: #4C4C4C;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px; /* Baseline grid of 20px */
	/*background: #FFF url(../img/layout/bodyBg.jpg) bottom left no-repeat;*/
}

a:link {
	color: #995700;
	text-decoration: none;
}

a:visited {
	color: #995700;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #995700; 
	text-decoration: underline;
	outline: none;
}

a:active {
	color: #995700; 
	text-decoration: none;
}

div { position: relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */

/* BEGIN Headings */
h1 {}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #4C4C4C;
	margin-bottom: 18px;
}

p {
	line-height: 20px;
	margin-bottom: 10px;
}
/* END Headings */

/* ----------------------------------------- */
/* END General Styles */



/* BEGIN Helper Styles */
/* ----------------------------------------- */


/* ----------------------------------------- */
/* END Helper Styles */



/* BEGIN Page Structure */
/* ----------------------------------------- */

div#wrapper {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	background-color: transparent;
}

div#header {
	float: left;
	width: 940px;
	height: 280px;
	margin: 0 0 40px 0;
	background: transparent url(../img/layout/hdrBg.png) left -90px repeat-x;
	display: inline;
}

div#content {
	float: left;
	width: 600px;
	margin: 0 50px 0 0;
	display: inline;
}

div#sidebar {
	float: left;
	width: 290px;
	margin: 0 0 20px 0;
	display: inline;
}

div#footer {
	width: 900px;
	clear: both;
	border-top: 10px solid #FFA300;
	marginm: 0 0 20px 0;
	padding: 20px;
}
/* ----------------------------------------- */
/* END Page Structure */


/* BEGIN Page Components */
/* ----------------------------------------- */

h1#logoHdrBI09 {
	display: block;
	width: 500px;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	padding: 130px 0 0 0;
	margin: 0 0 0 20px;
}

h1#logoHdrBI09 a {
	display: block;
	width: 500px;
	height: 30px;
	background: transparent url(../img/layout/logoHdrBI09.png) top left no-repeat;
	line-height: 500px;
	overflow: hidden;
}

p#dscHdrBI09 {
	display: block;
	width: 500px;
	height: 30px;
	background: transparent url(../img/layout/dscHdrBI09.png) top left no-repeat;
	line-height: 500px;
	overflow: hidden;
	margin: 0 0 0 20px;
}

p#dateHdrBI09 {
	display: block;
	width: 500px;
	height: 20px;
	background: transparent url(../img/layout/dateHdrBI09.png) top left no-repeat;
	line-height: 500px;
	overflow: hidden;
	margin: 0 0 20px 20px;
}

p#hintHdr {
	position: absolute;
	top: 20px;
	left: 650px;
	width: 215px;
	height: 50px;
	padding: 12px 60px 18px 15px;
	background: transparent url(../img/layout/hintHdrBg.png) top left no-repeat;
	line-height: 15px;
	font-size: 11px;
	color: #666;
	margin: 0;
	z-index: 1;
}

div#header img {
	position: absolute;
	top: 130px;
	left: 770px;
	z-index: 2;
}

/* START mainNav */
ul#mainNav {
	clear: both;
	width: 915px;
	height: 30px;
	padding: 0 0 0 25px;
	border-top: 10px solid #FFA300;
}

ul#mainNav li {
	float: left;
	height: 30px;
	margin: 0 35px 0 0;
	line-height: 20px;
	display: inline;
}

ul#mainNav li a,
ul#mainNav li a:visited {
	float: left;
	height: 20px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	font-size: 18px;
	text-decoration: none;
	line-height: 20px;
	display: inline;
}

ul#mainNav li a:hover {
	color: #995700;
	text-decoration: none;
}

ul#mainNav li.current a {
	color: #995700;
	background: transparent url(../img/layout/mainNavBg.png) top center no-repeat;
}
/* END mainNav */

/* START home contents */
div#smallDsc {
	padding: 19px 20px;
	background-color: #F2F2F2;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 40px;
}

div#smallDsc p.link {
	margin: 0;
	text-align: right;
}

div#extendedDsc {
	padding: 19px 20px;
	background-color: #F2F2F2;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 30px;
}

div#extendedDsc p {
	margin-bottom: 0;
}

div.highlightSession {
	margin-bottom: 30px;
}

div.highlightSession img {
	float: left;
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	padding: 4px;
	margin: 0 10px 0 0;
}

div.highlightSession a:hover img {
	border: 1px solid #FFA300;
}

div.highlightSession div.cnt {
	float: left;
	width: 410px;
	background-color: #FFA300;
	padding: 20px;
}

div.highlightSession div.cnt h2 {
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.highlightSession div.cnt h2 a,
div.highlightSession div.cnt h2 a:visited {
	color: #FFF;
	text-decoration: none;
}

div.highlightSession div.cnt h2 a:hover {
	color: #995700;
	text-decoration: none;
}

div.highlightSession div.cnt p.speakerDetails {
	color: #FFF;
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 10px;
}

div.highlightSession div.cnt p.name {
	color: #FFF;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

/* START speakerBox */
div.speakerBox {
	margin-bottom: 30px;
}

div.speakerBox img {
	float: left;
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	padding: 4px;
	margin: 0 10px 0 0;
}

div.speakerBox a:hover img {
	border: 1px solid #FFA300;
}

div.speakerBox div.cnt {
	float: left;
	width: 410px;
	height: 100px;
	background-color: #FFA300;
	padding: 20px;
}

div.speakerBox div.cnt h2 {
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.speakerBox div.cnt h2 a,
div.speakerBox div.cnt h2 a:visited {
	color: #FFF;
	text-decoration: none;
}

div.speakerBox div.cnt h2 a:hover {
	color: #995700;
	text-decoration: none;
}

div.speakerBox div.cnt p.speakerDetails {
	color: #FFF;
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 10px;
}

div.speakerBox div.cnt p.name {
	color: #FFF;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
/* END speakerBox */


table.program {
	width: 100%;
	margin: 0 0 30px 0;
}

table.program tr.even {
	background-color: #F2F2F2;
}

table.program th {
	font-size: 13px;
	background-color: #666;
	color: #FFF;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

table.program td {
	padding: 5px 10px 5px 10px;
	border: 1px solid #FFF;
}

table.program td.hourStart,
table.program td.hourEnd {
	width: 40px;
	text-align: center;
	font-weight: bold;
}

table.program td.item {
}
/* END home contents */

/* START sidebar contents */
div.spnsrBlock {
	float: left;
	margin-bottom: 10px;
	width: 290px;
	display: inline;
}

div.spnsrBlock h2 {
	position: relative;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	border-bottom: 5px solid #F2F2F2;
	margin-bottom: 10px;
}

div.spnsrBlock h2 span {
	top: 0;
	left: 150px;
	position: absolute;
	z-index: 3;
}

div.spnsrBlock img {
	float: left;
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	margin: 0 10px 10px 0;
}

div.spnsrBlock img.alt {
	margin: 0;
}
/* END sidebar contents */

div#footer p {
	float: left;
	line-height: 15px;
	font-size: 12px;
	display: inline;
}

div#footer p#credits {
	padding-right: 29px;
	margin-right: 10px; 
	border-right: 1px solid #F2F2F2;
}
/* ----------------------------------------- */
/* END Page Components */