@charset "utf-8";
/* CSS Document */
body {
	width:790px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#ecf3b3; }
	
	h1{ 
	width:782px; 
	height:135px;
	background-image: url(../images/header.jpg);
	margin:0;
	clear:both;
	border:4px solid white; }
	
	#welcome {
	width:520px;
	background-color:#e2f166;
	float:left;
	color:#8f760f;
	padding:0;
	border:4px solid white;
	margin-top:-3px; }
	
		#tell {
		background-image: url(../images/welcome-header.gif);
		height:20px;
		padding:0 5px 4px 8px;
		margin:3px 0;
		}
	
	#bucket1 {
	width:352px;
	/* min-height:680px; adjustable*/
	float:left;
	border-left:4px solid white; }
	
		#fivereasons {
		background: url(../images/five-header-e.gif) no-repeat;
		height:65px;
		margin:-3px 0 0 0;
		padding:0; }
		
		#bucket1 ul {
		color:#a5b23e;
		padding:0;
		margin:0;
		}
		
		#bucket1 li {
		padding:0;
		margin:15px;
		font-size:14px;
		font-weight:bold;
		list-style-type:none;
		 }
		 
		 .imgLeft {
		 float:left;
		 padding-right:10px;
		 padding-bottom:20px;
		 }
		 
		 .more {
		 font-size:10px;
		 }
		 
		 #bullet1 li, #bullet2 li, #bullet3 li, #bullet4 li, #bullet5 li {
		 font-size:12px;
		 font-weight:normal;
		 }

	#bucket2 {
	width:168px;
	float:left;
	/*background-color:#ecf3b3;*/
	background: url(../images/border-bg.gif) repeat-y;
	/*border-right:4px solid white;*/ }
		
			#media {
			background: url(../images/resources-header.gif) no-repeat;
			height:43px;
			margin:-3px 0 0 0;
			padding:0; }
			
			#bucket2 ul {
            color:#91a34b; }
			
			#bucket2 li{
			padding:5px;
			margin:0 0 0 -15px;}
			
			#links {
			margin-top:0px; }
				
	#register {
	width:254px;
	min-height:715px; /* adjustable*/
	background-color:#eaaf66;
	background: url(../images/browngradient-bg.gif) repeat-x;
	color:#96672e;
	float:right;
	border-right:4px solid white;
	border-left:4px solid white; } 
	
	 	#actnow {
		background: url(../images/actnow-header.gif) no-repeat;
		height:34px;
		margin:0;
		padding:0; }
		
		#support {
		padding:0 5px 0 8px;
		margin:3px 0;
		font-size:15px;}
	
	#footer{
	clear:both;
	width:792px;
	height:40px;
	background: url(../images/footer.gif) no-repeat;
	}
	
	.alt {
	display:none;
	}
	
	p { 
	padding:0 5px 0 8px; }
	
	.top { 
	margin-top:0px; }

	
	a, a:link, a:visited {
	color:#a5b23e;
	text-decoration:none;
	font-weight:bold; }
	
	a:hover {
	text-decoration:underline; }
	
	.white {
	color:#FFF; }
	
	.center {
	display:block;
	text-align:center; }
	
	.letter {
    font: 11px Arial, Helvetica, sans-serif;
	padding:2px; }
	
	fieldset {
	margin: .5em 0;
	border: none; }
	
	legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #FFF;
	background: transparent;
	font-size: 1.2em;
	font-weight: bold; }
	
	label {
	float: left;
	width: 65px;
	padding: 0 .5em;
	text-align: left; }

    fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block; }
	
	#submit {
	clear: both;
	padding-top: 0;
	text-align: center; }

	/* required fields - does not work in IE */
	fieldset div.req {
	font-weight: bold; }

	fieldset div.req label:before {
	}
	
	#thankyou {
	background-color:#e2f166;
	padding:8px;
	color:#96672e; }
		
	#thanks {
	background: url(../images/thankyou.gif) no-repeat;
	height:20px;
	padding:0 5px 4px 8px;
	margin:5px 0 5px 5px; }
	
	h3 {
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	margin-bottom:1px;
	}
	
	#tellafriend{
	
	padding-bottom:10px;
	}
	
	#btnLogin
	{
	background-image:url('../images/takeaction-button.gif');  
	border:none;
	background-repeat:no-repeat; 
	background-color:transparent; 
	width:126px;  /* Should be the width of the image */
	height:29px;  /* Should be the height of the image */
	cursor:pointer;
	}
	
	#btnTAF
	{
	background-image:url('../images/send-button.gif');  
	border:none;
	background-repeat:no-repeat; 
	background-color:transparent; 
	width:95px;  /* Should be the width of the image */
	height:25px;  /* Should be the height of the image */
	cursor:pointer;
	}
