@charset "UTF-8";
/* 
	CSS Document for The 36th Annual Wharton Whitney M. Young, Jr. Memorial Conference
	Copyright (c) 2009 Neuro-Designs. All rights reserved.
*/

@import url("_styles_reset.css");

/* IE Warning */
#IEWarning {
	width: 100%;
	background: #f00;
	clear: both;
	padding: 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		font-weight: bold;
		color: #fff;
		}
		
		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

/* General Settings */
body {
	background: #eaeaea;
	font: 10px/20px calibri, helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	font-weight: bold;
	color: #be1e2d;
	text-decoration: none;
	}
	
	a:hover {
		color: #999;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h2 {
	font-size: 1.8em;
	color: #0e2c68;
	margin-bottom: 20px;
	}
	
	.subtitle {
		font-weight: normal;
		}
	
h3 {
	margin-bottom: 20px;	
	color: #981f32;
	font-size: 1.5em;
	}
	
h4, h5 {
	margin-bottom: 20px;
	font-size: 1.3em;
	}
	
p {
	margin-bottom: 20px;
	font-size: 1.3em;
	}
	
strong {
	font-weight: bold;
	}
	
em, cite {
	font-style: italic;
	}
	
small {
	font-size: 0.8em;
	}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
	}

input.defaultText, textarea.defaultText, select {
	background: #eee;
	padding: 4px;
	border: 1px solid #ccc;
	}
	
	select {
		border: 1px solid #ccc;
		}
	
input.defaultButton {
	background: url("images/bg_keynote_module.png") bottom repeat-x;
	padding: 5px 10px;
	border: 1px solid #666;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	}
	
	input.defaultButton:hover {
		background: #666;
		}

#column ul {
	margin-bottom: 20px;
	font-size: 1.3em;
	padding-left: 20px;
	}
	
	#column ul li {
		list-style-type: disc;
		}

#column ul.prize {
	padding: 0px;
	margin-bottom: 20px;
	font-size: 1.6em;
	color: #fff;
	width: 30%;
	}
	
	#column ul.prize li {
		list-style-type: none;
		background: url("images/bg_keynote_module.png") bottom repeat-x;
		margin-bottom: 1px;
		padding: 5px 10px;
		}

#column ul.award {
	padding: 0px;
	margin-bottom: 20px;
	color: #fff;
	overflow: hidden;
	}
	
	#column ul.award li {
		width: 182px;
		float: left;
		list-style-type: none;
		background: url("images/bg_keynote_module.png") bottom repeat-x;
		margin-right: 1px;
		padding: 5px 10px;
		text-align: center;
		}

#column ul.speakers {
	padding: 0px;
	margin-bottom: 20px;
	}
	
	#column ul.speakers li {
		list-style-type: none;
		background: #eaeaea;
		margin-bottom: 1px;
		padding: 5px 10px;
		}
		
/* Additional Classes */

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}
	
.default {
	padding: 9px;
	border: 1px solid #eaeaea;
	}
	
.anchor {
	line-height: 1px;
	}
	
/* Layout Settings */

#header {
	width: 100%;
	min-width: 1000px;
	background: url("images/bg_header.png") repeat-x;	padding: 0px;
	clear: both;
	}
	
	#header .plc {
		width: 1000px;
		height: 89px;
		overflow: hidden;
		margin: 0px auto;
		}
		
		#header .plc #menu {
			width: 735px;
			float: left;
			}
			
			#header .plc #menu ul {
				width: 700px;
				overflow: hidden;
				padding-left: 35px;
				padding-top: 40px;
				}
				
				#header .plc #menu ul li {
					float: left;
					margin-right: 20px;
					height: 60px;
					}
					
					#header .plc #menu ul li a:link, #header .plc #menu ul li a:visited {
						color: #fff;
						font-weight: normal;
						font-size: 16px;
						padding-bottom: 2px;
						display: block;
						}
					
					#pgHome #header .plc #menu ul li a#linkHome:link, #pgHome #header .plc #menu ul li a#linkHome:visited,
					#pgAgenda #header .plc #menu ul li a#linkAgenda:link, #pgAgenda #header .plc #menu ul li a#linkAgenda:visited,
					#pgKeynotes #header .plc #menu ul li a#linkKeynotes:link, #pgKeynotes #header .plc #menu ul li a#linkKeynotes:visited,
					#pgPanels #header .plc #menu ul li a#linkPanels:link, #pgPanels #header .plc #menu ul li a#linkPanels:visited,
					#pgSpeakers #header .plc #menu ul li a#linkSpeakers:link, #pgSpeakers #header .plc #menu ul li a#linkSpeakers:visited,
					#pgSponsors #header .plc #menu ul li a#linkSponsors:link, #pgSponsors #header .plc #menu ul li a#linkSponsors:visited,
					#pgLogistics #header .plc #menu ul li a#linkLogistics:link, #pgLogistics #header .plc #menu ul li a#linkLogistics:visited,
					#pgAlumni #header .plc #menu ul li a#linkAlumni:link, #pgAlumni #header .plc #menu ul li a#linkAlumni:visited,
					#pgAbout #header .plc #menu ul li a#linkAbout:link, #pgAbout #header .plc #menu ul li a#linkAbout:visited
					{	
						border-bottom: 7px solid #981f32;						
						}
						
						#header .plc #menu ul li a:hover, .selected {
							border-bottom: 7px solid #981f32;
							}
							
							#header .plc #menu ul li a.disabled:link, #header .plc #menu ul li a.disabled:visited, #header .plc #menu ul li a.disabled:hover {
								color: #2f5095;
								border: none;
								}
								
							#header .plc #menu ul li a.dropArrow {
								background: url("images/arrow_down.gif") right center no-repeat;
								padding-right: 15px;
								}
			
		#header .plc #logo {
			width: 231px;
			margin-top: 20px;
			float: right;
			padding-right: 25px;
			}
			
			#header .plc #logo h1 {
				width: 231px;
				height: 61px;
				}
	
				#header .plc #logo h1 a {
					display: block;
				width: 231px;
				height: 61px;
				background: url("images/logo.png") 0 0 no-repeat;
				margin: 0px;
				text-align: left;
				text-indent: -80000em;
				text-decoration: none;
				}

#mainImage {
	width: 100%;
	min-width: 1000px;
	height: 331px;
	background: url("images/bg_main_image.png") repeat-x;
	overflow: hidden;
	}
	
	#mainImage .plc {
		width: 1000px;
		height: 320px;
		margin: 0px auto;
		margin-top: 11px;
		padding-top: 20px;
		background: url("images/bg_main_image_placeholder.png") no-repeat;
		}
	
#contents {
	width: 100%;
	min-width: 1000px;
	background: #fafafa;
	overflow: hidden;
	border-bottom: 12px solid #fafafa;
	}
	
	#contents #contentsStart {
		width: 1000px;
		height: 10px;
		margin: 0px auto;
		background: url("images/bg_contents_start.png") no-repeat;		
		}

	#contents #contentsEnd {
		width: 1000px;
		height: 21px;
		margin: 0px auto;
		background: url("images/bg_contents_end.png") no-repeat;
		}
	
	#contents .plc {
		width: 930px;
		margin: 0px auto;
		background: url("images/bg_contents.png");
		padding: 25px 35px;
		overflow: hidden;
		}
	
	#contents #column {
		width: 610px;
		float: left;
		font-size: 1.1em;
		}
				
	#contents #sidebar {
		width: 265px;
		float: right;
		font-size: 1.1em;
		}

	#contents #footbar {
		border-top: 1px solid #ccc;
		background: #eaeaea;
		margin-top: 30px;
		margin-bottom: 20px;
		padding: 10px;
		overflow: hidden;
		}
		
		#contents #footbar ul {
			overflow: hidden;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			}
		
			#contents #footbar ul li {
				float: left;
				margin: 0px;
				padding: 0px;
				list-style-type: none;
				}
			
				#contents #footbar ul li a:link, #contents #footbar ul li a:visited {
					display: block;
					padding: 5px 10px;
					background: #0e2c68;
					color: #fff;
					margin-right: 2px;
					margin-bottom: 2px;
					}
				
					#contents #footbar ul li a:hover {
						background: #981f32;
						}

#footer {
	width: 100%;
	min-width: 1000px;
	background: #eaeaea;
	border-top: 1px solid #ccc;
	margin: 0px auto;
	font-size: 0.9em;
	color: #666;
	}
	
	#footer .plc {
		width: 930px;
		margin: 0px auto;
		padding: 15px 35px 35px 35px;
		}
		
		#footer p {
			margin: 0px;
			}
	
		#footer a:link, #footer a:visited {
			font-weight: bold;
			color: #666;
			}
		
			#footer a:hover {
				color: #999;
				}





.dropdown {
	float: none;
	position: absolute;
	visibility: hidden;
	margin: 0px;
	margin-top: -1px;
	display: block;
	padding: 0px;
	width: 150px;
	z-index: 1000;
	font-size: 1.4em;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	}
	
	.dropdown a:link, .dropdown a:visited {
		display: block;
		background: #981f32;
		padding: 5px 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
		font-weight: normal;
		}

	.dropdown a:hover {
		color: #fff;
		background: #666;
		}



/* Main Image Rotator Settings */

#slideshow {
	width: 960px;
	height: 300px;
	background: #000;
	margin: 0px auto;
	margin-top: 0px;
	}

#s3slider { 
	width: 960px; /* important to be same as image width */ 
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	}

#s3sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: 0; /* important */
    margin-left: 0; /* important */
	}

.s3sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
	}

.s3sliderImage span {
    position: absolute; /* important */
    visibility: hidden;
    display: none; /* important */
	}

.clear {
    clear: both;
	}

h3#haiti {
	margin-bottom: 10px;
	}

h3#haiti a:link, h3#haiti a:visited {
	display: block;
	width: 265px;
	height: 70px;
	background: url("images/btn_haiti.png") top no-repeat;
	text-indent: -80000em;
	}
	
	h3#haiti a:hover {
		background-position: bottom;
		}

h3#register {
	margin-bottom: 1px;
	}

h3#register a:link, h3#register a:visited {
	display: block;
	width: 265px;
	height: 64px;
	background: url("images/btn_register.png") left no-repeat;
	text-indent: -80000em;
	}
	
	h3#register a:hover {
		background-position: right;
		}


.sidebarModule {
	border: 1px solid #eaeaea;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	}
	
.ventureblogModule {
	border: 0px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	}
	
	.ventureblogModule a {
		display: inline-block;
		float: left;
		background: #0e2c68;
		padding: 10px;
		color: #fff;
		font-size: 1.5em;
		line-height: 1.3em;
		width: 112px;
		height: 45px;
		}
		
		.ventureblogModule a:hover {
			background: #981f32 url("images/bg_keynote_module.png") bottom repeat-x;
			}
			
		a#btnVenture {
			width: 112px;
			}
			
		a#btnBlog {
			width: 112px;
			float: right;
			}

.socialModule {
	border: 0px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	}
	
	.socialModule h3 {
		background: #0e2c68;
		color: #fff;
		padding: 5px 0px;
		margin: 0px 0px 1px 0px;
		font-size: 1.3em;
		}
	
	a#btnTwitter {
		display: inline-block;
		float: left;
		width: 88px;
		height: 80px;
		background: url("images/btn_twitter.png") no-repeat;
		text-indent: -80000em;
		}
		
		a#btnTwitter:hover {
			background-position: bottom;
			}

	a#btnFacebook {
		display: inline-block;
		float: left;
		width: 89px;
		height: 80px;
		background: url("images/btn_facebook.png") no-repeat;
		text-indent: -80000em;
		}
		
		a#btnFacebook:hover {
			background-position: bottom;
			}

	a#btnLinkedin {
		display: inline-block;
		float: left;
		width: 88px;
		height: 80px;
		background: url("images/btn_linkedin.png") no-repeat;
		text-indent: -80000em;
		}
		
		a#btnLinkedin:hover {
			background-position: bottom;
			}


.venueModule {
	padding: 10px;
	margin-top: -10px;
	}
	
.reservationModule {
	color: #fff;
	padding: 0px;
	border: 0px;
	}
	
	.reservationModule a:link, .reservationModule a:visited {
		background: #0e2c68;
		display: block;
		padding: 10px;
		color: #fff;
		}
		
		.reservationModule a:hover {
			background: #981f32 url("images/bg_keynote_module.png") bottom repeat-x;
			}
		

.featuredModule {
	width: 610px;
	overflow: hidden;
	border-top: 8px solid #0e2b66;
	}
	
	.featuredModule .placement {
		width: 590px;
		padding: 10px;
		background: url("images/bg_keynote_module.png") bottom repeat-x;
		overflow: hidden;
		border-top: 1px solid #fff;
		}
		
		.featuredModule .placement .module {
			width: 164px;
			padding: 15px;
			float: left;
			margin-right: 2px;
			background: #600;
			text-align: center;
			}

			.featuredModule .placement h3 {
				color: #fff;
				font-size: 1.5em;
				}
			
			.featuredModule .placement .module img {
				border: 1px solid #ccc;
				padding: 9px;
				background: #fff;
				margin-bottom: 10px;
				}
				
			.featuredModule .placement .module h4 {
				color: #fff;
				font-size: 1.3em;
				padding-bottom: 3px;
				border-bottom: 1px solid #900;
				margin: 0px;
				margin-bottom: 3px;
				}
				
				.featuredModule .placement .module h4 a {
					color: #fff;
					}
					
					.featuredModule .placement .module h4 a:hover {
						color: #ccc;
						}
				
			.featuredModule .placement .module h5 {
				color: #fff;
				font-size: 1.1em;
				line-height: 1.5em;
				margin: 0px;
				}



	#featureSlideshow {
		width: 590px;
		overflow: hidden;
		position:relative;
		background: none;
		}

		#featureSlideshow #slideContainer {
		  margin:0 auto;
		  width: 590px;
		  overflow: hidden;
		  position:relative;
		  background: none;
		}
		
		#featureSlideshow span.control {
			display: none;
			}
		
		#featureSlideshow .slide {
			width: 590px;
			overflow: hidden;
			background: none;
			}
		




#sponsorBar {
	width: 100%;
	min-width: 1000px;
	background: #fafafa;
	overflow: hidden;
	}
	
	#sponsorBar .plc {
		width: 930px;
		margin: 0px auto;
		background: url("images/bg_contents.png");
		padding: 25px 35px;
		overflow: hidden;
		}
		
		#sponsorBar .plc table {
			width: 100%;
			margin: 0px auto;
			}
			
			#sponsorBar .plc table td {
				padding: 10px;
				text-align: center;
				border-right: 1px solid #fff;
				border-bottom: 1px solid #fff;
				}
				
				#sponsorBar .plc table td.header {
					background: #eaeaea;
					padding: 5px 10px;
					}
		
		#sponsorBar .plc p {
			margin: 0px;
			}

		#sponsorBar .plc h3 {
			font-size: 1.4em;
			margin: 0px;
			}

		#sponsorBar .plc img {
			margin-right: 20px;
			}
	
	#sponsorBar .wrap {
		width: 665px;
		float: left;
		border-top: 1px solid #eaeaea;
		}

#sponsorBar #aambaa {
	float: right;
	width: 253px;
	border: 1px solid #eaeaea;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	}
	
	#sponsorBar #aambaa img {
		margin: 0px;
		}
		
	#sponsorBar #aambaa p {
		font-size: 1.1em;
		line-height: 1.5em;
		margin: 0px;
		margin-top: 5px;
		}



#sidebar .sponsor {
	border: 1px solid #eaeaea;
	padding: 0px 0px;
	text-align: center;
	}
	
	#sidebar .sponsor h3 {
		background: #eaeaea;
		color: #999;
		padding: 3px 10px;
		margin: 0px;
		font-size: 1.1em;
		}
	
	#sidebar .sponsor img {
		margin: 15px;
		}



.sponsorRow {
	overflow: hidden;
	}
	
	.sponsorRow img {
		float: left;
		}





.spkModule {
	width: 620px;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
	.spkModule .left {
		width: 122px;
		float: left;
		margin-bottom: 20px;
		}
		
		.spkModule .left img {
			border: 1px solid #ccc;
			background: #fff;
			padding: 9px;
			}
			
	.spkModule .right {
		width: 480px;
		float: right;
		}
		
		.spkModule .right h4 {
			font-size: 1.5em;
			margin: 0px;
			}
			
		.spkModule .right h5 {
			margin-bottom: 15px;
			}




	#sidebar ul.spkJump {
		background: #8d1d2e url("images/bg_keynote_module.png") bottom repeat-x;
		margin-bottom: 10px;
		}
		
		#sidebar ul.spkJump li {
			color: #fff;
			font-size: 1.2em;
			font-weight: bold;
			line-height: 1.4em;
			border-bottom: 1px solid #fff;
			}
			
			#sidebar ul.spkJump li ul {
				padding: 0px 0px 10px 10px;
				margin: 0px;
				}

				
				#sidebar ul.spkJump li a:link, #sidebar ul.spkJump li a:visited {
					display: block;
					margin-bottom: 0px;
					color: #fff;
					font-weight: bold;
					padding: 10px;
					}

					#sidebar ul.spkJump li a:hover {
						background: #0e2c68;
						color: #fff;
						}
				
				#sidebar ul.spkJump li ul li {
					margin: 0px 0px 1px 20px;
					padding: 1px 0px 0px 0px;
					font-size: 1em;
					line-height: 1.6em;
					border-bottom: 0px;
					list-style-type: square;
					}
				
				#sidebar ul.spkJump li ul li a:link, #sidebar ul.spkJump li ul li a:visited {
					display: block;
					margin-bottom: 0px;
					color: #fff;
					font-weight: bold;
					padding: 0px;
					padding-left: 10px;
					}

					#sidebar ul.spkJump li ul li a:hover {
						color: #eaeaea;
						}

table.awardForm {
	font-size: 1.3em;
	}
	
	table.awardForm tr {
		}
		
		table.awardForm tr td {
			padding-right: 10px;
			}





table.agenda {
	font-size: 1.3em;
	line-height: 1.5em;
	width: 100%;
	}
	
	table.agenda tr td {
		background-color: #fafafa;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 5px 10px;
		text-align: center;
		}
		
		table.agenda tr td.time {
			text-align: center;
			font-weight: bold;
			background: #981f32;
			color: #fff;
			}
			
		table.agenda tr td.sch2 {
			background: #eaeaea;
			}

		table.agenda tr td.sch3 {
			background: #dadada;
			}

		table.agenda tr td.sch4 {
			background: #cacaca;
			}
		
		table.agenda tr td em {
			font-size: 0.9em;
			}


.toggler {
	margin: 0px 0px 20px 0px;
	padding: 5px 10px;
	cursor: pointer;
	outline: 0;
	display: inline-block;
	background: #0e2c68;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.3em;
	}
	
	.toggler:hover {
		background: #981f32 url("images/bg_keynote_module.png") bottom repeat-x;
		}

.element {
	padding: 10px;
	background: #fafafa;
	border: 1px solid #eaeaea;
	}


.teamBlock {
	width: 180px;
	margin: 1px;
	margin-top: 5px;
	background: #eee;
	padding: 10px;
	text-align: center;
	float: left;
	}


		.teamBlock img {
			border: 1px solid #ccc;
			background: #fff;
			padding: 9px;
			margin-bottom: 5px;
			}
			
		.teamBlock h4 {
			font-size: 1.3em;
			margin: 0px;
			}
			
		.teamBlock h5 {
			margin-bottom: 0px;
			}
