@charset "utf-8";
/* CSS Document */
ul li{ list-style:none; height:40px;}
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3c3c3c;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
	}
.home-bg{

}
.speakers-bg{
	background-image: url(../images/speaker-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}	
.agenda-bg{
	background-image: url(../images/agenda-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 100%;
}	
.agenda-bg img{
	max-width: 100%;
}	

.registration-bg{
	background-image: url(../images/speaker-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact-bg{
	background-image: url(../images/contact-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}	

.wrapper	{
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	}
	
#header{
	height:99px;
	width:978px;
	margin:0 auto;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding:5px 10px;
}
.leftNav{
	width: 210px;
	background-color: #ccc;
	border-radius: 4px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
	}
.leftNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	line-height: 30px;	
	
}
.leftNavLink ul li{list-style:none;}
.leftNavLink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	line-height: 30px;	
	
	}
.active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	line-height: 30px;	
	
	}	
.leftNavLinklast{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 30px;
	border:none;
	
	line-height: 30px;
	}	
.rightBox{
	background-color: #5b7981;
	border-radius: 4px;
	padding: 10px;
	color: #FFF;
	}
	
.rightBox2{
	background-color: #5b7981;
	border-radius: 4px;
	padding: 1px 10px 1px 10px;
	color: #FFF;
	}
	
.readIdeas{
	
	}
.whitelink{
	color:#fff;
	text-decoration:underline;
	
	}	
.whitelink:hover{
	color:#fff;
	text-decoration:none;
	
	}	
.bluetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00B9E8;
	text-decoration: none;
}	
.bdr {
	border: 1px solid #333;
}
.morelinks{
	color: #367ADB;
	text-decoration: none;
	font-size: 15px;
}
.morelinks:hover{
	color: #000;
	text-decoration: underline;
}

.error_strings {
	color:#ff0000;
	font-size:14px;
}
