@charset "UTF-8";
/* CSS Document */

/****************************************************************
RESET
****************************************************************/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,th { font-size:1em; font-weight:normal; font-style:normal; }
ul,ol { list-style:none; }
fieldset,img { border:none; }
caption,th { text-align:left; }

/****************************************************************
GLOBAL STYLES
****************************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:url(../images/bg_tile.jpg) repeat-x #ffffff;
}
a:link { color:#0066cc; }
a:visited { color:#0066cc; }
a:active { color:#0066cc; }
a:hover { color:#3399ff; }
a:focus { outline:none; }
h1 {
	margin:10px 0;
	font-size:2.4em;
	color:#435359;
}
h2 {
	margin:10px 0;
	font-size:1.7em;
	color:#435359;
}
h2.margin_top {
	margin:10px 0 0 0;
	font-size:1.7em;
	color:#435359;
}
p {
	margin:10px 0;
	font-size:1.3em;
	line-height:1.6em;
}
p.margin_bottom {
	margin:0 0 10px 0;
	font-size:1.3em;
	line-height:1.6em;
}
.heading_gold {
	font-size:1.3em;
	color:#9a7500;
}
ol {
	list-style:decimal;
}
ul.disc {
	list-style:disc;
}
ol,
ul.disc {
	margin-left:25px;
}
ol li,
ul.disc li {
	margin:10px;
	font-size:13px;
	line-height:1.6em;
}
.iepngfix { 
	behavior:url(iepngfix/iepngfix.htc); 
}
.clear {
	clear:both;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }

/****************************************************************
WRAP STYLES
****************************************************************/
#wrap {
	background:url(../images/bg_header_tile.gif) repeat-x;
}

/****************************************************************
HEADER STYLES
****************************************************************/
#header {
	margin:0 auto;
	width:955px;
	height:182px;
	background:url(../images/bg_header.jpg) 0% 100% no-repeat;
}

/****************************************************************
MENU STYLES
****************************************************************/
#menu_wrap {
	padding:0 0 0 15px;
	height:45px;
	background:url(../images/bg_phone.gif) 743px 50% no-repeat;
}
#menu {
	height:45px;
}
#menu li {
	position:relative;
	float:left;
	display:inline;
	height:45px;
}
#menu li.divider {
	padding:1px;
	height:43px;
	background:url(../images/bg_menu_divider.gif) 50% 50% no-repeat;
}
#menu li a {
	float:left;
	display:block;
	padding:0 25px;
	width:auto;
	height:45px;
	line-height:43px;
	font-family:Bookman Old Style, Times New Roman, Times, serif;
	font-size:1.5em;
	font-weight:100;
	color:#d3e5f4;
	text-decoration:none;
	text-shadow:1px 1px 0px #001f3d;
}
#menu li a:hover,
#menu li a.active {
	color:#ffffff;
	background:url(../images/bg_menu_active.gif) 50% 50% no-repeat;
}

/* get free evaluation button */
#menu li a#get_free_evaluation {
	position:absolute;
	top:8px;
	left:25px;
	width:117px;
	height:27px;
	background:url(../images/btn_free_evaluation.gif) no-repeat;
}
#menu li a:hover#get_free_evaluation {
	background:url(../images/btn_free_evaluation.gif) 0% 100% no-repeat;
}

/****************************************************************
SUBMENU STYLES
****************************************************************/
#submenu {
	float:left;
	height:50px;
	background:url(../images/bg_submenu_tile.gif) repeat-x;
}
#submenu ul {
	float:left;
	padding:0 0 0 1px;
	height:50px;
}
#submenu li {
	float:left;
	display:inline;
	margin:0 1px 0 0;
}
#submenu li a {
	float:left;
	display:block;
	margin:6px 0 0 0;
	padding:10px 15px 0 15px;
	width:auto;
	height:34px;
	font-size:1.3em;
	font-weight:normal;
	color:#435359;
	text-decoration:none;
	border:1px solid #ffffff;
	border-width:1px 1px 0 1px;
	background:url(../images/bg_submenu_tab_tile.gif) repeat-x;
}
#submenu li a:hover,
#submenu li.active a {
	color:#1A2A2F;
}
#submenu li.active {
	margin:0 0 0 -1px;
	padding:1px 1px 0 1px;
	background:url(../images/bg_submenu_tile.gif) 0 -5px repeat-x;
}
#submenu li.active a {
	margin:0;
	background:url(../images/bg_submenu_tab_tile.gif) repeat-x;
}

/****************************************************************
HEADER ELEMENT STYLES
****************************************************************/
#header_elements {
	position:relative;
	height:137px;
}
#header_elements #logo {
	position:absolute;
	top:5px;
	left:30px;
	width:430px;
	height:91px;
	background:url(../images/bg_logo.gif) no-repeat;
}
#header_elements #proven_results {
	position:absolute;
	top:12px;
	right:93px;
	width:310px;
	height:69px;
	background:url(../images/bg_proven_results.jpg) 0% 0% no-repeat;
}
#header_elements #proven_results:hover {
	background:url(../images/bg_proven_results.jpg) 0% 100% no-repeat;
}
#header_elements #push_to_talk {
	position:absolute;
	top:84px;
	right:50px;
	width:140px;
	height:51px;
	background:url(../images/bg_push_to_talk.gif) no-repeat;
}

/****************************************************************
MAIN STYLES
****************************************************************/
#main {
	margin:0 auto;
	width:955px;
	background:#ffffff;
}

/****************************************************************
CONTENT STYLES
****************************************************************/
#content_wrap {
	position:relative;
	z-index:0;
	float:left;
	margin-top:-37px;
	padding:0 15px;
	width:702px;
	min-height:281px;
	height:auto !important;
	height:281px;
	background:url(../images/bg_content_top.jpg) no-repeat #ffffff;
}
/*
#content_header_image {
	width:700px;
	height:280px;
	border:1px solid #ffffff;
	border-width:1px 1px 0 1px;
	background:url(../images/flash_test.jpg) no-repeat;
}
*/
#content_header_flash {
	width:700px;
	height:280px;
	border:1px solid #ffffff;
	border-width:1px 1px 0 1px;
}
#content {
	padding:15px;
	/*color:#5d676c;*/
	color:#586166;
	border:1px solid #ffffff;
	border-width:1px 1px 0 1px;
	background:url(../images/bg_sm_gradient_tile.gif) repeat-x;
}

/****************************************************************
HOME PAGE LOGOS
****************************************************************/
#home_page_logos {
	position:relative;
	padding:15px;
	height:150px;
	border-top:1px dotted #cccccc;
}

/** PLACEMENT **/
#home_page_logos .BBB {
	position:absolute;
	top:23px;
	left:0;
	width:135px;
	height:52px;
}
#home_page_logos .TASC_BPS {
	position:absolute;
	top:15px;
	left:160px;
	width:105px;
	height:75px;
}
#home_page_logos .TASC {
	position:absolute;
	top:20px;
	left:285px;
	width:300px;
	height:75px;
}
#home_page_logos .TASC .l {
	float:left;
	width:65px;
	height:64px;
}
#home_page_logos .TASC .r {
	float:left;
	padding:5px 0 0 10px;
	width:225px;
	line-height:1.3em;
}
#home_page_logos .USOBA {
	position:absolute;
	top:15px;
	right:0;
	width:75px;
	height:71px;
}
#home_page_logos .platinum_profile {
	position:absolute;
	top:110px;
	left:0;
	width:162px;
	height:54px;
}
#home_page_logos .IAPDA {
	position:absolute;
	top:115px;
	left:195px;
	width:180px;
	height:49px;
}
#home_page_logos .CCC {
	position:absolute;
	top:120px;
	left:410px;
	width:150px;
	height:42px;
}
#home_page_logos .PSG {
	position:absolute;
	top:110px;
	right:0;
	width:73px;
	height:42px;
}

/****************************************************************
FAQ'S
****************************************************************/
#show_hide_faq a {
	display:block;
	padding:5px 10px;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #CCCCCC;
}
#show_hide_faq div {
	display:none;
	margin:0;
	padding:0 10px;
}
#show_hide_faq p {
}

/****************************************************************
FORMS
****************************************************************/
.form label,
.form input,
.form textarea {
	float:left;
}
.form .submit {
	/*width:auto !important;*/
}
.form br {
	clear:left;
}

/** CONTACT FORM **/
.form #contact_form label {
	margin:13px 10px 0 0;
	width:75px;
	font-size:1.15em;
	font-weight:bold;
	text-align:right;
}
.form #contact_form input {
	margin:10px 0 0 0;
	width:175px;
}
.form #contact_form textarea {
	margin:10px 0 0 0;
	width:275px;
}
.form input#send_form_btn {
	width:90px;
	height:27px;
	cursor:pointer;
	text-indent:-9999px;
	font-size:0px;
	line-height:0px;
	border:none;
	background:url(../images/btn_send_form.gif) no-repeat;
}
.form input#send_form_btn:hover {
	background:url(../images/btn_send_form.gif) 0% 100% no-repeat;
}
.form input#send_form_btn::-moz-focus-inner { border:none; }

/** ENROLLMENT LOGIN FORM **/
.form #enrollment_login_form label {
	margin:13px 10px 0 0;
	width:75px;
	font-size:1.15em;
	font-weight:bold;
	text-align:right;
}
.form #enrollment_login_form input {
	margin:10px 0 0 0;
	width:175px;
}
.form input#enrollment_login_btn {
	width:58px;
	height:27px;
	cursor:pointer;
	text-indent:-9999px;
	font-size:0px;
	line-height:0px;
	border:none;
	background:url(../images/btn_login.gif) no-repeat;
}
.form input#enrollment_login_btn:hover {
	background:url(../images/btn_login.gif) 0% 100% no-repeat;
}
.form input#enrollment_login_btn::-moz-focus-inner { border:none; }

/** OUR SUCCESS LOGIN **/
#our_success_login {
	margin:0 0 10px 0;
}
#our_success_login input {
	vertical-align:middle;
	outline:none;
}
input#SL_password {
	margin-right:2px;
	padding:0 2px;
	width:125px;
	height:25px;
	line-height:25px;
	border:1px solid #cfd4d6;
}
input#SL_login {
	width:58px;
	height:27px;
	cursor:pointer;
	text-indent:-9999px;
	font-size:0px;
	line-height:0px;
	border:none;
	background:url(../images/btn_login.gif) no-repeat;
}
input#SL_login:hover {
	background:url(../images/btn_login.gif) 0% 100% no-repeat;
}
input#SL_login::-moz-focus-inner { border:none; }

/** FORM ERRORS **/
input.error,
select.error,
textarea.error {
	padding:3px;
	background:#ffebe8;
	border:1px solid #d5d5d5;
}
label.error {
	white-space:nowrap;
	color:#cc0000;
}
div.error {
	margin:10px 0;
	padding:5px 10px;
	white-space:nowrap;
	font-size:1.1em;
	color:#cc0000;
	background:#ffebe8;
	border:1px solid #d5d5d5;
}

/****************************************************************
SIDEBAR STYLES
****************************************************************/
#sidebar {
	float:left;
	padding:15px 0;
	width:208px;
}

/** BLOCKS **/
#sidebar .block {
	margin-bottom:10px;
	width:208px;
}
*html #sidebar .block {
	margin-bottom:5px;
}
#sidebar .block_header_dt,
#sidebar .block_header_dc,
#sidebar .block_header_ar,
#sidebar .block_header_cl {
	width:208px;
	height:61px;
}
#sidebar .block_header_dt {
	background:url(../images/bg_sidebar_header_debt_tools.gif) no-repeat;
}
#sidebar .block_header_dc {
	background:url(../images/bg_sidebar_header_debt_calculator.gif) no-repeat;
}
#sidebar .block_header_ar {
	background:url(../images/bg_sidebar_header_additional_resources.gif) no-repeat;
}
#sidebar .block_header_cl {
	background:url(../images/bg_sidebar_header_client_links.gif) no-repeat;
}
#sidebar .block_content {
	padding:11px 15px 12px 15px;
	width:178px;
	color:#435359;
	background:url(../images/bg_sidebar_tile.gif) repeat-y;
}
#sidebar .block_content form fieldset#form label {
	padding-left:0;
	
}

/** DEBT CALCULATOR FORM **/
#sidebar .block_content form fieldset {
	margin-top:2px;
	width:178px;
}
#sidebar .block_content form fieldset label,
#sidebar .block_content form fieldset input {
	float:left;
}
#sidebar .block_content form fieldset br {
	clear:left;
}
#sidebar .block_content form fieldset label {
	padding:3px 0 2px 11px;
	width:auto;
	font-size:1.3em;
	font-weight:bold;
}
#sidebar .block_content form fieldset label#enter_debt_amount_label {
	padding-top:0;
}
#sidebar .block_content form fieldset label.symbol {
	padding:0;
	width:10px;
	height:27px;
	line-height:27px;
	font-size:1.6em;
}
#sidebar .block_content select {
	margin-left:10px;
}
#sidebar .block_content form fieldset input {
	vertical-align:middle;
	outline:none;
}
#sidebar .block_content input#loanamount {
	margin-right:5px;
	padding:0 2px;
	width:76px;
	height:25px;
	line-height:25px;
	border:1px solid #cfd4d6;
}
#sidebar .block_content input#interest {
	margin-left:10px;
	margin-right:2px;
	padding:0 2px;
	width:50px;
	height:25px;
	line-height:25px;
	border:1px solid #cfd4d6;
}
#sidebar .block_content input#btn_calculate {
	width:81px;
	height:27px;
	cursor:pointer;
	text-indent:-9999px;
	font-size:0px;
	line-height:0px;
	border:none;
	background:url(../images/btn_calculate.gif) no-repeat;
}
#sidebar .block_content input#btn_calculate:hover {
	background:url(../images/btn_calculate.gif) 0% 100% no-repeat;
}
#sidebar .block_content input#btn_calculate::-moz-focus-inner { border:none; }

/** FREE EVALUATION LOGIN FORM **/
#sidebar .block_content form fieldset#form input#fel_wfg_id_code {
	margin-right:5px;
	padding:0 2px;
	width:109px;
	height:25px;
	line-height:25px;
	border:1px solid #cfd4d6;
}
#sidebar .block_content form fieldset#form input#btn_free_evaluation_login {
	width:58px;
	height:27px;
	cursor:pointer;
	text-indent:-9999px;
	font-size:0px;
	line-height:0px;
	border:none;
	background:url(../images/btn_login2.gif) no-repeat;
}
#sidebar .block_content form fieldset#form input#btn_free_evaluation_login:hover {
	background:url(../images/btn_login2.gif) 0% 100% no-repeat;
}
#sidebar .block_content form fieldset#form input#btn_free_evaluation_login::-moz-focus-inner { border:none; }

/** LINKS BLOCK **/
#sidebar .block_content ul.links {
}
#sidebar .block_content ul.links li {
	padding:0 0 0 25px;
	line-height:2.5em;
	background:url(../images/bg_sidebar_list_arrow.gif) 0% 50% no-repeat;
}
#sidebar .block_content ul.links li a {
	font-size:1.4em;
}
#sidebar .block_footer {
	width:208px;
	height:8px;
	background:url(../images/bg_sidebar_footer.gif) no-repeat;
}

/****************************************************************
FOOTER LOGOS
****************************************************************/
#logos_wrap {
	padding:25px 0;
	background:#ecf0f1
}
#logos {
	margin:0 auto;
	padding-top:11px;
	width:955px;
	background:url(../images/bg_logos_top.gif) no-repeat;
}
#logos_content {
	position:relative;
	height:160px;
	border:1px solid #d8dcdd;
	border-width:0 1px;
	background:#ffffff;
}
#logos_bottom {
	height:11px;
	background:url(../images/bg_logos_bottom.gif) no-repeat;
}

/** PLACEMENT **/
#logos_content .BBB {
	position:absolute;
	top:15px;
	left:50px;
	width:135px;
	height:52px;
}
#logos_content .TASC_BPS {
	position:absolute;
	top:10px;
	left:275px;
	width:105px;
	height:75px;
}
#logos_content .TASC {
	position:absolute;
	top:15px;
	left:465px;
	width:300px;
	height:75px;
}
#logos_content .TASC .l {
	float:left;
	width:65px;
	height:64px;
}
#logos_content .TASC .r {
	float:left;
	padding:5px 0 0 10px;
	width:225px;
	line-height:1.3em;
}
#logos_content .USOBA {
	position:absolute;
	top:10px;
	right:35px;
	width:75px;
	height:71px;
}
#logos_content .platinum_profile {
	position:absolute;
	top:95px;
	left:35px;
	width:162px;
	height:54px;
}
#logos_content .IAPDA {
	position:absolute;
	top:100px;
	left:290px;
	width:180px;
	height:49px;
}
#logos_content .CCC {
	position:absolute;
	top:105px;
	left:575px;
	width:150px;
	height:42px;
}
#logos_content .PSG {
	position:absolute;
	top:95px;
	right:35px;
	width:73px;
	height:42px;
}

/****************************************************************
FOOTER STYLES
****************************************************************/
#footer_wrap {
	padding:15px 0;
	background:#939b9d;
}
#footer {
	margin:0 auto;
	width:955px;
	text-align:center;
}
#footer p,
#footer a {
	font-size:1.1em;
	color:#ffffff;
	/*text-shadow:1px 1px 0px #6e7b7e;*/
}
#footer a:hover {
	color:#ffffff;
}
#footer ul {
	margin:10px 0;
}
#footer li {
	display:inline;
	padding:0 10px 0 7px;
	font-weight:bold;
	border:1px solid #ffffff;
	border-width:0 1px 0 0;
}
#footer li.first {
	padding:0 10px;
	border:1px solid #ffffff;
	border-width:0 1px;
}