/* CSS Document */


/*
blue:  #6AB2E7;
*/



/* ----- BASE ----- */

body,
html { 
	height:100%;
	text-align: center;
	}
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font: 62.5% Arial, Helvetica, sans-serif;
	}
p,
td,
th,
ul {
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
	text-align: left;
	}
p {
	margin: 0 0 1em 0;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
h1 {
	font-size: 1.6em;
	}
h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 1.3em;
	}
h4,
h5,
h6 {
	font-size: 1.2em;
	}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover,
a:active {
	color: #6AB2E7;
	text-decoration: underline;
	}



/* ----- LAYOUT ----- */

#shell {
	width: 100%;
	height: 100%;
	}
#topLinks,
#header,
#contentShell,
#footer {
	width: 750px;
	margin: 0 auto;
	}
#hdrBg {
	background: #000;
	}
#header {
	position: relative;
	height: 175px;
	}
#headerLogo {
	position: absolute;
	left: 5px;
	bottom: 20px;
	}
#headerPhotos {
	position: absolute;
	top: 15px;
	right: 5px;
	}
#navBg {
	background: #6AB2E7;
	}
#navigation {
	height: 36px;
	margin: 0 auto;
	}
#contentShell {
	margin: 30px auto 80px auto;
	min-height: 30%;
	text-align: left;
	}
#titleColumn {
	float: left;
	width: 320px;
	}
#contentColumn {
	float: right;
	width: 375px;
	}
#footer {
	clear: both;
	position: relative;
	padding-bottom: 15px;
	}



/* ----- HEADER ----- */

#topLinks p {
	margin: 5px;
	padding: 0;
	font-size: 1.1em;
	text-align: right;
	}
.photoBox {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 116px;
	height: 148px;
	overflow: hidden;
	}
.photoBox .topCorners,
.photoBox .bottomCorners {
	position: absolute;
	left: 0;
	width: 116px;
	height: 18px;
	}
.photoBox .topCorners {
	top: 0;
	background: url(../images/sitelets/photo-box_top-corners.png) no-repeat !important;
	background: url(../images/sitelets/photo-box_top-corners.gif) no-repeat;
	}
.photoBox .bottomCorners {
	bottom: 0;
	background: url(../images/sitelets/photo-box_btm-corners.png) no-repeat !important;
	background: url(../images/sitelets/photo-box_btm-corners.gif) no-repeat;
	}
/* IE specific */
* html .photoBox .topCorners {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sitelets/photo-box_top-corners.png', sizingMethod='crop');
	background: none;
	}
* html .photoBox .bottomCorners {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sitelets/photo-box_btm-corners.png', sizingMethod='crop');
	background: none;
	}



/* ----- NAVIGATION ----- */

ul#navigation {
	padding: 0;
	list-style: none;
	text-align: center;
	}
#navigation li {
	display: inline;
	margin: 0 20px;
	font-size: 1.3em;
	line-height: 36px;
	}
#navigation a:link,
#navigation a:visited {
	color: #FFF;
	text-decoration: none;
	}
#navigation a:hover,
#navigation a:active {
	color: #3D6582;
	text-decoration: none;
	}
#navigation li.active a:link,
#navigation li.active a:visited {
	color: #000;
	}



/* ----- CONTENT ----- */

#titleColumn {
	}
#titleColumn h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #6AB2E7;
	text-align: right;
	}
#contentColumn {
	text-align: left;
	}
table.calTable {
	margin: 2em 0;
	padding: 0;
	}
.calTable td {
	padding: 2px 5px 10px 5px;
	vertical-align: top;
	}
.calTable a {
	font-weight: bold;
	}
.calTable em {
	color: #6AB2E7;
	font-style: normal;
	}
ul.exhibitorList {
	margin: .5em 0;
	padding: 0;
	list-style: none;
	}
.exhibitorList li {
	margin-bottom: .5em;
	}
.exhibitorList a {
	font-weight: bold;
	}
ul.directions {
	margin: 2em 1.5em;
	padding: 0;
	list-style: none;
	}
.directions li {
	margin-bottom: .5em;
	}
ul.sitemap {
	margin: 0;
	padding: 0;
	}
.sitemap ul {
	margin: .7em 2em;
	padding: 0;
	}
.sitemap li {
	margin-bottom: 1em;
	list-style: none;
	}



/* ----- FOOTER ----- */

#footer p {
	font-size: 1.1em;
	text-align: center;
	}
#footerLogo {
	position: absolute;
	top: 5px;
	left: 5px;
	}

