﻿/* -- Exhibitors -- */

@media (max-width:991px) {

    div.sponsor-levels {
        width: 160px !important;
    }
    img {
        max-width: 160px !important;
    }
}

.Exhibitors 
{
    padding-left:12px;   
}

.double
{
  width:700px;
  overflow:hidden;
  list-style-type: none;
  margin-left: 0px;
  padding-left:0px;
}

.double li 
{
  float:left;
  width: 50%;
  text-align:center;
}

.double li a
{
  vertical-align:middle;
}


.text
{
  width:700px;
  overflow:hidden;
  list-style-type: none;
  margin-left: -35px;
}

.text li 
{
  float:left;
  width: 50%;
}


div.sponsor-levels
{
    float: right;
    
    width: 200px;
    
    border: 1px solid #008F9D;
    text-align: center;
    font: 10pt Lucida Sans Unicode;
    background-image: url("../images/sponsor-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}

div.sponsor-levels h3 
{
    color: #FFFFFF;
    background-color: #008F9D;
    margin-top: 0px;
    font-size: 99%;
    padding: 5px;
}

div.sponsor-levels p span 
{
    font-size: 115%;
    font-weight: bold;
}

div.left
{
    float: left;
    width: 70%;
}

