﻿h1
{
	margin-bottom:15px;
}
#LandingPageContent h2
{
	font-size:16px;
	text-transform:none;
}
#LandingPageContent h3 
{
	text-transform:none;
}

#LeftCol
{
	width:550px;
	float:left;
}
#RightCol
{
	width:162px;
	margin-left:25px;
	float:left;
}

.LPBox
{
	width:160px;
	margin-bottom:20px;
	background-color:silver;
	font-size:14px;
}
	.LPBox a img
	{
		border: 0;
	}

.LPBox ul { margin:0; padding: 5px 0 10px 25px; background-color:white;}
.LPBox ul li {font-size:11px; font-family: Helvetica, Arial,  sans-serif}

.LPBox span
{
	color:white;
	display:block;
	padding:4px;
	text-align:center;
	text-transform:lowercase;
}
.LPBox a, .LPBox a
{
	display:block;
	text-decoration:none;
}

.LPPurpleBox 
{ 
	border: 1px solid purple;
	background-color: purple; 
	color:white;
}
.LPYellowBox, .LPYellowBox span
{
	border: 1px solid #ffcb05;
	background-color: #ffcb05;
	color:black;
}
.LPRedBox
{
	border: 1px solid #ed1d24;
	background-color: #ed1d24;
	color:white;
}
.LPBlueBox
{
	border: 1px solid #1D97C3;
	background-color: #1D97C3;
	color:white;
}
.LPOrangeBox
{
	border: 1px solid #f06314;
	background-color: #f06314;
	color:black;
}

.LPScrollBox
{
	width: 255px;
	height: 320px;
	overflow: auto;
	overflow-y: scroll;
	margin-top: 8px;
	margin-bottom: 8px;
	border:1px solid silver;
}
	.LPScrollBox ul
	{
		list-style-type: none;
		margin:4px;
		padding-left:0px;
	}
	.LPScrollBox ul li
	{
		margin:5px;
		padding-left:0px;
	}

.OrangeInfoBox {
	margin-top:20px;
	margin-bottom:20px;
	border: 1px solid #f06314;
	padding:15px;
}
.OrangeInfoBox h3 {}

.OrangeInfoBox p {
	margin-top: 2px;
}

.OrangeInfoBox table th, .OrangeInfoBox table td { margin:0; padding:0; vertical-align:top;}
	.OrangeInfoBox table
	{
		margin-top:3px;
		border-collapse: collapse;
	}

div.OrangeVenueStylesText
{
	color: #f06314;
	display:block;
	margin-bottom:10px;
	text-align:center;
}
