/*
bg gray:#71777F;
gray:#6A6A6A;
blue:#3466AA;
lt blue:#EAF7FD;
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #71777F;
}

a {
	color: #444;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #464646;
}
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; color: #DF5401; }
p {
	color: #6A6A6A;
	font-size: 11px;
	margin: 5px 0 15px;
}
table {
	width: 100%;
	border-collapse: collapse;
/*	border-top: 1px solid #CCC;*/
	margin: 5px 0 15px 0;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
th, td {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}
th {
	font-size: 16px;
	font-weight: bold;
	color: #464646;
}
td {
	font-size: 12px;
	color: #6A6A6A;
	vertical-align: top;
}
ul {
	margin: 0 0 15px 20px;
	list-style: square;
}
hr {
	border: none;
	border-top: 1px solid #CCC;
	margin: 30px 0;
}
.center { text-align: center; }
.alignright { text-align: right; }

/* LAYOUT */
#container {
	width: 940px;
	padding: 0 20px 30px;
	margin: 0 auto;
/*	background: url('../images/footer-bg-shadow.png') no-repeat bottom center;*/
	background: #FFF;
}
#header {
	position: relative;
	height: 120px;
	background:#FFF url('../images/container-bg.jpg') no-repeat top center;
}
#header h1 a {
	width: 250px;
	height: 94px;
	padding: 10px 25px;
	display: block;
	background: url('../images/conference-logo.png') no-repeat center center;
	text-indent: -9089px;
}
#hero {
	position: relative;
}
.event-info {
	width: 395px;
	height: 119px;
	display: block;
	background: url('../images/event-info-bg.png') no-repeat top left;
	position: absolute;
	z-index: 9;
	left: 15px;
	top: 20px;
	text-indent: -9967px;
}
#slides {
	width: 940px;
	height: 300px;
	display: block;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#buttons {
	position: absolute;
	top: 40px;
	right: 20px;
	list-style: none;
	z-index: 10;
}
#buttons li a {
	width: 200px;
	height: 61px;
	line-height: 61px;
	display: block;
	background: url('../images/buttons-bg.png') no-repeat top left;
	text-align: center;
	color: #DDD;
	text-decoration: none;
	margin: 0 0 10px 0;
}
#buttons li a:hover {
	color: #FFF;
	background-position: bottom left;
}
#keywords {
	height: 48px;
	display: block;
	border-top: 1px solid #B1B5BE;
	border-bottom: 1px solid #B1B5BE;
	background: #FFF url('../images/keywords-bg.png') repeat-x top;
	color: #3466AA;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
}
#content {
	float: left;
	display: block;
	padding: 20px 20px 10px;
	background: #EAF7FD;
	width: 900px;
}
#content > div {
	display: none;
	float: left;
}
#footer {
	clear: both;
	background: #EAF7FD url('../images/footer-bg.png') repeat-x;
	height: 105px;
	position: relative;
	z-index: 20;
}
#footer #healthcare-banner {
	width: 470px;
	height: 178px;
	display: block;
	background: url('../images/healthcare-banner.png');
	text-indent: -9788px;
	position: absolute;
	top: -11px;
	left: -41px;
}
#footer #copyright {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 10px;
	color: #888;
}
#footer-shadow {
	margin: 0 auto 30px;
	width: 940px;
	height: 30px;
	display: block;
	background: url('../images/footer-bg-shadow.png') no-repeat top center;
}

/* NAVIGATION */
#nav {
	position: absolute;
	height: 27px;
	background: url('../images/nav-bg.jpg') repeat-x left center;
	top: 93px;
	right: 0px;
	padding:0 15px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
#nav li {
	float: left;
	list-style: none;
}
#nav li a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px;
	height: 27px;
	line-height: 26px;
	display: block;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}
#nav li a:hover {
	color: #96DBF1;
}
#nav a.current {
/*	background: #F00;*/
	color: #96DBF1;
}


/* TABBED SUB-NAV */
ul.tabs {
	list-style: none;
	float: left;
	width: 100%;
	margin: 20px 0;
}
.tabs li {
	float: left;
}
.tabs li a {
	float: left;
	padding: 3px 12px;
	background: #CCC;
	margin-right: 15px;
	color: #444;
	text-decoration: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.tabs li a:hover {
	background: #DDD;
}
.tabs li a.current {
	background: #127CB6 url('../images/nav-bg.jpg') repeat-x top center;
	color: #FFF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* PAGE CONTENT AND COLUMNS */
.column-1 {
	clear: both;
	width: 600px;
	margin: 0 150px;
	position: relative;
}
.column-2 {
	width: 550px;
	float: left;
}
.column-2.small {
	width: 335px;
	margin-left: 15px;
}
.column-3 {
	width: 290px;
	margin-right: 15px;
	float: left;
}
.last {
	margin-right: 0;
}
.panes > div {
	display: none;
}

/* Home page */
.home p, .home ul {
	font-size: 13px;
}

/* Registration page */
.column-2.registration p {
	font-size: 13px;
}

/* Sponsorship page */
.sponsors p, .sponsors ul {
	font-size: 13px;
	color: #464646;
}
.sponsors .sold-out {
	font-size: 10px;
	color: #FFF;
	background: #DF5401;
	padding: 2px 6px;
/*	font-weight: normal;*/
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sponsors td.feature {
/*	color: #000;*/
	color: #DF5401;
	font-weight: bold;
}
a.sponsorship-download,
a.agenda-download {
	position: absolute;
	right: 0px;
	top: 20px;
	font-size: 13px;
	background: #DF5401 url('../images/pdf-icon.png') no-repeat 5% 50%;
	color: #FFF;
	text-decoration: none;
	padding: 3px 15px 3px 35px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
a.sponsorship-download:hover { }
a.agenda-download {
	top: 47px;
}

/* Agenda page */
.agenda.column-1 {
	width: 690px;
	margin: 0 100px;
}
.agenda p, .agenda ul {
	font-size: 13px;
	color: #464646;
}
.agenda .panes {
	clear: both;
}
.agenda .header {
	text-align: center;
	font-weight: bold;
	color: #444;
	font-size: 10px;
}
.agenda .time {
	font-size: 11px;
}
.agenda .business-track {
	background: #EAF7FD;
}
.agenda .product-track {
	background: #DEEEF5;
}
.agenda .keynote {
	background: #F8F8F8;
}

/* FAQ page */
#faq h5 {
	clear: both;
}
#faq ul {
	font-size: 13px;
}
a.top {
	font-size: 11px;
/*	text-align: right;*/
	background: #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 2px 6px;
	margin: 20px 0;
	text-decoration: none;
	float: right;
	color: #444;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
a.top:hover {
	background: #EEE;
}


/* VIDEO OVERLAY */
div.overlay {
	display:none;
	background: #080808 url('../images/overlay-bg.png') no-repeat center center;
	width: 640px;
	padding: 30px;
	-moz-box-shadow:0 0 40px #000000;
	-webkit-box-shadow:0 0 40px #000000;
}
div.overlay div.close {
	position:absolute;
	top:-17px;
	right:-17px; 
	width:35px;
	height:35px;
	cursor:pointer;
	background: url('../images/close.png') no-repeat;
}
div.overlay a {
	height:360px;
	display:block;
}