/* Layout CSS
--------------------------------------------- */
html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	background-color: #FFF;
	margin: 0;
}
body#home {
	height: 100%;
}

div#dna {
	width: 100%;
	height: 100%;
	min-height:600px; 
	min-width:850px;
}

/* Global Elements
--------------------------------------------- */

a {
	color: #666;
}

a img {
	border: 0 none;
}

h1 {
	margin: 0;
	font-size: 20px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

/* header
--------------------------------------------- */
div#header {
	padding-bottom: 20px;
}

/* pageWrapper
--------------------------------------------- */
div#pageWrapper{
	overflow: hidden;
	margin: 5px auto;
	width: 700px;
}

/* contentWrapper
--------------------------------------------- */

div#contentWrapper {
	overflow: hidden;
	border: 1px solid #CCC;
	padding: 10px;
}

div#contentWrapper img {
	margin: 0 0 20px 0;
	display: block;
}

/* Footer
--------------------------------------------- */

div#footer {
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}

#footer #firstROI {
	float: left
}

#footer #fdic {
	float: right;
}

#footer ul {
	overflow: hidden;
	width: 220px;
	margin: 0 auto;
	padding: 0;
	line-height: 25px;
}

#footer ul li {
	float: left;
	padding: 0 20px;
	list-style-type: none;
}

/* Header
--------------------------------------------- */ 

 /*======== Application ===============================================================================*/

#applicationPage #validateForm {
	margin:0 2em 11em 2em;
}

#newApplication ul {
	overflow:hidden;
	margin: 0;
	padding: 0;
}
#newApplication ul li {
	list-style-position: outside;
	list-style-type: none;
}

label.required em {
	color: #666;
	font-size: 0.8em;
	font-style: italic;
}

label.required em:before {
	content: "(";
}

label.required em:after {
	content: ")";
}

fieldset#newApplication label.required em {
display: block;
}

#verifyButtons img {
	margin: 5em;
}

/* Captcha */
fieldset#newApplication #captcha {
	width: 20em;
	margin:0 auto 0 32em;
}

fieldset#newApplication #captcha input {
	float: none;
	width: 19.4em;
	display: block;
	margin: 1em 0;
}

fieldset#newApplication #captcha p {
	margin: 0;
	text-align: center;
}

/* SSN */
fieldset#newApplication a#ssnWhy {
	display: block;
	clear: both;
	margin-left: 24.5em;
	font-size: 1.2em;
	padding-bottom: 1em;
	color: #013260;
	text-decoration:underline;
	width:9em;
}
fieldset#newApplication a#ssnWhy:hover {
	text-decoration:none;
}
/* SSN why do we ask popup */
div#fancy_div p{
	margin: 0;
	padding:10px;
	font-size:1.3em;
}
div#fancy_div p a{
	color:#fff;
	font-size:1.5em;
}
div#fancy_div a {
	text-decoration: none;
}
div#fancy_div p.center {
	text-align: center;
}

#fancy_title {
	display:none !important;
}

fieldset#personalInformation {
	position: relative;
} 

#ssnExplanation {
	position: absolute;
	width: 30em;
	left: 30em;
	top: 2.5em;
	z-index: 1000;
	background-color: #CCC;
	border: 1px solid #333;
	padding: 2em 2em 0 2em;
	display: none;
}

fieldset#newApplication .on {
	display: block;
}

fieldset#newApplication #ssnExplanation p {
	padding: 0 0 2em 0;
	margin: 0;
}

#ssnExplanation p.center {
	text-align: center;
	color: #013260;
}

#ssnExplanation p a {
	background-color: #EEE;
	border: 1px solid #333;
	padding: 0.5em;
}

/* Introduction */
fieldset#newApplication div#introduction {
	margin: 0 2.5em 2.5em;
	min-height: 16em;
	padding-top: 2.5em;
}

fieldset#newApplication div#introduction div#introHead {
	background: transparent url("../image/lock.png") no-repeat right 5px;
	margin-bottom: 0.7em;
}

fieldset#newApplication div#introduction img {
	border: 1px solid #CCC;
	float: left;
	margin-right: 2em;
}

fieldset#newApplication div#introduction h1 {
	color: #009;
	font-size: 2.8em;
	padding: 0 0 0.5em 0;
	margin: 0;
}

fieldset#newApplication div#introduction h2 {
	color: #333;
	font-size: 1.6em;
	padding-bottom: 0;
	margin: 0;
}

fieldset#newApplication div#introText {
	border-top: 1px solid #009;
	margin-left: 17em;
}

fieldset#newApplication div#introduction p {
	margin: 0.7em 0.7em 0.7em 0;
	clear: none;
}

fieldset#newApplication div#introduction h4 {
	clear: both;
	width: 15em;
}

fieldset#newApplication div#introduction a {
	text-decoration: underline;
}

/* Headings and paragraphs */
fieldset#newApplication fieldset h1, fieldset#newApplication fieldset h2, fieldset#newApplication fieldset h3, fieldset#newApplication fieldset p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

fieldset#newApplication h1 {
	padding: 0 1em 0 0;
}

fieldset#newApplication h2 {
	padding-bottom: 1em;
}

fieldset#newApplication h3 {
	text-align: center;
	clear: both;
	padding:1em 0 0;
}

fieldset#newApplication p {
	margin: 2.5em;
	clear: both;
	font-size: 1.2em;
}

fieldset#newApplication fieldset p {
	margin: 0;
	padding: 0.8em 0 0.4em;
}

fieldset#newApplication fieldset#otherIncome p, fieldset#newApplication fieldset#CAotherIncome p, fieldset#newApplication fieldset#optIn p {
	margin-top: 0;
}

p.required {
	text-align: center;
	margin-bottom: 0;
}

fieldset#newApplication fieldset#optIn {
	background-color: #FFC;
}

/* Labels and spans */
fieldset#newApplication span.required {
	float: left;
}

fieldset#newApplication fieldset#accountInfo div#account_info label {
	width: 13.5em;
	margin: 0 0 0.5em 0;
}

fieldset#newApplication fieldset#billPay label {
	width: 50em;
	margin-left: 2em;
}

fieldset#newApplication .radio label, fieldset#newApplication .radioWlabel label {
	width: auto;
	display: inline;
	float: none;
	padding: 0;
}

fieldset#newApplication fieldset fieldset label, fieldset#newApplication fieldset fieldset .radiolabel {
	width: 19.5em;
}

fieldset#newApplication label, fieldset#newApplication .radiolabel, fieldset#newApplication .checklabel {
	display: block;
	text-align: right;
	float: left;
	padding-right: 10px;
	clear: both;
	font-size: 1.2em;
	margin-bottom: 1em;
}

fieldset#newApplication fieldset#newCustomer .radiolabel {
	margin-bottom: 0;
}

fieldset#newApplication .checklabel, fieldset#newApplication fieldset label, fieldset#newApplication fieldset .radiolabel {
	width: 22em;
}

fieldset#newApplication fieldset label {
	padding-top: 0.4em;
}
fieldset#newApplication fieldset#comments label {
	padding-top: 0;
	text-align: left;
}

fieldset#newApplication fieldset#jointSwitch label.dontMove {
	clear: none;
	text-align: left;
	width: auto;
	padding-top: 0.1em;
}

fieldset#newApplication fieldset#accountType label, fieldset#newApplication fieldset#atmcard label, fieldset#newApplication fieldset#optIn label {
	text-align: left;
	clear: none;
	padding-left: 1.5em;
	width: auto;
}

fieldset#newApplication fieldset#accountInfo label, fieldset#newApplication fieldset#billPay label {
	width: auto;
	clear: none;
	text-align: left;
	margin-bottom: 2em;
	margin-right: 0;
	margin-left: 3em;
}

fieldset#newApplication fieldset#billPay label {
	margin-top: -1.5em;
}

fieldset#newApplication fieldset#accountInfo label {
	margin-top: -1.5em;
}

fieldset#newApplication fieldset#jointSwitch label {
	margin-bottom: 0;
	padding-top: 0.2em;
}

/* Inputs */
fieldset#newApplication input.submitButton, fieldset#newApplication input.submitButton {
	float: none;
	width: 20em;
	margin-left: auto;
	margin-right: auto;
}

fieldset#newApplication div.states select {
	width: 10em;
}

fieldset#newApplication input {
	width: 22em;
}

fieldset#newApplication span.float {
	float: left;
}

fieldset#newApplication select {
	width: 22.8em;
}

fieldset#newApplication input, fieldset#newApplication select {
	display: block;
	float: left;
	margin-bottom: 1em;
}

fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#jointSwitch input, fieldset#newApplication fieldset#atmcard input, input#account_switch, fieldset#newApplication fieldset#billPay input, fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#optIn input {
	width: 1em;
}

fieldset#newApplication fieldset#accountInfo div#account_info input {
	width: 12em;
	margin-bottom: 0.5em;
	margin-right: 2em;
}

fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#billPay input {
	margin-bottom: 0;
}

fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#atmcard input, fieldset#newApplication fieldset#optIn input {
	clear: both;
}

fieldset#newApplication fieldset#jointSwitch input, fieldset#newApplication fieldset#beneficiarySwitch input {
	margin-right: 1.5em;
	margin-bottom: -0.4em;
}

fieldset#newApplication div.radioWlabel {
	width: 25em;
	display: block;
	float: left;
	margin-bottom: 1em;
}

fieldset#newApplication fieldset#newCustomer div.radioWlabel {
	margin-bottom: 0;
}

fieldset#newApplication div.radioWlabel {
	margin-left: -2em;
	font-size: 1.2em;
}

fieldset#newApplication .radio {
	margin: 0 2.5em 1em 30em;
	clear: both;
}

fieldset#newApplication fieldset fieldset .radio {
	margin-left: 27.5em;
}

fieldset#newApplication .radio input, fieldset#newApplication .radioWlabel input {
	width: 1em;
	float: none;
	display: inline;
	margin-bottom: -0.3em;
	margin-left: 2.5em;
}
fieldset#newApplication fieldset#comments {
	padding-right: 25px;
}
fieldset#newApplication textarea {
	margin-left: 0;
	width: 100%;
}

fieldset#newApplication input#signed {
	float: none;
	clear: none;
	display: inline;
	width: 1em;
	margin: 0;
}

fieldset#newApplication input.required {
	color: #000;
	font-weight: normal;
}

fieldset#newApplication div.states select {
	width: 10em;
}

fieldset#newApplication input.submitButton {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

fieldset#newApplication #addSwitcher input {
	width: 1em;
}

fieldset#newApplication #addSwitcher {
	clear: both;
}

fieldset#newApplication #addSwitcher label#addressLabel {
	clear: none;
	text-align: left;
	padding-left: 1em;
	padding-top: 0.1em;
}

fieldset#newApplication select#contact_information-branch {
	margin-top: 0.6em;
}

/* Divs and fieldsets and legends */
fieldset#newApplication {
	position: relative;
	width: 573px;
	margin: 0 auto;
	line-height: normal;
	border: 0 none;
	background: #FFF;
}

#accountTypeLeft, #accountTypeRight {
	width: 32em;
	float: left;
}

fieldset#newApplication legend {
	font-size: 1.6em;
	padding:0 0.5em;
}

fieldset#newApplication fieldset {
	position: relative;
	margin: 25px;
	padding: 20px 0 20px 20px;
	border: 1px solid #CCC;
	clear: both;
}

fieldset#newApplication fieldset fieldset {
	margin: 2.5em 0;
}
/* on error */
fieldset#newApplication input.error {
	background-color:#f6f6cb;
	border:2px solid #FF0000;
	padding:2px;
}

fieldset#newApplication label.error {
	color:#ff0000;
	padding-left: 10px;
	width: auto;
	font-size:1.1em;
	float:left;
	clear:right;
	text-align:left;
}
fieldset#newApplication p.error {
	color:#ff0000;
}


/*======== FormWrapper ===============================================================================*/

#formWrapper {
}

#formWrapper legend {
	margin: 0;
	padding: 10px 0;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

#formWrapper fieldset {
	padding: 15px 10px 10px 10px;
	border: none;
}

#formWrapper fieldset fieldset {
	border: 0 none;
	padding: 0 0 10px 0;
} 

#formWrapper form {
	font-size: 12px;
}

#formWrapper label {
	float: left;
	padding-bottom: 10px;
	padding-right: 15px;
	width: 170px;
	text-align: right;	
}
#formWrapper br {
	clear: left;
}

/* Validation */
#formWrapper label.error{
	float: left;
	width: auto;
	padding: 0 0 0 10px;
	color: red;
	font-size: 10px;
}
#formWrapper p.error {
	color:red;
}

#formWrapper input, #formWrapper textarea {
	float: left;
	margin-bottom: 10px;
	width: 240px;	
}

#formWrapper textarea {
	height: 100px;
}

#formWrapper #captcha {
	width: 240px;
	margin-left: 196px;
}
#formWrapper button.submitButton {
	margin: 10px 0 10px 196px;
}

/*======== For Alert New Pop Up ================================================*/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #ccc url(../image/alert-title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_content {
	background: transparent url(../image/alert-info.gif) 16px 16px no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}
#popup_content.alert {
	background-image: url(../image/info.gif);
}
#popup_content.confirm {
	background-image: url(../image/alert-important.gif);
}
#popup_content.prompt {
	background-image: url(../image/alert-help.gif);
}
#popup_message {
	padding-left: 48px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}

/*======== End of New Pop Up ============*/ 