@charset "UTF-8";
/* 
	CSS Document for Wharton Energy Conference 2009
	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: #fff url("images/bg_main.png");
	font: 10px/20px arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	}

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

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #09c;
	}

h2 {
	font-size: 1.6em;
	margin-bottom: 20px;
	color: #09c;
	}
	
h3 {
	margin-bottom: 15px;	
	font-size: 1.4em;
	color: #999;
	}
	
	h3.panel {
		color: #8fb729;
		}
	
h4 {
	font-size: 1.2em;
	}
	
p {
	margin-bottom: 15px;
	font-size: 1.1em;
	}
	
strong {
	font-weight: bold;
	}
	
em, cite {
	font-style: italic;
	}

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

sub {
	font-size: 0.7em;
	position: relative;
	top: 0.4em;
	}
	
small {
	font-size: 0.9em;
	}

input.defaultText, textarea.defaultText, select {
	background: #eee;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1em;
	}
	
	select {
		border: 1px solid #8fb729;
		}
	
input.defaultButton {
	background: #8fb729;
	padding: 5px 10px;
	border: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	}
	
	input.defaultButton:hover {
		background: #999;
		}
		
/* Additional Classes */

.footLink {
	font-style: italic;
	font-weight: bold;
	color: #8fb729;
	}

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

#header {
	width: 100%;
	min-width: 960px;
	background: url("images/bg_header.png") top repeat-x;
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 0px;
	border-bottom: 10px solid #86d5f2;
	clear: both;
	}
	
	#header .plc {
		width: 960px;
		margin: 0px auto;
		}
		
	#header .plc #menu {
		height: 90px;
		padding-left: 10px;
		clear: both;
		}
		
		#header .plc #menu ul {
			overflow: hidden;
			}
			
			#header .plc #menu ul li {
				float: left;
				}
				
				#header .plc #menu ul li a:link, #header .plc #menu ul li a:visited {
					margin-top: 10px;
					margin-right: 20px;
					padding-top: 30px;
					display: block;
					color: #fff;
					font-size: 16px;
					font-weight: normal;
					text-transform: lowercase;
					}
				
				#pgHome #header .plc #menu ul li a#linkHome:link, #pgHome #header .plc #menu ul li a#linkHome:visited,
				#pgWelcome #header .plc #menu ul li a#linkWelcome:link, #pgWelcome #header .plc #menu ul li a#linkWelcome:visited,
				#pgSpeakers #header .plc #menu ul li a#linkSpeakers:link, #pgSpeakers #header .plc #menu ul li a#linkSpeakers:visited,
				#pgPanels #header .plc #menu ul li a#linkPanels:link, #pgPanels #header .plc #menu ul li a#linkPanels:visited,
				#pgTables #header .plc #menu ul li a#linkTables:link, #pgTables #header .plc #menu ul li a#linkTables:visited,
				#pgAgenda #header .plc #menu ul li a#linkAgenda:link, #pgAgenda #header .plc #menu ul li a#linkAgenda:visited,
				#pgVenue #header .plc #menu ul li a#linkVenue:link, #pgVenue #header .plc #menu ul li a#linkVenue:visited,
				#pgSponsors #header .plc #menu ul li a#linkSponsors:link, #pgSponsors #header .plc #menu ul li a#linkSponsors:visited,
				#pgTeam #header .plc #menu ul li a#linkTeam:link, #pgTeam #header .plc #menu ul li a#linkTeam:visited,
				#pgAlumni #header .plc #menu ul li a#linkAlumni:link, #pgAlumni #header .plc #menu ul li a#linkAlumni:visited,
				#pgGreening #header .plc #menu ul li a#linkGreening:link, #pgGreening #header .plc #menu ul li a#linkGreening:visited
				{
					background: url("images/bg_menu_marker.png") top center no-repeat;
					}
					
					#header .plc #menu ul li a:hover {
						background: url("images/bg_menu_marker.png") top center no-repeat;
						}
						
					#header .plc #menu ul li a.disabled:link, #header .plc #menu ul li a.disabled:visited, #header .plc #menu ul li a.disabled:hover {
						cursor: default;
						color: #779822;
						background: none;
						}
		
	#header .plc #mainImage {
		width: 960px;
		height: 280px;
		background: url("images/main.jpg") no-repeat;
		}
		
		#header .plc #mainImage h1, #header .plc #mainImage h2, #header .plc #mainImage h3 {
			text-indent: -80000em;
			}
	
#contents {
	width: 960px;
	min-height: 300px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
	}
	
	#contents #column {
		width: 620px;
		padding-left: 10px;
		float: left;
		font-size: 1.1em;
		}
				
	#contents #sidebar {
		width: 230px;
		padding: 0px 10px;
		float: right;
		font-size: 1.1em;
		}
		
		a.btnRegister:link, a.btnRegister:visited {
			width: 230px;
			height: 75px;
			display: block;
			background: url("images/btn_register.png") top no-repeat;
			text-indent: -80000em;
			}
			
			a.btnRegister:hover {
				background: url("images/btn_register.png") bottom no-repeat;
				}

	#contents #footbar {
		border-top: 5px solid #eaeaea;
		background: #f7f8d5;
		margin-top: 0px;
		margin-bottom: 20px;
		padding: 10px;
		font-size: 1.1em;
		overflow: hidden;
		width: 600px;
		}
		
		#contents #footbar ul {
			overflow: hidden;
			background: none;
			margin-bottom: 0px;
			}
		
			#contents #footbar ul li {
				float: left;
				padding: 0px;
				background: none;
				}
			
				#contents #footbar ul li a:link, #contents #footbar ul li a:visited {
					display: block;
					padding: 5px 10px;
					background: #8fb729;
					color: #fff;
					margin-right: 2px;
					margin-bottom: 2px;
					}
				
					#contents #footbar ul li a:hover {
						background: #999;
						}

#footer {
	width: 940px;
	background: url("images/bg_footer.png") top no-repeat;
	margin: 10px auto;
	margin-top: 30px;
	padding: 15px 10px;
	font-size: 1em;
	color: #ccc;
	}
	
	#footer p {
		margin: 0px;
		}
	
	#footer a:link, #footer a:visited {
		font-weight: bold;
		color: #ccc;
		}
		
		#footer a:hover {
			color: #999;
			}



.keynoteHome {
	overflow: hidden;
	width: 620px;
	}
	
	.keynoteHomeModule {
		width: 190px;
		padding-right: 10px;
		float: left;
		}
		
		.keynoteHomeModule img {
			border: 1px solid #09c;
			}
			
		.keynoteHomeModule h3 {
			margin: 0px;
			margin-top: 5px;
			font-size: 1.2em;
			}
			
		.keynoteHomeModule h4, .keynoteHomeModule h5 {
			margin: 0px;
			font-size: 1.2em;
			}

.teamRow {
	overflow: hidden;
	width: 620px;
	}
	
	.teamRowModule {
		width: 280px;
		padding: 5px 10px;
		margin-right: 2px;
		margin-bottom: 2px;
		background: #eaeaea;
		float: left;
		}
		
		.teamRowModule h4 {
			color: #09c;
			}




#column ul {
	padding: 0px;
	margin: 5px 0px 15px 0px;
	list-style-type: none;
	font-size: 1.1em;
	}
	
	#column ul li {
		background: #eaeaea;
		margin-bottom: 2px;
		padding: 5px 10px;
		}

	#column ul.speakers li, #column ul.alt li {
		background: #f7f8d5;
		margin-bottom: 2px;
		padding: 5px 10px;
		}
		
		#column ul li ul {
			margin: 0px;
			}
			
			#column ul li ul li {
				background: none;
				border: 0px;
				border-top: 1px solid #ccc;
				padding: 4px 0px;
				}
				
				#column ul li h4 {
					margin: 0px;
					margin-bottom: 10px;
					}


.spkModule {
	width: 620px;
	overflow: hidden;
	border-bottom: 5px solid #eaeaea;
	margin-bottom: 25px;
	}
	
	.spkModule .left {
		width: 122px;
		float: left;
		margin-bottom: 20px;
		}
		
		.spkModule .left img {
			border: 1px solid #09c;
			}
			
	.spkModule .right {
		width: 480px;
		float: right;
		}
		
		.spkModule .right h4 {
			font-size: 1.4em;
			}
			
		.spkModule .right h5 {
			font-size: 1.2em;
			margin-bottom: 15px;
			}





	#sidebar ul.spkJump {
		width: 230px;
		background: #09c;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
		
		#sidebar ul.spkJump li {
			width: 210px;
			color: #fff;
			font-size: 1.1em;
			font-weight: bold;
			line-height: 1.6em;
			padding: 10px;
			border-bottom: 1px solid #fff;
			}
			
			#sidebar ul.spkJump li ul {
				width: 210px;
				padding: 0px;
				margin: 0px;
				}

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

					#sidebar ul.spkJump li a:hover {
						color: #eaeaea;
						}
				
				#sidebar ul.spkJump li ul li {
					width: 196px;
					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;
					}

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

#sponsorSidebar {
	text-align: center;
	background: #fafafa;
	}
	
	#sponsorSidebar .divider {
		border-top: 1px solid #eaeaea;
		margin: 0px;
		margin-bottom: 15px;
		}

#sponsorSidebar h4 {
	margin: 15px 0px;
	padding: 3px;
	background: #ccc;
	color: #fff;
	}

.sponsorRow {
	width: 620px;
	overflow: hidden;
	margin-bottom: 10px;
	}
	
	.sponsorRow .left {
		width: 200px;
		float: left;
		text-align: center;
		}
	
	.sponsorRow .right {
		width: 400px;
		float: right;
		}



table.agenda {
	font-size: 1.1em;
	line-height: 1.5em;
	width: 100%;
	}
	
	table.agenda tr td {
		background-color: #f7f8d5;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 5px 10px;
		text-align: left;
		}
		
		table.agenda tr td.time {
			text-align: right;
			font-weight: bold;
			background: #09c;
			color: #fff;
			}
			
		table.agenda tr td.sch2 {
			background: #f3f5b5;
			}

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


a.anchor {
	line-height: 1px;
	}