/* CSS for home page */


#content_main {
	border-style: none;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 900px;
}
	
#content_main h2 {
	border-style: none;
	color: #93171E;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
}
#content_main p {
	font-size: 1.2em;
}
	
#left-column {
	width: 240px;
	float: left;
	margin-right: 0px;
	padding-top: 10px;
	text-align: center;
}
#left-column h3 {
	font-size: 1.8em;
	line-height: 1.4em;
	text-align: center;
	color: #215DAD;
}

#left-column p {
	font-size: 1em;
}
#left-column img {
	margin-left: 10px;
	margin-bottom: -15px;
}


#center-column {
	float: left;
	width: 300px;
	margin-left: 2em;
	margin-top: 0px;
	margin-right: 2em;
	margin-bottom: 0px;
}
#center-column p {
	font-size: 1em;
}
#center-column h2 {
	font-size: 1.6em;
	color: #93171E;
	line-height: 1.2em;
}


	
#right-column {
	float: left;
	width: 280px;
	padding-top: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 20px;
}
	

#right-column h3 {
	color: #93171E;
	text-align: center;
	border-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
}

#right-column p {
	font-size: 1em;
}
#right-column #scroller-box {
	height: 300px;
	width: 280px;
}

	
#check_box {
	display: block;
	width: 220px;
	border: 6px double #F77D21;
	border-radius: 20px;
	box-shadow: 1px 0px 10px #333;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 10px 10px;
	background: #FDE3D0;
}
	
#check_box li {
	list-style: url(/2015/images/icon_check.gif);
	font: bold 1.4em Arial, Helvetica, sans-serif;
}	
#thursday-heading {
	background-color: #CE9D41;
	margin: .2em;
	border-radius: 20px;
	box-shadow: 1px 0px 8px #333;
	margin: 20px 0px 30px 0px;
	padding: 0px 10px 10px;
}
#thursday-heading h2 {
	color: #FFF;
	text-shadow: 1px 2px 2px #000;
	font-size: 1.8em;
	line-height: 1.2em; }


#right-column .thursday-box {
	display: block;
	width: 240px;
	border: 6px double #CE9D41;
	border-radius: 20px;
	box-shadow: 1px 0px 8px #333;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 10px;
	background: #93171E;
	text-align: center;
}
#right-column .thursday-box h3 a {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0.5em;
	/*	text-transform: uppercase; */
	color: #FFF;
	text-decoration: none;
}

.highslide-body {
	text-align: left;
	padding: 0 30px 0 30px;}

#exhibit-box {
	width: 240px;
	border: 6px double #93171E;
	border-radius: 20px;
	box-shadow: 1px 0px 8px #333;
	margin: 30px 0px 30px 0px;
	padding: 0px 10px 10px;
	text-align: center;
}
#exhibit-box ul {
	padding-left: 0px;
}
#exhibit-box ul li {
	list-style-type: none;
	line-height: 1.5em;
	font-weight: bold;
	padding-left: -3em;
}

#exhibit-box h3 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.6em;
	margin-top: 0.5em;
	text-transform: uppercase;
	text-align: center;
}
	


#home #hotel {
	text-align: center;
	clear: both;
}
