@charset "UTF-8";
/* 
	CSS Document for HBS Finance Conference 2007
	Copyright (c) 2007 Neuro-Designs
*/

html, body {
	background: #f2f2dc url("images/bg_main.png") top repeat-x;
	font: 11px/18px arial, helvetica, sans-serif;
	color: #333;
	}
	
#header {
	width: 900px;
	min-width: 900px;
	margin: 0px auto;
	}
	
#menu {
	background: url("images/bg_menu.png") no-repeat;
	width: 760px;
	min-width: 760px;
	height: 28px;
	margin: 0px auto;
	padding: 19px 70px 0px 70px;
	}
	
	#menu ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		font-size: 1.1em;
		}
		
		#menu ul li {
			display: inline;
			padding-right: 10px;
			}
			
			#menu ul li a:link, #menu ul li a:visited {
				color: #fff;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				}
				
				#menu ul li a:hover {
					color: #dbd7ad;
					}

#contents {
	background: url("images/bg_contents.png") repeat-y;	
	width: 800px;
	min-width: 800px;
	padding: 0px 50px;
	margin: 0px auto;
	overflow: hidden;
	}
	
	#left_column {
		float: left;
		width: 510px;
		padding: 20px;
		padding-bottom: 10px;
		font-size: 1em;
		overflow: hidden;
		}
		
	#sidebar {
		float: right;
		width: 250px;
		}
		
		#sidebar h3 {
			background: url("images/bg_sidebar_title.png") top no-repeat;
			margin: 0px;
			height: 23px;
			padding-left: 15px;
			padding-top: 4px;
			font-size: 1.2em;
			color: #333;
			}
			
			#sidebar h3 a:link, #sidebar h3 a:visited {
				color: #333;
				text-decoration: none;
				}
				
				#sidebar h3 a:hover {
					color: #666;
					}
			
			#sidebar p.sidebar_text {
				margin-top: 10px;
				padding-left: 15px;
				}
				
				#sidebar p.sidebar_text a:link, #sidebar p.sidebar_text a:visited {
					color: #348346;
					font-weight: bold;
					text-decoration: none;
					}
				
					#sidebar p.sidebar_text a:hover {
						color: #666;
						}
						
			.sidebar_keynote {
				overflow: hidden;
				}
				
				.sidebar_keynote_pic {
					float: left;
					width: 58px;
					padding: 15px 10px 15px 15px;
					}
					
				.sidebar_keynote_desc {
					float: left;
					width: 160px;
					padding-top: 12px;
					}

#footer_menu {
	width: 900px;
	min-width: 900px;
	margin: 0px auto;
	color: #b5b291;
	font-size: 1em;
	padding-bottom: 5px;
	overflow: hidden;
	}
	
	#footer_menu #left {
		float: left;
		width: 630px;
		padding-left: 70px;
		}
		
	#footer_menu #right {
		float: right;
		width: 130px;
		text-align: right;
		padding-right: 70px;
		}

	#footer_menu ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		}
		
		#footer_menu ul li {
			display: inline;
			padding-right: 10px;
			}
			
			#footer_menu ul li a:link, #footer_menu ul li a:visited, #footer_menu #right a:link, #footer_menu #right a:visited {
				color: #348346;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				}
				
				#footer_menu ul li a:hover, #footer_menu #right a:hover {
					color: #b5b291;
					}

#copyright {
	background: url("images/bg_footer.png") top no-repeat;
	width: 760px;
	min-width: 760px;
	margin: 0px auto;
	padding: 20px 70px 30px 70px;
	color: #b5b291;
	font-size: 0.95em;
	}
	
	#copyright a:link, #copyright a:visited {
		font-weight: bold;
		color: #b5b291;
		text-decoration: none;
		}
		
		#copyright a:hover {
			color: #348346;
			}


.sponsor_row {
	overflow: hidden;
	border-top: 1px dotted #b5b291;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	.sponsor_row .sponsor_left {
		float: left;
		width: 100px;
		font-weight: bold;
		}
		
	.sponsor_row .sponsor_right {
		float: right;
		width: 390px;
		text-align: center;
		}
		
		.sponsor_row .sponsor_right img {
			margin: 20px 10px;
			vertical-align: middle;
			}

.sidebar_sponsor h4 {
	font-size: 1em;
	}
	
.sponsor_line {
	border-bottom: 1px solid #ccc;
	margin: 5px auto;
	width: 220px;
	}

h1 {
	margin: 0px;
	padding: 0px;
	}

h2 {
	margin-top: 0px;
	color: #348346;
	font-size: 1.6em;
	}

h2.speaker_title {
	margin: 0px;
	font-size: 1.6em;
	color: #348346;
	}

h3.speaker_title {
	margin-bottom: 15px;
	}
	
h2.title {
	margin-top: 0px;
	color: #348346;
	font-size: 1.8em;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #348346;
	}
	
h2.title small {
	color: #ccc;
	font-size: 0.75em;
	text-transform: none;
	}

h3 {
	margin: 0px;
	font-size: 1.2em;
	}
	
p {
	margin-top: 0px;
	margin-bottom: 15px;
	}
	
img {
	border: 0px;
	}

img.speaker_pic {
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 5px;
	border: 1px dashed #b5b291;
	}

img.speaker_pic_s {
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 2px;
	border: 1px dashed #b5b291;
	}

a:link, a:visited {
	color: #348346;
	font-weight: bold;
	text-decoration: none;
	}
				
	a:hover {
		color: #b5b291;
		}

ul, ol {
	padding: 0px;
	padding-left: 22px;
	margin: 0px;
	margin-bottom: 20px;
	}

ul.sidebar_menu {
	padding: 0px;
	padding-left: 30px;
	padding-top: 15px;
	margin: 0px;
	margin-bottom: 20px;
	list-style-type: square;
	font-size: 1.3em;
	}

table.agenda td.td_start {
	width: 105px;
	background: #363;
	padding: 5px 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	color: #fff;
	}
	
table.agenda td.td_left {
	width: 90px;
	background: #348346;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	}
	
table.agenda ol {
	margin: 0px;
	padding-left: 20px;
	list-style-type: upper-alpha;
	}

table.agenda td.td_right {
	background: #f2f2dc;
	padding: 5px 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}

div.sidebar_sponsor {
	text-align: center;
	padding: 10px 0px;
	}

div.sidebar_sponsor img {
	margin: 10px 0px;
	}
	
div.sidebar_sponsor h4 {
	color: #666;
	margin: 0px;
	}


/* Form Settings */

table.registration td.td_left {
	width: 130px;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	}

select {
	width: 200px;
	margin-bottom: 5px;
	vertical-align: middle;
	font-size: 1em;
	}
	
input, textarea {
	background: #dadada;
	padding: 4px;
	border: 0px;
	margin-right: 2px;
	font-size: 1em;
	}

input.button {
	background: #348346;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 5px;
	padding: 5px;
	}

	input.button:hover {
		background: #999;
		}
		



.teamRow {
	width: 510px;
	overflow: hidden;
	margin-bottom: 10px;
	}
	
	.teamRow .left {
		width: 102px;
		float: left;
		}
		
		.teamRow .left img {
			border: 1px solid #ccc;
			width: 100px;
			height: 120px;
			}
		
	.teamRow .right {
		width: 400px;
		float: right;
		padding-top: 10px;
		}
