/* HOME PANELS */

#left_intro {
	width:482px;
	height:325px;
	margin-right:12px;
	float:left;
	position:relative;
	z-index:0;
}

#welcome_panel {
	width:472px;
	height:50px;
	float:left;
	padding-left:10px;
}

#left_intro_content {
	width:442px;
	height:auto;
	background:url(../images/money_hand.jpg) no-repeat #047ad7 bottom;
	padding:4px 20px 20px 20px;
	float:left;
}

#right_intro {
	width:213px;
	height:324px;
	float:left;
	border:1px solid #ccc;
	padding:10px 0 20px 20px;
}

#right_intro_cont {
	width:191px;
	height:auto;
}
	

#left_intro h1, #right_intro h1 {
	color:#01518f;
	margin:0;
	padding:0;
	font-size:3.1em;
}

#left_intro h1 {
	font-size:3.5em;
}

#right_intro h1 {
	text-align:center;
}

#left_intro h2, #right_intro h2 {
	color:#DEFFC3;
	font-size:7em;
	margin:0;
	padding:0;
}

#right_intro h2 {
	text-align:center;
	color:#00a342;
}

#left_intro h3, #right_intro h3 {
	color:#fff;
	font-size:2em;
	margin:0;
}

#right_intro h3 {
	color:#003f71;
	text-align:center;
}

#left_intro p, #right_intro p {
	font-size:1.1em;
	color:#fff;
	margin-top:5px;
	line-height:13px;
}

#right_intro p {
	color:#000;
}

#left_intro_copy {
	width:220px;
	float:left;
}

#left_intro_cta, #right_intro_cta {
	width:200px;
	float:left;
	margin-top:10px;
	clear:both;
	font-size:1.1em;
}

#right_intro_cta {
	margin-top:10px;
}

.cta_copy {
	width:130px;
	padding-top:0;
	float:left;
}
	
.cta_link {
	width:60px;
	height:20px;
	background:#00a342;
	display:block;
	text-align:center;
	border:2px solid #fff;
	padding-top:3px;
	float:left;
	margin-top:5px;
}

.cta_link a {
	color:#fff;
	font-size:1.3em;
	text-decoration:none;
	font-weight:bold;
}

.cta_link a:hover {
	color:#000;
}

.cta_tcs, .cta_tcs_right {
	width:200px;
	height:auto;
	float:left;
	margin-top:5px;
}

.cta_tcs a {
	color:#fff;
	font-size:0.9em;
}

.cta_tcs_right a {
	color:#000;
	font-size:0.9em;
}

#promo_img {
	width:245px;
	height:209px;
	position:absolute;
	bottom:0;
	right:0;
}

.kern {
	letter-spacing:-0.1em;
}

.asterisk {
	font-size:0.5em;
	vertical-align:text-top;
	letter-spacing:-0.1em;
}


/* BOTTOM PANELS */

.footer_panel, .footer_panel_end {
	width:193px;
	height:108px;
	border:1px solid #ccc;
	background:url(../images/bot_panel_bg.jpg) repeat-x #d9d9d9;
	float:left;
	margin-top:11px;
	margin-right:12px;
	padding:10px 20px 0 20px;
}

.footer_panel_end {
	margin-right:0;
}

.footer_panel_end p {
	margin-top:5px;
}

.footer_panel h3 a, .footer_panel_end h3 a {
	font-size:15px;
	color:#00a342;
	text-decoration:none;
}

.footer_panel h3 a:hover, .footer_panel_end h3 a:hover {
	font-size:15px;
	color:#003f71;
	text-decoration:none;
}

.footer_panel a, .footer_panel_end a {
	font-size:12px;
	color:#003f71;
	text-decoration:none;
}

.footer_panel a:hover, .footer_panel_end a:hover {
	text-decoration:underline;
}

.footer_panel ul, .footer_panel_end ul {
	font-size:1.2em;
	float:left;
	list-style:none;
	margin-top:5px;
	line-height:1.4em;
}

#terms {
	width:auto;
	height:auto;
	padding:10px 20px;
	float:left;
	color:#fff;
}

#terms a {
	color:#fff;
	text-decoration:none;
}

#terms a:hover {
	text-decoration:underline;
}

