@charset "ISO-8859-1";
body {
	font: 14px/24px Arial, Helvetica, sans-serif;
	background: #284e7c;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color:#1483C7;
	text-decoration: underline;
}

a:hover {
	color:#1483C7;
	text-decoration: none;
}
	


.oneColFixCtrHdr #container {
	width: 986px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f9f9f9;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #f9f9f9;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0 65px;
	margin-top: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px;
	text-align: center;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#logo_banner  {
	width: 986px;
	background-image: url(http://www.bestoftradeshow.com/images/best_of_trade_show_banner.gif);
	background-repeat: no-repeat;
	height: 166px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#logo_banner #navbar {
	margin-left: 113px;
	color: #F9F9F9;
	font-size: 12px;
	width: 749px;
	background-image: url(images/navbarBG.gif);
	background-repeat: no-repeat;
	height: 24px;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.floatLeft {
	float: left;
	margin: 0px;
	padding: 0px;
}
#logo_banner #navbar ul {
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#logo_banner #navbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#logo_banner #navbar a:hover {
	color: #94C743;
}
#logo_banner #navbar li {
	margin: 0px 20px;
	padding: 0px 8px 0px 14px;
	list-style-type: none;
	display: inline;
	text-align: center;
}
#introBox {
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 435px;
	font-size: 18px;
	padding-left: 5px;
	line-height: 24px;
}
#mainContent h1 {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: none;
	font-size: 24px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
.logoBlue {
	color: #1483C7;
}
.logoPink {
	color: #ED0C6E;
}
.logoLime {
	color: #94C743;
}
.logoOrange {
	color: #F79338;
}
.floatRight {
	float: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 2px;
	line-height: 0px;
}
.margins {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}
.textBlock {
	margin-left: 20px;
	margin-right: 200px;
	margin-top: 10px;
}
.showDescription {
	padding-left: 20px;
	margin-right: 200px;
	margin-left: 0px;
}
#footer #footerNavbar ul {
	margin: 0px;
	padding: 5px 0px;
}
#footer #footerNavbar li {
	margin: 0px;
	padding: 5px 10px;
	display: inline;
}
#footerNavbar hr {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer #footerNavbar a {
	color: #666666;
	text-decoration: underline;
}
.indent {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
.leftIndent {
	padding-top: 10px;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 5px;
}
.smallFont {
	font-size: 12px;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	padding-bottom: 8px;
}
.smallFontDark {
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	color: #000000;
	margin-left: 40px;
	margin-right: 40px;
	padding-right: 10px;
	text-align: center;
}
.white {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.indentWhiteBoxPinkOutline {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #ED0C6E;
	background-color: #FFFFFF;
}
h2 {
	background-image: url(images/grayGradientBG.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #333333;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-right: 5px;
}
h3 {
	font-weight: bold;
	color: #296f9e;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 14px;
	color: #333333;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
}
h5 {
	background-image: url(images/grayGradientBG.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #333333;
	padding-top: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#footer #footerNavbar a:hover {
	color: #ED0C6E;
	text-decoration: none;
}
#footer {
	background-color: #F9F9F9;
}
.calendarContainer .calendarContent p {
	padding: 5px 0px;
	margin: 0px;
}
.extraLineSpace {
	line-height: 1.75;
}

#submitCompanyConsideration {
	background-image: url(images/greeenGradientBG.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 10px;
	text-align: center;
	width: 300px;
}
#submitCompanyConsideration a {
	color: #FFFFFF;
	text-decoration: none;
}
#submitCompanyConsideration a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#submitCompanyConsideration a:hover {
	color: #333333;
	text-decoration: none;
}
#contactInfoFooter {
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contactInfoFooter a {
	color: #666666;
	text-decoration: underline;
}
#contactInfoFooter a:hover {
	text-decoration: none;
}
.gray {
	color: #999999;
}
td {
	font-size: 11px;
	line-height: normal;
}
td  a {
	color: #1483C7;
	text-decoration: underline;
}
td a:hover {
	color: #1483C7;
	text-decoration: none;
}
.tdParagraph {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#podcastList {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 840px;
}
#podcastList hr {
	margin-top: 5px;
	margin-bottom: 8px;
	color: #999999;
}
#podcastList a {
	color: #00668E;
	text-decoration: none;
}
#podcastList a:hover {
	text-decoration: underline;
	color: #ED0C6E;
}
.bestofListDescription {
	margin-left: 120px;
	margin-right: 100px;
}
.linktoBestofTradeShowAwards {
	margin-right: 100px;
	padding-left: 10px;
	text-transform: uppercase;
	border: 1px solid #8EC439;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	background-image: url(images/lightGrayGradientBG.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}
.linktoBestofTradeShowAwards a {
	color: #1E689A;
	text-decoration: none;
	font-weight: normal;
}
.linktoBestofTradeShowAwards a:hover {
	text-decoration: underline;
	color: #ED0C6E;
}
.whiteBoxwBorder {
	background-color: #FFFFFF;
	border: 1px solid #ED0C6E;
	line-height: 125%;
	width: 220px;
}
.bestofListContainer {
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.bestofListContainer img {
	padding-right: 30px;
	float: left;
}
.bestofListContainer p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 12px;
}
.bestofListContainer a {
	color: #3C8AA9;
	text-decoration: none;
}
.bestofListContainer a:hover {
	color: #3C8AA9;
	text-decoration: underline;
}
#videoDisplayBox {
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 435px;
	font-size: 18px;
	padding-left: 5px;
	line-height: 24px;
}

#player {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 24px;
	margin-right: auto;
	background-color: #e7e7e7;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
}
#player p {
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.alignCenter {
	text-align: center;
}
#mainContent #photos {
	margin-left: 460px;
	margin-top: 0px;
	text-align: center;
	background-color: #cccbcb;
	color: #333333;
	padding-bottom: 5px;
}
#mainContent  #photos p {
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}

#mediaWrap {
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}



.graygradientBand {
	background-image: url(images/grayGradientBG.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
.greenHeading {
	background-image: url(images/greeenGradientBG.gif);
	background-repeat: repeat-x;
	padding-left: 30px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #296F9E;
	padding-top: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: left;
}
.addPadding {
	padding-left: 20px;
	padding-bottom: 10px;
}
.whiteBoxwBorder p {
	margin-left: 10px;
	margin-right: 10px;
}
#packageDescription {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 100px;
	margin-top: 0px;
	padding-top: 0px;
}
#packageDescription h1 {
	text-align: center;
	color: #1483C7;
}
#packageDescription h2 {
	text-align: center;
	color: #333333;
	background-image: none;
}
#packageDescription h3 {
	text-align: center;
	color: #3A95CD;
	background-image: none;
}
#player h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #333333;
}
.border {
	border: 1px solid #666666;
	width: 450px;
	float: left;
	margin-bottom: 20px;
}
#videoTestimonial   {
	margin-left: 465px;
	padding-right: 25px;
	background-color: #FFFFFF;
	border: 1px solid #006699;
	margin-right: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #006699;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 32px;
}
.plainText {
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
