@charset "utf-8"; 
/* $Id: style.css,v 1.2 2009/03/17 05:04:14 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Advanced

[Font sizes - based on 75%/12px body]
30px = 2.5em
28px = 2.3333em
26px = 2.166667em
24px = 2em
22px = 1.8333em
20px = 1.6667em
18px = 1.5em
16px = 1.333333em
14px = 1.1667em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 0.RESET 
 */
@import "reset.css";

@charset "utf-8";
/* CSS Document */

html {
	background-image:url(/CMS/splash/img/BACKGROUND.png);
	background-repeat:repeat-x;
	background-color:#b3b3b3;'
}

body {
	margin:0 0 0 0;
	padding: 0 0 0 ;
}

#CONTAINER-SPLASH {
	width:643px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
}

#HEADER-SPLASH {
	width:643px;
	height:161px;
	display:block;
	background-image:url(/CMS/splash/img/HEADER.png);	
}

#FRAME-SPLASH {
	width:643px;
	height:276px;
	display:block;
	background-image:url(/CMS/splash/img/FRAME-BACKGROUND.jpg);
	background-repeat:no-repeat;
}



#FOOTER-SPLASH {
	width:627px;
	height:72px;
	display:block;
	background-image:url(/CMS/splash/img/FOOTER.png);
	padding-left:16px;
}

#FRAME-MESSAGE-SPLASH {
	width:246px;
	height:auto;
	display:block;
	padding-left:22px;
	padding-top:27px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:27px;	
}

#PAIDFOR-SPLASH {
	width:350px;
	height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
	text-align:center;
	border:1px solid #fff;
	display:block;
	float:left;
	color:#fff;
	margin-top:27px;
}

#ENTER-SPLASH {
	width:218px;
	height:37px;
	display:block;
	float:right; 
	padding-top:20px;	
	padding-right:10px;
}

img {
	border:none;
}

#ACTION-FRAME-SPLASH {
	width:617px;
	height:156px;
	padding-left:26px;
	display:block;
	background-image:url(/CMS/splash/img/ACTION-FRAME-BACKGROUND.png);
}

#BLOCK-CONTRIBUTE-SPLASH {
	width:230px;
	height:67px;
	display:block;
	text-align:left;
	padding-top:80px;
	float:left;
	padding-left:50px;
}

#BLOCK-SUBSCRIBE-SPLASH {
	width:290px;
	height:67px;
	display:block;
	text-align:left;
	padding-top:80px;	
	float:left;
	padding-left:40px;
}

#edit-contribute-amount-wrapper {
	display:block;
	float:left;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

#edit-contribute-submit {
	display:block;
	float:left;
		margin:0 0 0 20px;
	padding: 0 0 0 0;
	background-image:url(/CMS/splash/img/BTN-CONTRIBUTE.png);
	width:88px;
	height:26px;
	border:none;
	text-indent:-3000px;
	cursor:pointer;
}

#edit-subscribe-email-wrapper {
	display:block;
	float:left;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

#edit-subscribe-zip-wrapper {
	display:block;
	float:left;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

#edit-subscribe-submit {
	display:block;
	float:left;
		margin:0 0 0 10px;
	padding: 0 0 0 0;
	background-image:url(/CMS/splash/img/BTN-SIGNUP.png);
	width:88px;
	height:26px;
	border:none;
	text-indent:-3000px;
	cursor:pointer;
}

#edit-subscribe-email {
	width:88px; 
	margin-right:5px;
}

#edit-subscribe-zip {
	width:61px;
}