body {
	font-family: "Helvetica", arial, verdana;
	padding: 0px;
	margin: 0px;
	color: #4e4f51;
	font-size: 12px;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #929497;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #56A0D3;
}

b {
	color: #56A0D3;
}

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: white;
	height: 55px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	z-index: 2;
	/* -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3); */
}

#right_vertical_line {
	position: fixed;
	left: 621px;
	top: 0px;
	height: 100%;
	z-index: 5;
	width: 1px;
	background-color: #ccc;
}

#left_vertical_line {
	position: fixed;
	left: 44px;
	top: 0px;
	height: 100%;
	z-index: 5;
	width: 1px;
	background-color: #ccc;
}

#dc {
	background-image: url(/img/dc.png);
	width: 235px;
	height: 36px;
	margin: 10px 0px 0px 144px;
	cursor: pointer;
	z-index: 1;
}

#navigation {
	position: fixed;
	top: 22px;
	left: 640px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
}

#logo {
	position: fixed;
	background-color: #307C9F;
	width: 75px;
	height: 125px;
	top: 0px;
	left: 45px;
	background-image: url(/img/logo.png);
	z-index: 8;
	/* -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3); */
}

#container {
	padding-top: 56px;
	margin-left: 44px;
	padding-left: 100px;
	border-left: 1px solid #ccc;
	overflow: hidden;
}

#content {
	float: left;
	width: 436px;
	padding-top: 20px;
	padding-right: 40px;
}

#secondary {
	position: fixed;
	width: 460px;
	top: 56px;
	left: 622px;
}

#sub_nav {
	width: 460px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sub_nav .section {
	background-repeat: repeat-y;
	height: 60px;
	color: white;
	overflow: hidden;
}

#sub_nav .section b {
	color: #ccc;
	font-size: 18px;
	line-height: 21px;
	display: block;
	padding: 5px 20px;
}
	#sub_nav .section.innovation {
		background-image: url(/img/subnav1.png);
	}
	#sub_nav .section.philanthropy {
		background-image: url(/img/subnav2.png);
	}
	#sub_nav .section.growth {
		background-image: url(/img/subnav3.png);
	}
	#sub_nav .section.arts {
		background-image: url(/img/subnav4.png);
	}
	#sub_nav .section.business {
		background-image: url(/img/subnav5.png);
	}
	#sub_nav .section.activities {
		background-image: url(/img/subnav6.png);
	}
	#sub_nav .section.join {
		background-image: url(/img/subnav7.png);
	}
	#sub_nav .section.login {
		background-image: url(/img/subnav8.png);
	}
	
		#sub_nav div a {
			color: #D0D2D3;
			font-weight: normal;
			font-size
		}
		
		#sub_nav div a:hover {
			color: #fff;
			font-weight: normal;
		}
		
		#sub_nav .section b a {
			color: #fff;
		}
		
		#sub_nav .section .mid_line {
			height: 2px;
			background-color: #000;
			opacity: 0.1;
			filter: alpha(opacity = 10);
			z-index: -1;
			zoom: 1;
		}
		
		#sub_nav .section .left {
			float: left;
			padding: 6px 20px;
			width: 120px;
		}
		
		#sub_nav .section .center {
			float: left;
			width: 2px;
			height: 27px;
			background-color: #000;
			opacity: 0.1;
			filter: alpha(opacity = 10);
			zoom: 1;
		}
		
		#sub_nav .section .right {
			float: left;
			padding: 6px 20px;
		}
		
#register_now {
	background-image: url(/img/subnav9.png);
    width: 415px;
    height: 30px;
    padding-left: 45px;
    overflow: hidden;
    font-size: 18px;
	line-height: 30px;
	display: block;
}

#register_now a {
	color: #fff;
}

.divider {
	width: 436px;
	height: 21px;
	background-image: url(/img/divider.png);
	margin-bottom: 5px;
}

h1 {
	font-family: "Helvetica Bold", "Helvetica", "Arial";
	color: #828587;
	padding: 0px;
	margin: 0px;
	font-size: 48px;
	letter-spacing: -0.025em;
	line-height: 46px;
}

h1 span {
	color: #464749;
}

h2 {
	color: #3E90C6;
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	line-height: 30px;
}

h3 {
	background-color: #eee;
	padding: 5px;
}

label {
	display: block;
	color: #828587;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

label.error {
	color: purple;
	font-size: smaller;
}

input {
	border: 1px solid #aaa;
	padding: 5px;
	font-size: 16px;
	color: #222;
	outline: none;
}

input:focus {
	border: 1px solid #3E90C6;
}

input[type="submit"] {
	display: block;
	background-color: #3E90C6;
	color: #fff;
	border: none;
	font-size: 14px;
	margin-top: 10px;
}

textarea {
	border: 1px solid #aaa;
	padding: 5px;
	font-size: 16px;
	color: #222;
	outline: none;
	width: 360px;
	height: 100px;
}

#footer {
	font-size: 12px;
	line-height: 14px;
	padding: 20px 20px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
}

ul {
	margin: 15px 0px 20px 15px;
	padding: 0px;
}

.name {
	color: #929497;
	font-size: 38px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

.profile_pic {
	background-color: #111;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
}

.information {
	font-size: 12px;
	float: left;
	width: 360px;
	margin: 0px;
	padding: 0px;
}

.information b {
	color: #56A0D3;
}

.message_error {
	color: purple;
	font-weight: bold;
	margin: 5px 0px;
}

.message_success {
	background-color: #f0ecdd;
	color: #56A0D3;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0px;
	-webkit-border-radius: 10px;
}

.message {
	background-color: #C6C082;
	color: #111;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.dark {
	color: #231F20;
}

.clear {
	clear: both;
	height: 10px;
}

.panel_message {
	font-size: 18px;
	background-color: #DEB406;
	padding: 5px 10px;
	display: none;
	color: #111;
	opacity: 0.5;
}

.cost {
	display: block;
	font-size: 32px;
	color: #C0DC8E;
	font-weight: bold;
}

.speaker {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.speaker_name {
	font-size: 14px;
}

.clear {
	clear: both;
}
.definition {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "Helvetica Bold", "Helvetica", "Arial";
}
.definition span {
	
}

.speaker_hover {
	position: absolute;
	display: none;
	background-color: #fff;
	border: 5px solid #56A0D3;
	z-index: 50;
	width: 300px;
	-webkit-box-shadow: 0px 0px 2px #111;
}

.speaker_hover img {
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	border-right: 1px solid #ccc;
}

.speaker_hover p {
	float: left;
	padding: 10px;
}

.speaker_hover p b {
	font-weight: bold;
	color: #111;
	display: block;
	margin-bottom: 5px;
}