/* @group General styles */
/*
Harmonise v1.3
Resets styles then adds basic typographical styling.
Use as a starting point upon which to build more CSS.
*/

/* @group Reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

a,
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: none;
	letter-spacing: 0.05em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul, ul {
	list-style: none;
}

/* @end Reset */

/* @group Font families */

@font-face {
	font-family: 'FontinSansRegular';
	src: url('../fonts/Fontin_Sans_R_45b.eot');
	src: local('Fontin Sans Regular'), local('FontinSans-Regular'), url('../fonts/Fontin_Sans_R_45b.woff') format('woff'), url('../fonts/Fontin_Sans_R_45b.otf') format('opentype');
}

body {
	color: #002a3b;
	font: 14px/20px "Trebuchet MS", sans-serif;
}

h1, h2, h3 {
	font-family: 'FontinSansRegular', sans-serif;
	line-height: 1;
}

/* A nice ampersand */
abbr[title='and'] {
	font-family: Baskerville, 'Times New Roman', serif;
	font-style: italic;
}

/* Note: the ~= operator makes an attribute selector match elements that have an attribute that contains a list of space-separated words, one of which is the specified value: */
abbr[title~='euro'] {
	font-family: 'Times New Roman', Cambria, serif;
}
/* @end Font families */

/* @group Font sizes & margins */
p, ul, ol, dl, table, form, fieldset {
	font-size: 1em;
	margin: 1em 0;
}
/* @end Font sizes & margins*/

/* @group Headings */
h1 {
	font-size: 30px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
}
h5 {
}
h1,h2,h3,h4,h5,h6 {
}

/* @end Headings */

/* @group Links */
a:link {
	color: #005072;
	text-decoration: underline;
}
a:visited {
	color: #007cb1;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	color: #00a6ec;
}

/* @end Links*/

/* @group Lists */

.nav ul {
	list-style:none;
}
ul ul, ol ol, ol ul, ul ol {
	margin-bottom: 0;
}
li {
	line-height: 1.8;
	margin-bottom: 0;
}

/* @end Lists */

/* @group Forms */

/* @group Labels */

label {
	cursor: pointer;
}

/* @end Labels */

/* @group Form controls */

input, textarea, select {
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
	vertical-align:middle;
}

select {
	background-color: #fff; /* fixes bug in Opera which inherits bgcolor from container */
}

/* accessibility feature, resize check and radio inputs */
input[type='radio'], 
input[type='checkbox'] {
	width: 1em;
	height: 1em;
}

/* @end Form controls*/

/* @end Forms */

/* @group Other styling */

b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

/* @end Other styling */

/* @end */

/* @group Helper styles */

.inline li {
	display: inline;
}

.fine-print {
	color: #667f89;
	font-size: 10px;
}

.img-box {
	width: 505px;
	overflow: hidden;
}

.primary .img-box p {
	width: 355px;
}

.pull-left img {
	float: left;
}

.pull-left p {
	margin-left: 150px;
}

.pull-right img {
	float: right;
}

.pull-right p {
	margin-right: 15px;
}

/* @end Helper styles*/

/* @group Page structure */

body {
	background: #efa7c4 url(../img/bg-tile.png) repeat-x;
	margin: 0 auto;
	padding-bottom: 50px;
}

.content {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}

.section .main {
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 20px;
	position: relative;
}

.section .inner {
	background: #fff url(../img/bg/inside-content-bg.png) no-repeat;
	padding-top: 15px;
}

/* @group Primary */
.primary {
	float: right;
	width: 580px;
	margin-right: 20px;
	padding-bottom: 20px;
}

.primary h2 {
	border-bottom: 1px solid #99bac8;
	color: #004663;
	font-size: 30px;
	line-height: 45px;
	overflow: hidden;
	width: 580px;
}

.primary h2 span {
	display: block;
	float: left;
}

.primary h2 a {
	display: block;
	float: right;
	text-indent: -9999px;
}

.primary p {
	width: 505px;
}


.primary h2 .book-stand {
	background: url(../img/bg/book-exhibition-stand.gif) no-repeat;
	height: 34px;
	width: 237px;
}

.primary h2 a.book-stand:hover {
	background-position: 0 -34px;
}

.primary h2 .book-tickets-now {
	background: url(../img/bg/book-tickets-now.gif) no-repeat;
	height: 35px;
	width: 190px;
}

.primary h2 a.book-tickets-now:hover {
	background-position: 0 -35px;
}

.primary p em {
	color: #004663;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
}

.primary ol {
	margin-left: 20px;
}

.primary ol li {
	margin-bottom: 1em;
}

.primary h3 {
	color: #004663;
	font-size: 17px;
}

/* @group Call To Action */

.call-to-action {
	background: url(../img/bg/call-to-action-top.gif) no-repeat;
	width: 580px;
	padding-top: 6px;
}

.call-to-action div {
	background: url(../img/bg/call-to-action-bg.gif) no-repeat 0 100%;
	width: 540px;
	overflow: hidden;
	padding: 9px 20px 20px;
}

.call-to-action p {
	float: left;
	margin: 5px 0 0 0;
}

.call-to-action .book-now {
	background: url(../img/bg/book-now-btn.gif) no-repeat;
	display: block;
	float: right;
	height: 25px;
	width: 112px;
	text-indent: -9999px;
}

.call-to-action a.book-now:hover {
	background-position: 0 -25px;
}

a#download-form {
	background: url(../img/bg/download.gif) no-repeat 0 100%;
	display: block;
	text-decoration: none;
	padding-left: 45px;
}

a#download-form span {
	color: #007cb1;
	display: block;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 3px;
}

a#download-form em {
	border-bottom: 1px solid #007cb1;
	font-size: 24px;
	line-height: 1;
	font-style: normal;
}

/* @end Call To Action */

table {
	border: 1px solid #9bbbc9;
	width: 505px;
}

th, td {
	border-bottom: 1px solid #9bbbc9;
	padding: 5px;
}

th {
	background: #c0e9fa url(../img/bg/th-tile.png) repeat-x;
	font-weight: bold;
}

tr.even td {
	background: #edf9fd;
}

ul.bullet li {
	background: url(../img/bg/bullet.gif) no-repeat 0 50%;
	line-height: 2em;
	padding-left: 15px;
}

/* @group Alert Box */

.alert-box {
	background: #f7fcfe url(../img/bg/blue-alert-43x43.png) no-repeat 10px 50%;
	border: 1px dotted #99bac8;
	padding: 0px 10px 0px 63px;
	margin-top: 20px;
}

.primary .alert-box p {
	width: auto;
}

/* @end Alert Box */

/* @end Primary */

/* @group Secondary */
.secondary {
	background: url(../img/bg/secondary-bg.png) no-repeat;
	float: left;
	height: 100%;
	width: 280px;
	margin-left: 20px;
	padding-top: 20px;
}

.secondary blockquote {
	height: 94px;
	width: 193px;
	margin-left: 17px;
	margin-bottom: 20px;
}

.secondary blockquote p {
	background: url(../img/bg/blockquote.png) no-repeat;
	height: 94px;
	width: 193px;
	text-indent: -9999px;
}

/* @group Secondary Nav */

.secondary ul {
	width: 280px;
	margin-bottom: 20px;
}

.secondary li a {
	border-bottom: 1px solid #99bac8;
	color: #005376;
	font: 15px/30px 'FontinSansRegular';
	display: block;
	padding-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
	width: 255px;
}

.secondary li a#sub-selected {
	background: url(../img/bg/sub-nav-selected.png) no-repeat 0 50%;
	border: none;
	color: #fff;
	width: 260px;
	padding-left: 20px;
	text-shadow: #0083ba 0 -1px 0;
}

/* @end Secondary Nav */

/* @group Email Signup */

#signup {
	background: url(../img/bg/email-signup.png) no-repeat;
	height: 155px;
	width: 243px;
	margin: 0 0 20px 10px;
	padding-top: 20px;
}

#signup form {
	margin: 0 auto;
	width: 203px;
}

#signup form h2 {
	background: url(../img/bg/find-out-whats-going-on.gif) no-repeat;
	height: 10px;
	margin-bottom: 5px;
	text-indent: -9999px;
	width: 180px;
}

#signup form p {
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 10px;
}

#signup span {
	background: #fff;
	border: 1px solid #007cb1;
	display: block;
	padding: 1px;
	margin-bottom: 10px;
}

#signup span input {
	border: 1px solid #b2d7e7;
	font-size: 12px;
	width: 193px;
	padding-left: 5px;
}

#signup-success {
	background: url(../img/bg/signup-success.png) no-repeat 0 50%;
	padding-left: 40px;
}

/* @end Email Signup */

/* @group Sponsors */

.sponsors {
	width: 243px;
	margin: 0 0 15px 10px;
	overflow: hidden;ponsors
}

.sponsors h2 {
	border-bottom: 1px solid #7fd2f5;
	color: #007cb1;
	font-size: 15px;
	line-height: 2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.secondary .sponsors a {
	display: block;
	float: left;
	margin-bottom: 15px;
	margin-left: 25px;
}

/* @end Sponsors */

.about .secondary, .ticket-information .secondary, .exhibitors .secondary {
	height:730px;
}

.media-center .secondary, .contact .secondary {
	height: 700px;
}


/* @end Secondary */

/* @group Grid */

.grid-6x6 {
	width: 880px;
	overflow: hidden;
	margin: 0 auto 20px;
}

.grid-6x6 .col1 {
	width: 430px;
	float: left;
}

.grid-6x6 .col2 {
	width: 430px;
	float: right;
}

.home .grid-6x6 .col2 {
	background-color: #dff3fc;
	padding-top: 10px;
}

.grid-6x6 .col2 .mod {
	width: 407px;
	margin: 0 auto;
}

.grid-6x6 .col2 .mod h2 {
	color: #005072;
}

.grid-6x6 .col1 .mod h2, .grid-6x6 .col1 .mod a  {
	color: #ac4d78;
}

.grid-6x6 .col1 .mod a:hover  {
	color: #ed69a5;
}


.grid-6x6 .col1 .mod h2 {
	margin-bottom: 5px;
}

.grid-6x6 .col1 .mod p {
	color: #391928;
	margin: 0;
}

/* @end Grid */

/* @end Page structure*/

/* @group Header */
.header {
	margin-bottom: 15px;
}

.header .hgroup {
	width: 880px;
	overflow: hidden;
	padding: 30px 20px 0;
}

.header .hgroup h1 {
	background: url(/img/logo-w-sma-533x56.png) no-repeat;
	float: left;
	height: 56px;
	width: 533px;
	text-indent: -9999px;
}

.header .hgroup h2 {
	background: url(/img/when-279x40.png) no-repeat;
	height: 40px;
	float: right;
	text-indent: -9999px;
	width: 279px;
	margin-top: 15px;
}

/* @end Header */

/* @group Nav */
.nav {
	margin-bottom: 10px;
}

.nav ul {
	background: url(../img/bg/navigation.png) no-repeat;
	position: relative;
	width: 920px;
	height: 50px;
	margin: 0;
}

.nav li {
	display: inline;
}

.nav a {
	display: block;
	height: 50px;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

.nav-home {
	width: 102px;
}
a.nav-home:hover, #selected .nav-home {
	background: url(../img/bg/navigation.png) no-repeat 0 -50px;
}

.nav-about {
	width: 185px;
	left: 102px;
}
a.nav-about:hover, #selected .nav-about {
	background: url(../img/bg/navigation.png) no-repeat -102px -50px;
}

.nav-ticket {
	width: 205px;
	left: 287px;
}
a.nav-ticket:hover, #selected .nav-ticket {
	background: url(../img/bg/navigation.png) no-repeat -287px -50px;
}

.nav-exhib {
	width: 140px;
	left: 492px;
}
a.nav-exhib:hover, #selected .nav-exhib {
	background: url(../img/bg/navigation.png) no-repeat -492px -50px;
}

.nav-media {
	width: 162px;
	left: 631px;
}
a.nav-media:hover, #selected .nav-media {
	background: url(../img/bg/navigation.png) no-repeat -631px -50px;
}

.nav-contact {
	width: 126px;
	left: 793px;
}
a.nav-contact:hover, #selected .nav-contact {
	background: url(../img/bg/navigation.png) no-repeat -793px -50px;
}

/* @end Nav */

/* @group Intro */

#intro {
	background: url(../img/bg/home.jpg) no-repeat;
	height: 321px;
	width: 920px;
	padding-top: 30px;
}

#intro .article {
	margin-left: 35px;
}

#intro h2 {
	color: #005072;
	font-size: 36px;
	letter-spacing: -1px;
}

#intro p {
	font-family: 'FontinSansRegular';
	color: #005072;
	font-size: 18px;
	width: 415px;
	line-height: 1.3;
	margin: 1em 0 1.5em;
}

#intro .button {
	display: block;
	float: left;
	height: 45px;
	width: 201px;
	text-indent: -9999px;
	margin-right: 15px;
}

#intro .book {
	background: url(../img/bg/home-book-tickets.gif) no-repeat;
}
#intro a.book:hover {
	background-position: 0 -46px;
}

#intro .more {
	background: url(../img/bg/home-find-out-more.gif) no-repeat;
}
#intro a.more:hover {
	background-position: 0 -45px;
}

/* @end Intro */

/* @group dd */

#dd {
	background: url(../img/bg/dd-bg-tile.png) repeat-x;
	height: 61px;
	width: 880px;
	margin: 0 auto;
}

/* @end dd */

/* @group tickets */

#tickets {
	width: 880px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#tickets img {
	display: block;
	margin-top: -10px;
}

/* @end dd */

/* @group News */
#news {
	background: #eb75a9 url(../img/bg/news-tile.gif) repeat-x 0 100%;
	border: 1px solid #c05586;
	border-left-color: #ff81bc;
	border-top-color: #ff81bc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 880px;
	margin: 0 auto 20px;	
	overflow: hidden;
}

#news h2 {
	background: url(../img/bg/latest-news.gif) no-repeat;
	height: 11px;
	float: left;
	width: 84px;
	text-indent: -9999px;
	margin: 12px 0 0 20px;
}

#news p {
	background: #fff url(../img/bg/news-content-tile.gif) repeat-x 0 100%;
	border: 1px solid #fff;
	border-color: #eec9d8 #fff #fff #eec9d8;
	color: #ac4d78;
	float: right;
	-moz-border-radius: 3px;
	width: 730px;
	line-height: 2em;
	margin: 3px 5px 3px 0;
	padding-left: 10px;
}

/* @end News */

/* @group Exhibit */
#exhibit {
	background: url(../img/bg/exhibit.gif) no-repeat;
	height: 158px;
	width: 407px;
	padding-top: 30px;
	margin-bottom: 10px;
}

#exhibit div {
	margin: 0 30px;
}

#exhibit h2 {
	margin-bottom: 5px;
}

#exhibit p {
	margin: 0 0 15px;
}

#exhibit .button {
	background: url(../img/bg/home-book-exhibition.gif) no-repeat;
	display: block;
	height: 46px;
	width: 261px;
	text-indent: -9999px;
}
#exhibit a.button:hover {
	background-position: 0 -46px;
}

/* @end Exhibit */

/* @group Sponsors */

#sponsors {
	padding-bottom: 20px;
	overflow: hidden;
}

#sponsors h2 {
	border-bottom: 1px solid #b0cedb;
	line-height: 2em;
}

#sponsors ul {
	list-style: none;
	margin-left: 10px;
}

#sponsors li {
	float: left;
	margin: 0 15px 20px 0;
}

/* @end Sponsors */

/* @group Title Sponsor */

#title-sponsor h2 {
	border-bottom: 1px solid #b0cedb;
	line-height: 2em;
	margin-bottom: 10px;
}

#title-sponsor div {
	width: 100%;
	overflow: hidden;
}

#title-sponsor div a {
	float: left;
	padding-left: 10px;
}

#title-sponsor div p {
	float: right;
	width: 40%;
	padding-right: 10px;
}

/* @end Title Sponsor */


/* @group Why Visit */
#why-visit {
	background: url(../img/bg/blocks.gif) no-repeat 0 50%;
	padding-left: 120px;
	margin-bottom: 20px;
	min-height: 110px;
}
/* @end Why Visit */

/* @group Hiring */
#hiring {
	background: white url(../img/bg/come-in-we-are-hiring.png) no-repeat;
	padding-left: 120px;
	margin-bottom: 20px;
	min-height: 110px;
}
/* @end Why Visit */

/* @group Directions */
#competition-panel {
	background: url(../img/bg/directions.gif) no-repeat;
	height: 101px;
	width: 430px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#competition-panel div {
	margin: 0 40px 0 30px;
}

#competition-panel h2 {
	color: #b0811d;
	margin-bottom: 2px;
}

#competition-panel p {
	color: #3b2c0a;
}

#competition-panel a {
	color: #b0811d;
}

#competition-panel em {
	font-style: normal;
	font-weight: normal;
}

#face-of-badge {
	position: absolute;
	top: 0;
	right: 30px;
}

#win-badge {
	position: absolute;
	top: 112px;
	right: 0;
}

/* @end Directions */

/* @group Meet Our Exhibitors */

.logo-mod {
	margin-bottom: 20px;
}

.logo-mod li {
	width: 130px;
	float: left;
	margin-right: 20px;
}

.logo-mod div {
	text-align: right;
}

/* @end Meet Our Exhibitors */

/* @group Contact Form */

#contact-form {
	width: 505px;
}

#contact-form dt {
	margin-bottom: 5px;
}

#contact-form dd {
	margin-bottom: 10px;
}

#contact-form label {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#contact-form label em {
	color: #333;
	text-transform: lowercase;
	font-weight: normal;
}

#contact-form dl input, #contact-form dl textarea {
	background: url(../img/bg/contact-input-tile.gif) repeat-x;
	border: 1px solid #007cb1;
	font-size: 14px;
	width: 430px;
	padding: 5px;
}

#contact-form dt.error label {
	color: #773553;
}

#contact-form dt.error label em {
	color: #773553;
}

#contact-form dl dd.error input, #contact-form dl dd.error textarea {
	background-color: #fff;
	background-image: none;
	border: 1px solid #773553;
}

#contact-form-alert {
	background: #fdf0f6 url(../img/bg/contact-form-alert.gif) no-repeat 5px 50%;
	border: 1px dotted #f6b4d2;
	color: #773553;
	line-height: 1.5em;
	padding: 5px 10px 5px 40px;
	width: 390px;
}

/* @end Contact Form */

/* @group Footer */

.footer {
	background: #fbe3ed;
	color: #733350;
	clear: both;
	font-size: 12px;
	width: 880px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 40px;
	
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.footer ul {
	margin: 0;
}

.footer ul li {
	line-height: 2em;
}

div.footer a {
	color: #b24f7c;
}

div.footer a:hover {
	color: #773553;
}

.footer .wrap {
	width: 840px;
	margin: 0 auto;
}

.footer .col {
	float: left;
	width: 195px;
	margin-right: 20px;
}

.footer .wrap .last {
	margin-right: 0;
}

.links li {
	padding-left: 20px;
}

.social a {
	display: block;
	height: 34px;
	width: 195px;
	margin-bottom: 15px;
	text-indent: -9999px;
}

.tw {
	background: url(../img/bg/footer-twitter.gif) no-repeat;
}

a.tw:hover {
	background-position: 0 -34px;
}

.fb {
	background: url(../img/bg/footer-facebook.gif) no-repeat;
}

a.fb:hover {
	background-position: 0 -34px;
}

/* @end Footer */

/* @group Crumb */
.crumb {
	font-size: 12px;
	margin: 0 0 10px;
}

.crumb li {
	margin-right: 3px;
	line-height: 1em;
}

.crumb li a {
	border-right: 1px solid #002a3b;
	padding-right: 7px;
}

/* @end Crumb */

.design-by p {
	color:#733350;
	font-size:12px;
	text-align: right;
}

.design-by p a {
	color:#B24F7C;
	font-size:12px;
}

.design-by p a:hover {
	color:#733350;
}

/* @group S-COLS */

#s-cols {
	width: 400px;
	overflow: hidden;
	padding: 0px 0 30px;
}

#s-cols ul {
	margin: 0;
}

#s-cols .col1 {
	width: 190px;
	float: left;
}

#s-cols .col1 img {
	padding-left: 10px;
	padding-top: 10px;
}

#s-cols .col1 a {
	display: block;
	float: left;
	margin-left: 10px;
}

#s-cols .col2 {
	width: 190px;
	float: right;
}

/* @end S-COLS */

/* @group April Show */

#aprilshow {
	background: url(../img/bg/aprilshow.png) no-repeat center 0;
	height: 20px;
	text-indent: -9999em;
	margin: 0;
}

/* @end April Show */

/* @group Media Center */

.news-clippings {
	overflow:hidden;
	width:580px;
	margin-bottom: 20px;
}

.news-clippings li {
	float: left;
	width: 130px;
	margin-right: 20px;
}

.news-clippings li a {
	border: 1px solid #99bac8;
	display: block;
	float: left;
	height: 128px;
	width: 128px;
}

.news-clippings li a:hover {
	border: 1px solid #00a6ec;
}

.news-clippings li a:hover img {
	background: #e5f6fd;
}

.news-clippings li a img {
	background: none;
	padding: 2px;
}

.news-clippings li h4 {
	color: #007CB1;
	clear: left;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.6;
}

.media-center abbr {
	color: #99bac8;
	display: block;
	font: italic 12px/1.6em Arial;
	margin-top: -5px;
}

.media-item {
	overflow:hidden;
	width:580px;
	margin-bottom: 20px;
	padding-top: 15px;
}

.media-item img {
	float: left;
}

.media-item div {
	float: right;
	width: 520px;
}

.media-item h4 {
	margin-bottom: 5px;
}

.media-item h4 a {
	font-weight: bold;
}

.media-center .media-item h4 abbr {
	display: inline;
}

.media-item p {
	margin: 0;
}

/* @end Media Center */

/* @group Our Exhibitors */

#our-exhibitors {
	width: 580px;
	overflow: hidden;
}

#our-exhibitors table {
	width: auto;
	border: none;
}

#our-exhibitors table tr td {
	border: none;
}

#our-exhibitors a {
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.mod-exhib {
	width: 580px;
	overflow: hidden;
	margin-bottom: 10px;
}

.mod-exhib ul {
	margin-top: 0;
}

.col-exhib {
	float: left;
	width: 180px;
	margin-right: 20px;
}
#col-exhib-last {
	margin-right: 0;
}

#exhibitor-logos {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

#exhibitor-logos li {
	height: 65px;
	margin-bottom: 0;
}

/* @end Our Exhibitors */

/* @group Charities */
#charities li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

#charities img {
	float: left;
}
#charities p {
	margin: 0 0 0 150px;
	width: auto;
	line-height: 1.5em;
}
/* @end Our Charities */

/* @group Goody Bag Entries */
#goody-bag {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

#goody-bag .col1 {
	float: left;
	width: 280px;
}

#goody-bag .col2 {
	float: right;
	width: 280px;
}

#goody-bag a {
	display: block;
	margin-bottom: 30px;
}

/* @end Our Charities */


/* @group Schedule */

.schedule {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.schedule .s-col1 {
	float: left;
	width: 140px;
	padding-top: 35px;
}

.schedule .s-col1 h2, .schedule .s-col1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}

.schedule .s-col1 h2 {
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
}

.schedule .s-col1 h3 {
	border: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1em;
}

.schedule .s-col2 {
	float: right;
	width: 420px;
}

.schedule table {
	border: none;
	width: auto;
}

.schedule table th, .schedule table td {
	border-color: #e1ebef;
}

.schedule table th.time {
	background: none;
	font-weight: normal;
	font-size: 11px;
	width: 75px;
	text-align: left;
}

.schedule th.col-header {
	display:none;
}

.primary .schedule table h3 {
	color: #AC4D78;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-top: 10px;
}

.primary .schedule table p {
	color:#391928; 
	width: auto;
	margin: 0 0 10px 0;
}

.primary .schedule table p a {
	color: #ac4d78;
}

.primary .schedule table p a:hover {
	color: #ed69a5;
}

/* @end Schedule */ 




