* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 2.1em;
	background: url('../images/bg.png') repeat-x;
}


/* LAYOUT */
#container {
	width: 944px;
	margin: 0 auto;
}
#flashCurtains {
	width: 944px;
	height: 289px;
	display: block;
}
#branding {
	display: block;
	height: 190px;
	width: 642px;
	padding: 16px 0;
	text-indent: -9999px;
	background: url('../images/branding.gif') no-repeat top left;
}
#content {
	width: 944px;
	min-height: 400px;
	float: left;
}
#main {
	width: 600px;
	float: left;
	margin: 50px 36px 0 0;
}
#aside {
	width: 288px;
	float: left;
	padding: 50px 11px 10px 25px;
	margin: -10px 0 0 -36px;
/*	-moz-border-radius-bottomLeft: 10px;
	-moz-border-radius-bottomRight: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;*/
	background: url('../images/aside_bg.png') no-repeat top right;
}
#footer {
	clear: both;
	float: left;
	width: 944px;
	display: block;
	margin-top: 30px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px dotted #CCC;
	color: #808080;
}


/* HOME PAGE LAYOUT */
body.home {
	background: url('../images/bg_home.png') repeat-x;
}
.home #container {
	width: 944px;
	margin: 0 auto;
}
.home #branding {
	display: none;
}
.home #content, .home #nav {
	margin: 0;
}


/* NAVIGATION */
#nav {
	position: relative;
	width: 944px;
	z-index: 9999;
}
#nav li {
	list-style: none;
	float: left;
}
#nav li a {
	float: left;
	margin-bottom: 10px;
	padding: 5px 14px;
	background: #333;
	font-size: 1.4em;
	color: #CCC;
	text-decoration: none;
}
#nav li a:hover {
	background: #111;
	color: #FFF;
}
#nav #home a {
	-moz-border-radius-topLeft: 10px;
	-webkit-border-top-left-radius: 10px;
	background: #333 ;
}
#nav #home a:hover {
	background: #111 ;
}
#nav #sponsors a {
	-moz-border-radius-topRight: 10px;
	-webkit-border-top-right-radius: 10px;
	background: #333;
}
#nav #sponsors a:hover {
	background: #111;
}
.home #nav #home a, .register #nav #register a, .agenda #nav #agenda a, .workshops #nav #workshops a, .speakers #nav #speakers a, .venue #nav #venue a, .sponsors #nav #sponsors a {
	margin-bottom: 0;
	padding-bottom: 15px;
	background:  url('../images/nav_on_bg.png') no-repeat bottom center;
	color: #FFF;
}


/* MAIN */
#main h1 {
	font-size: 3.6em;
	line-height: 1em;
	color: #0074C5;
	font-weight: normal;
	text-transform: uppercase;
}
#main h2 {
	margin: .5em 0 0;
	font-size: 2.4em;
	color: #4D4D4D;
}
#main h3 {
	color: #4D4D4D;
	font-size: 1.8em;
	display: block;
}
#main h4 {
	color: #4D4D4D;
	font-size: 1.3em;
	display: block;
}
#main p {
	margin: .5em 0 1em 0;
	font-size: 1.4em;
	color: #444;
}
#main p.small {
	font-size: .8125em;
	line-height: 1.2em;
}
#main strong {
	font-weight: bold;
}
#main a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #0074C5;
}
#main a:hover {
	color: #000;
	border-bottom: 1px solid #0074C5;
}
#main li {
	font-size: 1.4em;
	margin: 0 0 0 20px;
	color: #444;
}
#main blockquote {
	margin: 2em 0;
	padding-left: 20px;
	background: url('../images/open_quote.png') no-repeat top left;
}
#main blockquote p {
	margin-bottom: 1em;
	font-size: 1.8em;
	color: #222;
	font-style: italic;
}
#main blockquote p.credit {
	font-size: 1.2em;
	font-style: normal;
	color: #333;
}
#main dl {
	margin: 1em 0 2em;
}
#main dt {
	color: #222;
	font-size: 1.8em;
}
#main dd {
	color: #444;
	font-size: 1.2em;
}
#main .downloadLink {
	margin-top: 3em;
}
#main .downloadLink a {
/*	display: block;*/
	padding: 8px 10px 8px 50px;
	background: #4D4D4D url('../images/icon_download.png') no-repeat 2% 50%;
	color: #FFF;
	border: none;
}
#main .downloadLink a:hover {
	background: #222 url('../images/icon_download.png') no-repeat 2% 50%;
}
#main .speaker {
/*	padding-bottom: 1em;*/
	margin-bottom: 2em;
	border-bottom: 1px dotted #888;
}
#main .speaker img {
	float: left;
	margin: 10px 10px 10px 0;
}
/* table styles */
table {
	width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
}
table thead, table thead tr {
	width: 100%;
	background: #231F20 url('../images/agenda_inactive_header.png') repeat-x top left;
/*	line-height: 1.2em;*/
	text-align: left;
	color: #999;
	font-weight: normal;
	vertical-align: top;
}
table th strong {
	font-size: 1.4em;
	color: #FFF;
}
table th, table td {
	padding: 10px;
	font-weight: normal;
}
table tr {
	border-top: 1px solid #FFF;
}
table td {
	font-size: 1.2em;
	background-position:expression(-this.offsetLeft + " " + -this.offsetTop); /* Fixes IE7 tbody background issue */
}
table tbody {
	background: #F8F8F9 url('../images/agenda_content_bg.png') repeat-x top left;
	color: #666;
}
table tfoot {
	background: #222;
}
#main table tfoot p.small {
	color: #DDD;
}


/* ASIDE */
#aside .item {
	margin: 2em 0;
}
#aside .item .item {
	margin: 0;
}
#aside .item h2 {
	color: #FFF;
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: normal;
}
#aside .item h3 {
	background: #999;
	border-bottom: 1px solid #666;
	padding: 1px 3px;
}
#aside .item p {
	color: #EEE;
	font-size: 1.2em;
}
#aside .item a {
	color: #EEE;
	text-decoration: none;
	border-bottom: 1px dotted #49ACFF;
}
#aside .item a:hover {
	color: #FFF;
	border-bottom: 1px solid #49ACFF;
}
#aside .item li {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.2em;
}
#aside .item li a {
	width: 289px;
	display: block;
	padding: 2px 10px;
	margin: 0 0 0 -11px;
	background: #4D4D4D;
	border: none;
	text-decoration: none;
	color: #FFF;
}
#aside .item li a:hover {
	border: none;
	background: #0054A5;
}
#aside .last {
	width: 289px;
	display: block;
	padding: 0 11px 20px;
	margin: 2em -12px -10px;
	background: url('../images/aside_bg.png') no-repeat bottom right;
}
#aside .bigLink .top {
	display: block;
	font-size: 1.2em;
}
#aside .bigLink .bottom {
	display: block;
	font-size: 1.8em;
}
#aside .bigLink a img {
	float: left;
	border: none;
	margin-right: 10px;
}
#aside .bigLink a {
	width: 288px;
	display: block;
	padding: 10px 11px;
	margin: 0 0 3px -11px;
	text-decoration: none;
	background: #4D4D4D;
	color: #EEE;
}
#aside .bigLink a:hover {
	background: #005EA3;
	color: #FFF;
}
/* travel items */
#aside #travelCollapse h2 {
	margin: 0 0 5px 0;
}
#aside .item .item h3 {
	margin: 0;
	width: 277px;
	padding: 2px 11px;
	color: #fff;
	cursor: pointer;
	font-size: 1.3em;
}
#aside .item .item p {
	padding: 0px 11px 15px;
	width: 277px;
}
#aside .item p.hidden {
	display: none;
}
#aside .item p.display {
	display: block;
	background: #ccc;
	color: #000;
}


/* AGENDA AND WORKSHOP STYLES - GENERATED FROM CMS */
#agendaList thead th,
#agendaList tbody th,
#workshopList thead th,
#workshopList tbody th,
#registration thead th,
#registration tbody th {
	color: #FFF;
	font-size: 1.8em;
}
#agendaList tbody th, #workshopList tbody th {
	background: #231F20 url('../images/agenda_inactive_header.png') repeat-x top left;
	text-align: left;
}
#agendaList td, #workshopList td {
	vertical-align: top;
}
#agendaList .time, #workshopList .time {
	width: 25%;
}
#agendaList td h4, #workshopList td h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: #0074C5;
}
#agendaList .workshops td {
	padding: 0 10px 10px;
}
.workshopsByTrack {
	font-size: .7em;
	margin-top: .5em;
}
.workshopsByTrack h5 {
	font-size: 1.3em;
	font-weight: 100;
}

.leadership, .marketing, .sales {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 15em;
}
.marketing {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.workshopItem {
	padding: 1em 0 1em;
	border-bottom: 1px solid #ddd;
}
.workshopItem h4 {
	font-size: 1.1em !important;
	cursor: pointer;
}
.workshopItem h5 {
	font-weight: 400;
	font-size: 1.4em;
}
.workshopItem p.workshopTime {
	margin-top: 0em !important;
	margin-bottom: 0em !important;
}
.workshopItem h4:hover {
	background: url('../images/down_arrow.png') no-repeat bottom right;
}
.workshopDescription {
	margin-bottom: .5em;
}
.workshopInfo {
	font-size: .7em;
}
.workshopDownloads {
	margin-top: 1em;
}

/* SPEAKERS */
.speaker ul {
	margin-bottom: 1em;
}
.speaker ul li {
	margin-left: 2em ;
}
.speaker .speakerEventInfo {
	display: none;
	margin-bottom: 1em;
}
.speaker .speakerEventInfo  .description {
	margin-top: .5em;
}
.speakerEventInfo h5 {
	font-weight: 400;
	font-size: .9em;
	margin-top: .5em;
}

/*SPONSORS*/
.sponsors #main img {
	border: none;
	border: #eee 1px solid;
	padding: .5em .3em;
}
.sponsors #main a {
	border: none;
}
.sponsors #main img:hover {
	border-color: #0074C5;
}
.sponsors #main h2 {
	margin-bottom: .7em;
	background-image: url("../images/agenda_inactive_header.png");
	color: #ffffff;
	font-weight: 400;
	padding: 10px;
	font-size: 1.8em;
}


/* FOOTER STYLES */
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	color: #0054A5;
	text-decoration: underline;
}


/* IE6 HACKS */
* html #flashCurtains {
	margin-bottom: -6px;
}
* html #nav, * html .home #nav {
	margin-bottom: -10px;
}
* html #main {
	width: 590px;
	padding-right: 10px;
}
* html #aside {
	width: 310px;
	float: left;
	padding: 50px 0 0 0;
	background: url('../images/aside_bg_ie.png') no-repeat top right;
}
* html .home #aside .item {
	float: left;
	padding: 0 0 0 10px;
}
* html #aside .last, * html .home #aside .last {
	width: 290px;
	display: block;
	padding: 0 10px 20px;
	margin: 2em 0 0;
	background: url('../images/aside_bg_ie.png') no-repeat bottom right;
}
* html #aside .bigLink a {
	width: 290px;
	display: block;
	padding: 10px 10px;
	margin: 0 0 3px 0;
	text-decoration: none;
	background: #999;
	color: #EEE;
}
* html #nav #home a {
	background: #333 url('../images/nav_top_left_ie.gif') no-repeat top left;
}
* html #nav #home a:hover {
	background: #111 url('../images/nav_top_left_ie.gif') no-repeat top left;
}
* html #nav #sponsors a {
	background: #333 url('../images/nav_top_right_ie.gif') no-repeat top right;
}
* html #nav #sponsors a:hover {
	background: #111 url('../images/nav_top_right_ie.gif') no-repeat top right;
}
* html .home #nav #home a, * html .register #nav #register a, * html .agenda #nav #agenda a, * html .workshops #nav #workshops a, * html .speakers #nav #speakers a, * html .venue #nav #venue a, * html .sponsors #nav #sponsors a {
	background: url('../images/nav_on_bg.gif') no-repeat bottom center;
}
* html .home #nav #home a:hover, * html .sponsors #nav #sponsors a:hover {
	background: url('../images/nav_on_bg.gif') no-repeat bottom center;
}
