/* CSS Document */

	div.telephoneOuter p.telephone, div.telephoneOuter p#telephone 
    {
       font-size:16px;
    }

/*styling for the map element
------------------------------------------------------------------------*/
	
	#map 
	{
	    width:540px;
	    height:288px;
	}

/*styling for navigation elements for the slider tool on the conference homepage
------------------------------------------------------------------------*/	
	
	ul#conferenceThumbs
	{
	    width:auto;
		overflow:hidden;
	    background-color:transparent;
	    margin-top:16px;
	    padding-top:16px;
		padding-bottom:0;/*zeroed out for the home page*/
	}

	ul#conferenceThumbs li
	{
	    float:left;
	    display:block;
	    width:140px;
	    margin-right:20px;
	    background:transparent url(../../css-images/conference/gradient-bckgrnd.jpg) top right no-repeat;
		margin-bottom:0;
	}
	
	ul#conferenceThumbs li.last
	{
	   
	    margin-right:0;
	}
	
	ul#conferenceThumbs li h3, ul#conferenceThumbs li a span.listItemTitle
	{
	    font-size:1em;
	    font-weight:bold;
	    padding-left:8px;
	    color:#000;
	    text-decoration:none;
	}
	
	ul#conferenceThumbs li p, ul#conferenceThumbs li a span.listItemText 
	{ 
	    font-size:0.833em;/*10px*/
	    font-size:1em;/*12px*/
	    font-size:0.916em;/*11px*/
	    line-height:1.6em;
	    color:#666;
	    text-decoration:none;
	}
	
	ul#conferenceThumbs li a span.listItemTitle:hover, ul#conferenceThumbs li a span.listItemText:hover 
	{
	    text-decoration:none;
	}

/*styling for modal window 
----------------------------------------------------------------------------------*/	
	/*.modalBackground 
    {
        background-color:#000000;
        filter:alpha(opacity=80);
        opacity:0.8;
    }

    .modalPopup 
    {
        position:relative;
        width:860px;
        height:408px;
        padding-top:16px;
        padding-bottom:72px;
        border:none;
        background:transparent url(../../css-images/conference/winter-offer-modal-bckgrnd.png) bottom left no-repeat;
        color:#c9cccd;
    }
        
    div.modalInner
    {
        width:520px;
        height:408px;
        padding:0px 320px 0 20px;
    }
    
    div.winterConfOffer 
    {
          background:transparent url(../../css-images/conference/winter-offer-montage.jpg) bottom right no-repeat; 
    }
        
    div.modalInner ul.bulleted 
    {
       padding-left:20px;
    }
    
    div.modalInner p,
    div.modalInner li 
    {
        font-size:0.75em;
        color:#666;
    }
        
    div.modalInner h3
    {
       font-size:1em;
    }
        
    div.modalInner h4
    {
       font-size:0.75em;
    }
    
    div.winterConfOffer h3,
    div.winterConfOffer h4 
    {
        color:#ec1492;
    }
  
    .close 
    {
       position:absolute;
       bottom:32px;
       right:30px;
       font-weight:bold;
       color:#fff;
       margin-bottom:-8px;
       padding-bottom:0;
       cursor:pointer;
       font-size:0.75em;
    }
        
    .close:hover 
    {
       color:#fff;
    }*/
