/**
 * Resets  
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
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, strong, 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;
}
:focus{outline:0;}
body{line-height:1;color: #000;background:#fff;}
ol,ul{list-style: none;}
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: "" "";}
em{font-style: oblique;}
strong{font-weight: bold;}

img { max-width:100%; }

/** Structure **/
body{
	background: #fff url(img/body.gif);
	font: 15px/28px helvetica, arial, sans-serif;
	color: #808284;
}
#elements{
	position: relative;
	width: 952px;
	margin: 0 auto;
	padding:172px 0 0;
	z-index: 2;
}

/** Extra **/
.decoration{
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.decoration .bar{
	width: 100%;
	height: 321px;
	margin: 262px 0 0;
}
.decoration .wings{
	position: relative;
	top: -35px;
	width: 980px;
	height: 351px;
	margin: 0 auto;
}
.decoration .wings div{
	width: 980px;
	height: 351px;
}

/** Header **/
#header{
	position: absolute;
	top: 0;
	width: 952px;
	height: 172px;
	margin: 0 auto;
}
#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#logo{
	float: left;
	margin: 52px 0 0 32px;
}
#logo img{
	display: block;
}
#tools{
	float: right;
	padding: 12px 0 0;
}
#tools li{
	float: left;
	padding: 0 30px 0 0;
	font: 14px/1em helvetica arial, sans-serif;
}
#tools a{
	color: #fff;
	text-decoration: none;
	text-shadow: 0 3px 5px rgba(0,0,0,0.80);
}
#header .contact{
	float: right;
	clear: right;
	margin: 108px 30px 0 0;
	font: 24px/1em helvetica arial, sans-serif;
	color: #fff;
	text-shadow: 0 3px 5px rgba(0,0,0,0.80);	
	width: 500px;
	text-align: right;
}

/** Navigation **/
#navigation{
	position: absolute;
	top: 172px;
	width: 952px;
	height: 31px;
	margin: 11px 0;
	background: transparent url(img/navigation.gif) repeat-x;
	z-index: 10000;
}
#navigation table{
	width: 930px;
	width: 100%;
	font: 15px/31px helvetica, arial, sans-serif;	
}
#navigation div{
	position: relative;
	padding-bottom: 11px;
}
#navigation a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #6d6e71;	
}
#navigation ul{
	display: none;
	position: absolute;
	width: 120px;
	top: 100%; left: 50%;
	padding: 10px;
	margin-left: -81px;
	border-width: 0 11px;
	border-style: solid;
	border-color: #000;
	background: #fff url(img/navigation-sub.gif) 0 100% repeat-x;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
#navigation div:hover ul{
	display: block;
}
#navigation li{
	padding: 0 20px 0 0;
	white-space: nowrap;	
	border-top: 1px solid #c1cbde;
}
#navigation li:first-child{
	border: 0;
}
#navigation li:before{
	content: '> ';
}
#navigation li a{
	display: inline;
}

/** Footer **/
#footer{
	text-align: center;
	padding: 1em 0;
	font: 12px/17px helvetica, arial, sans-serif;
	color: #fff;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer-menu{
	margin: 0 0 1em;
}
#footer-menu li{
	display: inline;
	padding: 0 10px;
	line-height: 12px;
	border-left: 1px solid #fff;
}
#footer-menu li:first-child{
	border-color: transparent;
}

#footer .icons{
	text-align: center;
	clear: both;
	width: 100%;
	height: 32px;
	padding: 0 0 14px;
}
.footer-links .label{
	display: none;
}
.footer-links,
.footer-links li{
	display: inline;
}
.footer-links  li{
	padding: 0 8px;
}

/** Content **/
#box{
	padding: 0 11px;
	background: #000;
}
#interior{
	background: #fff url(img/interior.gif) 536px 0 repeat-y;
	border: 1px solid #fff;
	border-width: 25px 20px;
}
#interior:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#interior.full{
	background: #fff;
}
#content{
	float: left;
	width: 500px;
}
#interior.full #content{
	width: 100%;
}
#sidebar{
	float: right;
	width: 335px;
}
h1{
	font: bold 44px/1em helvetica, arial, sans-serif;
	height: 60px;
	padding: 110px 0 0 30px;
	margin: 0 0 11px;
	color: #fff;
	background: transparent;
	background-repeat: no-repeat;
	text-shadow: 0 3px 8px rgba(0,0,0,0.80);	
}
h2{
	font: bold 30px/1em helvetica, arial, sans-serif;
	padding: 0 0 0.35em;
	margin: 0 0 0.25em;
	color: #000;
	border-bottom: 1px solid #b6b6b8;
}
h3{
	font: bold 14px/1.25em helvetica, arial, sans-serif;
	color: #000;
}
h4{
	font: bold 24px/1.25em helvetica, arial, sans-serif;
	color: #000;
	margin: 0 0 .5em;
}
h5{
	font: bold 14px/20px helvetica, arial, sans-serif;
	color: #000;
}
#content p,
#content ul,
#content ol,
#content dl,
#content table{
	margin-bottom: 2em;
}
#content ul{
	list-style: disc;
	margin-left: 1.25em;
}
#content ol{
	list-style: decimal;
	margin-left: 1.5em;
}
a.button{
	float: left;
	clear: both;
	padding: 0 20px;
	white-space: nowrap;
	font: 21px/40px helvetica, arial, sans-serif;
	background: #444;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.85);	
	-moz-box-shadow: inset 0 5px 8px rgba(255,255,255,0.45), inset 0 -5px 8px rgba(0,0,0,0.55);
	-webkit-box-shadow: inset 0 5px 8px rgba(255,255,255,0.45), inset 0 -5px 8px rgba(0,0,0,0.55);
	-o-box-shadow: inset 0 5px 8px rgba(255,255,255,0.45), inset 0 -5px 8px rgba(0,0,0,0.55);
	box-shadow: inset 0 5px 8px rgba(255,255,255,0.45), inset 0 -5px 8px rgba(0,0,0,0.55);
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
}
ul.error,
tr.error{
	color: #c00;
}
.widget_page>div:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget_page ol{
	list-style: decimal;
	margin-left: 1.5em;
	font: bold 14px/20px helvetica, arial, sans-serif;	
}
.widget_page h5{
	margin-bottom: 1em;
}
.widget_page p,
.widget_page address{
	font: 14px/20px helvetica, arial, sans-serif;
	margin-bottom: 1em;
}
.mod-take-the-quiz{
	min-height: 180px;
	height: auto !important;
	height: 180px;
	padding: 0 170px 0 0;
	background: #fff url(img/quiz.jpg) 100% 0 no-repeat;
}

/** page-hero **/
.page-hero h1{
	display: none;
}
.page-hero #box{
	position: relative;
	/*padding-top: 350px;*/
}
#slider-frame{
	position: absolute;
	top: 0; left: 11px;
	width: 930px;
	height: 350px;
}
#slider {
    position: relative;
    width: 930px;
    height: 350px;
}
#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#slider a {
    border: 0;
    display: block;
}

/** Quiz **/
#debt-quiz>li{
	position: relative;
	border-bottom: 1px solid #ddd;
}	
#debt-quiz .q{
	width: 380px;
}
#debt-quiz .f{
	position: absolute;
	top: 0; right: 0;
	width: 80px;
	
}
.help a{
	color: #a33;
	border: 0;
	text-decoration: none;
}

/** Links **/
.links li{
	padding-bottom: 1em;
}
.links img{
	height: 75px;
	vertical-align: middle;
	margin: 0 1em 0 0;
}

/** Forms **/
ul.fields{
	list-style: none !important;
	margin: 0 !important;
}
ul.fields li{
	line-height: 1em;
	padding-bottom: 1em;
}
ul.fields label{
	display: block;
	font-weight: bold;
}

.errors{
	color: #d00;
}

.buttons{
	width: 480px;
}
.fwd.submit{
	float: right;
}

#basic .phone,
#basic .phone label{
	clear: both;
}



#contact-form .text,
#contact-form textarea{
	width: 370px;
}
#contact-form textarea{
	height: 200px;
}
#contact-form .city,
#contact-form .state,
#contact-form .zip{
	float: left;
	padding-right: 0.5em;
}
#contact-form .city .text{
	width: 16em;
}
#contact-form .state .text{
	width: 4em;
}
#contact-form .zip .text{
	width: 6em;
}
#contact-form .phone{
	clear: both;
}

.faq h3{
	margin-bottom: 0.75em;
}


.navigation {
	position:relative;
	z-index:99;	
}


#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	background:transparent url(../media/navigation.gif) repeat-x !important;
	background-position: center center !important;
}

#cssmenu > ul > li > a {
	color:#6d6e71 !important;	
	font-size: 15px;
	font-family: helvetica;
}

#cssmenu ul ul li a {
	color:#000 !important;	
}

#cssmenu.small-screen #menu-button {
	color:#000 !important;	
}

#cssmenu.small-screen #menu-button.menu-opened:before {
	background:#000 !important;	
}

#cssmenu.small-screen #menu-button.menu-opened:after {
	background:#000 !important;	
}

#cssmenu.small-screen #menu-button:before {
	background:#000 !important;	
}

#cssmenu.small-screen #menu-button:after {
	border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;	
}

#cssmenu.small-screen #menu-button.menu-opened:after {
	border:none !important;	
}

#cssmenu.small-screen .submenu-button:before {
    background: #000 !important;	
}

#cssmenu.small-screen .submenu-button:after {
    background: #000 !important;	
}

#cssmenu.small-screen .submenu-button.submenu-opened {
	background: #c9c8c8 !important;
}



form.Consumer_Credit_Application .fields{
	width: 420px;
}
form.Consumer_Credit_Application .fields>li{
	margin: 0;
	padding: 0 10px 10px 0;
}
form.Consumer_Credit_Application .fields>li.error{
	color: #e33;
}
form.Consumer_Credit_Application label{
	line-height: 1.3em;
}
form.Consumer_Credit_Application input,
form.Consumer_Credit_Application select{
	font: 14px arial, sans-serif;
}

.past label {
	font-size: 11px;
}

.formor {
	    font: bold 44px/1em helvetica, arial, sans-serif;
    height: 60px;
    padding: 0px 0 30px 30px;
    margin: 0 0 11px;
    color: #fff;
    background: transparent;
    background-repeat: no-repeat;
    text-shadow: 0 3px 8px rgba(0,0,0,0.80);
}
#basic .has-appt,
#basic .reason-other,
#basic .best-time,
#basic .email,
#basic .my-other-source,
#basic .my-other-amount,
#basic .spouse-other-source,
#basic .spouse-other-amount,
#basic .bankruptcy-year,
#basic .vehicle2-make,
#basic .vehicle2-year,
#basic .vehicle2-payment,
#basic .tax-refund

{
	border-bottom: 2px solid #62B1BF;
	margin-bottom: 10px !important;
}
#basic .full-name 	.text,
#basic .spouse-name .text,
#basic .address1 .text,
#basic .address2 .text,
#basic .my-occupation .text,
#basic .spouse-occupation .text
{
	width: 400px;

}
#basic .city .text{
	width: 238px;
}
#basic .state .text{
	width: 45px;
}
#basic .zip .text,
#basic .vehicle1-year .text,
#basic .vehicle2-year .text,
#basic .vehicle1-payment .text,
#basic .vehicle2-payment .text,
#basic .bankruptcy-year .text,
#basic .tax-refund .text
{
	width: 80px;
}
#basic .home-phone .text,
#basic .work-phone .text,
#basic .mobi-phone .text,
#basic .best-time .text{
	width: 124px;
}
#basic .email .text{
	width: 264px;
}
#basic .vehicle1-make .text,
#basic .vehicle2-make .text{
	width: 193px;
}
#basic .vehicle1-payment .text,
#basic .vehicle2-payment .text{
	margin-right: 15px;
}
#basic .city,
#basic .state,
#basic .zip,
#basic .home-phone,
#basic .work-phone,
#basic .mobi-phone,
#basic .best-time, 
#basic .email,
#basic .my-occupation,
#basic .my-payday,
#basic .my-take-home,
#basic .my-other-source,
#basic .my-other-amount,
#basic .spouse-payday,
#basic .spouse-take-home,
#basic .spouse-other-source,
#basic .spouse-other-amount,
#basic .vehicle1-make,
#basic .vehicle1-year,
#basic .vehicle1-payment,
#basic .vehicle2-make,
#basic .vehicle2-year,
#basic .vehicle2-payment
{
	float: left;
}
#basic .home-phone,
#basic .best-time,
#basic .my-payday,
#basic .my-other-source,
#basic .spouse-occupation,
#basic .spouse-payday,
#basic .spouse-other-source,
#basic .vehicle1-make,
#basic .vehicle2-make,
#basic .tax-refund
{
	clear: left;
}
#basic .my-take-home,
#basic .my-other-source,
#basic .my-other-amount,
#basic .spouse-take-home,
#basic .spouse-other-source,
#basic .spouse-other-amount,
#basic .my-payday,
#basic .spouse-payday
{
	width: 200px;
}
#basic .my-take-home input,
#basic .my-other-source input,
#basic .my-other-amount input,
#basic .spouse-take-home input,
#basic .spouse-other-source input,
#basic .spouse-other-amount input
{
	width: 190px;
}

#expenses label{
	float: left;
}
#expenses span{
	float: right;
}
#expenses .buttons span{
	float: none;
}
#expenses .text{
	width: 65px;
}
#expenses .fields{
	width: 480px;
}
#expenses .fields>li{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
#expenses .fields>li:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#expenses .expense-comments span{
	display: block;
	float: none;
	clear: both;
}
#expenses h3{
	font-size: 1.25em;
	margin: 0 0 .5em;
}
#creditors td,
#creditors th{
	padding-right: 5px;
}
#creditors .balance,
#creditors .payment{
	width: 100px;
}
#creditors .balance input,
#creditors .payment input{
	width: 90px;
}

.sidebarmobile {display: none;}

.hoverinfo {
	    display: inline;
}

.hoverinfo p {
	display: none;
	color: #999999;
	font-size: 10px;
	line-height: 10px;
}
.hoverinfo:hover p {
	display: inline;
	padding: 10px;
	margin: 10px;
}


@media (min-width: 240px) and (max-width: 568px){
}
@media (min-width: 569px) and (max-width: 767px){

}
@media (max-width: 767px) {
#debt-quiz .f { position:relative; top:auto; right:auto; width:auto; font-size: 18px; }
#debt-quiz .q { width: auto; font-size: 20px; }
#elements { width: auto !important; }
input[type="text"],input[type="email"],input[type="password"],textarea,select {
	width:100% !important;}
.buttons { width:auto; }
#content ul { width:100% !important; }
.buttons { width:100% !important; }
#basic .my-take-home, #basic .my-other-source, #basic .my-other-amount, #basic .spouse-take-home, #basic .spouse-other-source, #basic .spouse-other-amount, #basic .my-payday, #basic .spouse-payday {
		width: 100% !important;
	}
	#basic .city, #basic .state, #basic .zip, #basic .home-phone, #basic .work-phone, #basic .mobi-phone, #basic .best-time, #basic .email, #basic .my-occupation, #basic .my-payday, #basic .my-take-home, #basic .my-other-source, #basic .my-other-amount, #basic .spouse-payday, #basic .spouse-take-home, #basic .spouse-other-source, #basic .spouse-other-amount, #basic .vehicle1-make, #basic .vehicle1-year, #basic .vehicle1-payment, #basic .vehicle2-make, #basic .vehicle2-year, #basic .vehicle2-payment {
			width:100% !important;
		}

.Consumer_Credit_Application { font-size: 20px;}
}
	
}