@charset "utf-8";
/* CSS Document */
html {background-color:#4199fd;}

body {font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; margin:0 0 0 0; padding:0 0 0 0;}

#wrapper {
	width:800px;
	padding:1px 0 0;
	margin:10px auto;
	background:#fff;	
}

#HEADER {
	margin:9px auto 0;
	width:780px;
	height:120px;
	background:url(/images/HeaderBar.png) no-repeat;
	text-align:left;
}

#FRAME {
	width:780px;
	margin:20px auto 0;
	padding:0 0 10px;
}

#FRAME-LEFT {
	width:520px;
	height:auto;
	float:left;
	text-align:left;
	/*padding-left:35px;
	padding-top:12px;*/
}

#FRAME-LEFT h1#leftHeading {
	font-size:16px;
	text-align:center;
	color:red;
}

#FRAME-RIGHT {
	width:240px;
	float:right;
}

#FOOTER {width:780px;
	height:50px;
	display:block;
	background:url(/images/FooterBackground.png) no-repeat;
	margin:10px auto 0;
}

img {border:none;}

#PAID-FOR {
	height:25px;
	float:left;
	font-size:10px;
	margin:10px 0 0 10px;
	padding:4px 10px 0;
	background:#fff;
}

p#address {
	height:25px;
	float:right;
	font-size:10px;
	margin:10px 10px 0 0;
	padding:4px 10px 0;
	background:#fff;	
}


.SOC {margin-right:10px;}

/*
ACTION SPRITES: CONTRIBUTE
*/

a.SPRITE_CONTRIBUTE { 
        background:url(img/BTN-contribute.png) repeat 0px 0px; 
        width: 240px; 
        height: 51px; 
        display: block; 
				tex


		
}

a.SPRITE_CONTRIBUTE span { 
        display: none; 
}


/*
ACTION SPRITES: SIGNUP
*/

a.SPRITE_SIGNUP { 
        background:url(img/BTN-signup.png) repeat 0px 0px; 
        width: 240px; 
        height: 50px; 
        display: block; 


		
}

a.SPRITE_SIGNUP span { 
        display: none; 
}


/*
ACTION SPRITES: VOLUNTEER
*/

a.SPRITE_VOLUNTEER { 
        background:url(img/BTN-volunteer.png) repeat 0px 0px; 
        width: 240px; 
        height: 51px; 
        display: block; 


		
}

a.SPRITE_VOLUNTEER span { 
        display: none; 
}


/*
ACTION SPRITES: CONTACT
*/

a.SPRITE_CONTACT { 
        background:url(img/BTN-contact.png) repeat 0px 0px; 
        width: 240px; 
        height: 51px; 
        display: block; 


		
}
a.SPRITE_CONTACT span { 
        display: none; 
}


#SOCNET {width:222px; height:auto; text-align:left; padding-top:10px;}

/*
ACTION SPRITES: FACEBOOK
*/

a.SPRITE_FACEBOOK { 
        background:url(img/BTN-FACEBOOK.png) repeat 0px 0px; 
        width: 70px; 
        height: 23px; 
        display: block; 
					float:left;


		
}

a.SPRITE_FACEBOOK span { 
        display: none; 
}

a.SPRITE_FACEBOOK:hover { 
        background: url(img/BTN-FACEBOOK.png) repeat 0px -23px; 
}





/*
ACTION SPRITES: TWITTER
*/

a.SPRITE_TWITTER { 
        background:url(img/BTN-TWITTER.png) repeat 0px 0px; 
        width: 70px; 
        height: 23px; 
        display: block; 
				float:left;
				margin-left:20px;


		
}

a.SPRITE_TWITTER span { 
        display: none; 
}

a.SPRITE_TWITTER:hover { 
        background: url(img/BTN-TWITTER.png) repeat 0px -23px; 
}


#BLOCK-SUBSCRIBE {
	width:330px;
	height:48px;
	display:block;
	float:right;
	text-align:left;
	position:relative;
	margin:26px 0 0;
	
}



#email {width:149px; height:16px; border:1px solid #06F; position:absolute; top:20px; left:110px; font-size:10px;}


#SUBMIT {width:19px; height:20px; background-image:url(img/BTN-SUBMIT.png); position:absolute; top:20px; left:275px; display:block; text-indent:-3000px;}