/*
 *  Tom Holland for Kansas
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:active{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
	font-size: 16px;
	line-height: 24px;
	color: #473b31;
	}

body, input, textarea, select, label {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	}

a:link, a:visited {
	color: #999999;
	text-decoration: underline;
	}
a:focus, a:hover, a:active {
	color: #999999;
	text-decoration: none;
	}

label {
	font-size: 12px;
	height: 24px;
	}

input, textarea, select {
	font-size: 14px;
	color: #473b31;
	}

input.text, textarea {
	height: 24px;
	line-height: 24px;
	width: 178px;
	padding: 0 5px;
	background: #fdfefe;
	border: 1px solid #a6a8aa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

/* End text */


/* Begin page styles */

html {
	min-height: 100%;
	background: #0f2741 url(../images/landing/landing_background2.jpg) repeat-x center top;
	}

/* End page */

/* Begin header styles */

#header {
	position: relative;
	width: 876px;
	height: 185px;
	margin: 166px auto 0;
	}
	
#logo a {
	display: block;
	width: 261px;
	height: 115px;
	margin: 0 auto;
	background: url(../images/landing/logo2.png) no-repeat;
	text-indent: -9999px;
	}

#donate {
	position: absolute;
	display: block;
	top: 40px;
	right: 40px;
	width: 185px;
	height: 41px;
	background: url(../images/landing/donate.png) no-repeat;
	text-indent: -9999px;
	}

/* End header */


/* Begin body styles */

#content {
	width: 790px;
	margin: 0 auto;
	}

#intro {
	float: left;
	width: 360px;
	text-shadow: 0 -1px 1px #fff;
	}
#intro p {
	padding-bottom: 24px;
	}

#signup {
	float: right;
	width: 420px;
	}
#signup dl {
	float: left;
	width: 190px;
	padding: 0 10px 10px;
	display: inline;
	}
#signup dl dt {
	padding: 0 1px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	}
#signup dl dt em {
	color: #e65d62;
	}
#signup .checkbox {
	padding: 0 0 0 8px;
	}
#signup .submit {
	margin: 10px 0 0 10px;
	}
	