body {
	margin: 0; padding: 0;
	background: #54bcfc url(/site/images/bg.gif) left top repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

p, h1, h2, h3, h4 {margin: 0 0 1em 0;}

p {line-height: 1.5;}

h1 {
	font-size: 25px;
	margin: 0 0 8px 0;
}

h2 {
	font-size: 20px;
	margin: 2em 0 12px 0;
	color: #4e6eb3;
	background: transparent url(/site/images/h2-bullet.gif) left top no-repeat;
	padding-left: 30px;
}

h3 {
	font-size: 18px;
	margin: 1.5em 0 4px 0;
	color: #444;
}

label, span.label {display:block; font-weight:bold;}

.clear {clear: both;}
.r {margin-bottom: 10px;}
.t {width: 98%; padding: 8px 4px; border: 1px solid #ddd;}
a.doc {
	background: transparent url(/images/doc-word.gif) right 50% no-repeat; 
	padding-right: 18px; 
	display: inline-block;
	vertical-align: top;
}
a.pdf {background-image: url(/site/images/doc-pdf.png);}
a.excel {background-image: url(/site/images/doc-excel.gif);}
a.pict {background-image: url(/site/images/doc-pict.gif);}
.errorExplanation {
	border: 2px solid red;
	padding: 10px;
}
.gray-box {background-color: #eee; padding: 10px; border: 1px solid #ddd; margin-bottom: 1em;font-weight:bold;}

.sponsor-link {
	width: 178px; height: 120px;
	display: block;
	float: left;
	vertical-align: middle;
}
.sponsor-link img {
	border: none;
	vertical-align: middle;
}

.post .date {
	margin-top: 1em;
	font-size: 11px;
}

#wrap {
	Xwidth: 1200px;
	height: 982px;
	margin: 0 auto;
	background: transparent url(/site/images/burst-bg.jpg) 50% top;
}

#top-nav {
	width: 900px;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	text-align: right;
}

#top-nav ul {
	padding: 0 ;
	list-style: none;
	width: 900px;
	margin: 0 auto;
}

#top-nav li {
	display: inline-block;
	border-left: 1px #fff solid;
	margin: 0 0 0 4px;
	padding-left: 6px;
	line-height: 8px;
}

#top-nav a {color: #fff; text-decoration: none;}
#top-nav a:hover {text-decoration: underline;}

#page {
	width: 900px;
	margin: 0 auto;
}

header {
	position: relative;
	height: 257px;
}

#logo {
	position: absolute;
	top: 42px; left: 20px;
	width: 370px; height: 124px;
}

#tag-line {
	position: absolute;
	top: 44px; left: 450px;
	width: 432px; height: 72px;
}

#signup {
	position: absolute;
	top: 130px; left: 450px;
	font-size: 0;
}
#signup form {margin: 0; padding: 0;}
#signup p {margin: 0 0 4px 0; font-size: 15px;}

#signup-name, #signup-email {
	border: 1px solid #636466;
	padding: 4px 1px;
	width: 190px;
	margin-right: 8px;
	float: left;
	color: #333;
}
#signup-button {float: right;}

nav {
	width: 900px;
	height: 60px;
	position: absolute;
	bottom: 0; left: 0;
	background: transparent url(/site/images/nav-bg.gif);
	text-align: center;
	overflow: hidden;
}

nav ul {
	list-style: none; 
	margin: 0; padding: 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

nav li {
	display: inline-block;
	line-height: 58px;
	padding: 0 7px;
	overflow: hidden;
}

nav a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 60px;
	height: 60px;
	padding: 2px 4px;
}

nav a:hover {
	color: #000;
	background-color: #cbdc36;
}

#main {
	width: 900px;
	background-color: #fff;
}

#contents {
	float: left;
	width: 538px;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 280px;
	padding: 20px 20px 0 0;
}

footer {
	position: relative;
	width: 900px;
	height: 150px;
	background-color: #4e6eb3;
}

#footer-logo {
	position: absolute;
	top: 34px; left: 38px;
	width: 268px; height: 92px;
}

#bottom-nav {
	position: absolute;
	top: 45px; left: 350px;
	width: 320px; height: 80px;
}

#bottom-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 102px;
}
#bottom-nav li {margin-bottom: 4px;}
#bottom-nav a {color: #fff;}


#social-media-icons {
	position: absolute;
	top: 17px; right: 38px;
	width: 115px; height: 120px;
}

#next-expo {
	width: 280px;
	height: 100px;
	background: transparent url(/site/images/next-expo-box-bg.gif);
	margin-bottom: 20px;
}
#next-expo p {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 20px 0 20px;
	line-height: 1;
	margin: 0;
}

ul#sidebar-links {
	margin: 0; padding: 0;
	list-style: none;
}

#sidebar-links li {
	margin-bottom: 20px;
	width: 280px;
	height: 50px;
}

#sidebar-links a {
	display: block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	background: transparent url(/site/images/sidebar-link.gif) left top no-repeat; 
	font-weight: bold; 
	text-decoration: none;
	padding-left: 20px;
}
#sidebar-links a:hover {background-image: url(/site/images/sidebar-link-over.gif);}

#copyright {
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
#copyright p {margin-bottom: .5em;}
#copyright a {color: #fff;}


/* ==============================================

home page boxes
============================================== */

body#home #main {}
body#home #contents {float: none; width: 900px; height: 690px; padding: 0; position: relative; }
body#home #sidebar {float: none; display: none;}

div.home-box {
	position: absolute;
	overflow: hidden;
}
.home-box h3 {
	color: #fff;
	padding: 20px 20px 0 20px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 20px;
	text-align: left;
}
.home-box h4 {
	color: #000;
	padding: 20px 20px 0 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 15px;
	text-align: left;
}
.home-box h5 {
	color: #000;
	padding: 0px 20px 0 20px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}
.home-box p {
	Xcolor: #fff;
	padding: 0 20px;
	font-size: 12px;
}
.home-box a {Xcolor: #fff;}

#next-expo-box {
	top: 0; left: 0;
	width: 300px; height: 360px;
	background-image: url(/site/images/next-expo-box.jpg);
}
#next-expo-box p {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	margin: 256px 0 0 0;
	bottom: 10px;
}

#greeting-box {
	top: 0; left: 300px;
	width: 600px; height: 130px;
	background-color: #e4e4e4;
}
#greeting-box p {
	padding: 10px;
	font-size: 17px;
}

#exhibitor-info-box {
	top: 130px; left: 300px;
	width: 300px; height: 230px;
	background-image: url(/site/images/exhibitor-box.jpg);
	color: #fff;
}
#exhibitor-info-box a {color: #fff;}

#sponsor-info-box {
	top: 130px; left: 600px;
	width: 300px; height: 230px;
	background-color: #d2d2d2;
	color: #000 !important;
}
#sponsor-info-box h3 {color: #000;}
#sponsor-info-box p {color: #000;}
#sponsor-info-box a {color: #000; font-size: 11px;}

#experience-box {
	left: 0; top: 360px;
	width: 150px; height: 330px;
	background-color: #c7c7c7;
}
#experience-box a {
	position: absolute;
	top: 155px; left: 10px;
	width: 130px; height: 170px;
	Xpadding: 0 10px 10px 10px;
}

#trashy-art-box {
	left: 150px; top: 360px;
	width: 150px; height: 330px;
	background-color: #dedede;
}
#trashy-art-box a {
	position: absolute;
	top: 155px; left: 10px;
	width: 130px; height: 170px;
	Xpadding: 0 10px 10px 10px;
}

#info-sessions-box {
	left: 300px; top: 360px;
	width: 150px; height: 330px;
	background-color: #f0efef;
}
#info-sessions-box a {
	position: absolute;
	top: 155px; left: 10px;
	width: 130px; height: 170px;
	Xpadding: 0 10px 10px 10px;
}

#news-and-updates-box {
	left: 450px; top: 360px;
	width: 225px; height: 330px;
	background-color: #f7fcce;
}

#sponsor-highlights-box {
	left: 675px; top: 360px;
	width: 225px; height: 330px;
	background-color: #fff;
	text-align: center;
}












