body {
	background: #000000;
	position: absolute;
	color: #FFFFFF;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}


a:link, a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}


#main_nav {
	height:28px;
	background:#000000 url(images/nav_grad.jpg) repeat-y right;
	clear:both;

}
	
#main_nav ul {
	float:right;
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
	 
#main_nav li {
	float: left;
	position: relative;
	margin-top: 7px;
	padding: 0px 13px;
}



#main_nav #current a{
	color:#FF0000;
	
}
#main_nav a { text-decoration: none;  color:#FFFFFF;  }
#main_nav a:link { text-decoration: none; color:#FFFFFF; }
#main_nav a:hover { color: #990000; }


#wrapper {
	width: 980px;
	clear: both;
	background: #000000;
}
.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 980px;
	height: 330px;
	overflow: hidden;
	/*border-right: 1px solid #5A5A5A;*/
	margin-bottom:10px;
	clear: right;
	background: #000 url(/els2010dev/images/stategy_bg.jpg) no-repeat right top;
}
#centercol {
	position: relative;
	left: 0px;
	width: 979px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	width: 969px;
	background: #000 url(/els2010dev/images/stategy_bg.jpg) no-repeat;
	font-weight: normal;
	height: 330px;
}

.glidecontent img{
float: right; 
padding: 10px; 
margin-top: 20px;
margin-left:80px;
}

.glidecontent img.logo{
float:none;
padding:  0px; 
margin-top: 0px;
margin-left:5px;

}

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	/*width: 1000px;*/
	margin: 0px;
	text-align: right; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
	clear: right;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px;
/*width: 75px;
height: 52px;
color: #2e6ab1;*/
padding-top: 0px;
margin: 0px;
text-decoration: none;
border:0px;
}

/*.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! 
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}*/

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	margin: 0px;
	padding: 0px;
	
}


.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
width: 0px;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
width: 0px;
}
.glidecontent p {
	margin:20px 30px 0px;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
}



#p-select {
	margin-top: 30px;
	margin-left: 5px;
	padding:5px 0px;	/*border-right: 1px solid #5A5A5A;*/
}
#nav {
	font-size: 11px;
}

#logo {
	top: 10px;
	left: 10px;
	position: absolute;
	
}


	
	
	
.date {
position:relative;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	/*top: 16px;*/
	margin-top: 15px;
	margin-bottom: 20px;
}

#footer {
	font-weight: bold;
	border-top: 3px solid #5A5A5A;
	padding: 5px 5px 5px 10px;
	clear: both;
}

#footer #logos { position: relative;}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	font-size:10px;
	text-decoration:underline;}
	
#footer p {
	text-align:right;
	font-weight:normal;
	font-size:10px;}

#footer img {
	background: top;
	display: inline;
	position: relative;
	vertical-align: top;
	
}
#wrapper #main {
	background: #000000;
	height: 300px;
	margin: 0px;
}

.title {
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	color: #FFF;
}

.name {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
#centercol2 {
	clear: both;
	border-right: 1px solid #5A5A5A;
	background: #000 url(/els2010dev/images/bg_notext.jpg) no-repeat right top;
}
#centercol2 p {
	width: 520px;
	margin-left: 70px;
	line-height: 140%;
}
#centercol2 ul {
	width: 520px;
	margin-left: 70px;
	line-height: 140%;
	list-style:disc;
	list-style-position:outside;
	}

#centercol2 h1 {
	font-size: 23px;
	width:520px;
	margin-left: 70px;
	margin-top: 25px;
}

#centercol2 h2 {
	font-size: 19px;
	width:520px;
	padding: 5px 0px 0px;
	margin-top: 30px;
	margin-left: 70px;
	color: #F01716;
	border-top: 1px solid #F01716;
	margin-bottom: 0px;
}

#speakers_nav {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	color:#000000;
}

.pics {
	margin-right: 50px;
	margin-top: 50px;
	float: right;
	clear: both;
	padding-left: 20px;
}
.schedule {
	margin-left: 70px;
	width: 500px;
	margin-top: 10px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}
.schedule td {
	padding: 5px;
	border-bottom:1px solid #333;
}
.schedule_head {
	font-size: 14px;
	font-weight: bold;
	background: #9C0B11;
}
.registration {
	margin-left: 70px;
	width: 550px;
	margin-top: 20px;
	border: 1px solid #5D5C5A;
}
.registration td {
	padding: 5px;
	}
.clear {
	clear: both;
}
.red {
	font-size:14px;
	color:#F01716;
	}

.red a {
	font-size:14px;
	color:#F01716;
	}
	
	.white { color:#FFF;}
.bio {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
#centercol2 .schedule tr td ul{
	padding: 0px;
	margin: 0px 0px 0px 20px;
	width: 380px;
}



/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {
	width:925px;
	height:56px;
	margin:10px auto 10px;
	background:#000;
	padding:0px 0px 0px;
	display:block;
	position:relative;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{
	position:relative;
	overflow:hidden;
	width:925px;
	margin:0px auto 0px;
}
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }
#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border:1px #333333 solid; }



/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:52px; top:0px; right:0px; background:url(images/gallery_fwd.jpg) no-repeat;  }
.addbkwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:52px;
	top:0px;
	left:0px;
	background:url(images/gallery_back.jpg) no-repeat;
}
/* thumbnail slider end */
#centercol2 .schedule tr td p {
	margin-left: 0px;
	padding-left: 0px;
	width: 350px;
}
