/* HTML Elements
----------------------------------------------------------------------- */

a {
  color: #74c805;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

body {
  margin:0;
  padding:0;
}

fieldset#contactUs {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset#contactUs legend {
  padding: 0;
  margin: 0 0 15px 0;
  color: #000000;
  font: Bold 14px Arial;
}

h1 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 26px;
  font: Bold 19px Arial;
  color: #C56E07;
  letter-spacing: -1px;
  border-bottom: 1px dotted #C56E07;
  width: 560px;
}

h2 {
  font:  Bold 16px Arial;
  color: #333333;
  margin: 0 0 15px 0;
}

h2.subHeader {
  font-size: 18px;
  color: #C56E07;
  letter-spacing: -1px;
}

h3,
h4 {
  font:  Bold 14px Arial;
  color: #333333;
  margin: 0 0 15px 0;
}

html {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}



/* Classes and IDs
----------------------------------------------------------------------- */

#bodyContainer {
  background: #FFFFFF url(/im/bg/bg_containerSides.gif) repeat-y top center scroll;
  padding: 0 40px 5px 50px;
}

#bodyContainer ul {
  margin: 0 0 15px 0;
  list-style-type: none;
}

#bodyContainer li {
  margin: 0 0 8px 0;
}

.clearBoth {
  clear: both;
  margin: 0;
  padding: 0;
  height: 1px;
}

/* USED FOR TWO COLUMN LAYOUT
-------------------------------------------- */

#columnLeft,
#columnRight {
  width: 290px;
  float: left;
  margin: 0;
  color: #333333;
}

#columnLeft {
  margin: 0 35px 0 0;
}

#columnRight h3 {
  margin-top: 35px;
  font-size: 16px;
}

/* ELSE USED FOR SINGLE COLUMN
-------------------------------------------- */

#bodyContent {
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
}

#gallery #bodyContent {
  width: 700px;
}

#columnSide {
  width: 125px;
  float: left;
  margin: 160px 0 0 30px;
  padding: 0;
  font: 11px Arial;
}

#columnSide h5 {
  font-size: 12px;
  font-weight: bold; 
}

#containerTop {
  background-image:url(/im/bg/bg_containerTop.gif);
  height: 35px;
}

.contentImage {
  background: #FFFFFF url(/im/bg/bg_images.gif) no-repeat;
  width: 264px;
  margin: 5px 0 15px 0;
}

.contentImage img {
  border: none;
  padding: 9px;
  width: 246px;
  height: 114px;
}

.contactBox {
  clear: both;
  margin: 0 0 10px 0;
}

.contactBox label {
  width: 150px;
  font-weight: bold;
  display: block;
  float: left;
  padding: 3px 0 0 0;
}

.contactBox input,
.contactBox select, 
.contactBox textarea {
  font: 11px Arial;
  width: 250px;
  border: 1px solid #CCCCCC;
  padding: 2px 0 2px 3px;
}

.contactBox textarea {
  height: 150px;
  width: 350px;
}

.contactBox .short {
  width: 150px;
}

.contactBox label.alert,
.alert {
  color: #FF0000;
	font-weight: bold;
}

.contactBox input.alert {
  border: 1px solid #FF0000;
}

.contactBox .fontSoft {
  font-weight: normal;
}

#errorMsg {
  border: 1px solid #FF0000;
  background-color:#fdf3f2;
  padding: 6px 6px 6px 26px;
  margin: 0 0 18px 0;
  background-image: url(/im/bg/icons.gif);
  background-position: 5px 2px;
  background-repeat: no-repeat;
  width: 372px;
}

#submitForm {
  width: 150px;
  font-weight: Bold;
}


#bodyContainer ul.exhibitorListing {
  list-style-type: none;
  margin: 15px 0 20px 0;
}

.exhibitorListing strong {
  margin: 0 10px 0 0;
  color: #666666;
  font-weight: normal;
}

.exhibitorListing table {
  margin-bottom: 15px;
}

.exhibitorListing table td {
  border-bottom: 1px solid #EEE;
}

#footer {
  background: #FFFFFF url(/im/bg/bg_containerBottom.gif) no-repeat top center scroll;
  height: 55px;
  padding: 25px 0 0 0;  
}

#footer div {
  display: block;
  margin: 0 0 0 26px;
  font: 9px Arial;
}

#footer div a {
  color: #835910;
  text-decoration: none;
}

#footer .navBlock {
  margin: 0 0 0 22px;
  height: 28px;
}

#footer .navBlock a {
  margin: 0 5px 0 5px;
  color: #835910;
  text-decoration: none;
  border-bottom: 1px dotted #835910;
  display: block;
}

#footer .navBlock a:hover {
  border-bottom: none;
}

#header {
  width: 780px;
  margin: 0 auto 0 auto;
}

#header ul {
  list-style-type: none;
  height: 28px;
  margin: 12px 0 0 10px;
  padding: 0;
}

.historyImages a {
  background-color:#FFF;
  border: 1px solid #E2E2E2;
  float: left;
  margin: 0 8px 10px 0;
  padding: 5px;
}

.historyImages a:hover {
  background-color:#E2E2E2;
  border:1px solid #666666;
}

.historyImages img {
  border: none;
  width: 120px;
  height: 80px;
}

.navBlock li {
  list-style-type: none;
  float: left;
  display: block;
}

#header .navBlock li a {
  text-transform: uppercase;
  font: Bold 11px Georgia, "Times New Roman";
  color: #333333;
  height: 22px;
  padding: 0 5px 0 5px;
  border-right: 1px solid #CCCCCC;
  text-decoration: none;
}

#header .navBlock li a.start {
  padding: 0 5px 0 0;
}

#header .navBlock li a.end {
  border: none;
}

#header li a:hover {
  text-decoration: underline;
}

#header #active {
  color: #999999;
}

#header .navBlock .hideNav {
  display: none;
}

#last {
  margin: 0;
}

.links {
  height: 70px;
}

.links a {
  line-height: 25px;
}

.links img {
  float: left;
  margin: 0 10px 0 0;
}

.links .copy {
  margin: 5px 0 20px 0;
}

#postNotes {
  background-image: url(/im/bg/bg_notes.png);
  background-repeat: no-repeat;
  display: block;
  height: 210px;
  margin: -54px 0 0 610px;
  padding: 28px 0 0 90px;
  position: absolute;
  color: #000000;
  width: 150px;
  behavior: url(/iepngfix.htc);
}

#postNotes a {
  color: #9A2004;
  font-weight: bold;
}

#postNotes h2 {
  margin: 0 0 10px 0;
  color: #9A2004;
  font: Bold 16px Arial;
}

#postNotes p {
  width: 115px;
}

.regionLists {
  width: 170px;
  margin: 0 20px 0 0;
  float: left;
}

.regionSuppliers {
  width: 260px;
  margin: 0 20px 0 0;
  float: left;
}

.sponsor {
  margin: 0 5px 15px 0;
}

.sponsor img {
  border: none;
}

#validation {
  width: 185px;
	padding: 15px 0;
}

#validation img {
  border: none;
  margin: 0 5px 0 0;
}

#wrapper {
  margin: 0 auto 0 auto;
  width: 812px;
  padding: 0;
  font-size: 11px;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

/* LightBox CSS
------------------------------------------------------------ */

#lightbox {
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}

#lightboxDetails {
  font-size: 0.8em;
  padding-top: 0.4em;
}

#lightboxCaption {
  float: left;
}

#keyboardMsg {
  float: right;
}

#closeButton {
  top: 5px; right: 5px;
}

#lightbox img {
  border: none; clear: both;
} 

#overlay img {
  border: none;
}

#overlay { 
  background-image: url(/im/bg/overlay.png);
}

* html #overlay{
  background-color: #333;
  background-color: transparent;
  background-image: url(/im/bg/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/im/bg/overlay.png", sizingMethod="scale");
}

#visitorInfo li {
  padding: 0 0 4px 24px;
  background-image: url(/im/bg/icons.gif);
  background-repeat: no-repeat;
  background-position: 0 -21px;
}

