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

@import url("_styles_reset.css");

html, body {
	background: #f2f2dc url("images/bg_main.png") top repeat-x;
	font: 10px/20px helvetica, arial, sans-serif;
	color: #333;
	}

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

h2 {
	margin-bottom: 15px;
	color: #348346;
	font-size: 1.4em;
	}

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

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

h3 {
	font-size: 1em;
	}
	
p {
	margin-bottom: 15px;
	}

strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

small {
	font-size: 0.9em;
	}

img {
	vertical-align: middle;
	}
	
	img.speaker_pic {
		margin-right: 10px;
		padding: 5px;
		border: 1px dashed #b5b291;
		}

	img.speaker_pic_s {
		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-left: 20px;
	margin-bottom: 20px;
	list-style-type: square;
	}
	
	ul ul { 
		margin-bottom: 0px;
		}

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









	
#header {
	width: 900px;
	min-width: 800px;
	padding: 0px 0px;
	margin: 0px auto;
	text-align: center;
	}

	#header h1 {
		display: block;
		width: 900px;
		height: 84px;
		background: url("images/header.png") no-repeat; 
		text-align: left;
		text-indent: -80000em;
		text-decoration: none;
		}
		
#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.2em;
		}
		
		#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;
	}

	#full_column {
		background: url("images/bg_contents_white.png") center repeat-y;	
		width: 760px;
		padding: 20px;
		font-size: 1.2em;
		overflow: hidden;
		margin: 0px;
		}
	
	#left_column {
		float: left;
		width: 510px;
		padding: 20px;
		padding-bottom: 10px;
		font-size: 1.2em;
		overflow: hidden;
		}
		
	#sidebar {
		float: right;
		width: 250px;
		font-size: 1.1em;
		}
		
		#sidebar h3.title {
			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.register {
			border-top: 1px solid #fff;
			background: #348346; /*url("images/bg_sidebar_title_register.png") top no-repeat;*/
			margin: 0px;
			padding: 10px 15px;
			font-size: 1.6em;
			text-align: center;
			color: #fff;
			}
			
			#sidebar h3.title a:link, #sidebar h3.title a:visited {
				color: #333;
				text-decoration: none;
				}
				
				#sidebar h3.title a:hover {
					color: #666;
					}

			#sidebar h3.register a:link, #sidebar h3.register a:visited {
				color: #fff;
				text-decoration: none;
				}
				
				#sidebar h3.register a:hover {
					color: #ccc;
					}

			
			#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: 1.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: 1em;
	}
	
	#copyright a:link, #copyright a:visited {
		font-weight: bold;
		color: #b5b291;
		text-decoration: none;
		}
		
		#copyright a:hover {
			color: #348346;
			}


/* Sponsor Section Settings */

.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;
			}
			
		.sponsor_row .sponsor_right table td {
			text-align: center;
			}

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

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: 25%;
	background: #348346;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: left;
	vertical-align: middle;
	}
	
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;
	vertical-align: middle;
	}

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

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

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

/* Form Settings */

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

input.button, a.registerButton:link, a.registerButton:visited {
	background: #348346;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 5px;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

	input.button:hover, a.registerButton:hover {
		background: #999;
		}
		






.nomargin {
	margin: 0px;
	}

.divider {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	}