﻿
#MainContainer
{  
    background: #000000 url(../images/bg/meetings_BG.jpg) no-repeat scroll top ;
    font-size: 11px;
    padding-bottom:20px;
}

h1
{
    padding-top: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-transform: uppercase;
 }
 
 h2 
 {
    height: 0;
	overflow: hidden;
     }

a img
{
    border: none;
    }

.clear
{
    clear:both;
    }
    

#ContentContainer
{
    width: 777px;   
    background: url(../images/meetingseventsBG.jpg) no-repeat 0 0;
    min-height:540px;
    position:relative;
}    

#TopContainerFooter
{
    background: url(../images/background_footer.gif) no-repeat 0 0;   
    height:24px;
    width: 777px;  
}

#TopContent
{
    width:670px;
    position:relative;
    top:60px;
    padding: 12px;
    margin: 0 auto;  
}

#TopContent .LeftContent
{
    float:left;
    width: 321px;
	height:141px;	
    color: #cccccc;
    font-size: 13px;
    text-align:center; 
    background: url(../images/group_meetings.gif) no-repeat 0;
    
    }

#TopContent .ContentDivider
{
    background: url(../images/vertical_divider.gif) no-repeat center center;
    width:28px;
    height: 147px;
    float:left;
   
    
}

#TopContent .RightContent
{
    float:right;
    width: 321px;
	height:141px;	
    color:#cccccc;
    font-size: 13px;
    text-align:center; 
    background: url(../images/special_events.gif) no-repeat 0;    
    }



#MiddleContent
{
    
    width:677px;
    height:219px;
    position:relative; 
    top: 40px;
    margin: 0 auto; 
    background: url(../images/btn_nav_bg.jpg) no-repeat 0;    
}  

#MiddleContent .LeftContent
{
    float:left;
     width: 325px;
	height:170px;
	position:relative;
	top: 22px;
	left: 25px;
  /*
    background: url(../images/quote.gif) no-repeat 0;
    */
    }
 
#MiddleContent .RightContent
{
    float:right;
    }
 
#MiddleContent .RightContent .Buttons
{
    position:relative;    
    top: 25px;
    left: -27px;
}
 

#BottomContent
{
   width:667px;
   color: #C2AF8A;
   margin: 0 auto;  
   position:relative; 
   top: 45px;
}
.fade
{
   background-color:#2D1C09;
    filter:alpha(opacity=30);
    opacity: 0.3;   
    -moz-opacity:.3;
}


.unfade
{
     filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
}

#BottomLogos{text-align:center; }
#BottomLogos .Logo1{}
#BottomLogos .Logo2{margin: 0 14px;}
#BottomLogos .Logo3{}