/* ------------------ 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;
}
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 {
	position: relative;
	width: 760px;
}

#header {
	position: relative;
	height: 70px; 
	background: #017ac1;
}

#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 {
	position: relative;
	font-size:1.3em;
	background: url(../images/bg_gradient.gif) top left repeat-x;
}

#content_wrapper {
	margin-left:50px;
}

p.par_text {
	color:#454545;
	padding:15px 0px;
	width:610px;
}

p.par_text_last_welcome {
	color:#454545;
	padding:30px 0px 0px 0px;
}

.blue_link {
	color:#017ac1;
}

#heading_1 {
	padding: 35px 0px 15px 0px;
	color: #0575BD; 
	font-size: 18pt;
}

#heading_2 {
	padding: 35px 0px 15px 0px;
	color: #0575BD; 
	font-size: 14pt;
}

#thank_you {
	padding: 35px 0px 8px 0px;
	color: #0575BD; 
	font-size: 18pt;
}

#form_box { position: relative; }
	.form_table { position: relative; width:95%; }

.left_col {
	position: relative;
	width:35%;
	padding:7px 7px 7px 0px;
	color:#454545;
}

.right_col {
	position: relative;
	width:65%;
	padding:7px;
	vertical-align:middle;
	color:#454545;
}

#title-required { position:relative; margin-bottom: 10px; }
	#title-required #required { position:absolute; right:0; top:0; }
	.required { color:#ee3224; font-weight: bold; }

h2 {
	font-size:1.1em;
	color:#0a84c5;
	font-weight:bold;
}

h3 {
	font-size:1em;
	color:#0a84c5;
	font-weight:bold;
}

.labels {
	color:#454545;
}

#submit_box {
	width:625px;
	height:50px;
	margin-top:20px;
}

#submit_btn {
	float:right;
}

#welcome_next_box {
	width:625px;
	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:635px;
	color:#454545;
	margin:10px 0px 10px -10px;
}

.cta_box_welcome {
	background:url(../images/box_bg.gif) top left no-repeat #cccccc;
	height:53px;
	width:635px;
	color:#454545;
	margin:30px 0px 10px -10px;
}

#cta_box_text_welcome {
	padding: 3px 10px 0px 10px;
	font-size: 0.9em;
}

#cta_box_text_form {
	padding: 3px 10px 0px 10px;
	font-size: 0.9em;
}

#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 {
	position: relative;
	display:none;
	color:#555;;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:15px;
	width:550px;
}

#error_box {
	position: relative;
	color:#ee3224;
	font-weight:bold;	
	margin-bottom:20px;
	width:550px;
	line-height:1.4em;
	display:none;
}

#footer {
	position: relative;
	height:30px;
	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;
}

#branchdisplay { text-align: right; font-size: 0.9em; font-weight: bold; font-style: italic; }


/* ------------- Datepicker Styles ------------- */

.ui-datepicker-trigger {cursor:pointer;}