@charset "UTF-8";
/* 
	CSS Document for Perpetual Licensing
	Copyright (c) 2008 Neuro-Designs. All rights reserved.
	
*/

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

/* General Settings */
html {
	padding: 0px;
	margin: 0px;
	}

body {
	padding: 0px;
	margin: 0px;
	font: 10px/20px trebuchet ms, arial, helvetica, sans-serif;
	color: #333;
	background: #df851a url("images/bg_main.png") repeat-x;
	font-size: 62.5%;
	}
	
img {
	border: 0px;
	vertical-align: middle;
	}
	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #292c83;
	}
	
	a:hover {
		color: #999;
		}

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-weight: bold;
	}

h1 {
	display: block;
	width: 900px;
	height: 336px;
	background: url("images/main.jpg") no-repeat;
	margin: 0px;
	text-indent: -40000em;
	}

h2 {
	color: #df851a;
	font-size: 1.8em;
	}
	
h3 {
	color: #292c83;
	font-size: 1.3em;
	}
	
h4 {
	font-size: 1em;
	}

p {
	font-weight: normal;
	}

	sup {
		line-height: 1.2em;
		}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

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

/* Layout Settings */

#wrapper {
	width: 900px;
	padding: 10px;
	border: 1px solid #eaeaea;
	background: #fff;
	margin: 20px auto;
	margin-bottom: 40px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}

#header {
	width: 900px;
	height: 31px;
	}

#menu {
	width: 900px;
	background: url("images/bg_menu.png") no-repeat;
	overflow: hidden;
	padding-top: 1px;
	}
	
	#menu ul {
		overflow: hidden;
		font-size: 1.4em;
		text-transform: lowercase;
		font-weight: bold;
		padding-left: 10px;
		}
		
		#menu ul li {
			float: left;
			}
			
			#menu ul li a:link, #menu ul li a:visited {
				color: #fff;
				display: block;
				padding: 5px 8px;
				}
				
			#menu ul li a:hover {
				background: url("images/bg_menu_hover.png") repeat-x;
				}
		
#contents {
	width: 900px;
	padding: 0px;
	overflow: hidden;
	font-size: 1.2em;
	}
	
	
	#contents #mainImage {
		clear: both;
		}
		
	#contents #title {
		background: #df851a;
		padding: 10px 20px;
		}
		
		#contents #title h2 {
			color: #fff;
			margin: 0px;
			font-size: 1.8em;
			}
	
	#contents #column {
		width: 590px;
		float: left;
		background: url("images/bg_column.png") no-repeat top;
		padding: 10px 20px;
		margin-top: 10px;
		min-height: 250px;
		}
		
		#contents #column ul {
			width: 570px;
			}
		
		#contents #column ul li {
			background: #eaeaea;
			padding: 5px 10px;
			margin-bottom: 1px;
			border-bottom: 1px solid #ccc;
			}
		
	#contents #sidebar {
		width: 250px;
		float: right;
		margin-top: 10px;
		padding: 0px 10px;
		}

		
		ul.sidebar_menu {
			padding: 0px;
			margin: 0px;
			margin-bottom: 20px;
			list-style-type: none;
			line-height: 1.6em;
			font-size: 1em;
			}
			
			ul.sidebar_menu li {
				margin: 0px;
				margin-bottom: 1px;
				padding: 0px;
				background: #df851a;
				}
				
				ul.sidebar_menu li a:link, ul.sidebar_menu li a:visited {
					width: 230px;
					background: #df851a;
					color: #fff;
					display: block;
					padding: 5px 10px;
					}
					
					ul.sidebar_menu li a:hover {
						background: #292c83;
						color: #fff;
						}
					
					ul.sidebar_menu li ul {	
						padding-left: 20px;
						padding-bottom: 5px;
						margin: 0px;
						font-size: 1em;
						}
						
						ul.sidebar_menu li ul li {
							padding: 0px;
							}
						
						ul.sidebar_menu li ul li a:link, ul.sidebar_menu li ul li a:visited {
							padding: 0px 5px;
							width: 210px;
							}
							
							.top {
								-moz-border-radius-topleft: 5px;
								-webkit-border-top-left-radius: 5px;
								-moz-border-radius-topright: 5px;
								-webkit-border-top-right-radius: 5px;
								}

							.bottom {
								-moz-border-radius-bottomleft: 5px;
								-webkit-border-bottom-left-radius: 5px;
								-moz-border-radius-bottomright: 5px;
								-webkit-border-bottom-right-radius: 5px;
								}


#footer {
	width: 880px;
	height: 20px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 10px 0px 10px;
	color: #999;
	font-size: 1em;
	clear: both;
	}
	
	#footer p {
		margin: 0px;
		}
	
	#footer a:link, #footer a:visited {
		color: #999;
		font-weight: bold;
		}
		
		#footer a:hover {
			color: #666;
			}


/* Sponsors */

#sponsor {
	margin-top: 10px;
	}

table td.sponsorTitle {
	background: #ccc;
	color: #333;
	font-weight: bold;
	}
	
p.sponsor img {
	border: 1px solid #eaeaea;
	}
	


/* Keynote Home */

#keynoteHome {
	width: 250px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
	#keynoteHome .row {
		width: 230px;
		padding: 10px;
		overflow: hidden;
		background: #eaeaea;
		margin-bottom: 1px;
		border-bottom: 1px solid #ccc;
		}
		
		#keynoteHome .row .left {
			width: 75px;
			float: left;
			}
			
		#keynoteHome .row .right {
			width: 145px;
			float: right;
			}
			

.speakerRow {
	width: 590px;
	overflow: hidden;
	margin-top: 20px;
	}
	
	.speakerRow .left {
		width: 120px;
		float: left;
		}
		
	.speakerRow .right {
		width: 455px;
		float: right;
		}
		
		.speakerRow .right h4 {
			color: #292c83;
			margin: 0px;
			font-size: 1.2em;
			}

		.speakerRow .right h5 {
			font-size: 1em;
			}



.td_left {
	background: #292c83;
	color: #fff;
	font-weight: bold;
	margin-right: 2px;
	padding: 6px 12px;
	}
	
.td_right {
	background: #eaeaea;
	color: #333;
	font-weight: bold;
	margin-right: 2px;
	padding: 6px 12px;
	}
