/* ----------------------------------------------------------
COLOR GUIDE


---------------------------------------------------------- */
/* GLOBAL BROWSER RESET
---------------------------------------------------------- */
html, body {width:100%;}
html { color: #000; background: #FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style: inherit; font-weight: inherit; }
del,ins { text-decoration: none; }
li { list-style: none; }
caption, th { text-align: left; }
h1,h2,h3,h4,h5,h6 {	font-size: 100%; font-weight: normal; }
q:before, q:after {	content: ''; }
abbr,acronym { border: 0; font-variant: normal; }
sup { vertical-align: baseline; }
sub { vertical-align: baseline; }
/*because legend doesn't inherit in IE */
legend { color: #000; }
input,button,textarea,select,optgroup,option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select { *font-size: 100%; }
strong {font-weight:bold;}
em {font-style:italic;}
.italic {font-style:italic}

html {background-color:#FFFFFF;}
body { padding: 25px 0; font-family:Verdana,Arial, Helvetica, sans-serif }
#splashcontainer{ display:block; width:860px;margin:0 auto; }

#splashbody {
	display:block;
	width:860px;
	height:641px;
	background-image:url(http://www.chriscoons.com/images/splash4-background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0 0 5px 0;
}

#splashbody #logo {text-indent:-9999px;width:100%;height:260px;display:block;}

#splashbody #summary {
	display:block;
	font: 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align:center;
	width:375px;
	height:145px;
	margin:0 0 0 50px;
}

#splashbody #signupform {
	position:absolute;
	display:block;
	top:500px;
	width:425px;
	margin:0 auto;
	text-align:center;
}


#splashbody #signupform form {
	display:block;
	text-align:center;
	width:425px;
	padding:0px 0 0 0;
	margin:0 auto;
	height:55px;
}

#splashbody #signupform form input#f11,
#splashbody #signupform form input#f32 {
	background-color:#FFF;
	border:1px solid #999;
	height:35px;
	font:16px Verdana,Arial, Helvetica, sans-serif;
	color:#888;
	padding:0 4px 0 5px;
	margin:0px 6px 0 0;
}

#splashbody #signupform form input#f11 {width:160px;margin-left:33px;}
#splashbody #signupform form input#f32 {width:60px;}
#splashbody #signupform form input#submit { background-image:none; background-color:#666;font:14px/14px Verdana,Arial, Helvetica, sans-serif;color:#FFF;padding:8px 8px 8px 8px;border:0;}
#splashbody #signupform form input#submit:hover {background-color:#333;border:0;}

#splashbody #splashbuttons { 
	display:block;
	text-align:center;
	width:395px;
	margin:0 0 0 40px;
	padding:20px 0 0 0;
}

#splashbody #splashbuttons {position:absolute;top:550px;}

#splashbody #splashbuttons a#contribute { width:176px;height:53px;display:block;background-image:url(http://www.chriscoons.com/images/button-contribute.png);background-position:0 0;text-indent:-5000px;background-repeat:no-repeat;margin:0 auto; }

#splashbody #splashbuttons a#contribute:hover { width:176px;height:53px;display:block;background-image:url(http://www.chriscoons.com/images/button-contribute.png);background-position:0 -53px;text-indent:-5000px;background-repeat:no-repeat; }

#skiptowebsite {position:absolute;top:630px;float:right;z-index:50;margin-left:640px;text-align:right;}


#splashfooter { display:block; width:860px;margin:0 auto; font-size:11px; color:#666666; text-align:center }
#splashfooter a {color:#666666;text-decoration:none;}
#splashfooter a:hover {color:#000;text-decoration:underline;}



.volunteerformfield {
	background-color:#FFF;
	border:1px solid #999;
	height:23px;
	font:13px Verdana,Arial, Helvetica, sans-serif;
	color:#666;
	padding:0 5px 0 5px;
	margin:0px 0px 4px 2px;
}
