/* CSS Document */
	#header 
	{
	    height:104px;
	}
	
	#menuBar 
	{
	    display:none;
	}
	
	div.bannerGeneric 
	{
	    width:940px;
	    height:336px;
	    padding:8px 10px 16px 10px;
	    background: #fff url(../css-images/bckgrnd-top.png) top left no-repeat;
	}
	
	div.bannerGeneric h1 /* PLACE IN TYPOGRAPHY STYLESHEET*/
	{
	    padding-top:0.888em;/* 16px */
	}
		
	/* Styling for the container of the gallery images*/
	#galleryContainer
	{
	    float:left;
	    width:620px;
	    height:336px;
	    margin-right:20px;
	    position:relative;
	}
	
	#RoundedcornerTL 
	{
	    position:absolute;
	    top:0;
	    left:0;
	    height:10px;
	    width:10px;
	    background:transparent url(../css-images/corner.png) top left no-repeat; 
	    z-index:10;
	}
	
	#Confintroduction 
	{
	    float:left;
	    width:300px;
	}
	
	#mainContent
	{
	 	width:960px;
	 	/*background:#FFF url(../css-images/maincontent-gradient-bckgrnd.png) bottom left no-repeat;*/
	 	padding-bottom:32px;
	}
	
	#breadcrumb 
	{
	    display:none;/* presently don't display */
	}
	
	#outerContainer
	{
		width:980px;
	}
	
	/* Styling for the top toolbar element */
	div#header ul#toolbar
	{
	    display:block;/* Reveal the toolbar until the main layout style sheet is set to display this element */
	}
	
	/* Styling for the marker element used to indicate where on the toolbar the present page is grouped to */
	#marker 
	{
	    left:480px;
	    display:block;
	}
	
	#content
	{
		width:540px;
		margin-left:10px;
		padding-top:15px;
		padding-right:40px;
		padding-left:40px;
		border-top:1px solid #E5E5E5;
		background:transparent url(../css-images/content-gradient-bckgrnd.png) top left no-repeat;
	}

	
	#subcontent
	{	
		width:280px;
		margin-right:10px;
		padding-right:20px;
		padding-left:20px;
		border-top:1px solid #E5E5E5;
		background:transparent url(../css-images/subcontent-gradient-bckgrnd.png) top left no-repeat;
	}
	
		#footerNavigation 
	{
	    display:block;/*Reveal this element, remove this statement once the site is moved over*/
	}
	
		
	/*.elhBanner 
	{
	    background:transparent url(../styles/css-images/conference/lowwood-banner-rounded.jpg) bottom left no-repeat;
	}*/
	

	#map 
	{
	    width:280px;
	    height:288px;
	}
	
	ul#conferenceThumbs
	{
	    width:auto;
		overflow:hidden;
	    background-color:transparent;
	    margin-top:16px;
	    padding-top:16px;
		padding-bottom:16px;
	padding-bottom:0;/*zeroed out for the home page*/
	    /*border-bottom:1px solid #CCC;*/
	}

	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;
	}
	
	/*p.vcard 
	{
	    padding-bottom:0;  
	}*/
	
	#legal {	
		padding-top:0;
    }
    
    table.table {
		background-color:#F3F1F3;
		border:1px solid #FFF;
	}
	
	table.table th {
		background-color:#E7E3E7;
	}

