/* ------------------------ */
/* Reset Styles */
/* ------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------------------ */
/* Base Styles */
/* ------------------------ */

/* Fix for Firefox 3.x series */
footer, header, article, aside, section, nav { display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin: 0 0 .3em;
}
h1 {
  margin-bottom: .1em;
  font: bold 3em Arial, sans-serif;
  color: #666;
}
h2 {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: .3em;
}
h3 {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0;
}
h1 small, h2 small, h3 small {
  color: #666;
  font-weight: normal;
}
em { font-style: italic; }
p, li, dt, dd {
  font: normal .8em/1.4 Verdana, sans-serif;
}
p { margin: 0 0 1em; }
p li { font-size: .9em; }
ul, ol {
  margin: 0 0 1em 1.5em;
}
ul ul {
  margin: 1em 1.5em;
  list-style: square;
}
li li, dl p, dt p { font-size: 1em; }
li {
  margin: 0 0 .2em;
}
.large { font-size: 1em; }
a {
  color: #0099cd;
}

body {
  background: #f2f2f2 url(/images/background.png) repeat-y top right;
}
body header { 
  padding: 20px 0;
  margin: 0 330px 0 20px;
}

nav ul {
  margin: 0 -10px;
  list-style: none;
}
nav ul li { 
  font-size: .75em; 
  margin: 0;
  padding: 0;
  display: inline;
}
nav li a {
  padding: 5px 10px;
  margin: 0;
  display: block;
  color: #000;
  border: none;
  text-decoration: none;
}
nav li a:hover { color: #fff; }
nav li a.current {
  background-color: #09c;
  color: #fff;
}


section {
  background-color: #fff;
  margin: 0 300px 0 20px;
  padding: 20px 30px;
  
  -webkit-box-shadow: 1px 3px 5px 1px rgba(0,0,0,.5); 
  -moz-box-shadow: 1px 3px 5px 1px rgba(0,0,0,.5); 
  box-shadow: 1px 3px 5px 1px rgba(0,0,0,.5); 

  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);
}

aside {
  position: absolute;
  top: 60px;
  right: 60px;
  float: right;
  width: 210px;
  color: #fff;
}
aside a { 
  text-decoration: none;
  color: #fff;
}
aside header {
  color: #105A87;
  height: 100px;
  padding: 0;
  margin: 0;
}
aside header a { color: #105A87; }
aside header img {
  float: left;
}
aside header p {
  float: left;
  font-size: .7em;
  width: 145px;
  margin: 5px -40px 0 12px;
}
aside p { margin: 0 0 20px; }

aside div.exhibitor {
  color: #000;
  background-color: #abd0e8;
  padding: 15px 60px 15px 15px;
  margin: 25px -60px 10px -15px;
}
aside div.exhibitor h4, aside div.exhibitor p {
  font: .75em/1.5 Verdana, sans-serif;
  margin: 0 0 .25em;
}
aside div.exhibitor p { margin: 0; }
aside div.exhibitor h4 a { 
  color: #000; 
  font-weight: bold;
}
aside div.exhibitor h4 a:hover {
  border-bottom: 1px solid #000;
}

.sponsors h2 {
  margin: 2em 0 0;
  font: normal .75em 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  color: #047b9b;
}
.sponsors img { 
  margin: 0 0 1em; 
}
.sponsors ul { margin: .5em 0 0; }

/*body.wider #menu {
  float: none;
  width: 100%;
  overflow: hidden;
  margin: 0 0 1em;
}
body.wider #menu ul li { display: inline; }
body.wider #menu ul li a {
  float: left;
  padding: 5px 10px;
}
body.wider #menu li ul { margin: 0;}
body.wider #menu li li a { margin: .15em 0 0 0; }
*/


.introduction p { 
  font: normal 1em/1.5 Helvetica, Arial, sans-serif;
  color: #666; 
}

p.time {
  margin: 0 0 2px;
  color: #444;
  font-size: .75em;
}
p.time strong { color: #000; }

dl.default {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;	
}
dl.default dd, dl.default dt {
	padding: .4em .5em .4em 0;
	border-top: 1px solid #ccc;
	margin: 0;
	min-height: 1.4em;
}

dl.default dt {
	width: 9em;
	float: left;
	margin: 0;
	font-weight: bold;
}
dl.default dd {
	margin-left: 9.5em;
}
dl.default dd.not_first {
	border-top: none;
}
dl.noborders, dl.noborders dd.first,  dl.noborders dt.first {
  border: none;
}


/* FORMS */
.details, .control {
	color: #666;
	font: normal 8.5pt Verdana, sans-serif;
}
a.control, .control a { 
	color: #c00 !important; 
	border-bottom: 1px solid #c00 !important;
  text-decoration: none;
}

.disabled { 
  color: #999;
}
.soldout {
  text-transform: uppercase;
  color: #c00;
  font-weight: bold;
}

form { margin: 0; }
form h4 {
	font-weight: bold;
	font-size: .9em;
	border-bottom: 1px solid #999;
	margin: 1em 0 -.4em;
	padding: 0 0 2px;
}
input.error, select.error, textarea.error {
  border: 3px solid #c00; 
}

label, input, select, textarea, legend {
	font-family: 'Lucida Grande', Tahoma, Arial, sans-serif;
}
label { 
	display: block;
	font-size: 10pt;
	font-weight: bold;
	margin: 1em 0 0;
}
label .large { line-height: 1; }

input, select, textarea {}
input, select, textarea, .mceEditor {}

span.req { color: #c00; }
span.hint, p.hint {
	font: normal .95em Verdana, sans-serif;
	color: #666;
}
p.hint { font-size: .9em; }

label span.hint, fieldset span.hint { font-size: .84em; }
p.hint {	margin: 0 0 3px; line-height: 1.4; }

p.hint code {
	background-color: #ffc;
	border: 1px solid #ccc;
	font-family: 'Andale Mono', Courier;
	padding: 2px;
}

label.date { overflow: hidden; }
label.date select { float: left; margin-right: 5px; }


input, select, textarea { 
	font-size: 10pt;
	font-weight: normal;
}
input, textarea { padding: 2px; }
textarea { 
	line-height: 1.3;
	width: 98%; 
}

fieldset {
	overflow: hidden;
}
fieldset legend {
	margin: 0;
	padding: .5em 0 .3px;
	font-size: 10pt;
	font-weight: bold;
}
fieldset.nolabels label { display: none; }
fieldset fieldset {
	margin: 0 0 .5em;
}
fieldset fieldset label {
	font-weight: normal;
	margin: 0;
}
fieldset.group ol { 
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset.group ol li {
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
}
fieldset.group ol li.control, fieldset.group ol li.details {
	margin-top: 3em;
}
fieldset.nolabels ol li.control, fieldset.nolabels ol li.details {
	margin-top: -.35em;
}
fieldset.checkboxes {
	margin: .5em 0;
}
fieldset.checkboxes label {
	font-weight: normal;
	margin: .2em 1.5em .5em 0;
}
fieldset fieldset.checkboxes label { font-size: .95em; }
ul.checkboxes {
  list-style: none;
  margin: 0 0 .5em;
}
ul.checkboxes li {
  padding: 2px 0;
  margin: 0;
}
ul.checkboxes li label { margin:0; }
ul.checkboxes ul { list-style: none; }

div.submit { 
	margin: .8em 0 1.5em;
	font-size: 8.5pt;
	color: #333;
}

div.errorExplanation {
  -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fcc;
	margin: 10px 0;
  padding: 10px 15px 2px;
  border: 1px solid #ccc;
  width: 80%;
}
div.errorExplanation p { display: none; }
div.errorExplanation ul {
  list-style: none;
  line-height: 1;
  margin: 0;
}
div.errorExplanation ul li {
  font: normal 8.5pt/1.5 Verdana, Helvetica, Arial, sans-serif;
}
div.errorExplanation h2 {
	color: #c00;
  font: bold 1em/1 Verdana, sans-serif;
  margin: 0 0 8px;
}

/* Map */
div#map {
  background: url(/images/floorplan-vert.png) no-repeat;
  height: 870px;
/*  width: 600px;*/
  position: relative;
}
#map ul.tables {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#map ul.tables li {
  position: absolute;
  display: block;
}

#map ul.tables li a.label {
  display: block;
  text-align: center;
  border: none;
  font: normal .85em/1 Verdana, sans-serif;
  color: #000;
  text-decoration: none;
}
#map ul.tables li.banquet {
  width: 38px;
  height: 38px;
  background: url(/images/circle.png) no-repeat;
}
#map ul.tables li.split { background: url(/images/circle_split.png) no-repeat; }
#map ul.tables li.right { background: url(/images/circle_split_right.png) no-repeat; }
#map ul.tables li.banquet a.label {
  width: 38px;
  height: 28px;
  padding-top: 13px;
}

#map ul.tables li.exhibit_vertical {
  width: 16px;
  height: 39px;
  background: url(/images/rectangle-vertical.png) no-repeat;
}
#map ul.tables li.exhibit_vertical a.label {
  width: 39px;
  height: 16px;

  margin: 12px 0 0 -10px;

  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#map ul.tables li.exhibit_horizontal {
  width: 39px;
  height: 16px;
  background: url(/images/rectangle-horizontal.png) no-repeat;
}
#map ul.tables li.exhibit_horizontal a.label {
  width: 39px;
  height: 16px;
  padding-top: 3px;
}

#map ul.tables li.selected { background-color: #ff3; }
#map ul.tables li div.information { 
  border: 1px solid #ccc;
  width: 160px;
  padding: 0 10px 10px;
  background-color: #eee;
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: 10000;
  display: none; 
}
#map ul.tables li div.visible {
  display: block;
}
#map ul.tables li div.information h3 { margin: 10px 0 0; }
#map ul.tables li div.information h3 a {
  border: none;
  color: #000;
}
#map ul.tables li div.information p { margin: 0; }


ul.options {
  list-style: none;
  margin: 0;
}
ul.options li {
  background-color: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  width: 75%;
  padding: 10px;
  margin: 0 0 1em;
}
ul.options li p { 
  font-size: .9em; 
  margin: 0;}
ul.options li h3 {
  font: bold 1.2em Helvetica, Arial, sans-serif;
  border: none;
  margin: .1em 0 .3em;
}
ul.options li h3 a {
  border: none;
}


div.errors {
  background-color: #fcc;
  padding: 10px 20px;
  margin: 0 -20px;
}
div.errors h3 {
  color: #c00;
  text-transform: uppercase;
  font-size: .85em;
}
div.errors p { margin: 0; }
div.errors ul {
  list-style: none;
  margin: .2em 0 0;
  font-size: .9em;
}


p.flash {
  padding: 10px 20px;
  margin: -15px -20px 5px;
}
p.error { background-color: #fcc; }
p.notice { background-color: #ffc; }

p.paid strong {
  background-color: #cfc;
  padding: 6px 8px;
}
p.payment {
  overflow: hidden;
  width: 100%;
  padding: 8px 0 0 0;
  margin: -8px 0 1em;
}
p.payment span.button {
  background-color: #fcc;
  padding: 8px 10px;
  margin: -8px 10px 0 0;
  display: block;
  float: left;
}


table.default {
  width: 100%; 
  border-spacing: 0;
  margin: 0 0 1em;
  width: auto;
  font: normal .75em Verdana, sans-serif;
}
table.default td, table.default th {
  text-align: left;
  vertical-align: top;
}

table.default thead th {
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: bottom;
  font-size: .8em;
  border-bottom: 4px solid #ccc;
  padding: 2px 3px;
  background: none;
}
table.default thead tr.group th {
  border: none;
}
table.default tbody { background-color: #fff; }
table.default tbody tr, table.default tbody td.last, table.default tbody td:last-child { 
  border-right: 1px solid #ccc;
}
table.default tbody td, table.default tbody th, table.default tbody td.last {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.default tbody th { font-weight: bold; }
table.default tr.odd td, table.default tr.odd th { background-color: #eee; }
table.default tbody td.control { padding-top: 8px; }
table.default td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table.default td ul li { margin: 0; }


ul.images {
  list-style: none;
  margin: 0;
}
ul.images li {
  border: 1px solid #ccc;
  padding: 10px;
}
ul.images li img { display: block; }
ul.images li code {
  font-family: Courier, fixed;
  background-color: #ffc;
  color: #666;
  padding: 5px;
}
img[align="right"] {
  clear: right;
  float: right;
  margin: 0 0 10px 10px;
}

table.sponsors {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
table.sponsors td {
	vertical-align: middle;
	width: 33%;
}
table.sponsors img { 
	margin: 0 auto .5em;
	display: block;
}

ul.exhibitors {
  margin: 0;
  overflow: hidden;
}
ul.exhibitors li {
  float: left;
  width: 45%;
  margin: 0;
}
ul.exhibitors li:nth-child(odd) {
  margin-right: 5%;
}

.terms {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  background-color: #ffc;
  margin: 1em -30px;
  padding: 10px 30px;
  font-size: .85em;
}
.terms ul {
  list-style: disc;
  margin: 0 0 0 2em;
}


/*
Example for Sponsors in case it gets lost...
<div class="sponsors">
* "DeaMor Associates(DeaMor Associates)":http://www.deamor.com/      
* "Sherwin-Williams(Sherwin-Williams)":http://www.Sherwin-Williams.com/      
* "Coastal Specified Products(Coastal Specified Products)":http://www.CoastalSpecifiedProducts.com/
</div>
*/
