@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-image: url(../images/page-background.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container-background.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	padding-right: 7.5px;
	padding-left: 7.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
}
.oneColFixCtrHdr #header {
	height: 300px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

.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 #container #header .mainnav ul {
	background-image: url(../images/navback.jpg);
	background-repeat: repeat-x;
	height: 44px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #header .mainnav li {
	display: inline;
	margin-left: 20px;
	margin-right: 10px;
}
.oneColFixCtrHdr #container #header .mainnav li a:link {
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #header .mainnav li a:visited {
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #header .mainnav li a:hover {
	color: #EFC13A;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 44px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: normal;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 1em;
	line-height: 1.7em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.oneColFixCtrHdr #footer {
	background-image: url(../images/footerback.jpg);
	background-repeat: no-repeat;
	height: 375px;
	padding-bottom: 0;
	background-position: bottom;
}
.oneColFixCtrHdr #footer p {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: bold;
	color: #850207;
}
.oneColFixCtrHdr #container #footer .copyright {
	font-size: x-small;
	font-weight: normal;
}
.oneColFixCtrHdr #container #footer .copyright a:link {
	text-decoration: none;
	color: #850207;
}
.oneColFixCtrHdr #container #footer .copyright a:visited {
	text-decoration: none;
	color: #850207;
}
.clearfloat {
	clear: both;
}
.exhibitorLeft {
	float: left;
	width: 390px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 25px;
	background-color: #E6E6E6;
	padding: 5px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.oneColFixCtrHdr #container #mainContent .exhibitorLeft img {
	border: thick solid #999999;
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #850207;
}
.exhibitorRight {
	float: left;
	width: 390px;
	margin-bottom: 20px;
	background-color: #E6E6E6;
	padding: 5px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.oneColFixCtrHdr #container #mainContent .exhibitorRight img {
	border: thick solid #999999;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #8C050B;
	padding-top: 10px;
}
a {
	color: #850208;
	text-decoration: none;
}
a:hover {
	color: #EFC13A;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent .event {
	background-color: #DDDDDD;
	width: 245px;
	padding: 8px;
	margin-right: 10px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	height: 230px;
}
.oneColFixCtrHdr #container #mainContent .event .date {
	background-color: #9C0911;
	width: 120px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-align: center;
	margin-left: 60px;
	border: thin solid #333333;
	padding: 5px;
}
.oneColFixCtrHdr #container #mainContent .event p {
	text-align: center;
	font-size: small;
}

.footerlogo {
	float: left;
	margin-left: 20px;
}
.traders {
	float: left;
	width: 550px;
}
.traderspics {
	float: left;
	width: 250px;
	margin-left: 40px;
}
.traderspics img {
	margin-bottom: 50px;
}
