/* Style Sheet for QREE */

/* Global Reset */
* {
	margin: 0;
	padding: 0;
}

/* Global Styles */
.section-end, .hidden, .invisible {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* -----------------------------------------------------------------
   WHOLE PAGE BODY
   ----------------------------------------------------------------- */

body {
	background: rgb(76, 74, 59);
	padding: 10px 0;
}

#header,
#content,
#footer {
	width: 800px;
	margin: 0 auto;
	background: white;
	border-left: #d9cca9 3px solid;
	border-right: #d9cca9 3px solid;
	position: relative;
	left: 0;
	top: 0;
}

body.popup #header,
body.popup #content,
body.popup #footer, {
	width: auto;
	margin: 0 10px;
}

/* -----------------------------------------------------------------
   HEADER SECTION
   ----------------------------------------------------------------- */
/* definition */
div#header {
	border-top: #d9cca9 3px solid;
	border-bottom: #d9cca9 3px solid;
	height: 227px;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
}

body.popup div#header {
	height: 40px;
	background-color: #b3af95;
	color: black;
	text-align: center;
}

/* Header Graphic */
h1 {
	margin: 5px;
	width: 790px;
	padding: 200px 0 0 0;
	overflow: hidden;
	background: #fff url(graphics/header.jpg) top left no-repeat;
}

body.popup h1 {
	margin: 0;
	width: 800px;
	background: #b3af95 url(graphics/popup-header.png) left top no-repeat;
}

/* Main Navigation */
.container {
	clear: both;
	text-decoration: none;
}
ul#primary-navigation {
	position: absolute;
	top: 200px;
	left: 0;
	border-top: #d9cca9 3px solid;
	background: #243a45;
	height: 24px;
	width: 800px;
	overflow: hidden;
	list-style: none inside;
	display: table;
	margin: 0 auto;
	white-space: nowrap;
}

/* Main Navigation List Items */
ul#primary-navigation li {
	display: table-cell;
	/* margin: 0 11px; */
	text-align: center;
	color: white;
	text-transform: uppercase;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

ul#primary-navigation li a {
	display: block;
	padding: 4px 0;
	color: #d9cca9;
	text-decoration: none;
	width: auto;
}

ul#primary-navigation li a:hover {
	color: #fff;
	background-color: #3E6578;
}

/* -----------------------------------------------------------------
   FOOTER SECTION
   ----------------------------------------------------------------- */
/* definition */
div#footer {
	background: #b3af95;
	color: #000;
	border-top: #d9cca9 3px solid;
	border-bottom: #d9cca9 3px solid;
}

/* generic text styles */
div#footer p, div#footer li {
	font: small Arial, sans-serif;
	text-align: center;
}

/* copyright line */
div#footer div.copyright {
	margin: 5px auto;
	text-align: center;
}

/* secondary menu */
ul#secondary-navigation {
	list-style: none inside;
	margin: 5px auto;
	text-align: center;
}

ul#secondary-navigation li {
	display: inline;
	margin: 0 5px;
}

ul#secondary-navigation li a {
	color: #993400;
}

/* -----------------------------------------------------------------
   SPONSOR LOGOS SECTION
   ----------------------------------------------------------------- */
/* definition */
div#sponsor-logos {
	text-align: center;
	clear: both;
	position: relative;
	left: 0;
	top: 0;
	margin: 15px 0 0;
}

div#front-page-sponsors {
	text-align: right;
	clear: both;
	position: relative;
	left: 0;
	top: 0;
	padding-left: 210px;
	padding-right: 20px;
}

/* styles */
div#sponsor-logos h3 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* logo list */
div#sponsor-logos ul,
div#front-page-sponsors ul {
	list-style: none inside;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
}


div#sponsor-logos ul li {
	display: inline;
	margin: 10px 20px;
	line-height: 50px;
}

div#sponsor-logos a img,
div#front-page-sponsors a img {
	border: none;
}

/* special logo placements */
div#sponsor-logos li#sl-landamerica {
	position: absolute;
	left: 100px;
	top: 0;
	margin: 0;
	padding: 0;
}

div#sponsor-logos li#sl-hudson {
	position: absolute;
	left: 415px;
	top: 0;
	margin: 0;
	padding: 0;
}

div#sponsor-logos li#sl-dailynews {
	position: absolute;
	left: 604px;
	top: 0;
	margin: 0;
	padding: 0;
}

/* -----------------------------------------------------------------
   FRONT PAGE MENU SECTION
   ----------------------------------------------------------------- */
/* definition */
div#content ul#front-page-menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 188px;
	list-style: none outside;
	margin: 10px 0 10px 10px;
	padding: 0;
	border: 1px solid black;
	background-color: #a2b9c7;
}

/* List Items */
div#content ul#front-page-menu li {
	padding: 5px 3px;
	margin: 4px;
	font:  small Verdana, Tahoma, sans-serif;
	text-transform: uppercase;
}

div#content ul#front-page-menu li a {
	text-decoration: none;
	color: black;
	display: block;
	margin: -5px -3px;
	padding: 5px 3px;
	border: 1px solid #a2b9c7;
}

div#content ul#front-page-menu li a:hover {
	color: white;
	border: 1px solid black;
	background: #2e7cab url(graphics/menu-bg.png) repeat-x;
}

/* -----------------------------------------------------------------
   ADMISSION SECTION
   ----------------------------------------------------------------- */
/* definition */
div#content div#admission {
	position: absolute;
	left: 0;
	top: 285px;
	width: 188px;
	list-style: none inside;
	margin: 10px 0 10px 10px;
	padding: 0;
	border: 1px solid black;
	background-color: #f69679;
}

div#main-content div.admission {
	position: relative;
	display: none;
}

/* Styles */

div#content div#admission div {
	margin: 0.75em auto;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: small;
}

div#admission div span.price {
	font-weight: bold;
	color: red;
}

div#admission div span.conditions {
	font-size: x-small;
	display: block;
	margin: -0.25em auto 0.75em;
}

/* -----------------------------------------------------------------
   JOURNAL ADVERTISING SECTION
   ----------------------------------------------------------------- */
/* definition */
div#content div#advertising {
	position: absolute;
	left: 9px;
	top: 405px;
	width: 170px;
	height: 200px;
	overflow: hidden;
	background: white url(graphics/journalad.png) top center no-repeat;
	margin: 0 0 10px 10px;
	padding: 0;
}

div#content div#advertising h3 {
	padding: 200px 0 0;
	height: 0;
	margin: 0;
}

div#content div#advertising a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	padding: 200px 0 0;
	height: 0;
	overflow: hidden;
}

/* -----------------------------------------------------------------
   FRONT PAGE MAIN SECTION
   ----------------------------------------------------------------- */
/* definition */
div#front-page-main {
	padding-left: 210px;
	padding-top: 10px;
	min-height: 565px;
}

/* -----------------------------------------------------------------
   FRONT PAGE BOXES
   ----------------------------------------------------------------- */
/* definition */
div#content div#front-page-boxes {
	width: 798px;
	margin: 0 auto;
}

div#content div#front-page-boxes div.box {
	float: left;
	width: 236px;
	margin: 0 10px;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	background: #ffc;
	border: 1px solid black;
}

div#content div#front-page-boxes div.box h4 {
	font: large Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.5em 0;
	z-index: 1;
	color: #993400;
	text-align: center;
}

div#content div#front-page-boxes div.box p {
	font: small Arial, sans-serif;
	padding: 5px 10px;
	text-align: center;
	height: 5em;
}

/* -----------------------------------------------------------------
   CONTENT AREAS
   ----------------------------------------------------------------- */
/* Main content block */
div.generic-info div#main-content {
    padding: 10px 10px 10px 210px;
    min-height: 595px;
}  

body.popup div#content {
	padding: 10px;
}

/* Generic Styles */
div#content p,
div#content li,
div#content th,
div#content td,
div#content h5,
div#content h6,
div#content blockquote,
div#content cite
form div.formelement {
    font-family: Georgia, "Times New Roman", serif;
}

div#content p,
div#content ul,
div#content ol,
form div.formelement {
    margin: 0.5em 0;
    font-size: small;
}

div#content blockquote {
	margin: 1em 10px;
	background: url(graphics/blockquotes.png) no-repeat top left;
	font-size: small;
	padding: 1em 10px;
	border: 1px solid #eee;
}

div#content blockquote cite {
	text-align: right;
	display: block;
}

div#content h2 {
    font: x-large bolder Helvetica, Arial, sans-serif;
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    letter-spacing: 120%;
}

div#content h3 {
    font: large bolder Helvetica, Arial, sans-serif;
    margin: 1em 0;
}

div#content h4 {
    font: medium bold Georgia, "Times New Roman", serif;
    margin: 1em 0 0;
}

div#content h6 {
    font: small bold Georgia, "Times New Roman", serif;
    margin: 1em 0 0;
}

div#content h5 {
    font: medium bold Georgia, "Times New Roman", serif;
    margin: 1em 0 0;
}

div#content div#main-content ul {
    margin-left: 24px;
    list-style: outside disc;
}

div#content ul.checked {
	list-style-image: url(graphics/check-bullet.gif);
	margin-left: 24px;
}

div#content div#main-content div.twocol {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	margin: 0.5em 0;
	padding: 0;
}

div#content div#main-content ul.twocol {
	margin-top: 0;
	margin-bottom: 0;
}

div#content .endcol {
	clear: left;
}

div#content div#main-content p.eventdetails {
	margin: 0.5em 12%;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

div#content div#front-page-main p.eventdetails {
	margin: 0.5em 12% 2em;
	padding: 0;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
}


div#content div#front-page-main p.eventdetails em {
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", serif;
	font-style: italic;
}

div#content div#front-page-main p.eventdetails strong {
	font-size: 150%;
}

div#content div#front-page-main h2 {
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", serif;
	font-size: 200%;
}

div#content .warning {
	margin: 1em 12%;
	padding: 1em 10px;
	border: 1px solid red;
}

div#content div#main-content p.seeyou,
div#front-page-main p.seeyou {
	font: large bold Helvetica, Arial, sans-serif;
	color: blue;
}

div#content div#main-content .super {
	color: blue;
	font-size: medium;
}

div#content div#main-content ul.newsitems {
	list-style: none outside;
	margin-left: 0;
}

div#content div#main-content ul.newsitems li {
	margin: 1em 0;
	border-top: 1px dotted #333;
}

div#content div#main-content ul.newsitems li .title {
	font-size: large;
	font-weight: bold;
	display: block;
	margin: 0.5em 0;;
}

div#content ul.newsitems li .description {
	display: block;
	margin: 0;
}

div#content ul.newsitems li .description .streetaddress {
	text-align: center;
}

div#content ul.newsitems li .extras {
	display: block;
	margin: 0;
	font-style: italic;
}

div#content ul.newsitems li div.image {
	float: right;
	margin-left: 1.5em;
}

div#content div#main-content p.register {
	width: 70%;
	margin: 1em auto;
	padding: 5px;
	border: 1px solid black;
	background-color: #ffc;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
}

div#content div#main-content p.register a {
	color: black;
	text-decoration: none;
}

div.contact div.contact-section {
	padding: 10px 30px;
	border-bottom: 1px dotted #ccc;
}

div.contact div.contact-section div {
	font: small arial, sans-serif;
}

div.contact div.contact-section div.name {
	font-weight: bold;
}

div.contact div.contact-section div.phone {
	font-weight: bold;
	color: maroon;
}

div.contact div.contact-section span.company,
div.contact div.contact-section span.medium {
	font-weight: normal;
	color: black;
}

body div#main-content div.contact-section h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

/* table */
div#content div#main-content table {
	border: 1px solid black;
	margin: 0.5em auto;
	width: 80%;
	border-spacing: 0;
	border-collapse: collapse;
}

div#content div#main-content table .section td {
	background-color: #ffc;
	font: large bold;
	padding: 3px;
	
}

div#content div#main-content table th {
	text-align: left;
	padding: 3px;
	background-color: #ccc;
	font-size: small;
}

div#content div#main-content table td {
	text-align: left;
	padding: 3px;
	border-bottom: #d0d0d0 1px solid;
	font-size: small;	
}

div#content div#main-content table td.booth-nr,
div#content div#main-content table th.booth-nr {
	width: 70px
}

div#content div#main-content table td.time {
	white-space: nowrap;
	vertical-align: top;
}

div#content div#main-content table td.classroom-nr,
div#content div#main-content table td.booth-multiple {
	border-right: #d0d0d0 1px solid;
}
/* -----------------------------------------------------------------
   THUMBNAIL LIST
   ----------------------------------------------------------------- */
div#content div#main-content ul.photo-thumbnails {
	list-style: none inside;
}

ul.photo-thumbnails li.thumbnail {
	float: left;
	width: 130px;
	text-align: center;
	height: 80px;
	margin: 10px 0;
}

ul.photo-thumbnails li.thumbnail a {
	cursor: pointer;
}

/* -----------------------------------------------------------------
   EXHIBITOR LIST NAVIGATION
   ----------------------------------------------------------------- */
ul#exhibitor-nav li {
	font-weight: bold;
}

ul#exhibitor-nav li ul li {
	display: inline;
	padding: 0 20px 0 0;
	font-weight: normal;
}

ul#exhibitor-nav,
ul#exhibitor-nav ul {
	list-style-type: none;
}


/* -----------------------------------------------------------------
   SEMINAR LIST
   ----------------------------------------------------------------- */
/* SEMINAR LIST STYLE */
ul.seminarlist {
	list-style-type: none;
	list-style-position: inside;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	clear: left;
}

/* LIST ITEMS */
ul.seminarlist li {
	display: block;
	float: left;
	background-color: #d9d9d9;
	border: solid 1px #999;
	text-align: center;
	margin: 10px 3px;
	width: 175px;
	padding: 0 5px;
	min-height: 230px;
	position: relative;
	top: 0;
	left: 0;
}

ul.seminarlist li.seminarblank {
	padding: 10px 5px;
	min-height: 210px;
}

ul.seminarlist li.seminarimage {
	background: none;
	min-height: auto;
	padding: 0;
	width: auto;
}

ul.seminarlist li.seminarimage img.thumbnail
{
	margin: 0;
	border: none;
}

ul.seminarlist li.seminarblank:hover {
	cursor: default;
}

ul.seminarlist li.new-row {
	clear: both;
}

ul.seminarlist li:hover {
	cursor: pointer;
}

/* Internal Styles */
ul.seminarlist li img.thumbnail {
	margin: 5px -5px 0;
	border: solid 1px #888;
}

ul.seminarlist li div.title {
	font-weight: bold;
}

ul.seminarlist li div.locdate {
	font-size: x-small;
	font-family: arial, sans-serif;
	font-weight: bold;
	background-color: #999;
	margin: 5px 0 0;
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

div.schedule h3 {
	clear: both;
	margin-bottom: 0 !important;
}
/* -----------------------------------------------------------------
   FORM STYLES
   ----------------------------------------------------------------- */
/* SECTIONS */
form#info-request-form .section {
	width: 80%;
	min-width: 600px;
	margin: 0 auto;
	border-bottom: 1px solid #777;
	padding: 10px 0;
	position: relative;
	left: 0;
	top: 0;
}

/* Form Elements */
div.formelement{
	display: block;
	clear: left;
}

form .section div.inlinenew {
	float: left;
	clear: left;
	margin-right: 20px;
}

form .section div.inline {
	float: left;
	clear: none;
	margin-right: 20px;
}

/* Labels */
form label.left,
form .body span.left {
	float: left;
	text-align: right;
}

form label,
form .body span {
	display: block;
}

form label.full,
form label.half,
form label.quarter,
form .body span.full,
form .body span.half,
form .body span.quarter {
	margin: 2px 5px;
}

form label.full,
form .body span.full {
	width: 200px;
}

form label.half,
form .body span.half {
	width: 100px;
}

form label.quarter,
form .body span.quarter {
	width: 50px;
}

form label.min,
form .body span.min {
	width: 40px;
}

form label.required,
form .body span.required {
	font-weight: bold;
}