@charset "utf-8";
/* CSS Document */

body {
	background-color: #012243;
	color: #F0D9D9;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}
/* ---- Text ---- */
h3 {
	border-bottom: 2px solid #F0D9D9;
	display: block;
	font-weight: 200;
	letter-spacing: 1.7pt;
	line-height: .8em;
	margin: 0 0 8px 0;
	padding: 0 0 11px 0;
	text-align: center;
	text-transform: uppercase;
	width: 220px;
	word-spacing: 2.4pt;
}
h4 {
	font-weight: 200;
	line-height: 1.6em;
	margin: 4px 20px 10px 6px;
	text-align: center;
}

/* ---- links ---- */

a,
a:visited {
	color: #F0D9D9;
	text-decoration: none;
}


/* ---- misc ---- */

.clear {
	clear: both;
	}
.noScreen {
	display: none;
	text-indent: -9000px;
	}
em {
	color: #A24343;
	font-size: .8em;	
}

/* ---- Splash Page Layout ---- */

#container {
	background: url(../img/lawson_bg_splash.jpg) center center no-repeat;
	height: 599px;
	margin: 0 auto;
	position: relative;
	width: 900px;
	}
	#top {
		height: 30px;
		width: 900px;
		margin: 0 auto;
	}
	#header_1 {
		height: 334px;
		width: 900px;
	}
	#wrap {
		height: 170px;
		margin: 0 auto;
		width: 634px;
	}
		#donate {
			float: left;
			margin: 6px 0 0 4px;
			width: 355px;
		}
			
		#form_1 {
			float: right;
			padding: 8px 0 0;
			width: 240px;
			}
	
	
/* ---- 
	Splash Page Sign-Up Form 
						---- */

input {
	background: transparent;
	border: none;
	border-bottom: 1px dashed #F0D9D9;
	float: right;
	height: 18px;
	margin: 4px 2px;
	width: 170px;
	}
.input_text {
	color: #F0D9D9;
	}
label {
	margin-top: 12px;
	width: 36px;
	display: block;
	float: left;
	font-size: 12px;
	}
.submit_1 {
	border: none;
	cursor: pointer;
	height: 37px;
	width: 220px;
	}

/* ---- List ---- */

#form_1 ul {
	list-style: none;
	}
	
	#form_1 ul li {
		margin: -2px 0 0;
		padding: 0;
		width: 220px;
		float: left;
		}
		p.headline,
		#form_1 ul li.join {
			border-bottom: 2px solid #F0D9D9;
			font-size: 13px;
			letter-spacing: 1.7pt;
			line-height: .8em;
			margin: 2px 0 2px 0;
			padding: 0 0 6px 0;
			text-align: center;
			text-transform: uppercase;
			word-spacing: 2.4pt;
			}
		#form_1 ul li.hide {
			display: none;
			}
		#form_1 ul li.submit_btn {
			margin: 1px 0 0;
			padding: 0;
			}
			#form_1 ul li.thanks {
			font-size: 13px;
			height: 78px;
			letter-spacing: 1.2pt;
			line-height: 24px;
			margin: 2px 0 2px 0;
			padding: 0 0 6px 0;
			text-align: center;
			word-spacing: 1.2pt;
			}
	
  /* ---- donate ---- */
 
 #donate ul {
 	list-style: none;
 }
	 #donate ul li {	
		height: 26px;
		letter-spacing: 1.4pt;
		line-height: 1.8em;
		margin: 0 0 8px 0;
		padding: 0;
		width: 280px;
	 }
	#donate ul li a {
		background: transparent url(../img/arrow_right.png) center right no-repeat;
		display: block;
		padding: 0 0 0 2px;
		width: 280px;
	}
	#donate ul li a:hover {
		color: #880202;
		background: #fff url(../img/arrow_right.png) center right no-repeat;
		text-decoration: none;
	}
	
/* -- -- */

a.involved {
	background: transparent url(../img/involved_btn.jpg) center top no-repeat;
	display: block;
	height: 72px;
	margin: 0 0 2px 0;
	text-indent: -9000px;
	width: 365px;
}
a:hover.involved {
	background-position: center bottom;
}

a.support {
	background: transparent url(../img/support_btn.jpg) center top no-repeat;
	display: block;
	height: 72px;
	text-indent: -9000px;
	width: 365px;
}
a:hover.support {
	background-position: center bottom;
}

#footer {
	height: 41px;
	margin: 0 auto;
}
 
 /* ---- paid for ---- */

.dis {
	border: solid 1px #014992;
	color: #014992;
	font-size: .6em;
	height: 18px;
	line-height: 12pt;
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	width: 260px;
}
	
	/* ----------------------------------------------------------
	
	------------------------------------------------------------*/
	
/* MAIN SITE */

a.mainSite {
	background: transparent url(../img/main_site_btn.jpg) center top no-repeat;
	display: block;
	float: right;
	height: 41px;
	margin: 16px 40px 0 0;
	text-indent: -9000px;
	width: 168px;
}
	
