.photo-float-left{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

img {
	behavior:url('iepngfix.htc');/*FIX FOR PNG IN IE6*/
	}

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font:12px/18px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #282828;
	background: #FFF;
	text-align: center;		
}

/* links */
a { background: inherit; color: #003467; text-decoration: none; }
a:hover { background: inherit; color: #4D8ABE; text-decoration: underline; }

/* headers */
h1, h2, h3 {font-family:Georgia,serif;font-weight:normal;}
h1 { font-size: 1.4em; color: #4D8ABE; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* ../images */
img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

.blockquote_wrapper{
padding-top:15px;
clear: both;
}


blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #CEE3F3;  
	font: 1.2em/1.5em; 
	color: #666666;	
}

.blockcontent_purp{
		background-image: url(../images/bkgd_1px_purp.png);
		background-repeat:repeat-x;
		float:left;
	    overflow:hidden;
		display:block;
		margin: 15px 8px 15px 0px;
		*padding: 0px 0px 0px 0px;
		width:100%;
		height: 163px;
		}
		
.blockcontent_blue{
		background-image: url(../images/bkgd_1px_blue.png);
		background-repeat:repeat-x;
		float:left;
	    overflow:hidden;
		display:block;
		margin: 0px 8px 15px 0px;
		*padding: 0px 0px 0px 0px;
		width:100%;
		height: 163px;
		}


/* start - Non-Image button*/

.button{
	display:block;
	font-size:11px;
	margin:0px;
	padding-top:7px;
	padding-bottom:7px;
}

.button li.active {
	padding:3px 9px 3px 9px;
	border-style:solid;
	border-color:#4c4c4c;
	border-width:1px;
	}
	
.button a {
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 9px 3px 9px;
	border-style:solid;
	border-color:#FFF;
	background-color:#c60651;
	border-width:1px;
	width:100px;
}

.button a:hover {
	color:#c60651;
	background-color: #F2EDED;
	border-color:#FFFFFF;
}




/*NEW NAV */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30
	font: normal 1em;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 14px Arial, Sans-serif;}

#sddm li a
{	
	float: left;	display: block;	padding: 3px 12px;		color: #FFF;	background-color: #333;	text-decoration: none;	border-right: 1px solid #272727;
	
	}

#sddm li a:hover
{
	background: #FFF;	color: #4D8ABE;
	
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 19.5px 0px 0px 0px;
}

	#sddm div a
	{	display: block;
		margin: 0;
		padding: 1px 1px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: normal 1em;}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF;}

/*NE NAV */




/* start - Non-Image button blue*/

.button_blue{
	margin:0px;
	padding-top:7px;
	padding-bottom:7px;
}

.button_blue li.active {
	padding:3px 9px 3px 9px;
	font-size:10px;
	border-style:solid;
	border-color:#4c4c4c;
	border-width:1px;
	}
	
.button_blue a {
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 9px 3px 9px;
	font-size:10px;
	border-style:solid;
	border-color:#FFF;
	background-color:#679AC9;
	border-width:1px;
	width:100px;
}

.button_blue a:hover {
	color:#679AC9;
	background-color: #F2EDED;
	border-color:#FFFFFF;
}


/*  Start Standard BUTTONS------------*/

div#stdBtn {
	float:left;
	width : 120px;
	height : 40px;
	text-align:center;
	font-size: 11px;
	text-transform: uppercase;
	margin:0 auto;
}


a.srollover {
	display: block;
	width: 115px;
	height: 35px;
	background: url(../images/stdBtn.png) no-repeat 0 0;
	text-decoration: none;
	padding-top:8px;
}

a:hover.srollover {
	background-position: -115px 0;
}



/* start - table */
table {
	border-collapse: collapse;
	margin: 0px 0px 15px 0px;
	text-align:center;	
}

table img{
	border:none;
	text-align:center;
	vertical-align:middle;
}

#table_faculty{
text-align:left;
}

#table_faculty td{
padding: 6px 0px 6px 12px;
}

#table_faculty img{
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}

#table_agenda td{
vertical-align:top;
text-align:left;
padding: 6px;
border-bottom: 1px dashed #D4D4D4;
}

#agenda_eventboxes td{
text-align:center;
border:6px #FFFFFF solid;
color:#4d8abe;
}

.eventbox_bg{
background-color:#F4EDE7;
}


#agenda_eventboxes .agenda_titles{
color:#003467;
}

#agenda_eventboxes hr{
margin:6px;
color:#FFFFFF;
background-color:#FFFFFF;
}

#agenda_eventboxes .agenda_titles_lc{
	color:#003467;
	text-transform: none;
	font-style: italic;
}


.agenda_titles{
	color:#4d8abe;
	font-size:1.1em;
	text-transform: none;
}

.agenda_time{
width:30%;
}


#pricing td{
padding:11px;
border-bottom: 1px dashed #D4D4D4;
}

#pricing .first_column{
font-size:1.1em;
}

#pricing th{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.3em;
	font-family:Georgia,serif;
}


.first_column{
text-align:left;
}

th strong {
	color: #fff;
}
th {
	/*background-color:#352c66;*/
	height: 29px;
	padding: 4px 11px 4px 11px;
	color: #282828;
	text-align: center;
	border-bottom: solid 2px #FFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	font-family:Georgia,serif;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	vertical-align:middle;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
	}

tr.row-b {
	background: #EFEFEF;
	}
/* end - table */


/* ways to register table */

table#waystoregister{
    	background-image: url(../images/bkgd_1px_purp.png);
		overflow:hidden;
		background-repeat:repeat-x; 
		height: 163px;
		}


#table_registration_topper td{
background-image:url(../images/purple_strips.png);
height:8px;
padding:0px;
}


/* form elements */
form {
	margin:5px 10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #4D8ABE;
	font: normal 1em;
	color:#003467;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(../images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	margin-top:0px;
	height: 120px;
	text-align: left;
	background-image:url(../images/bg_strips.gif);
}

#header_popupboxes_jdd{
	height: 30px;
	text-align: left;
	background-image:url(../images/bg_strips_jdd.gif);
}

#header_popupboxes{
	height: 30px;
	text-align: left;
	background-image:url(../images/bg_strips.gif);
}

#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	behavior:url('iepngfix.htc');/*FIX FOR PNG IN IE6*/
	background-image:url(../images/odac_logo.gif);
	display:block;
	width:134px;
	height:92px;
	position: absolute;	
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 20px; left: 0px;
}
#header-content h1#logo a {
	text-indent:-9999;
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	text-align:center;	
	position: absolute;
	font-size:18px;
	text-transform: none;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 38px;
	left: 270px;
}

.date{
font-size:12px;
}


/* header menu */


#header-content ul {
	position: absolute;
	right: -5px; top: 90px;
	font: 12px;
	color: #FFF;
	list-style: none;
	margin: 0; 
	padding: 0;
	z-index: 100;
}
#header-content li {
	font-size:10px;
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #FFF;
	color: #4D8ABE;
}
#header-content li a#current  {
	background: #FFF;
	color: #4D8ABE;
}
/*
ul.topmenu, ul.topmenu ul { display: block; margin: 0px; }
ul.topmenu li { display: inline; list-style: none; position: float; top:-57px; left:-125px; margin: 0px; }
ul.topmenu li ul { display: inline; position: absolute; left: 0; visibility: hidden; width: 15em; background-color : #fff; }

ul.topmenu a { color : #ffffff; }
ul.topmenu li ul li { display: block; width: 100%; }
ul.topmenu li ul li a { display: block; width: 100%; }

//ul.topmenu li.submenu:hover ul { visibility: visible; position: relative; }
*/



/* global nav */

.global_nav {
	margin:0;
	padding:0;
	text-align:right;
	text-decoration: none;
}

.global_nav a{
	color:#FFFFFF;
}



/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px; 
	background: #FFF /*url(../images/headerphoto.jpg) no-repeat center*/;	
}

.headerphoto img{
margin:0;
padding:0;
border:none;
}

/* sponsor slideshow */
.sponsor_slideshow{
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px; 
	background: #FFF;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: 1.3em;
}
.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

.sidebox img {
margin-left: 10px;
}


/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #4D8ABE;
	color: #4D8ABE;		
}

.sidemenu a.register{
background-color:#005595;
color:#FFFFFF;
border:none;
}

.sidemenu a:hover.register{
background-color:#4D8ABE;
color:#FFFFFF;
border:none;
}


#quotes{
text-align:center;
padding:0px 13px 13px 13px;
}

/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em;
}
#main ul li {
list-style:none;
}/*	list-style-image: url(../images/bullet.gif);
*/

.popup_post {
	margin: 0px 0px 20px 0px;
	background-color: #4d8abe;
	color:#FFFFFF;
	border: 1px solid #4d8abe;
}

.home_post {
	margin: 0px 0px 20px 0px;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}

.post {
	margin: 0px 0px 20px 0px;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}

.post-simple {
	margin: 0px 0px 20px 0px;
	border: 1px solid #EFEDED;
	padding:10px;
}

.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.main img {
margin-left: 10px;
background: none;
}

/* home boxes*/

.home_purp {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 16px;
	color: #352c66; 
	line-height: 28px;
	}  
	
.home_org {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	color: #F7A11A; 
	line-height: 28px;
	}
	
.home_group {
	 position:relative;
	 margin: 0px;
}  

.home_group p {
		padding: 10px;
		font: 11px/14px; 
		} 
	
.home_blockleft {
		background-image: url(../images/bkgd_1px_purp.png);
		background-repeat:repeat-x;
		float:left;
	    overflow:hidden;
		display:block;
		margin: 0px 8px 0px 0px;
		*padding: 0px 0px 0px 0px;
		width: 250px;
		height: 163px;
		}
		
				
.home_blockright {
    	background-image: url(../images/bkgd_1px_purp.png);
		float:right;
		overflow:hidden;
		display:block; 
		background-repeat:repeat-x; 
		width: 250px;
		height: 163px;
		}
		
.home_blockleft_simple{
		float:left;
	    overflow:hidden;
		display:block;
		margin: 0px 8px 0px 0px;
		*padding: 0px 0px 0px 0px;
		width: 250px;
		height: 163px;
		}	
		
.blockleft_simple{
	float:left;
	display:block;
	margin: 0px 8px 0px 0px;
		*padding: 0px 0px 0px 0px;
	width: 160px;
		}	

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em;
	text-align: left;	
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.lgtgray  { color: #7E8B8B; }
.orange  { color: #F7A11A; }
.lgtBlue  { color: #CEE3F3; }
.drkBlue  { color: #003467; }
.blue {color:#4D8ABE;}
.purple {color:#352c66;}
.white{color:#FFFFFF;}


.rule-above{
border-top: 1px solid #D4D4D4;
padding-top:20px;
}

.noborder{
border:none;
}


/* additional typeography */

.live{
color:#c60651;
text-transform: uppercase;
font-style:italic;
}

.allcaps {
	text-transform: uppercase;
}

.firstline_caps{
	font-size:120%;
	text-transform: uppercase;
}

.text_small{
font-size:9px;
line-height:13px;
}

.text_larger{
font-size:14px;
}

.home_post h2{
	display:block;
	height:20px;
	background-image:url(../images/bullet_palmtree.png);
	background-repeat: no-repeat;
	padding:5px 0px 0px 22px;
	background-position: left top;
}

.popup_titles{
font-size:150%;
line-height:125%;
}




/***********************
	SPONSOR PAGE LOGOS
************************/


ul#sponsors {
	/*
	position : relative;
	2010	height:1930px; 
	height:170px; 
	margin:0px 8px;
	padding:0px;
	*/
	float: left;
	margin: 0px;
	padding:0px;
}

ul#sponsors li {
	/*
	list-style:none;
	*/
	float: left;
	height: 135px;
	margin: 5px;
	width: 245px;
}

#sponsors li { margin-bottom : .5em; width: 228px; height: 140px;}

#sponsors h3 { display : inline; margin: 0px;}

#sponsors h3 { font-weight : normal; } 

#sponsors h3 img { 
position : absolute; 
padding : 1px; 
width: 240px;
height: 130px;
} 


/************FROM 2010*************
li#abbott1 h3 img { top : 0; left : 0; }
li#allergan1 h3 img { top : 0; left : 252px; }

li#alma1 h3 img { top : 160px; left : 0; }
li#amgen1 h3 img { top : 160px; left : 252px; }

li#beier1 h3 img { top : 320px; left : 0; }
li#bioform1 h3 img { top : 320px; left : 252px; }

li#cent1 h3 img { top : 480px; left : 0; }
li#deka1 h3 img { top : 480px; left : 252px; }

li#dermik1 h3 img { top : 640px; left : 0; }
li#dusa1 h3 img { top : 640px; left : 252px; }

li#farm1 h3 img { top : 800px; left : 0; }
li#galderma1 h3 img { top : 800px; left : 252px; }

li#graceway1 h3 img { top : 960px; left : 0; }
li#jnj1 h3 img { top : 960px; left : 252px; }

li#medicis1 h3 img { top : 1120px; left : 0; }
li#obagi1 h3 img { top : 1120px; left : 252px; }

li#ortho1 h3 img { top : 1280px; left : 0; }
li#osyris1 h3 img { top : 1280px; left : 252px; }

li#pg1 h3 img { top : 1440px; left : 0; }
li#promius1 h3 img { top : 1440px; left : 252px; }

li#skin1 h3 img { top : 1600px; left :0; }
li#stiefel1 h3 img { top : 1600px; left : 252px; }

li#triax1 h3 img { top : 1760px; left : 0; }
li#suneva1 h3 img { top : 1760px; left : 252px; }
****************2010********/



li#allergan1 h3 img { top : 0; left : 0; }
li#dermik1 h3 img { top : 0; left : 252px; }


#sponsors a:hover img{ border : 1px solid #4d8abe; }






/***********************
	EXHIBITORS LOGOS
************************/


ul#exhibitors {
	/*
	position : relative;
	height:1395px;
	margin:0px 15px;
	padding:0px;
	*/
	float: left;
	margin: 0px;
	padding:0px;
	
}

ul#exhibitors li {
	/*
	list-style:none;
	*/
	float: left;
	height: 80px;
	margin: 5px;
	width: 150px;
}

#exhibitors li { margin-bottom : .5em; }

#exhibitors h3 { display : inline; }

#exhibitors h3 { font-weight : normal; } 

#exhibitors h3 img { 
position : absolute; 
padding : 1px; 
} 

li#abbott h3 img { top : 0; left : 0; }
li#aesthera h3 img { top : 0; left : 160px; }
li#allergan h3 img { top : 0; left : 320px; }

li#alma h3 img { top : 92px; left : 0; }
li#astellas h3 img { top : 92px; left : 160px; }
li#bioform h3 img { top : 92px; left : 320px; }

li#carecredit h3 img { top : 184px; left : 0; }
li#conmed h3 img { top : 184px; left : 160px; }
li#cosmedical h3 img { top : 184px; left : 320px; }

li#deka h3 img { top : 276px; left : 0; }
li#dermik h3 img { top : 276px; left : 160px; }
li#dermpath h3 img { top : 276px; left : 320px; }

li#dermworx h3 img { top : 368px; left : 0; }
li#dusa h3 img { top : 368px; left : 160px; }
li#ederm h3 img { top : 368px; left : 320px; }

li#edge h3 img { top : 460px; left : 0; }
li#etas h3 img { top : 460px; left : 160px; }
li#elsevier h3 img { top : 460px; left : 320px; }

li#elta h3 img { top : 552px; left : 0; }
li#farm h3 img { top : 552px; left : 160px; }
li#galderma h3 img { top : 552px; left : 320px; }

li#dermgroup h3 img { top : 645px; left : 0; }
li#jnj h3 img { top : 645px; left : 160px; }
li#jdd h3 img { top : 645px; left : 320px; }

li#lumenis h3 img { top : 738px; left : 0; }
li#merz h3 img { top : 738px; left : 160px; }
li#nextech h3 img { top : 738px; left : 320px; }

li#obagi h3 img { top : 830px; left : 0; }
li#pharm h3 img { top : 830px; left : 160px; }
li#ortho h3 img { top : 830px; left : 320px;}

li#osyris h3 img { top : 922px; left : 0;}
li#palomar h3 img { top : 922px; left : 160px; }
li#promius h3 img { top : 922px; left : 320px; }

li#semetek h3 img { top : 1014px; left : 0; }
li#skincancer h3 img { top : 1014px; left : 160px; }
li#skin h3 img { top : 1014px; left : 320px; }

li#smile h3 img { top : 1106px; left : 0; }
li#stiefel h3 img { top : 1106px; left : 160px; }
li#strata h3 img { top : 1106px; left : 320px; }

li#suneva h3 img { top : 1198px; left : 0; }
li#televox h3 img { top : 1198px; left : 160px; }
li#triax h3 img { top : 1198px; left : 320px; }

li#warnerchilcott h3 img {	top : 1290px; left : 0;}
li#yodle h3 img { top : 1290px; left : 160px; }


#exhibitors a:hover img{ border : 1px solid #4d8abe; }

/*********************************
	Official Media Partners
**********************************/
ul#official-media-partners {
	float: left;
	margin: 0 0 0 15px !important;
	padding: 0;
}

ul#official-media-partners li {
	float: left;
	margin: 5px 0 0 5px;
}


/*********************************
	Supporting Organization
**********************************/
ul#supporting-organization {
	float: left;
	margin: 0 0 0 15px !important;
	padding: 0;
}

ul#supporting-organization li {
	float: left;
	margin: 5px 0 0 5px;
}



/***********************
	AGENDA LINKS
************************/

