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

html{
	background:#FFFFFF;
	margin:0px;
	padding:0px;
}

body{
	background:url(../../cn_images/debtmanagers-bg.gif) fixed bottom center #FFFFFF no-repeat;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#434343;
	font-size:11px;
}

form{
	margin:0px;
	padding:0px;
}

div,img{
	margin:0px;
	padding:0px;
	border:none;
}



h1{
	font-size:21px;
	color:#c3191a;
	font-weight:bold;
	margin-bottom:12px;
}

h5{
	font-size:21px;
	color:#c3191a;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:5px;
}

h2{
	font-size:17px;
	color:#000000;
	font-weight:bold;
	margin-top:0px;
}

h3{
	font-family:"Times New Roman", Times, serif;
	color:#e3262a;
	font-weight:bold;
	font-size:20px;
	font-style:italic;
	margin-top:0px;
	margin-bottom:4px;
}

h4{
	color:#c2191c;
	font-size:18px;
	margin-top:0px;
}

span#red{
	color:#c3191a;
}

#clear{
	clear:both;
}

#red_top{
	min-height:10px;
	max-height:10px;
	background:#c3191c;
	width:100%;
}

#wrapper{
	width:960px;
}


#mono_bar{
	min-height:3px;
	max-height:3px;
	background:url(../../cn_images/mono-bar.jpg) repeat-x top left;
	width:100%;
	padding:0px;
	margin:0px;
}

#solid_bar{
	min-height:3px;
	max-height:3px;
	width:97%;
	background:#9a9a9a;
}

#header{
	height:100px;
	padding-top:10px;
}


#header #header_left{
	float:left;
}

#header #header_right{
	float:right;
	text-align:right;
}

#header #header_right #chat_status{
	background:url(../../cn_images/chat-status.jpg) #FFFFFF no-repeat top right;
	min-height:36px;
	min-width:231px;
	max-width:231px;
	margin-top:-16px;
	text-align:left;
}

#header #header_right #chat_status span#offline{
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
}

#header #header_right #chat_status span#online{
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}

#header #header_right #chat_status p{
	margin-top:0px;
	margin-bottom:0px;
	color:#FFFFFF;
	padding-left:75px;
	font-size:13px;
	line-height:13px;
}

#header #header_right #toll_number{
	color:#000000;
	font-size:20px;
	font-weight:bold;
}

#header #header_right #available{
	color:#5f5d5d;
	font-size:13px;
}

#header #header_right #sub_title{
	font-size:12px;
}

#contents{
	text-align:left;
	margin-top:0px;
	margin-bottom:10px;
}

#footer{
	margin-top:20px;
	font-size:10px;
	padding-bottom:20px;
	color:#696868;
}

#site_links a{
	color:#696868;
	text-decoration:underline;
}

#sitemap_links a {
     color:#696868;
     text-decoration:none
}

#sitemap_links a:hover{
	text-decoration:underline;
}

#box_right a {
    color:#696868;
     text-decoration:none
}

#box_left a {
    color:#696868;
     text-decoration:none
}

#box_right a:hover{
    text-decoration:underline;
}

#box_left a:hover{
    text-decoration:underline;
}
#box_right .box_right_label a {
    color:#000000;
    text-decoration:none
}

#box_left .box_right_label a {
    color:#000000;
    text-decoration:none
}
#box_right .box_right_label a:hover {    
    text-decoration:underline
}

#footer a{
	color:#696868;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline
}



