body {
	margin: 0;
	padding: 0;
	background-color: #999;
	font: 12px Helvetica,Verdana,sans-serif;
	color: #4a4b4b;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	position:relative;
	background-color: #ffffff;
}

#foldover-link {
	display:block;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	width:105px;
}

#left-nav{
	float: left;
	width: 160px;
	position: relative;
	left: 45px;
	top: 20px;
	background: url('../images/shadow-bar-nav.gif') no-repeat scroll right top;
	padding-bottom: 200px;
}
#left-nav a {
	text-decoration: none;
	color: #989898;
}
#left-nav ul {
	line-height: 2;
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#left-nav li.here a {
	font-weight: bold;
	color:#0d0d0d;
}
#left-nav li.red a { color:#641011 }

#intro, #main-content {
	margin: 35px 295px 35px 220px;
}
#intro {
	margin-right: 40px;
}
#wrapper.home #intro {
	margin-bottom: 20px;
}
#wrapper.home #main-content {
	border-top: 1px solid #989898;
	margin:0 265px 20px 220px;
	padding-top: 15px;
}

#connect {
	position:absolute;
	bottom:33px;
	right:0;
	width: 238px;
	padding: 20px 10px 0 55px;
	height: 565px;
}

#sponsor-bar {
	position: absolute;
	background: url('../images/conference-sponsors-bar.jpg') no-repeat;
	height:333px;
	padding:30px 0 0;
	width:233px;
}
#sponsor-bar img {
	display: block;
	margin: 25px auto;
}

#stay-connected {
	position: absolute;
	background:url("../images/stay-connected-bar.jpg") no-repeat scroll 0 0 transparent;
	height:124px;
	padding:55px 0 0 20px;
	width:233px;
	bottom: 0;
}
#stay-connected img {
	position: relative;
	top: 3px;
}

#wrapper.home .quote {
	display:none;
	width: 275px;
	height: 180px;
	padding-left: 18px;
	padding-top: 3px;
	margin:30px 0 0 140px;
	background: url('../images/quote-mark.gif') no-repeat;
}
#wrapper.home .quote span {
	display: block;
}

#area-info-links {
	list-style: none;
	font-size: 11px;
	line-height: 25px;
	margin:0 0 25px;
	padding:0;
}
#area-info-links li {
	display: inline;
	padding-right:15px;
}

#wrapper.special-events #intro p {
	margin-bottom: 60px;
}

#register-button {
	margin: 50px 0;
}
#wrapper.home #register-button {
	display:block;
	margin: 35px 0 0 -15px;
}

#registration-table {
	width:430px;
	border-collapse:collapse;
}
#registration-table th {
	text-align: left;
	font-weight: normal;
	font-style: italic;
	background-color: #577c99;
	color: #fff;
}
#registration-table th.header {
	background-color: #551418;
}
#registration-table th, #registration-table td {
	padding-left: 15px;
}
#registration-table td {
	padding-top: 5px;
	padding-bottom: 10px;
	vertical-align: top;
}
#registration-table .registration-background {
	background-image: url('../images/registration-background.jpg');
	color: #fff;
	height: 89px;
}
#registration-table .additional-info {
	display: block;
	font-size: smaller;
	font-style: italic;
	color: #5a5b5b;
}
#registration-table .pad {
	padding: 3px;
}
#registration-table .conflict-error {
	background-color:#FFFFFF;
	font-size:11px;
	margin-left:10px;
	margin-top:2px;
	padding-right:5px;
	position:absolute;
	z-index:100;
}
#registration-table .read-more {
	margin-top: 3px;
	cursor: pointer;
}
#registration-table .collapse-info {
	color: #7a7b7b;
	padding-left: 5px;
}
#registration-table .middle td {
	vertical-align:middle;
}

.agenda h2 {
	font-style: italic;
	border-bottom: 1px dotted #454646;
	padding-bottom: 8px;
	margin-bottom: 3px;
}
.agenda table {
	margin-bottom: 10px;
}
.agenda td, th {
	padding-top: 7px;
	vertical-align:top;
}
.agenda td.first {
	white-space:nowrap;
	width:130px;
}
.agenda table p {
	margin:0 0 8px;
	line-height:normal;
}
.agenda table .highlight {
	font-weight: bold;
	font-size: 125%;
}
.agenda table .attention {
	font-weight: bold;
	font-size: 120%;
}

#top-banner {
	background-image: url('../images/banner-top.jpg');
	height: 206px;
}
#bottom-banner {
	background-image: url('../images/banner-bottom.jpg');
	height: 33px;
}

img { border: none }
a { color:#374961 }
h1,h2 { margin: 3px 0 }
h3,h4 { margin: 1px 0 }
h1 { font-size:24px; font-weight:bold; }
h2 { font-size:18px; font-weight:bold; }
h3 { font-size:16px; font-weight:bold; }
h4 { font-size:14px; font-weight:bold; }
h5 { font-size:12px; font-weight:bold; }
p { line-height:18px; margin-top:5px; }

#wrapper.home h1 { font-size: 28px }
#wrapper.home h2 { font-size: 22px }

.red { color:#630d0d }
.blue { color:#184057 }
.light-blue { color:#7fc0de }
.platinum { color:#9a9999 }
.gold { color:#f4cb0d }
.media { color:#2b9bdc }
.bold { font-weight: bold }
.italic { font-style: italic }
.underline { text-decoration: underline }
.huge { font-size: 36px }
.big { font-size: 24px }
.larger2 { font-size: 16px }
.larger { font-size: 14px }
.inline-right { float:right; margin-left:10px; }
.inline-left { float:left; margin-right:10px; }
.header { margin: 20px 0 }
.top-row td { border-top: 1px dotted }
.bottom-row td { border-bottom: 1px dotted }
.center { text-align:center }
.middle { vertical-align:middle }

#home-arrow {
	position: absolute;
	left: 0;
	bottom: 33px;
}

#intro.logos h1.header,#intro.logos h2.header {
	font-size: 24px;
	color: #c7c5c5;
	border-bottom: 1px solid #c7c5c5;
}
ol.logos {
	list-style-type: none;
	margin-bottom:30px;
}
ol.logos li {
	display:inline-table;
	padding-bottom:15px;
	text-align:center;
	vertical-align:middle;
	width:190px;
}
div.profile {
	padding:10px 30px;
}
div.profile .logo img {
  vertical-align: middle;
  margin-right: 15px;
}
div.profile .logo a {
	color: #54a0c4;
	text-decoration: none;
	font-size:14px;
}

#main-content.breakouts h3 { margin: 12px 0; }

div.speaker {
	margin:15px 0 20px;
}
div.speaker img {
	
}
div.speaker p.name {
	font-weight: bold;
	display: none;
}
div.speaker p.bio {
	
}

.pdf {
	background: url("/images/pdf.gif") no-repeat scroll -10px 0 transparent;
	display: inline-block;
	height: 24px;
	padding-left: 25px;
	padding-top: 4px;
}
