/* Joe Manchin for West Virginia - Splash Style Sheet */
/* Powered by Bullseye Interactive - http://www.bullseyeinteractive.com */

/* Import Eric Meyer's Reset Styles */
@import url("reset.css");

html {
	background: url(../interface/splashBG.jpg) no-repeat top center #F2F6FF;
	height:100.1%;
}

body {
	font-family:Helvetica, sans-serif;
	font-size:small;
	margin: 0 auto;
	background: transparent;
}

p {
	line-height:1.3em;
	padding: 0 0 1em 0;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

a {
	text-decoration:none;
}

#container {
	width:700px;
	margin: 0 auto;
	overflow:hidden;
}

#masthead {
	width: 700px;
	overflow:hidden;
	display:inline;
}

#contributeBtn {
	float:left;
	display:inline;
	margin: 133px 0 30px 0;
}

#contributeBtn h2 a {
	display:block;
	color:#fff;
	border:1px solid #8DAABB;
	background: url(../interface/splashContribute.png) repeat-x top center #810709;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.6em;
	padding: 10px 15px 8px 15px;
}

#contributeBtn h2 a:hover {
	background: #FE6868;
	color:#810709;
}

#logo {
	display:inline;
	float:left;
	margin: 33px 0 0 20px;
	width:340px;
	height:156px;
}

#logo h1 a {
	display:block;
	background: url(../interface/splashLogo.png) no-repeat top center;
	width:340px;
	height:156px;	
	text-indent:-9999px;
}

#content {
	background: url(../interface/contentBG.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #fff;
	overflow:hidden;
	padding: 30px 40px;
	clear:both;
}

#left {
	width:260px;
	float:left;
	display:inline;
	padding: 20px;
	background: url(../interface/leftBG.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 20px 0 0;
}

ul.simple {
	list-style-type: disc;
	margin: 0 0 1em 2em;
}

ul.simple li {
	line-height:1.2em;
	padding: 0 0 .5em 0;
}


/* ------ SIGNUP ------ */

h2.join {
	color:#006eb3;
	font-size:1.8em;
	font-weight:bold;
	border-bottom: 2px solid #CA605F;
	padding: 0 0 .3em 20px;
	margin: 0 0 .7em 0;
}

form li {
	margin: 0 0 1em 0;
	float:left;
	display:inline;
}

li#zippy {
	width: 140px;
}

input#Zip {
	width:100px;
}

input.dia_submit {
	width:110px;
	padding: 6px;
}

input {
	border:1px solid #D09F9F;
	padding: 8px;
	font-size:1.4em;
	color:#006eb3;
	font-family:Helvetica, sans-serif;
	width:238px;
}

input.dia_submit {
	background: #006eb3;
	border: 1px solid #60A1CB;
	color:#fff;
}

.bottom {
	margin: 0 0 0 30px;
} 

.endorser {
	padding: 3px 0 0 75px;
	}
	
label  { 
	position:absolute; 
	margin: 7px 0 0 6px;
	color:#006eb3;
	font-size:1.4em;
	padding: 4px;
	}
	
#endorserLabel {
	font-size: 0.9em;
	}


#right {
	float:right;
	display:inline;
	width:280px;
}

#facebook {
	width: 280px;
	background: #fff;
}

#twitter {
	margin: 20px 0 0 0;
	background: url(../interface/splashTwitter.png) no-repeat top left;

}

#twitter h3 a {
	color: #006eb3;
	font-size:1.3em;
	padding: 15px 0 15px 56px;
	display:block;
}

#twitter h3 a:hover {
	color: #fff;
}


#footer {
	width:100%;
	background: #006CB2;
	border-top: 2px solid #9CC5E3;
	border-bottom: 2px solid #9CC5E3;
	margin: 20px 0;
	padding: 1.4em 0;
	overflow:hidden;
}

#footer ul {
	width: 700px;
	margin: 0 auto;
	color:#9CC6E1;	
}

#footer li {
	float:left;
	display:inline;
	margin: 0 20px 0 0;
}

#footer li#disclaimer {
	float:right;
	margin: 0;
	border:1px solid #9CC6E1;
	padding: 3px;
	font-size:.9em;
}

#footer li a {
	color: #9CC6E1;
}

#footer li a:hover {
	color:#fff;
}

#bullseye {
	margin: 0 0 20px 0;
	text-align:center;
	font-size:.5em;
	color:#9CC6E1;
}

#bullseye a {
	color:#9CC6E1;
}

#bullseye a:hover {
	color:#006CB2;
}


#continue {
	clear:both;
	padding: 10px 0 0 0;
}

#continue h2 a {
	background: url(../interface/topNavBG.png) repeat-x top center #27509A;
	color:#fff;
	font-weight:bold;
	font-size:1.8em;
	width:inherit;
	padding: .3em 0 .4em 0;
	text-align:center;
	display:block;
	border:1px solid #9CC5E3;
}

#continue h2 a:hover {
	background: #9CC5E3;
	color:#27509A;
}





