body
{
    margin: 0; padding: 0;
    background: #b7e0fe url(images/main_bg.gif) repeat-x top;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Master Page */

.container2
{
    width: 900px;
    margin: 0 auto;
}

.container
{
    width: 900px;
    margin: 0 auto;
}

.container2 .MainContent
{
    width: 900px;
    position: relative;
    z-index: 1;
}

/* Header */

.container2 #headingText
{
    width: 560px;
    position: absolute;
    top: 50px;
    right: 20px;
}

.container #headingText
{
    display: none;
}

#headingText h1
{
    font: bold 22px Georgia;
    color: #005399;
    font-style: italic;
    margin: 0;
    padding: 0;
}

#headingText p
{
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.header
{
    height: 60px;
    position: relative;
}

.header ul.mainNav
{
    margin: 18px 40px 0 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

.header ul.mainNav li
{
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: solid 1px #020101;
}

.header ul.mainNav li.noBorder, .footer .footerNav li.noBorder 
{
    border: none;
}

.footer
{
    clear: both;
    padding-top: 15px;
    height: 55px;
    margin: 0 0 15px 0;
    background: url(images/footer_bg.gif) no-repeat;
}

img.privacyImage
{
    float: left;
    margin: -5px 0 0 8px;
}

.footerNav
{
   list-style-type: none; 
   margin: 0; padding: 0;
   float: right;
}

.footerNav li 
{
    float: left;
    border-right: solid 1px #020101;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

.footer .copyright
{
    font-size: 90%;
    float: right;
    margin: 10px 20px 0 0;
}

/* Links */

a:link, a:visited
{
    color: #003366;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

a.logo
{
    float: left;
}

.mainNav a:link, .mainNav a:visited
{
    color: #020101;
    text-decoration: none;
}

.mainNav a:hover
{
    text-decoration: underline;
}

.footerNav a:link, .footerNav a:visited
{
    font-size: 11px;
    color: #020101;
    text-decoration: none;
}

.footerNav a:hover
{
    text-decoration: underline;
}

/* Left Column */

.step1graphics
{
    float: left;
    width: 585px;
}

img.man
{
    position: absolute;
    top:-1px; left: 0;
    z-index: 100;
}

*html img.man
{
    position: absolute;
    bottom:0; left: 0;
    top: auto;
    z-index: 100;
}

/* Center Column */

#centerColumn
{
    width: 266px;
    height: 300px;
    float: right;
    margin: 75px 0 0 0;
}

#centerColumn h2
{
   font-size: 16px;
   text-transform: uppercase;
   margin: 12px 0 0 0; padding: 0; 
}

#centerColumn ul
{
    margin: 10px 0 18px 0; padding:0;
    list-style-type: none;
}

#centerColumn ul li
{
   height: 13px; 
   background: url(images/bullet_arrow.gif) no-repeat 0 2px; 
   padding: 0 0 0 15px;
   margin: 0 0 10px 0;
}

.container2 .learnMore
{
    width: 900px; height: 141px;
    margin: 0 0 0 0;
    padding: 26px 0 27px 0;
    clear: both;
}

*html .container2 .learnMore
{
    width: 900px; height: 141px;
    margin: 0 0 0 0;
    padding-bottom: 27px;
    float: none;
    clear: both;
}

.container .learnMore
{
   display: none;
}

#learnMoreContainer
{
    width: 523px; height: 141px;
    background: url(images/learn_more_bg.jpg) no-repeat;
    float: right;
    margin: 0 42px 0 0;
    position: relative;
    z-index: 700;
}

*html #learnMoreContainer
{
    width: 523px; height: 141px;
    background: url(images/learn_more_bg.jpg) no-repeat;
    float: right;
    margin: 0 20px 0 0;
    position: relative;
    z-index: 700;
}

.learnMore ul
{
    margin: 19px 0 0 12px; padding:0;
    list-style-type: none;
}

.learnMore ul li
{
    float: left;
}

.learnMore ul a:link, .learnMore ul a:visited
{
    display: block;
    width: 124px; height: 90px;
    text-indent: -9999px;
}

.learnMore p
{
    margin: 112px 0 0 0; padding:0;
}

.learnMore p a:link, .learnMore p a:visited
{
    display: inline-block;
    height: 10px;
    font-size: 80%;
    text-decoration: none;
    color: #000;
    background: url(images/learn_more_arrow.gif) no-repeat right;
    padding: 0 10px 3px 0;
    margin: 0 0 0 45px;
    
}

.learnMore p a:hover
{
    text-decoration: underline;
}

/* Forms */

.container2 #appWrapper
{
    width: 296px;
    float: right;
    background: url(images/form_bg.gif) no-repeat;
    margin: 75px 12px 0 0;
    padding: 45px 0 0 0;
    position: relative;
    z-index: 300;
}

.container #appWrapper
{
    width: 593px;
    background: url(images/form2_top.gif) no-repeat;
    margin: 25px auto 25px auto;
    padding: 10px 0 0 0;
}

.disclaimer
{
    font-size: 11px;
    padding: 10px 30px;
}

.AppHeading
{
}

.AppLabel
{
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    text-align: right; padding: 8px 5px 8px 0;
    vertical-align: middle;
}

.ValSummary /* used for validation summary */
{
}

.container2 #submitButtonDiv
{
    text-align: center;
    background: url(images/form_bottom.gif) no-repeat bottom;
    padding: 20px 0 25px 0;
}

.container #submitButtonDiv
{
    text-align: center;
    background: url(images/form2_bottom.gif) no-repeat bottom;
    padding: 20px 0 25px 0;
}

input, select, listbox
{
    font: bold 10px Arial, Tahoma, Helvetica, "Trebuchet MS" , sans-serif;
    color: #767676;
    border: 1px solid #000;
}

.inputitems
{
    font: bold 11px Arial, Tahoma, Helvetica, "Trebuchet MS" , sans-serif;
    color: #767676;
    border: 1px solid #000;
}

/* ------------ Text above the Phone Number fields for Debt Sites ---------- */

td.validPhone
 {
    font-size: 10px;
    font-weight: normal;
    padding: 5px 0;
    text-align: left;
    padding-left: 63px;
}

/*VALIDATION SUMMARY*/

.container2 #ValSummaryContainer
{
    width: 268px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.container #ValSummaryContainer
{
    width: 372px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.container2 .ValSummary2 /* used for validation summary */
{
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #600;
    background-color: #ffffff;
    border: 3px solid red;
    z-index: 5;
    max-height: 150px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 0 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
}

.container .ValSummary2 /* used for validation summary */
{
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #600;
    background-color: #ffffff;
    border: 3px solid red;
    z-index: 5;
    max-height: 150px;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
}

.error_msg
{
    vertical-align: middle;
}

.inputerror
{
    background-color: #F5F76C;
    border: 2px solid #ef0006;
}

.AppLabelError
{
    text-align: left;
    font: bold 12px Arial, Verdana;
    color: #ef0006;
    padding-right: 4px;
    vertical-align: middle;
}

.error_img
{
    vertical-align: bottom;
}
/* Step 1 */

.step1 table
{
    width: 285px;
}

/* Step 2 */

.step2
{
}

td.almostDone
{
}

td.almostDone h2
{
    margin: 0 0 15px 15px; padding:0;
    color: #000;
    font-size: 22px;
}

/* Step 3 */

.step3
{
}

/* Step 4 */

.step4
{
}

/* Step 5 */

.step5
{
}

/* Popup Application */

.popupApp
{
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

/* Others */
.clear
{
    clear: both;
}


/* Processing */

.PleaseWait
{
    height: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 150px 0;
}

.PleaseWait table
{
    width: 760px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    background: #fff;
}


.PleaseWait table #ctl00_MainContent_imgWaitMsg
{
    float: left;
    margin-left: 5px;
}

.ProcessingBody
{
    margin: 0 auto;
}

.PleaseWait p
{
    font: normal bold 14px/1.15em Verdana, Arial;
    color: #000;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0px;
}

#dvCongratulations
{
    width: 760px;
    background: #fff;
    margin: 25px auto 25px auto;
    padding: 10px 0 30px 0;
}

/* Unsubscribe */

.Unsubscribe
{
    width: 800px;
    height: 385px;
    float: left;
    padding: 23px 20px 30px 20px;
    margin: 10px 0 25px 5px;
    background: url(images/unsub_bg.gif) no-repeat;
}

.Unsubscribe h1
{
    font-size: 20px;
    color:#333;
}

.UnsubscribeForm
{
}

/* Popup window styles */

.popupwindow
{
    background: #fff;
}

.popupwindow .MainContent
{
    margin: 0px;
    width: 98%;
    text-align: left;
    padding: 0 0 5px 5px;
    background-color: #fff;
}


.popupwindow h1
{
    font: bold 18px Arial;
    color: #333;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}

.popupwindow h2
{
    font: bold 16px Arial;
    color: #005399;
    margin: 15px 0 0 0;
    padding: 0;
    text-transform: uppercase;
}

.popupwindow ul li
{
    margin: 0 0 6px 0;
}

.popupwindow p
{
    margin: 8px;
    padding: 0;
    line-height: 16px;
}

.popupwindow a:link, .popupwindow a:visited
{
    font: normal 11px Arial;
    color: #2b7fba;
    text-decoration: underline;
}

.popupwindow a:hover
{
    font: normal 11px Arial;
    color: #2b7fba;
    text-decoration: none;
}

/* Debt Amount Pop up */

.popupwindow #unsecuredDebt
{
    margin: 0 0 0 30px;
}

.popupwindow #unsecuredDebt p
{
    font-weight: bold;
    color: #000;
}

.popupwindow #unsecuredDebt ul
{
    list-style-type: disc;
    margin: 10px 0 0 20px;
    padding: 0;
}

.popupwindow #unsecuredDebt li
{
    margin: 2px 0;
}

/* Contact - popup window */

.popupwindow #ctl00_MainContent_btnSubmit
{
    margin: 10px auto 10px 70px;
}

/* special styles */

a.secure:link, a.secure:visited, a.secure:active
{
   font: normal 11px Arial; color: #d4481a; 
}

a.secure:hover
{
}

.SampleBody, .HighLightLink
{
}
/*DLR Congratulations Section Styling*/
#dvCongratulations
{
}
/* Calendars */
#blankie6frame
{
    width: 98%;
    height: 600px;
    position: absolute;
    display: block;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    border: none;
}

.PayCalendars
{
    width: 400px;
    background-color: #FFF;
    border: solid 1px #000;
    padding: 10px;
    z-index: 100;
    position: absolute;
    display: none;
}

.PayCalNav
{
    width: 100%;
}

.cal1
{
    float: left;
}

.cal2
{
    float: right;
}
.cal3
{
    float: right;
}

/* Reapply */
.ReapplyWrapper
{
}
.Reapply
{
    margin: 10px auto;
    text-align: left;
    width: 300px;
}

.Reapply h1
{
}

.ReapplyLabels
{
    width: 120px;
    display: inline-block;
    font: bold 11px Verdana, arial;
    color: #000;
    vertical-align: middle;
}

.Hidden
{
    display: none;
}

.ReapplyButton
{
    margin-left: 30px;
    margin-bottom: 20px;
}

/* Ask Question */

.AskQuestion
{
    margin: 0 auto;
    text-align: center;
    width: 400px;
}

/* Sub Page */


#subPageContainer
{
    width: 901px;
    float: left;
    padding: 23px 0 30px 0;
    margin: 10px 0 25px 0;
    background: #fff url(images/subcontent_bg.gif) no-repeat;
    position: relative;
}

#subPageContainer span.bottom
{
    display: block;
    width: 901px; height: 8px;
    background: url(images/subcontent_bottom.gif) no-repeat bottom;
    position: absolute; bottom:0; left:0;
}

*html #subPageContainer span.bottom
{
    width: 901px; height: 46px;
}

#subPageLeftColumn
{
    width: 180px;
    float: left;
    padding: 10px 15px 0 20px;
}

#subPageLeftColumn h2
{
    display: inline-block;
    margin:0 0 5px 0; padding: 0;
    color: #333333;
    font-size: 16px;
}

#subPageLeftColumn a:link, #subPageLeftColumn a:visited, #subPageRightColumn a:link, #subPageRightColumn a:visited
{
    color: #003366;
    text-decoration: underline;
}

#subPageLeftColumn a:hover, #subPageRightColumn a:hover
{
    text-decoration: none;
}

p.apply
{
    margin: 25px 0 10px 0;
}

#subPageLeftColumn ul
{
    list-style-type: none;
    margin: 0; padding: 0;
}

#subPageLeftColumn ul li
{
    background: url(images/dble_arrow.gif) no-repeat left;
    padding: 0 0 0 15px;
    margin: 12px 0;
}

#subPageRightColumn
{
    width: 600px;
    float: left;
    border-left: solid 1px #d1d1d1;
    padding: 10px 20px 0 40px;
}

#subPageRightColumn h1
{
    margin:0; padding: 0;
    color: #333333;
    font-size: 20px;
}

#subPageRightColumn ul
{
    width: 518px;
    margin: 0; padding: 0 0 0 15px;
    line-height: 18px;
    color: #333;
}

#subPageRightColumn ul.sitemap
{
    list-style-type: none;
}

#subPageRightColumn ul.sitemap li
{
    margin: 10px 0;
}

#subPageRightColumn p
{
    line-height: 18px;
    color: #333;
}

/* Toggles FAQs */

.show
{
    display: block;
}
.hide
{
    display: none;
}

#faqs a.toggle:link, #faqs a.toggle:visited
{
  display: inline-block; margin: 12px 0 5px 0;
  padding: 0; text-decoration: none;
}

#faqs a.toggle:hover 
{
   text-decoration: underline; 
}

.faqAnswer
{
    padding: 6px;
    margin: 5px 0 8px 0;
    font-size: 95%;
    font-family: Arial;
    line-height: 18px;
    background: #eaf7ff;
    border: solid 1px #c9e2f1;
}

*|*:-moz-any-link:focus {
outline-width: 0 !important;
}




