@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
html{ font-family:Verdana, Arial, Helvetica, sans-serif;}
.clear{ clear:both;}
body{background:url(images/bg.gif) top repeat-x #d1d1d1; padding-bottom:20px;}
#icontainer{ background:url(images/container_header.jpg) bottom center no-repeat; height:41px; width:924px; margin:0 auto; padding-top:40px;}
#container{ background:url(images/container_bg.jpg) top repeat-x #213e68; margin:0 auto; padding:8px; width:924px;}
#header{ background:url(images/header.jpg) no-repeat; margin-top:-8px; height:254px; width:924px;}
#content{ background:url(images/content_bg.gif) top repeat-x #eaf3fb; clear:both; width:924px;}
#endheader{
	background:url(images/bottom_header.jpg) right center no-repeat;
	float:right;
	height:106px;
	width:220px;
}

#lfl{
	float:left;
	font-size:9pt;
	margin-top:25px;
	width:690px;
}
	
	#lfl #info{ float:left; padding-left:20px; width:459px;}
	#lfl ul{ margin:0; padding-top:10px;}
	#lfl li{ margin-left:16px; padding-right:12px; padding-bottom:3px; list-style-image:url(images/bluebullet.gif);}
	#lfl #tbs{
		float:right; height:140px; width:202px;
	}
	#lfl #giftcard{
		background:url(images/visa_gift_card.gif) left no-repeat;
		clear:both;float:left;
		height:130px;
		width:449px;
	}
	
	#lfl #getstarted{float:left; width:250px;}
	#lfl #getstarted p{ text-align:center; font-size:13pt; color:#00457c; font-weight:bold;}
	#lfl #getstarted .gng{font-size:10pt; font-weight:bold; margin:4px 0 4px 0; color:#00457c;}
	#lfl #getstarted .gng a{color:#00457c;}
	
	#lfl #why{
		margin-left:18px;
		float:left;
		width:390px;
	}
	#lfl #why p{font-size:9pt; padding:9px 0 3px 0;}
	
	#lfl #existing{ clear:both; padding:20px 0 10px 0;}
	#lfl #existing span{ color:#00457c; font-size:14pt; font-weight:bold; padding-left:15px;}
	#lfl #existing span img{ vertical-align:middle;}
	#lfl #existing a{ padding-left:15px; color:#0000ff; font-weight:bold; text-decoration:underline;}



#rfl{
	float:right;
	width:230px;
}
	
	#rfl .content{ font-size:8pt; color:#333333; background-color:#FFFFFF; padding:10px;}
	#rfl ul{ padding-bottom:10px;}
	#rfl li{ margin-left:30px; padding-right:12px; padding-bottom:3px; list-style-image:url(images/bbullet.gif);}
	#rfl span{ padding-left:30px;}
	
	#rfl #participant, #rfl #program{border:solid 1px #000000;width:217px;}
	#rfl .title{
		background-color:#0066cc;
		border-bottom:solid 1px #000000;
		height:30px;
	}
	#rfl #participant .title{ background:url(images/login.gif) center center no-repeat #0066cc;}
	#rfl #program .title{background:url(images/program.gif) center center no-repeat #663399;}
	#rfl .space{ height:15px; clear:both;}
	#rfl .formlabel{clear:both; padding-top:5px;}
	#rfl .remember{ clear:both; padding:12px 0 12px 0;}
	#rfl .forgetpass, #rfl .forgetpass a{ padding-top:12px; color:#0000ff; text-decoration:underline;}
	/* input[type="button"], #rfl input[type="submit"] */
	#rfl .btns{
		background-color:#999999;
		border:solid 1px #333333;
		color:#FFFFFF;
		font-weight:bold;
		font-size:9pt;
		padding:3px;
		text-decoration:none;
	}
	#rfl input[type="text"],#rfl input[type="password"]{
		border:solid 1px #999999;
		width:90%;
	}