﻿@import url("layout.css");
#content a {
	color: #FF6700;
	text-decoration: none;
}
#content a:visited {
	color: #FF6700;
	text-decoration: none;
}
#content a:active {
	color: #FF6700;
	text-decoration: none;
}
#content a:hover {
	color: #EA62AD;
}

/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #FF5A2A;
	background-color: #FF5A2A;
}
/* Exhibitor List Columns*/
#columnrt{
	border-style: none none dotted none;
	border-width: thin;
	border-color: #C0C0C0;
	width: 100px;
	text-align: right;
	float: right;
	padding-left: 0px;
	margin-left: 0px;
}
#columnlft{
	border-style: none none dotted none;
	border-width: thin;
	border-color: #C0C0C0;
	width: 567px;
	text-align: left;
	float: left;
	padding-right: 0px;
	margin-right: 0px;
}

/* Right Column */
#column_r img {
	border: 0px #49C0CE solid;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #FF7300;
}
h2 {
	font-size: x-large;
	color: #FF7300;
	text-align: inherit;
}
h3 {
	font-size: large;
	color: #FF7300;

}
h4 {
	font-size: medium;
	color: #FF7300;

}
h5 {
	font-size: large;
	background-color: #FF7300;
	color: #FFFFFF;
}
label {
	font-size: xx-small;
	color: #000000;
	text-align:center;
	font-weight:bold;
}


ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
	text-align: inherit;
}
/* blockquote */
}
#blockquoteblue p {
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	text-align:left;
	margin:0px
}
#blockquotewhite p {
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	text-align:left;
	margin:0px
}	
/* Footer */
#footer p {
	font-size: x-small;
	color: #000000;
}
/* Links */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_text_decoration {
	text-decoration: none;
}
hr {
	color: #E7F5F8;
}
.titleorange {
	color: #FF6700;
}

