body, div, p, img, a, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

h2, h3 {
	margin-top: .5em;
}

#experience-message {
	float: right;
	padding: 5px 10px 10px 10px;
	text-align: center;
	margin: 1em 1.5em 0 0;
	border: 1px dashed #ccc;
}

#experience-message a span {
	display: block;
	margin: 0 auto;	
}

#experience-message a span {
	padding: 5px;
}

#experience-message a {
	color: #551A8B;
	text-decoration: none;
}

#experience-message a:hover span {
	background-color: #C6EAEE;
	color: black;
}

.topic h4 {
	border-bottom: 1px solid #ccc;
	padding: 0 5px 5px 5px;
}

.topic h3 {
	padding: 5px 5px 0 5px;
	margin: 0;
}

.topic h3,
.topic h4 {
	background-color: #EBF8F9;
}

.topic {
	border: 1px solid #ccc;
	background-color: white;
	margin-bottom: 1em;
}

#content .topic p {
	margin-left: 10px;
	margin-right: 10px;	
}

#topics h3 {
	font-size: 1.1em;
}

#topics h2 {
	margin-bottom: 1em;
}

#topics p {
	margin-left: 1em;
}

#why-come h3 {
	margin: 1em 100px 10px 100px;
	border-bottom: 1px solid #ccc;
}

#content p {
	margin: 1em 0;
	line-height: 1.5em;
}

a img {
	border: none;
}

a:link {
	color: #2F61A8;
}	

html, body { 
	font-family: "Helvetica Neue", Helvetica, sans-serif; 
	height: 100%;
}

#container {
	min-height: 100%;
	border-left: 1px solid black;
	background: white url("../images/right-border.png") top right repeat-y;
	width: 60em;
	max-width: 1250px;
	margin: 0 auto;
}

#header {
	border-left: 1px solid white;
	border-right: 1px solid white;	
	margin-left: -1px;
}

body h1 {
	padding: 20px 20px 5px 20px;
}

h1 a:link, h1 a:visited, h1 a:active {
}

h1 a:hover {

}

.menu {
	padding: 0 10px;
	margin: 0 10px 0 0;
	position: relative;
	bottom: -1px;
	overflow: auto;
}

.menu .active {
	background-color: #9DDAE2;
	padding-bottom: 1px;
}

.menu li {
	float: left;
	white-space: nowrap;
	list-style-type: none;
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 0 1px;
	margin: 0 1px;
	background-color: #C6EAEE;
}

.menu a {
	text-decoration: none;
	color: black;
	display: block;
	padding: 8px;
}

.menu a:hover {

}

#content {
	border-top: 1px solid black;
	background: white url("../images/header-bg.gif") top left repeat-x;
	margin-right: 1px;	
	clear: both;
	padding: 10px;
}	

.schedule .start-time, .schedule .end-time {
	white-space: nowrap;
	text-align: right;
	width: 2.5em;
}

.schedule .special-session {
	background-color: #B0D7EC;
}

.schedule td.track a { color: #333; }
.schedule td.track { text-align: center; }


.data-table {
	width: 100%; 
	border: 1px solid black; 
	border-collapse: collapse;
	margin-bottom: 2em;
	margin-top: 1em;
	background-color: white;
}

.data-table th {
	background-color: #EBF8F9;
	text-align: left;
}

.data-table td, .data-table th {
	border: 1px solid black;
	padding: 4px;
}

.data-table td table td {
	border: none;
}

.quote {
	font-size: .9em;
}

.quote cite {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin-left: 10px; 
}

.thumb, #description, #why-come p, #why-come h3 {
	text-align: center;
}

#why-come ul {
	width: 25em;
	margin: 0 auto;
}

#copyright {
	border-top: 1px solid #ccc;
	font-size: .8em;
	text-align: center;
	padding-top: 1em;
	margin-top: 20px;
}