/* 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: #186194;
	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;
}
#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: 350px;
	margin-left: 0px;
}
#center-column h2 {
	font-size: 1.8em;
	color: #186500;
	line-height: 1.2em;
}


	
#right-column {
	float: left;
	width: 280px;
	padding-top: 20px;
	margin: 0px;
	padding-right: 0px;
}
	
#right-column h2 {
	color: #FFF;
	background: #FF7D18;
	text-shadow: 1px 2px 2px #000;}

#right-column h3 {
	font: 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0F5284;
	text-align: center;
	border-style: none;
}

#right-column p {
	font-size: 1em;
	font-weight: bold;
}
#right-column #scroller-box {
	height: 600px;
	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(/2014/images/icon_check.gif);
	font: bold 1.4em Arial, Helvetica, sans-serif;
}	

#auxiliary-box {
	display: block;
	width: 200px;
	border: 6px double #F77D21;
	border-radius: 20px;
	box-shadow: 1px 0px 10px #333;
	margin: 20px 0px 30px 0px;
	padding: 0px 10px 10px;
	color: #215DAD;
	background: #FDE3D0;
	text-align: center;
}
#auxiliary-box h3 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-top: 0.5em;
	text-transform: uppercase;
}

#exhibit-box {
	display: block;
	width: 210px;
	border: 6px double #F77D21;
	border-radius: 20px;
	box-shadow: 1px 0px 10px #333;
	margin: 0px 0px 30px 0px;
	padding: 0px 10px 10px;
	color: #215DAD;
	background: #FDE3D0;
	text-align: center;
}
#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;
}
