/* ------------------ Start Master Reset Styles -------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px dotted #eee;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
.txtToImg
{
	color:#0079C1; font-size:25px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ------------------ End Master Reset Styles -------------------------- */

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
}

#wrapper {
	width:760px;
	height:auto;
}

#header {
	height:70px;
	width:100%;
	background:#0079c0;
}

#header_links {
	float:right;
	color:white;
	margin:10px 20px;
	font-size:1.2em;
}

#header_links a { 
	color:white;
	text-decoration:none;
}

#header_links a:hover { 
	text-decoration:underline;
}

img#logo {
	margin-left:50px;
	float:left;
}

#main {
	width:100%;
	background:#fafbfd;
	font-size:1.3em;
	background:#fbfcfd url(../images/bg_gradient.gif) repeat-x top left;
}

#content_wrapper {
	margin-left:50px;
}

p.par_text {
	color:#454545;
	padding:8px 0px;
	width:610px;
}

p.par_text_first {
	color:#454545;
	padding:15px 0px;
	width:610px;
}

p.par_text_last_welcome {
	color:#454545;
	padding:15px 0px 0px 0px;
}

.blue_link {
	color:#017ac1;
}

#heading_1 {
	margin:35px 0px 15px 0px;
}

#form_table {
	width:95%;
}

.left_col {
	width:35%;
	padding:7px 7px 7px 0px;
}

.right_col {
	width:65%;
	padding:7px;
	vertical-align:middle;
}

h2 {
	font-size:1.1em;
	color:#0a84c5;
	font-weight:bold;
}

.labels {
	color:#454545;
}

.required {
	color:#ee3224;
}

#submit_box {
	width:630px;
	height:50px;
	margin-top:20px;
}

#submit_btn {
	float:right;
}

#welcome_next_box {
	width:630px;
	height:50px;
	padding:30px 0px;
}

#welcome_next_btn {
	float:right;
}


.cta_box {
	background:url(../images/box_bg.gif) top left no-repeat #cccccc;
	height:53px;
	width:640px;
	color:#454545;
	margin:10px 0px 10px -10px;
}

.cta_box_welcome {
	background:url(../images/box_bg.gif) top left no-repeat #FFFFFF;
	height:53px;
	width:640px;
	color:#454545;
	margin:15px 0px 10px -10px;
}

#cta_box_text_welcome {
	/*padding: 10px 10px 0px 10px;*/
	padding:2px 1px 1px 12px;
}
#cta_box_text_welcome_personal_loan {
	/*padding: 10px 5px 0px 10px;*/
	padding:2px 1px 1px 12px;
}
#cta_box_text_form {
	padding: 10px 10px 0px 10px;
}

#click_to_speak {
	float:right;
	margin-left:10px;
}

#bottom_note {
	color:#454545;
	font-size:0.8em;
	padding:30px 0px 25px 0px;
	width:623px;	
}

.error_msg {
	color:#ee3224;
	font-weight:bold;
}

#error_box_heading {
	display:none;
	color:#555;;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:15px;
	width:550px;
}

#error_box {
	color:#ee3224;
	font-weight:bold;	
	margin-bottom:20px;
	width:550px;
	line-height:1.4em;
	display:none;
}

#footer {
	height:30px;
	width:100%;
	background:#017ac1;
}

#footer_links {
	float:left;
	color:white;
	margin:7px 20px 0px 20px;
	font-size:1.2em;
}

#footer_links a { 
	color:white;
	text-decoration:none;
}

#footer_links a:hover { 
	text-decoration:underline;
}

#thank_you_thank_you {
	font-size:1.2em;	
	color:#454545;
}

.thank_you_name {
	color:#017ac1;
	font-size:1.2em;
	font-weight:bold;
	padding-left:5px;
}