/* Draper For Florida - Splash Page Style Sheet */
/* Bullseye Interactive Media */

/* Import Eric Meyer's Reset Styles */
@import url("reset.css");

html {
	background:  #FFF;
}


body {	
	font-family: Helvetica;
	font-size: small;
}


#splashTop {
	background: url(../images/splashBodyTop.jpg) no-repeat top center;
	margin: 0px auto 0 auto;
	width: 1039px;
	padding: 205px 0 0 0;
	font-family: Helvetica;
	font-size: small;
}

#splashCenter {
	margin: 0 10px;
	width: 971px;
	float:left;
	display:inline;
	padding: 0 0 0px 0;
}


#splashContent {
	width: 993px;
	padding: 0 20px;
	background: url(../images/splashContainerBG.jpg) repeat-y top center;
	margin: 0 auto;
	overflow:hidden;
}

#splashVideo {
	float: bottom;
	display:inline;
	margin: 50px 0 0.6em 75px;
}

#splashLeft {
	float:left;
	display:inline;
	background: url(../images/splashLeftBG.jpg) no-repeat top left;
	margin: 0 0 0 10px;
	width: 583px;
	height: 601px;
}
	


	h2#shareHeadline {
		margin: 0 0 0 30px;
		padding: 0 0 0.5em 0;
		color: #FFF;
		font-weight:bold;
		font-size: 120%;
	}
	
	h2#joinHeadline {
		display:block;
		margin: 0 0 5px 75px;
		color: #f0cf28;
		font-weight:bold;
		font-size: 150%;
	}
	
	p#splashHope {
		text-align: center;
		color: #9BB1BA;
		font-weight: bold;
		padding: 0 30px 1em 30px;
		font-size: 130%;
		line-height: 120%;
		float: left;
		display: inline;
	}
	
	form#splashSignup, form#splashIdea {
		padding: 0 30px;
		margin: 0 0 20px 0;
		float: left;
		display: inline;
	}
	
	form#splashSignup li {
		float:left;
		display:inline;
		padding: 0 20px 20px 0;
	}
	

	form#splashSignup input {
		width: 130px;
		font-family: Helvetica;
		font-size: 120%;
		padding: 6px;
		border: none;
		background: #fff;
		color: #458e1b;
		margin: 5px 0 0 0;
	}
	
	
	form#splashSignup label {
		color: #fff;
		font-size: 120%;
		padding: 0 0 0 5px;
	}
	
	
	form#splashSignup .cc_submit {
		float:right;
		margin: 0 0 0 0;
		background: url(../images/splashYellowButton.png) repeat-x top left #f0cf28;
		width: inherit;
		padding: 4px 30px;
		color: #fff;
		font-weight:bold;
		}
		
		


p.splashShare {
	margin: 0 30px 1em 30px;
	line-height: 120%;
	color: #9BB1BA;
}	

#splashRight {
	float:right;
	display:inline;
	background: url(../images/DraperLarge.jpg) no-repeat top left;
	width: 388px;
	height: 601px;
	margin: 0 12px 0 0;
}


#splashFooter {
	background: url(../images/splashFooterBG.jpg) no-repeat top center;
	width: 1039px;
	margin: 0 auto;
	padding: 40px 0 0 0px;
}

p#disclaimer {
	display:block;
	width: 600px;
	margin: 0 auto;
	padding: 6px;
	border: 1px solid #458e1b;
	text-align: center;
	color:#458e1b;
}



