@charset "utf-8";
/* CSS Document */
body	{
	width:100%;
	margin:0;
	background:url(../../media/images/common/body_bg.jpg) repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}
a	{
	color:#2e78a5;
}
a:hover	{
	color:#000;
}
h1	{
	font-size:24px;
	text-transform:uppercase;
	color:#ff8226;
	padding:0 0 5px 0;
	margin:0;
	border-bottom:1px dashed #000;
}
h2	{
	font-size:14px;
	color:#ff8226;
	padding:10px 0 20px 0;
	margin:0;
	font-weight:normal;
}
h2 strong	{
	padding:0;
	color:#ff8226;
	text-decoration:none;
}
h3	{
	font-size:18px;
	color:#2e78a5;
	padding:0 0 10px 0;
	margin:0;
}

h3 span {
	font-style: italic;
	font-size: 15px;
	color: #69a0c1;
}

p	{
	padding:5px 0 15px 0;
	margin:0;
}

ul,ol	{
	margin:0 0 0 35px;
	padding:5px 0 20px 0;
}

.clear {
	clear: both;
}

#header	{
	width:893px;
	margin:0 auto;
}

#nav_container	{
	width:100%;
	background-color:#000;
	overflow:auto;
}

#nav	{	
	list-style-type:none;
	marign:0;
	padding:0;
	width:893px;
	margin:0 auto;
	font-size:14px;
}
#nav li	{
	padding:10px 0;
	float:left;
	text-transform:uppercase;
}
#nav a	{
	padding:0 60px 0 15px;
	color:#FFF;
	text-decoration:none;
}
#nav a:hover	{
	color:#ff8226;
	background:url(../../media/images/common/nav_over_bg.jpg) no-repeat 0 50%;
	text-decoration:none;
}

#content_area	{
	width:846px;
	padding:40px 47px 0 0;
	margin:0 auto;
}

#subnav {
	margin: 20px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
}

#subnav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
}

#subnav li a {
	font-weight: bold;
	color: #FF8226;
}

#subnav li a:hover {
	font-weight: bold;
	color: #000000;
}
.keynote_speaker	{
	background-color:#FFF9BE;
}
.speaker,.keynote_speaker {
	padding: 20px 0;
	margin: 0;
	clear:both;
	border-bottom:1px solid #000;
	overflow:auto;
}

.speaker img, .keynote_speaker img {
	float: left;
	padding: 3px;
	border: 1px solid #000000;
	margin: 0px 10px 0px 10px;
	background-color:#FFF;
}

.sponsor_list {
	padding: 10px 0px 10px 15px;
	overflow: auto;
}

.sponsor_list img {
	float: left;
	margin: 0px 15px 30px 15px;
}


#thumbnails {
	width: 646px;
	height: 88px;
	float: right;
}

#thumbnails a {
	margin: 0px;
	padding: 0px;
}

#thumbnails a img#left {
		padding:  3px 0px 3px 3px;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-right: 0px;
		margin-right: -2px;
		padding-right: 0px;
		
	}
	
	
#thumbnails a:hover img#left {
	padding:  3px 0px 3px 3px;
	border-top: 1px solid #F08132;
	border-left: 1px solid #F08132;
	border-bottom: 1px solid #F08132;
		border-right: 0px;
		margin-right: -2px;
		padding-right: 0px;
		background: #FFF18E;
}

#thumbnails a img#right {
		padding:  3px 3px 3px 0px;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-left: 0px;
		margin-left: -2px;
		padding-left: 0px;
	}
	
	
#thumbnails a:hover img#right {
		padding:  3px 3px 3px 0px;
		border-top: 1px solid #F08132;
		border-right: 1px solid #F08132;
		border-bottom: 1px solid #F08132;
		border-left: 0px;
		margin-left: -2px;
		padding-left: 0px;
		background: #FFF18E;

}
	
    
	
	
#program_table {
	width: 100%;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #b48f74;
	border-bottom: none;
	border-right: none;
	margin: 30px 0px 50px 0px;
}

#program_table  td {
	border-bottom: 1px solid #b48f74;
}

#heading_row {
	background: #FA832D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center
}

#program_table .border_right td {
	border-right: 1px solid #b48f74;
	text-align: center;
}


#program_table .shaded_border_right td {
	border-right: 1px solid #b48f74;
	background: #FFF9BE;
	text-align: center;
}

#time {
	width: 125px;
}	



 #earlybird_table {
	width: 100%;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #b48f74;
	border-bottom: none;
	border-right: none;
	margin: 30px 0px 50px 0px;
}

#earlybird_table  td {
	border-bottom: 1px solid #b48f74;
}

#earlybird_table #heading_row {
	background: #FA832D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

#earlybird_table .border_right td {
	border-right: 1px solid #b48f74;
	text-align: left;
}


#earlybird_table .shaded_border_right td {
	border-right: 1px solid #b48f74;
	background: #FFF9BE;
	text-align: left;
}

tr #title  {
	text-align: right;
}	

#footer	{
	width:846px;
	clear: both;
	padding:0px;
	margin:0 auto;
}

#footer p {
	margin: 0px 0px 20px 0px;
	color: #666666;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

#footer p a {
	font-weight: bold;
	color: #666666;
}