﻿body 
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #000;
/*	background-image: url(Images/Background.png);
	background-position: left top;
	background-repeat: repeat-x; */
}

.PageContainer
{
	width: 955px;
	margin: 0px auto;
	position: relative;
}

.PageContainer .HomeContent
{
	width: 955px;
	height: 640px;
	background-image: url(Images/Home.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.AgeCheckContainer
{
	width: 1280px;
	margin: 0px auto;
	position: relative;
}

.AgeCheckContainer .Content
{
	width: 1280px;
	height: 800px;
	background-image: url(Images/AgeCheck.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}

.AgeCheckContainer p
{
	margin: 0px 0px 15px 0px;
}

.AgeCheckContainer .Label
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 4px 0px;
	padding: 0px;
}

.AgeCheckContainer .State
{
	width: 160px;
}

.AgeCheckContainer .SubmitPara
{
	margin: 30px 0px 0px 0px;
}

.AgeCheckContainer .ValidationSummary
{
	position: absolute;
	top: 640px;
	left: 380px;
	text-align: left;
	background-image: url(Images/FogBack.png);
	background-position: top left;
	background-repeat: repeat;
	padding: 10px;
}

.AgeCheckContainer .ValidationSummary ul
{
	margin: 0px 5px 0px 15px;
	padding: 0px;
}


.AgeCheckContainer .MainForm
{
	position: absolute;
	width: 400px;
	top: 450px;
	left: 280px;
}

.SweepsContainer 
{
	width: 955px;
	margin: 0px auto;
	position: relative;
}

.SweepsContainer .Content
{
	width: 955px;
	height: 640px;
}

.Header
{
	
}

.Header .URL
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 60px 5px;
}

.Header a:link, .Header a:visited
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	float: right;
	color: #000;
	margin: 60px 5px;
	text-decoration: none;
}

.Header a:hover, .Header a:active
{
	color: #99F;
}


.SweepsContainer .ValidationSummary
{
	position: absolute;
	top: 355px;
	left: 255px;
	width: 180px;
	text-align: left;
	background-image: url(Images/FogBack.png);
	background-position: top left;
	background-repeat: repeat;
	padding: 10px;
	font-weight: bold;
}

.SweepsContainer .ValidationSummary ul
{
	margin: 0px 5px 0px 15px;
	padding: 0px;
}

.SweepsContainer .ValidationSummary li
{
}

.SweepsContainer .Headline
{
	position: relative;
	display: block;
	margin: 0px 0px 5px 230px;
	padding: 10px 0px 0px 0px;
}

.SweepsContainer h1 .Small
{
	font-size: 13px;
	vertical-align: top;
}

.SweepsContainer .LogoMap
{
	position: absolute;
	display: block;
	top: 120px;
	left: 20px;
	width: 200px;
	height: 120px;
}

.SweepsContainer .DarienMap
{
	position: absolute;
	display: block;
	top: 116px;
	left: 31px;
	width: 145px;
	height: 130px;
}

.Footer
{
	font-size: 9px;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.Footer a:link,
.Footer a:visited
{
	color: #FFF;
}

.RegistrationDiv
{
	position: relative;
	top: 155px;
	margin-left: 230px;
	width: 351px;
	padding: 10px;
	color: #000;
	font-weight: bold;
	background-image: url(Images/FogBack.png);
	background-position: top left;
	background-repeat: repeat;
}

.RegistrationDiv h1
{
}

.RegistrationDiv h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}

.RegistrationDiv h2 .Sub
{
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

.Error
{
	position: relative;
	top: 150px;
	font-size: 16px;
	font-weight: bold;
}

.Guitar
{
	margin: 20px auto;
	width: 200px;
	text-align:center;
}

.Guitar a
{
	float: none;
	margin: 0px;
}

.Guitar img
{
	border: 0px;
}


.RegistrationForm
{
	font-family: Verdana;
	font-size: 11px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	/*width: 345px;*/
}

.RegistrationForm th, .RegistrationForm td
{
	border: 0px;
	margin: 0px;
	padding: 2px 2px 2px 0px;
	vertical-align: middle;
}

td.LowerHalf 
{
	padding-left: 25px;
	text-indent: -25px;
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
}


.RegistrationForm input
{
}

.RegistrationForm .CodeBox
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	border: solid 2px #66C;
}

.RegistrationForm .Text
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	width: 220px;
}

.RegistrationForm select
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.RegistrationForm .Rules
{
	font-family: Verdana;
	font-size: 11px;
	width: 320px;
	height: 100px;
	overflow: auto;
	background-color: #FFF;
	color: #000;
	padding: 5px;
}

.RegistrationForm .Button
{
	margin-top: 10px;
}

.InvalidSelection
{
	color: #999;
}

.SweepsSelector
{
	display: block;
	position: absolute;
	
	width: 190px;
	height: 200px;
}

.SweepsSelector:hover
{
	border: solid 2px #99F;
}

.SweepsSelectContainer
{
	width: 1280px;
	margin: 0px auto;
	position: relative;
}


.SweepsSelectContainer .Content
{
	width: 1280px;
	height: 1024px;
	background-image: url(Images/SweepsSelect.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.SweepsSelectContainer h1
{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	padding: 0px;
	margin: 0px auto 20px auto;
	text-align: center;
	text-transform: uppercase;
}

.SweepsSelectContainer a.Selector
{
	display: block;
	position: absolute;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.avForm
{
	font-size: 11px;
}

	.avForm input,
	.avForm select
	{
		font-family: Verdana;
		font-size: 11px;
	}

	.avForm .Check
	{
		float: left;
	}

	.FinePrint
	{
		float: left;
		width: 270px;
		margin-left: 5px;
		font-family: Tahoma;
		font-size: 9px;
		text-align: justify;
	}

	div.avForm .Field input[type='checkbox']
	{
		top: -1px;
	}
