﻿div.pageHeading { background-image: url(css/img/headers/Welcome.gif); }
div#content
{
	height: 440px;
}
div#col1
{
	position: absolute;
	left: 0;
	top: 0;
	width: 275px;
	height: 440px;
	background: #e3e3e3;
}
div#col2
{
	position: absolute;
	left: 278px;
	top: 0;
	width: 301px;
	height: 440px;
	background: #f3f3f3;
}
div#quickLinks
{
	width: 270px;
}
div#referenceLinks
{
	width: 517px;           /* Adjust with menu */
}


/*
** Events
*/
p#visitUs
{
	margin-bottom: 0.2em;
}
ul#events
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	position: relative;
	height: 25px;
}
ul#events li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -35px;
	cursor: default;
}
ul#events li.first
{
	top: 0;
}



/*
** Awards
*/
div.awards
{
	padding-top: 20px;
	text-align: center;
}


/*
** Exhibition Stand
*/
div#exStands
{
	position: relative;
	width: 275px;
	height: 175px;
}
div#exStands img.block
{
	position: absolute;
	left: 0;
	top: 0;
}
div#exStands img.block.hidden
{
	display: none;
}
