@charset "UTF-8";

* { 
	margin: 0;
	padding: 0;
	font-family: Futura, Arial, sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	background-color: #89D4E2;
}
h1, div, p, a, input, form {
	margin: 0;
	padding: 0;
	font-size: 0;
}
img, a {
	border: 0;
}
#contact div {
	float: left;
}
#join-box {
	background-image: url("/images/splash/join-box.png");
	width: 176px;
	height: 30px;
	position: relative;
}
#email {
	position: absolute;
	top: 9px;
	left: 9px;
	border: 0;
	padding: 0;
	margin: 0;
	width: 158px;
	background-color: transparent;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#outer {
	position: relative;
	width: 100%;
	height: 100%;
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -419px;
	margin-top: -264px;
	width: 838px;
	height: 528px;
}
#cl-logo {
	position: absolute;
	top: 88px;
	right: 62px;
}
/*---- Sign-up Form ----*/
#signup-header {
	position: absolute;
	top: 15px;
}
#signup {
	/*background-color: #B8E4EF;*/
	background-image: url("/images/splash5/signup-bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 15px;
	width: 610px;
	height: 383px;
	overflow: visible;
	position: absolute;
	left: 220px;
}
#signup h2 {
	font-size: 16px;
	color: #8A1E04;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-indent: 96px;
	margin-bottom: 10px;
}
#signup form {
	margin-top: 20px;
	margin-left: 95px;
}
#signup p, 
#signup a, 
#signup input, 
#signup label {
	font-size: 14px;
	font-family: "Trebuchet MS", sans-serif;
	color: #FFFFFF;
}
#signup p {
	height: 31px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#signup label {
	color: #8A1E04;
	font-weight: bold;
	font-size: 10.5px;
	text-transform: uppercase;
	width: 108px;
	display: inline-block;
}
#signup label img {
	position: relative;
	top: 2px;
}
#signup option, 
#signup select, 
#signup .text-input {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 0;
}
#signup-state, 
#signup-location {
	width: 298px;
}
#signup-bmonth {
	width: 194px;
}
#signup-bday {
	width: 100px;
}
#signup-byear {
	width: 100px;
}
#signup option {
	padding-right: 10px;
}
#signup select {
	height: 16px;
	padding: 0;
}
#signup .text-input {
	background-color: #FFFFFF;
	border: 0;
	padding: 0;
	width: 297px;
	height: 18px;
	line-height: 18px;
}
#signup .required-note {
	position: relative;
	top: -15px;
	left: 510px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8px;
	margin-bottom: 0;
}
#signup .form-button {
	background-color: #F37320;
	border: 0;
	padding: 4px 10px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	display: inline-block;
}
#signup p#signup-submit {
	margin-top: 22px;
	height: auto;
}
#signup p#signup-note {
	color: #8A1E04;
	font-size: 7px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
	position: relative;
	height: auto;
	top: -22px;
	left: 168px;
}
