/* @group Main Blocks */
body, td {
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
	color: #491203;
}
img {
	border-width: 0px;
}
#front_image {
	border: 3px solid #fefbf4;
}
body {
	background-color: #4a3211;
	margin: 0px;
	text-align: center;
}
#backing {
	width: 814px;
	margin: auto;
	/* padding: 15px; */
	background-color: #fef7e2;
}
#header, #content, #footer {
	width: 814px;
	margin: auto;
	text-align: left;
}
#header {
	background-color: #4a3211;
	height: 85px;
	vertical-align: bottom;
}
#content, #navigation .selected {
	/* background-color: #853126; */
	background-color: #c2a662;
}
#content {
	padding-bottom: 14px;
	min-height: 200px;
}
#content_inner {
	width: 780px;
	margin: 0 17px 0 17px;
	padding-top: 8px;
	color: #701203;
}
#content_inner a {
	color: #560d06;
}

#content_images img {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* @end */

/* @group Header Elements */
#logo {
	float: left;
	position: relative;
	top: -5px;
	left: 18px;
}
#exhibitor_controls {
	position: relative;
	top: -18px;
	left: -18px;
	text-align: right;
	color: #168780;
	font-size: 11px;
}
#exhibitor_controls a {
	color: #168780;
	text-decoration: none;
}
#exhibitor_controls a:hover {
	color: #71c8bd;
}
#navigation {
	float: right;
	clear: right;
	white-space: nowrap;
	position: relative;
	top: 1px;
	left: -18px;
}
#navigation a {
	color: #491203;
	font-size: 11px;
	white-space: nowrap;
	text-decoration: none;
	margin: 0 10px 0 10px;
}
#navigation td {
	background-color: #992f13;
}
#navigation a:hover {
	color: #3a3336;
}
#navigation a:active {
	color: #032624;
}
#navigation .selected {
	color: 491203;
}
#navigation .selected a:hover {
	color: white;
}
/* @end */

/* @group Exhibitor Table */
.exhibitor_tile {
	width: 180px;
	height: 240px;
	background-color: #f5fff5;
	margin: 6px;
	border: 1px solid #3a3336;
}
.exhibitor_tile td {
	color: black;
}
.header_cell {
	/* height: 4px;
	background-color: #032624; */
}
.image_cell {
	text-align: center;
	height: 170px;
}
.image_cell img {
	border-width: 1px;
	border-color: #032624;
	border-style: solid;
}
.info_cell {
	text-align: center;
}
.exhibitor_name {
	font-weight: bold;
}
.exhibitor_location {	
}
.icon_cell img {
	margin: 2px;
}
.footer_cell {
	/* height: 4px;
	background-color: #032624; */
}

.table_divider {
	margin-top: 15px;
	padding-top: 5px;
	color: #ffffff;
	border-width: 1px 0 0 0;
	border-color: #ffffff;
	border-style: solid;
	font-size: 16px;
	font-weight: bold;
}

#exhibitor_nav {
	margin-top: 5px;
	text-align: right;
}
#exhibitor_nav a {
	color: white;
}
/* @end */

/* @group Events */
.event {
	padding-bottom: 20px;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #491203;
}
.event_title {
	font-weight: bold;
	font-size: 24px;
}
.event_dates {
	color: #491203;
	margin: 4px 0 4px 0;
	font-size: 20px;
}
.event_description {
	
}
.event_host a {
	color: #032624;
}
/* @end */
