html{
	height:100%;}

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#484848;
	font-size:11px;
	background-image:url(../graphx/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#E9EAF0;
	height:100%;
	min-height:100%;}

/*--------------- PAGE CONTAINER !!!!! -------------*/
#container{
	width:950px;
	height:100%;
	padding:0px 20px 0px 20px;
	text-align:left;}
	
/*--------------- CLEARFIX clear all floats -------------*/
.clearfix:after,#container:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size:0;
	visibility:hidden;
}
.clearfix,#container {display: inline-block;}

/* Hide from IE5/Mac \*/
* html .clearfix {height: 1px;}
* html #container {height:100%;}
.clearfix,#container {display:block;}
/* End hide */

/*--------------- PAGE LAYOUT STYLES ---------------*/
#content{
	position:relative; 
	width:948px;
	height:auto;
	overflow:auto;
	background-color:#FFFFFF;
	background-image:url(../graphx/bg_content_main.gif);
	background-position:top left;
	background-repeat:repeat-y;
	border:1px solid #FFFFFF;}
	
#contentHome{
	position:relative; 
	width:948px;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;}
	
#leftCol{
	position:relative;
	float:left;
	width:240px;
	height:auto;
	margin:0px;
	padding:30px 0px 60px 0px;}

#rightCol{
	position:relative;
	float:left;
	width:650px;
	height:auto;
	margin:0px;
	padding:30px 0px 25px 30px;}
	
#rightCol2{
	position:relative;
	float:left;
	width:650px;
	height:auto;
	margin:0px;
	padding:30px 0px 0px 30px;}
	
#fullCol{
	position:relative;
	width:948px;
	height:auto;
	margin:0px;
	padding:0px 0px 0px 0px;}

/*-------------------------------------------------*/
div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#484848;}

table{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	border:0px;}
	
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#484848;}

/*--------------- default links ---------------*/
a, a:link{text-decoration:underline; color:#0A2972; outline-style:none;}
a:visited{text-decoration:underline; color:#0A2972; outline-style:none;}
a:hover{text-decoration:underline; color:#95A2C2; outline-style:none;}

p{
	margin:0px 0px 15px 0px;}
	
.smText{
	font-size:10px;}

ul{  
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;}
	
ol{  
	margin-top: 0px;}

li{  
	margin: 4px 0px 0px 0px;
	/*list-style-image:url();*/}

form{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;}
		
input{
	color:#484848;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #7F9DB9;}
	
input, textarea{
  color:#484848;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #7F9DB9;}
	
select{
  color:#484848;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #7F9DB9;}

/* Button class */
.btn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
	font-weight:bold;
	color:#0A2972;
	border:1px solid #95A2C2;
	padding:2px 2px 2px 2px;
	background-image:url(../graphx/bg_btn.gif);
	background-repeat:repeat-x;
	cursor:pointer;}
	
.btn:hover{  
	color:#0A2972;
	background-position:0 -29px;
	border:1px solid #061940;}
	
/*Button Container*/
.btnContainer{
	float:left; 
	padding:15px 0px 0px 5px;}

hr{
	height:1px;
	background-color: #484848;
	color:#484848;
  border:0px;
	margin:15px 0px 15px 0px;
  width:100%;}

img{
	border:none;}

/*--------------- HEADER STYLES ---------------*/
h1{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0A2972;
	font-weight:bold;
	margin:0px 0px 15px 0px;}

h2{
	font-size:14px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0A2972;
	font-weight:bold;}

h3{
	font-size:12px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#484848;
	font-weight:bold;}
	
.confSubHeader{
	font-size:18px;
	margin:0px 0px 15px 0px;}
	
.hLink, a.hLink, a.hLink:visited, a.hLink:link{
	text-decoration:none;}
a.hLink:hover{
	text-decoration:underline;}
	
.agendaLink, a.agendaLink, a.agendaLink:visited, a.agendaLink:link{
	text-decoration:none;
	font-size:11px;}
a.agendaLink:hover{
	text-decoration:none;}

.imgHeader{
	margin-bottom:10px;
	display:block;}
	
/*--- makes image headers avaiable as text to assistive browsers ---*/	
.acc{
	display:none;}

/*--------------- HEADER ---------------*/
#header{
	position:relative;
	width:950px;
	height:59px;
	background-image:url(../graphx/bg_header.gif);
	background-position:left top;
	background-repeat:repeat-x;}

#logo{
	position:absolute;
	left:0px; 
	top:0px;
	z-index:550;}

/*--------------- NAVIGATION STYLES ---------------*/	
#navContainer{
	position:absolute;
	right:0px;
	top:34px;}

#nav, #nav ul {
	padding:0px; 
	margin:0px 0px 0px 0px;
	list-style: none;}

#nav li {
	padding:0px; 
	margin:0px;
	float:left;
	list-style: none;}
	
.navHome, a.navHome, a.navHome:visited, a.navHome:link{  
	background-image:url(../graphx/n_home.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:61px; 
	height:14px;
	text-indent:-9999px;}
a.navHome:hover{
	background-position:0px -14px;}
.navHomeOn{  
	background-image:url(../graphx/n_home.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:61px; 
	height:14px;
	background-position:0px -14px;
	text-indent:-9999px;}
	
.navAbout, a.navAbout, a.navAbout:visited, a.navAbout:link{  
	background-image:url(../graphx/n_about.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:78px; 
	height:14px;
	text-indent:-9999px;}
a.navAbout:hover{
	background-position:0px -14px;}
.navAboutOn{  
	background-image:url(../graphx/n_about.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:78px; 
	height:14px;
	background-position:0px -14px;
	text-indent:-9999px;}
	
.navAbout, a.navAbout, a.navAbout:visited, a.navAbout:link{  
	background-image:url(../graphx/n_about.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:78px; 
	height:14px;
	text-indent:-9999px;}
a.navAbout:hover{
	background-position:0px -14px;}
.navAboutOn{  
	background-image:url(../graphx/n_about.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:78px; 
	height:14px;
	background-position:0px -14px;
	text-indent:-9999px;}

.navSponsorEvent a.navSponsorEvent, a.navSponsorEvent:visited, a.navSponsorEvent:link{  
	background-image:url(../graphx/n_sponsor_event.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:127px; 
	height:14px;
	text-indent:-9999px;}
a.navSponsorEvent:hover{
	background-position:0px -14px;}
.navSponsorEventOn{  
	background-image:url(../graphx/n_sponsor_event.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:127px; 
	height:14px;
	background-position:0px -14px;
	text-indent:-9999px;}

.navArchived a.navArchived, a.navArchived:visited, a.navArchived:link{  
	background-image:url(../graphx/n_archived_events.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:127px; 
	height:14px;
	text-indent:-9999px;}
a.navArchived:hover{
	background-position:0px -14px;}
.navArchivedOn{  
	background-image:url(../graphx/n_archived_events.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:127px; 
	height:14px;
	background-position:0px -14px;
	text-indent:-9999px;}

.navArchived a.navArchived, a.navArchived:visited, a.navArchived:link{  
	background-image:url(../graphx/n_archived.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:117px; 
	height:14px;
	text-indent:-9999px;}
a.navArchived:hover{
	background-position:0px -14px;}
.navArchivedOn{  
	background-image:url(../graphx/n_archived.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:117px; 
	height:14px;
	background-position:0px -14px;
	text-indent:-9999px;}

.navContact a.navContact, a.navContact:visited, a.navContact:link{  
	background-image:url(../graphx/n_contact.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:88px; 
	height:14px;
	text-indent:-9999px;}
a.navContact:hover{
	background-position:0px -14px;}
.navContactOn{  
	background-image:url(../graphx/n_contact.gif);
	background-repeat:no-repeat; 
	float:left; 
	width:88px; 
	height:14px;
	background-position:0px -14px;
	text-indent:-9999px;}
	
/*--------------- SUB NAVIGATION STYLES ---------------*/
#subNavContainer{
	position:relative;
	margin:0px 0px 35px 0px;
	padding:0px 0px 0px 0px;
	background-repeat:no-repeat;}
	
#subNav, #subNav ul {
	padding:0px; 
	margin:0px;
	list-style:none;
	width:auto;}

#subNav li {
	padding:0px;
	margin:0px;
	width:auto;
	list-style: none;}
	
.navConfHome, a.navConfHome, a.navConfHome:visited, a.navConfHome:link{
	background-image:url(../graphx/n_conf_home.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:40px;
	text-indent:-9999px;}
a.navConfHome:hover{
	background-position:0px -40px;}
.navConfHomeOn{
	background-image:url(../graphx/n_conf_home.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:40px;
	background-position:0px -80px;
	text-indent:-9999px;}
	
.navProgram, a.navProgram, a.navProgram:visited, a.navProgram:link{
	background-image:url(../graphx/n_program.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:40px;
	text-indent:-9999px;}
a.navProgram:hover{
	background-position:0px -40px;}
.navProgramOn{
	background-image:url(../graphx/n_program.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:40px;
	background-position:0px -80px;
	text-indent:-9999px;}

.navAgenda, a.navAgenda, a.navAgenda:visited, a.navAgenda:link{
	background-image:url(../graphx/n_agenda.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:40px;
	text-indent:-9999px;}
a.navAgenda:hover{
	background-position:0px -40px;}
.navAgendaOn{
	background-image:url(../graphx/n_agenda.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:40px;
	background-position:0px -80px;
	text-indent:-9999px;}

.navSponsors, a.navSponsors, a.navSponsors:visited, a.navSponsors:link{
	background-image:url(../graphx/n_sponsors.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:40px;
	text-indent:-9999px;}
a.navSponsors:hover{
	background-position:0px -40px;}
.navSponsorsOn{
	background-image:url(../graphx/n_sponsors.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:40px;
	background-position:0px -80px;
	text-indent:-9999px;}

.navRegistration, a.navRegistration, a.navRegistration:visited, a.navRegistration:link{
	background-image: url(../graphx/n_registration.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:40px;
	text-indent:-9999px;}
a.navRegistration:hover{
	background-position:0px -40px;}
.navRegistrationOn{
	background-image: url(../graphx/n_registration.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:40px;
	background-position:0px -80px;
	text-indent:-9999px;}

.navPapers, a.navPapers, a.navPapers:visited, a.navPapers:link{
	background-image:url(../graphx/n_papers.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:41px;
	text-indent:-9999px;}
a.navPapers:hover{
	background-position:0px -41px;}
.navPapersOn{
	background-image:url(../graphx/n_papers.gif);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:239px;
	height:41px;
	background-position:0px -82px;
	text-indent:-9999px;}

/*--------------- FOOTER ---------------*/
#footer{
	position:relative;
	font-size:10px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#0A2972;
	width:950px;
	height:40px;
	clear:both;}

/*--------------- FOOTER NAVIGATION ---------------*/
.footerLinks, a.footerLinks, a.footerLinks:visited, a.footerLinks:link{
	text-decoration:none;
	color:#0A2972; 
	margin:0px 6px 0px 2px;}
a.footerLinks:hover{
	text-decoration:underline;
	color:#0A2972;}

/*--------------- FORM TABLE STYLES ---------------*/
table.formTable{
	margin:0px 0px 0px 0px;}

table.formTable tr td{
	padding:2px 8px 2px 0px;
	font-size:11px;}
	
table.formTable tr.titleRow td{
	font-weight:bold;
	background-color:#2F6492; 
	font-size:11px;
	color:#FFFFFF;}

table.formTable tr td table tr td{
	padding: 2px 4px 2px 0px;}
	
table.formTable tr td table.dataTable tr td{
	padding:4px 10px 4px 10px;
	vertical-align:top;
	font-size:10px;}
	
/*--------------- FORM TABLE 2 STYLES ---------------*/
table.formTable2{
	margin:12px 0px 0px 0px;}

table.formTable2 tr td{
	padding:2px 1px 1px 0px;
	font-size:10px;}


table.formTable2 tr td table tr td{
	padding:1px 1px 1px 0px;}

	
/*--------------- HOMEPAGE TOP STYLES ---------------*/
.homeTop{
	height:200px;
	width:100%;
	display:block;
	background-image:url(../graphx/bg_home_top.gif);
	background-repeat:repeat-x;
	background-position:top left;}
	
.homeTopLeft{
	position:relative;
	float:left;
	height:200px;
	width:475px;}

.homeTopRight{
	position:relative;
	float:left;
	height:200px;
	width:473px;}
	
/*--------------- HOMEPAGE BOTTOM STYLES ---------------*/	
.homeBottom{
	height:auto;
	width:100%;
	overflow:auto;
	background-image:url(../graphx/bg_home_bottom.gif);
	background-repeat:repeat-y;
	background-position:top left;}
		
.homeBottomLeft{
	position:relative;
	display:block;
	float:left;
	width:435px;
	height:auto;
	padding:20px 0px 20px 20px;}

.homeBottomRight{
	position:relative;
	display:block;
	float:left;
	width:433px;
	height:auto;
	padding:20px 0px 20px 40px;}
	
.homeCopy{
	position:relative; 
	overflow:auto; 
	height:auto; 
	width:433px;
	line-height:15px;
	margin:0px 0px 10px 0px;}
	
.homeCopyLeft{
	position:relative; 
	overflow:auto; 
	height:auto; 
	width:435px;
	line-height:15px;
	margin:20px 0px 10px 0px;}
	
/*--------------- HOMEPAGE CONFERENCE LINK STYLES ---------------*/
.conferenceCallout{
	position:relative;
	display:block;
	clear:both;
	width:435px;
	height:119px;}
	
.conferenceLink{
	background-image:url(../graphx/bg_conference_link.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	clear:both;
	width:435px;
	height:119px;
	color:#484848;
	cursor:pointer;}
	
.conferenceLinkHover{
	background-image:url(../graphx/bg_conference_link.gif);
	background-repeat:no-repeat;
	background-position:0px -119px;
	display:block;
	clear:both;
	width:435px;
	height:119px;
	color:#484848;
	cursor:pointer;}
	
.conferenceLogo{
	position:absolute;
	top:18px;
	left:10px;}
	
.conferenceCopy{
	position:absolute;
	vertical-align:middle;
	top:18px;
	left:110px;
	width:295px;
	height:80px;
	color:#0A2972;
	text-decoration:none;}
	
.conferenceCopy h2{
	font-size:14px;
	margin-bottom:6px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;}

.conferenceCopy h3{
	font-size:14px;
	margin-bottom:6px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;}
	
/*--------------- CONFERENCE PAGE STYLES ---------------*/		
.confHeaderImg{
	position:relative;
	display:block;
	margin:0px 0px 20px 0px;
	clear:both;}

#pageBottom{
	position:relative;
	width:678px; 
	height:auto; 
	overflow:auto;
	background-image:url(../graphx/bg_conf.gif); 
	background-position:top right; 
	background-repeat:repeat-y;}
	
#pageCenterCol{
	position:relative; 
	float:left; 
	width:440px; 
	padding:0px 28px 20px 0px;}
	
/*--------------- CALLOUT STYLES ---------------*/
#calloutCol{
	position:relative; 
	float:left; 
	width:210px;
	height:auto;
	overflow:auto;
	background-image:url(../graphx/bg_callout.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 20px 0px;}

#callout{
	position:relative;
	height:auto;}

.calloutCopy{
	position:relative;
	padding:10px 12px 10px 10px;
	font-size:10px;}
	
.calloutCopy h3{
	margin-bottom:3px;}
	
/*--------------- CALLOUT HOMEPAGE STYLES ---------------*/	
.calloutHome{
	position:relative;
	border:1px solid #7B7B7B; 
	background-color:#FFFFFF; 
	width:433px;
	height:auto;
	padding:0px 0px 10px 0px; 
	margin:0px;
	overflow: hidden; }
	
.calloutHomeItem{
	padding:10px 0px 0px 10px; clear: both;}
	
.calloutThumbHome{	
	float:left;
	position:relative;
	margin:0px 10px 0px 0px;}

.calloutHomeCopy{
	float:left;
	position:relative;
	width:322px;}
	
.calloutHomeCopy div{
	font-size:10px;
	color:#0A2972;}
	
/*-------------------------------ADDITIONAL LINKING STYLES--------------------------------*/	
.pdfLink, a.pdfLink, a.pdfLink:visited, a.pdfLink:link{  
	background-image:url(../graphx/icon_pdf.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px 0px 5px 20px;
	margin:0px 0px 6px 1px;
	width:166px;
	display:block;
	font-weight:normal;
	clear:both;
	height:auto;
	text-decoration:none;}
a.pdfLink:hover{  
	text-decoration:underline;}
.pdfLink span{color:#6E6F73;text-decoration:none;}

/*--------------- PROMO STYLES ---------------*/	
.promo{
	position:relative; 
	margin:0px 0px 30px 15px; 
	width:210px;}
	
.promoHeaderImg{
	position:relative;
	margin:0px 0px 6px 0px; 
	display:block;}
	
.promoCopy{
	position:relative;
	color:#0A2972; 
	width:210px;
	font-size:11px;}
	
.promoLink, a.promoLink, a.promoLink:visited, a.promoLink:link{
	text-decoration:underline;	
	color:#0A2972;}
a.promoLink:hover{
	text-decoration:none;	
	color:#0A2972;}
	
.earlyBirdPrice{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif; 
	top:49px; 
	left:77px;
	font-size:10px}
