@charset "utf-8";


#category_name {
	width: 980px;
	margin: 0;
	text-align: left;
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted #9AB8B8;
	float: left;
}

#category_name h1 {
	font-size: 26px;
	margin: 0;
	font-weight: normal;
	color: #7CA2A2;
}

#bread_crumb {
	padding: 2px 0 0 0;
	font-size: 12px;
	float: left;
	width: 980px;
}

#category_desc h2.acknowledge {
	font-size: 20px;
	margin: 0;
	font-weight: normal;
	color: #6E5E4E;
}

#category_desc h2.express {
	font-size: 20px;
	margin: 0;
	font-weight: normal;
	color: #7D8A80;
}

#category_desc h2.analyze {
	font-size: 20px;
	margin: 0;
	font-weight: normal;
	color: #99B8A8;
}

#category_desc h2.self_care {
	font-size: 20px;
	margin: 0;
	font-weight: normal;
	color: #DCD761;
}

#category_desc h2.move_forward {
	font-size: 20px;
	margin: 0;
	font-weight: normal;
	color: #666666;
}



#leftnav
{
	float: left;
	width: 190px;
	margin: 15px 0 0 0;
}

#rightnav
{
	float: right;
	width: 160px;
	margin: 15px 0 0 0;
}

#content
{
	/*fixed bug here*/
	width: 600px;
	/* old
	margin-left: 205px;
	margin-right: 175px;
	margin-top: 15px;
	margin-bottom: 40px;
	*/
	/*new*/
	margin: 15px 0px 0px 15px;
	float: left;
	font-size: 14px;
}


#content_profile
{
	/*fixed bug here*/
	width: 773px;
	/* old
	margin-left: 205px;
	margin-right: 175px;
	margin-top: 15px;
	margin-bottom: 40px;
	*/
	/*new*/
	margin: 15px 0px 0px 15px;
	float: left;
}


#categories {
	margin: 0;
	padding-left: 0;
	width: 190px;
	
}

#categories li {
	margin: 0;
	font-size: 14px;
	list-style-type: none;
	padding: 4px 0 4px 10px;
	border-bottom: 1px dotted #A7A7A7;
}

#categories ul {
	margin: 0 auto;
	padding: 0;
}


#categories a {
	
	text-decoration: none;
	color: #76ADAD;
	
}


#categories li a:hover {
	color: #508686;
}

#categories li a.active {
	
	color: #508686;
	
}

#category_expression, #category_analyze, #category_self_care, #category_move_forward {
	margin-top: 15px;
}

#category_desc {
	padding: 10px;
	width: 580px;
}

#arc_step_title {
	background-repeat: no-repeat;
	height: 36px;
	width: 600px;
}

#arc_step {
	padding: 10px;
	width: 580px;
}

div.business_listing {
	background-color: #F4F7F7;
	margin-top: 15px;
	border: 1px dotted #A7A7A7;
	width: 598px;

}

div.business_name {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #C7D8D8;
	color: #4C6868;
	

}

div.business_listing .business_desc {
	font-size: 12px;
	line-height: 13px;
	padding: 0 10px 10px 10px;
	border-bottom: 1px dotted #cccccc;
	;

}

div.listing_links {
	font-size: 12px;
	line-height: 14px;
	padding: 10px;
	text-align: right;
}

div.business_listing a {
	color: #76ADAD;
}

#ad_banner {
	margin: 15px 0 15px 0;
	width: 600px;
}

div.business_profile {
	background-color: #F4F7F7;
	border: 1px dotted #A7A7A7;
	width: 773px;

}

div.business_profile .business_desc {
	font-size: 12px;
	line-height: 13px;
	padding: 0 10px 10px 10px;
	border-bottom: 1px dotted #cccccc;
	;
	height: 133px;

}

