#container {
	position:relative;
	width: 760px;
	height: 1180px;
	background: url(../images/body-bg1.jpg);
	background-color: #252525;
	margin: 0px auto;
	text-align: left;
	font-family: Trebuchet MS, Helvetica Neue, Verdana, Arial, sans serif;
}
#body-img {
	position: center;
	margin: 16px 16px;
}
#promos {
	margin: 45px 10px 0 0;
	float: right;
	padding: 0;
}
#promos li {
	list-style: none;
	float: right;
}
#promos li img {
	margin: 45px 5px 0 0;
	padding: 0px;
}
#mini {
	float: right;
	margin: 0px 17px;
}
#mini a {
	color: white;
}
#mini a:hover {
	text-decoration: underline;
}
#form {
	color: #ffffff;
	font-size: 12px;
	float:right;
	width: 250px;
	margin: 20px 60px 0px 10px;
	padding: 0px;
	text-align: right;
}
.map a {
	color: white;
}
.map a:hover {
	text-decoration: none;
}
#date {
	float: left;
	margin: 10px 15px 0 50px;
	text-align: right:
}
h4 {
	text-align: right;
}
a {
	color: #ffcd17;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#copyright {
	text-align: left;
	margin-left: 10px;
	color: #ffffff;
	font-size: 12px;
	margin-top: 90px;
	float: left;
}
#footer {
	margin: 0 0 -50px 0;
}
#video {
	margin: -100px 20px 20px 60px;
	float: right;
}
.link,
.signupframe {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
	.link {
		text-decoration: none;
}
	.signupframe {
		border: 1px solid #000000;
		background: #000000;
}
var icpForm1609 = document.getElementById('icpsignup1609');

if (document.location.protocol === "https:")

	icpForm1609.action = "https://app.icontact.com/icp/signup.php";
function verifyRequired1609() {
  if (icpForm1609["fields_email"].value == "") {
    icpForm1609["fields_email"].focus();
    alert("The Email field is required.");
    return false;
}
  if (icpForm1609["fields_fname"].value == "") {
    icpForm1609["fields_fname"].focus();
    alert("The First Name field is required.");
    return false;
}
  if (icpForm1609["fields_lname"].value == "") {
    icpForm1609["fields_lname"].focus();
    alert("The Last Name field is required.");
    return false;
}
  if (icpForm1609["fields_phone"].value == "") {
    icpForm1609["fields_phone"].focus();
    alert("The Phone field is required.");
    return false;
}
  if (icpForm1609["fields_city"].value == "") {
    icpForm1609["fields_city"].focus();
    alert("The City field is required.");
    return false;
}
  if (icpForm1609["fields_state"].value == "") {
    icpForm1609["fields_state"].focus();
    alert("The State field is required.");
    return false;
}
  if (icpForm1609["fields_email2"].value == "") {
    icpForm1609["fields_email2"].focus();
    alert("The City Registering For field is required.");
    return false;
}
return true;
}
.clear {
	clear: both;
}