@charset "utf-8";

/* ------ // ------ */

*
{
	background-repeat:no-repeat;
	font-family:trebuchet ms, arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

a
{
	color:#4b9631;
}

a:focus
{
	outline:none;
}

body
{
	background-color:#77ad57;
	background-image:url(../images/body.png);
	background-repeat:repeat-x;
	color:#000000;
	font-size:12px;
}

button
{
	cursor:pointer;
}

img
{
	border:none;
}

/* ------ // ------ */

#container
{
	margin:0px auto;
	overflow:hidden;
	width:940px;
}

/* ------ // ------ */

#header
{
	background-image:url(../images/header.gif);
	height:78px;
	margin:0px auto;
	overflow:hidden;
	padding:0px 0px 12px 0px;
	position:relative;
	width:940px;
}

/* ------ // ------ */

#navigation 
{ 
	
	height:30px; 
	margin:48px 0px 0px 18px; 
}

#navigation ul
{
	height:30px;
	list-style:none;
}

#navigation ul li
{
	display:inline;
	float:left;
	font-size:13px;
	height:30px;
}

#navigation ul li a
{
	color:#ffffff;
	display:inline;
	float:left;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}

#navigation ul li a:hover
{
	text-decoration:underline;
}

#navigation ul li.on
{
	background-image:url(../images/navigation-ul-li.on.png);
	padding:0px 0px 0px 12px;
}

#navigation ul li.on strong
{
	background-image:url(../images/navigation-ul-li.on.png);
	background-position:right center;
	color:#1c9a3a;
	display:inline;
	float:left;
	height:30px;
	line-height:30px;
	padding:0px 12px 0px 0px;
}

#navigation ul li.separator
{
	background-image:url(../images/navigation-ul-li.separator.png);
	background-position:center;
	margin:0px 6px;
	text-indent:-9999px;
	width:2px;
}

/* ------ // ------ */

#users
{

	position:absolute;
	right:15px;
	top:0px;

}

#users form
{

	float:right;
}

#users form div
{

	padding:12px 0px 0px 0px;
}

#users form input
{
	color:#333333;
	display:inline;
	float:left;
	margin:1px 12px 1px 0px;
	padding:2px 3px 0px 3px;
	width:120px;
}

#users form button
{
	background:none;
	background-image:url(../images/users-form-input.png);
	border:none;
	cursor:pointer;
	display:inline;
	float:left;
	height:26px;
	text-indent:-9999px;
	width:57px;
}

#users ul
{
	list-style:none;
	clear:right;
	float:right;
	text-align:right;
}

#users ul li
{
	color:#999999;
	display:inline;
	float:left;
	font-size:11px;
	line-height:30px;
	margin:0px 0px 0px 6px;
}

#users ul li a
{
	color:#77cb3d;
	text-decoration:none;
}

#users ul li a:hover
{
	text-decoration:underline;
}

#users ul li.attention
{
	color:#ffffff;	
}

#users ul li.attention a
{
	background-color:#ffffcc;
	border:#ffcc00 solid 1px;
	color:#ffffcc;
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin:4px 0px;
	padding:0px 12px;
}

#users ul#forgot
{
position:absolute;
right:0;
top:39px;
}
/* ------ // ------ */

#identity
{
	background-color:#fff;
	height:74px;
	overflow:hidden;
	padding:6px 0px;
	width:940px;
}

#identity h1
{
	background-image:url(../images/identity-h1-new.png);
	display:inline;
	float:left;
	overflow:hidden;
	height:74px;
	margin:0px 0px 0px 18px;
	width:342px;
}

#identity h1 a
{
	display:block;
	height:56px;
	text-indent:-9999px;
	width:308px;
}

#identity p
{
	display:inline;
	float:right;
	font-size:18px;
	margin:0px 18px 0px 0px;
	text-align:right;
}

#identity p strong
{
	display:block;
	font-size:30px;
}

/* ------ // ------ */

#content
{
	background-color:#fff;
	overflow:hidden;
	padding:12px 0px 6px 0px;
	width:940px;
}

/* ------ // ------ */

#main
{
	display:inline;
	float:left;
	margin:0px 0px 0px 18px;
	width:574px;
}

#main div.box
{
	background-color:#f4fbef;
	margin:6px 0px 0px 0px;
	padding:18px;
}

#main div.box h3
{
	font-size:18px;
	margin:0px 0px 12px 0px;
}

#main div.box p
{
	font-size:12px;
}

#main div.consultation
{
	background-image:url(../images/main-div.consultation.jpg);
	height:142px;
	margin:18px 0px 0px 0px;
	position:relative;
	width:574px;
}
#main div.consultation strong {
color:#f60;
display:block;
padding:30px 0 0 127px;
font-size:34px;
}
#main div.consultation p
{
	font-size:12px;
	left:216px;
	position:absolute;
	top:78px;
	width:204px;
}

#main form
{
	margin:9px 18px 24px 18px;
}

#main form dl dt
{
	padding:12px 0px 3px 0px;
}

#main form dl dd
{
	padding:0px 0px 0px 0px;
}

#main form dl dd input
{
	padding:1px 3px;
}

#main form dl dd ul
{
	list-style:none;
	padding:3px 0px 0px 0px;
}

#main form dl dd ul li
{
	color:#ff0000;
	font-size:12px;
}

/* ------ // ------ */

#sidebar
{
	display:inline;
	float:right;
	margin:0px 18px 0px 0px;
	width:312px;
}

#sidebar div.services
{
	background-image:url(../images/sidebar-div.services.png);
	background-repeat:repeat-y;
	overflow:hidden;
	width:312px;
}

#sidebar div.services div.header
{
	background-image:url(../images/sidebar-div.services-div.header.png);
	height:90px;
	overflow:hidden;
	width:312px;
}

#sidebar div.services div.header h4
{
	color:#6ab139;
	font-size:24px;
	padding:12px 0px 0px 90px;
}

#sidebar div.services div.header p
{
	font-size:12px;
	padding:0px 18px 0px 90px;
}

#sidebar div.services h5
{
	background-color:#ffebcc;
	color:#ff9900;
	font-size:18px;
	margin:1px 2px;
	padding:6px 12px;
}

#sidebar div.services ul
{
	list-style:none;
}

#sidebar div.services ul li
{
	font-size:11px;
	margin:12px 14px;
	padding:0px 0px 0px 44px;
}

#sidebar div.services ul li strong
{
	color:#264211;
	display:block;
	font-size:15px;
	padding:3px 0px;
}

#sidebar div.services ul li strong a
{
	color:#264211;
	text-decoration:none;
}

#sidebar div.services ul li strong a:hover
{
	text-decoration:underline;
}

#sidebar div.services ul li.item01
{
	background-image:url(../images/sidebar-div.services-ul-li.item01.png);
}

#sidebar div.services ul li.item02
{
	background-image:url(../images/sidebar-div.services-ul-li.item02.png);
}

#sidebar div.services ul li.item03
{
	background-image:url(../images/sidebar-div.services-ul-li.item03.png);
}

#sidebar div.services ul li.item04
{
	background-image:url(../images/sidebar-div.services-ul-li.item04.png);
}

#sidebar div.services ul li.item05
{
	background-image:url(../images/sidebar-div.services-ul-li.item05.png);
}

#sidebar div.services ul li.item06
{
	background-image:url(../images/sidebar-div.services-ul-li.item06.png);
}

#sidebar div.services ul li.item07
{
	background-image:url(../images/sidebar-div.services-ul-li.item07.png);
}

#sidebar div.services ul li.item08
{
	background-image:url(../images/sidebar-div.services-ul-li.item08.png);
}

#sidebar div.services ul li.item09
{
	background-image:url(../images/sidebar-div.services-ul-li.item09.png);
}

#sidebar div.services ul li.item10
{
	background-image:url(../images/sidebar-div.services-ul-li.item10.png);
}

#sidebar div.services div.footer
{
	background-image:url(../images/sidebar-div.services-div.footer.png);
	height:12px;
	font-size:0px;
	overflow:hidden;
	width:312px;
}

/* ------ // ------ */

#page
{
	margin:0px 18px;
	width:904px;
}

#page h2
{
	background-image:url(../images/page-h2.png);
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	height:32px;
	line-height:32px;
	text-indent:18px;
}

#page h3
{
	font-size:18px;
	margin:18px 18px;
}

#page p
{
	margin:18px 18px;
}

#page ul
{
	list-style:none;
}

/* ------ // ------ */

#footer
{
	background-image:url(../images/footer.gif);
	height:78px;
	margin:0px auto;
	overflow:hidden;
	padding:15px 0px 0px 0px;
	width:940px;
}
.foottc {
clear:both;
text-align:center;
font-size:11px;
color:#333;
font-weight:bold;
width:940px;
background:#fff;
padding-top:10px;
}
.foottc a {
color:red;
}

/* ------ // ------ */

#copyright
{
	display:inline;
	float:left;
	margin:18px;
}

#copyright p
{
	color:#4a4f48;
}

/* ------ // ------ */

#links
{
	display:inline;
	float:right;
	margin:18px;
}

#links ul
{
	list-style:none;
}

#links ul li
{
	color:#666666;
	display:inline;
	float:left;
	margin:0px 0px 0px 3px;
}

#links ul li a
{
	color:#333333;
	text-decoration:none;
}

#links ul li a:hover
{
	text-decoration:underline;
}

/* ------ / home / ------ */

#home #main div.calculator
{
	background-image:url(../images/home-main-div.calculator.jpg);
	height:256px;
	overflow:hidden;
	position:relative;
	width:574px;
}

#home #main div.calculator h2
{
	color:#264211;
	font-size:24px;
	font-weight:normal;
	margin:18px;
}

#home #main div.calculator ul
{
	list-style:none;
	margin:0px 18px;
}

#home #main div.calculator ul li
{
	background:url(../images/home-main-div.calculator-ul-li.gif) no-repeat;
	color:#fff;
	font-size:18px;
	height:30px;
	lin-height:30px;
	padding-left:31px;
}

#home #main div.calculator div.form
{
	bottom:18px;
	left:18px;
	position:absolute;
}

#home #main div.calculator div.form form
{
	margin:0px;
}

#home #main div.calculator div.form p
{
	color:#ffffff;
	height:24px;
	font-size:12px;
	line-height:24px;
}

#home #main div.calculator div.form p strong
{
	color:#f6fa03;
}

#home #main div.calculator div.form p a
{
	color:#f6fa03;
}

#home #main div.calculator h3
{
	background-image:url(../images/home-main-div.calculator-h3.png);
	color:#f6fa03;
	font-size:18px;
	font-weight:normal;
	height:40px;
	line-height:30px;
	margin:0px 0px 6px 0px;
	padding:0px 0px 0px 32px;
}

#home #main div.calculator form
{
	height:24px;
	overflow:hidden;
}

#home #main div.calculator form div
{
	display:inline;
	float:left;
	height:24px;
}

#home #main div.calculator form div label
{
	display:none;
}

#home #main div.calculator form div select
{
	display:inline;
	float:left;
	font-size:12px;
	margin:0px 12px 0px 0px;
}

#home #main div.calculator form div select option
{
	padding:0px 12px 0px 0px;
}

#home #main div.calculator form div ul
{
	display:none;
}

#home #main div.calculator form div button
{
	background:none;
	background-image:url(../images/home-main-div.calculator-form-button.png);
	border:none;
	display:inline;
	float:left;
	height:24px;
	text-indent:-9999px;
	width:54px;
}

#home #main div.answer
{
	background-image:url(../images/home-main-div.answer.gif);
	height:72px;
	margin:6px 0px 18px 0px;
	padding:21px 0px 9px 0px;
	text-align:center;
}

#home #main div.answer p
{
	color:#ffffff;
	font-size:18px;
	line-height:24px;
}

#home #main div.answer p strong
{
	color:#fffb00;
}

#home #main div.answer p a
{
	color:#fffb00;
}




/* ------ / services / ------ */

#services #main
{
	width:882px;
}

#services #main ul
{
	overflow:hidden;
	width:882px;
}

#services #main ul li
{
	display:inline;
	float:left;
	height:234px;
	margin:0px 18px 18px 0px;
	width:423px;
}

#services #main ul li h3
{
	color:#000000;
	display:block;
	margin:12px 18px;
	font-size:24px;
	text-align:right;
}

#services #main ul li.alternate h3
{
	text-align:left;
}

#services #main ul li p
{
	color:#ffffff;
	font-size:15px;
	margin:0px 18px 0px 210px;
	text-align:right;
}

#services #main ul li.alternate p
{
	margin:0px 210px 0px 18px;
	text-align:left;
}

#services #main ul li p a
{
	background-image:url(../images/services-main-ul-li-p-a.png);
	height:27px;
	display:block;
	float:right;
	margin:18px 0px 0px 0px;
	text-align:left;
	text-indent:-9999px;
	width:164px;
}

#services #main ul li.alternate p a
{
	float:left;
}

#services #main ul li.item01
{
	background-image:url(../images/services-main-ul-li.item01.jpg);
}

#services #main ul li.item02
{
	background-image:url(../images/services-main-ul-li.item02.jpg);
}

#services #main ul li.item03
{
	background-image:url(../images/services-main-ul-li.item03.jpg);
}

#services #main ul li.item04
{
	background-image:url(../images/services-main-ul-li.item04.jpg);
}

#services #main ul li.item05
{
	background-image:url(../images/services-main-ul-li.item05.jpg);
}

#services #main ul li.item06
{
	background-image:url(../images/services-main-ul-li.item06.jpg);
}

#services #main ul li.item07
{
	background-image:url(../images/services-main-ul-li.item07.jpg);
}

#services #main ul li.item08
{
	background-image:url(../images/services-main-ul-li.item08.jpg);
}

#services #main ul li.item09
{
	background-image:url(../images/services-main-ul-li.item09.jpg);
}

#services #main ul li.item10
{
	background-image:url(../images/services-main-ul-li.item10.jpg);
}

#services #main div.consultation
{
	display:none;
}

/* ------ / service / ------ */

#service #main
{
	padding:240px 0px 0px 0px;
	position:relative;
}

#service #main div.splash
{
	background-image:url(../images/service-main-div.splash.jpg);
	height:240px;
	position:absolute;
	top:0px;
	width:904px;
}

#service #main div.splash div.about
{
	background-position:12px;
	display:inline;
	float:left;
	height:216px;
	overflow:hidden;
	padding:12px 0px 12px 12px;
	width:508px;
}

#service #main div.splash div.about h2
{
	font-size:24px;
	padding:6px 0px 0px 0px;
	text-align:center;
}

#service #main div.splash div.about ul
{
	list-style:none;
}

#service #main div.splash div.about ul li
{
	background-image:url(../images/service-main-div.splash-div.about-ul-li.png);
	font-size:18px;
	height:24px;
	margin:18px 0px 0px 156px;
	padding:0px 0px 0px 25px;
}

#service #main div.item01 div.about
{
	background-image:url(../images/service-main-div.item01-div.about.jpg);
}

#service #main div.item02 div.about
{
	background-image:url(../images/service-main-div.item02-div.about.jpg);
}

#service #main div.item03 div.about
{
	background-image:url(../images/service-main-div.item03-div.about.jpg);
}

#service #main div.item04 div.about
{
	background-image:url(../images/service-main-div.item04-div.about.jpg);
}

#service #main div.item05 div.about
{
	background-image:url(../images/service-main-div.item05-div.about.jpg);
}

#service #main div.item06 div.about
{
	background-image:url(../images/service-main-div.item06-div.about.jpg);
}

#service #main div.item07 div.about
{
	background-image:url(../images/service-main-div.item07-div.about.jpg);
}

#service #main div.item08 div.about
{
	background-image:url(../images/service-main-div.item08-div.about.jpg);
}

#service #main div.item09 div.about
{
	background-image:url(../images/service-main-div.item09-div.about.jpg);
}

#service #main div.item10 div.about
{
	background-image:url(../images/service-main-div.item10-div.about.jpg);
}

#service #main div.splash div.questions
{
	display:inline;
	float:left;
	height:240px;
	position:relative;
	width:384px;
}

#service #main div.splash div.questions div.recent
{
	top:16px;
	left:112px;
	position:absolute;
	width:250px;
}

#service #main div.splash div.questions div.recent strong
{
	color:#264211;
	display:block;
	font-size:15px;
}

#service #main div.splash div.questions div.recent p
{
	color:#fff;
}

#service #main div.splash div.questions div.recent a
{
	color:#264211;
}

#service #main div.splash div.questions form
{
	bottom:12px;
	left:18px;
	margin:0px;
	padding:0px;
	position:absolute;
	width:348px;
}

#service #main div.splash div.questions form p
{
	color:#ffffff;
	font-size:18px;
}

#service #main div.splash div.questions form p strong
{
	color:#ffff00;
	text-transform:uppercase;
}

#service #main div.splash div.questions form textarea
{
	border:none;
	height:48px;
	margin:6px 0px;
	padding:6px;
	width:336px;
}

#service #main div.splash div.questions form button
{
	background:none;
	background-image:url(../images/help-page-div.tabs-form-button.png);
	border:none;
	display:inline;
	float:right;
	height:24px;
	text-indent:-9999px;
	width:140px;
}

#service #main div.box
{
	margin:18px 0px 0px 0px;
}

#service #main div.box p
{
	margin:12px 0px 0px 0px;
}

#service #sidebar
{
	padding:258px 0px 0px 0px;
}

/* ------ / about / ------ */

#about #main div.splash
{
	background-image:url(../images/about-main-div.splash.jpg);
	height:256px;
	overflow:hidden;
	position:relative;
	width:574px;
}

#about #main div.splash h2
{
	color:#264211;
	font-size:24px;
	font-weight:normal;
	margin:18px;
}

#about #main div.splash p
{
	color:#ffffff;
	margin:18px;
}

#about #main div.splash p a
{
	color:#264211;
}

#about #main div.box p
{
	margin:12px 0px 0px 0px;
}

#about #main div.consultation
{
	display:none;
}

/* ------ // ------ */




























#container div.title
{
	color:#636363;
	background-color:#e4e4e4;
	border-bottom:1px solid #ccc;
	height:30px;
	font-size:13px;
	line-height:30px;
	padding:0px 10px;
	margin:18px 18px 10px;
}

#container div.title div.left
{
	display:inline;
	float:left;
}

#container div.title div.left a
{
	margin-left:6px;
}

#container div.title div.right
{
	display:inline;
	float:right;
}

#container div.title div.right a.delete
{
	color:#ff0000;
}

#container div.quote
{
	font-size:13px;
	padding:0px 10px;
	margin:0px 18px 22px;
}

/* ------ // ------ */

#container #messages div.error, #container #messages div.success
{
	margin:12px 18px;
	overflow:hidden;
	font-size:13px;
	text-align:center;
	padding:10px;
}

#container #messages div.error
{
	color:#fff;
	background-color:#c53948;
	border:1px solid #f1881e;
}

#container #messages div.success
{
	color:#636363;
	background-color:#eafad3;
	border:1px solid #e6e6e4
}

/* ------ // ------ */

#experts h3 a
{
	font-family:trebuchet ms,arial,helvetica,sans-serif;
	font-size:13px;
	margin-left:20px;
}

#experts form
{
	margin:0px 36px 24px 36px;
}

#experts form.filtered
{
	display:none;
}

#experts form dl dt
{
	padding:0px 0px 3px 0px;
}

#experts form dl dd
{
	padding:0px 0px 12px 0px;
}

#experts form dl dd input
{
	padding:1px 3px;
}

#experts form dl dd ul
{
	list-style:none;
	padding:3px 0px 0px 0px;
}

#experts form dl dd ul li
{
	color:#ff0000;
	font-size:12px;
}

#experts #page div.pages
{
	height:30px;
	line-height:30px;
	padding:0px 18px;
}

#experts #page div.pages h3
{
	float:left;
	margin:0px;
}
	
#experts #page div.pages ul
{
	float:right;
	list-style:none;
}

#experts #page div.pages ul li
{
	background-color:#7aac35;
	color:#fff;
	display:inline;
	margin:0px 1px 0px 0px;
	padding:3px 6px;
}

#experts #page div.pages ul li a
{
	color:#fff;
}

#experts #page div.pages ul li.on
{
	background-color:#fff;
	color:#000;
}

/* ------ / help center / ------ */

#questionshc #main
{
	float:right;
	margin:0px 18px 0px 0px;
	width:640px;
}

#questionshc #main h2
{
	background-image:url(../images/members-main-h2.png);
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	height:32px;
	line-height:32px;
	margin:0px 0px 18px 0px;
	text-indent:18px;
}

#leftbar {
float:left;
margin:0px 0px 0px 18px;
width:246px;
display:inline;
}
#leftbar h4 {
background-image:url(../images/sidebar-h4.png);
color:#fff;
font-size:18px;
font-weight:normal;
height:32px;
line-height:32px;
text-indent:10px;
}
#questionshc #leftbar h4 {
background-image:url(../images/sidebar-h4-2.png);
}

#helpnav {
padding:5px;
width:auto;
list-style:none;
}
#helpnav li {
display:inline;
}
#helpnav li a {
display:block;
text-decoration:none;
color:#333;
font-size:14px;
font-weight:bold;
padding:3px 0 3px 18px;
border-bottom:1px solid #fff;
background:#EFFFCE url(../images/helpnav-arrow-off.gif) no-repeat 5px 8px;
}
#helpnav li a:hover,#helpnav li a.on {
background:#ff9 url(../images/helpnav-arrow.gif) no-repeat 5px 7px;
}
#helpnav li ul li {
list-style:none;
border-bottom:1px solid #eee;
padding:5px 0;
padding-left:20px;
display:block;
background:#fff url(../images/helpnav-bullet.gif) no-repeat 8px 10px;
line-height:14px;
}
#helpnav li ul li a {
background:none;
color:#68B037;
text-decoration:underline;
font-size:12px;
font-weight:normal;
padding:0;
}
#helpnav li ul li a:hover {
background:none;
text-decoration:none;
color:#000;
}
#unemployment #questionshc #main p {
margin:10px 5px;
}
#unemployment #questionshc #main h2 {
text-indent:10px;
margin:0;
}
#unemployment #questionshc #main h3 {
margin:5px 0 5px 5px;
font-size:14px;
font-weight:bold;
}
#helparea {
background:#68B134 url(../images/helpform-bl.gif) no-repeat bottom left;
}
#helpformhold {
background:#68B134 url(../images/helpform-tl.gif) no-repeat top left;
padding:10px;
}
#helparea form {
margin:0;
}
#helpformhold strong {
font-size:14px;
color:#ff0;
}
#helparea textarea {
width:320px;
height:75px;
margin:5px 0;
}
#unemployment #questionshc #helparea ul {
list-style:none;
background:#497B24 url(../images/helpform-br.gif) no-repeat bottom right;
padding:0 10px 10px 0;
min-height:121px;
}
#unemployment #questionshc #helparea ul li {
margin:0;
padding-bottom:10px;
}
#recent {
padding:10px 0 0 10px;
float:right;
width:287px;
background:#497B24 url(../images/helpform-tr.gif) no-repeat top right;
}
#helparea #recent strong {
color:#69F50B;
font-size:14px;
}
#recent a {
color:#fff;
}
#unemployment #main #helpformhold dt
{
	display:none;
}
#unemployment #main #helpformhold dd input
{
	display:none;
}
#unemployment #main #helpformhold dd select
{
	display:none;
}
#unemployment #main #helpformhold dd #ask
{
	background:none;
	background:url(../images/unemployment-button.jpg) no-repeat;
	border:none;
	color:#293e0a;
	display:inline;
	float:right;
	height:25px;
	text-align:center;
	margin-right:8px;
	width:142px;
}

#unemployment #main div.disclaimer
{
	height:300px;
	overflow:scroll;
	border:#eeeeee solid 1px;
	padding:12px;
}

/* -- review -- */

#members #main div.review p
{
	margin:10px 5px;
}

#members #main div.review h3
{
	font-size:15px;
	margin:20px 5px;
}

#members #main div.review .heading
{
	margin:20px 5px 10px 5px;
}

#members #main div.review .heading span
{
	display:inline;
	float:left;
	height:20px;
	margin:0px 10px;
	text-indent:-9999px;
	width:160px;
}

#members #main div.review .heading
{
	overflow:hidden;
	width:700px;
}

#members #main div.review .heading strong
{
	display:inline;
	float:left;
	font-size:13px;
	height:20px;
	line-height:20px;
	overflow:hidden;
}

#members #main div.review p.heading span
{
	display:inline;
	float:left;
	height:20px;
	margin:0px 10px;
	text-indent:-9999px;
	width:160px;
}

#members #main div.review .heading span.rating-00 { background-image:url(../images/rating-00.gif); }
#members #main div.review .heading span.rating-01 { background-image:url(../images/rating-01.gif); }
#members #main div.review .heading span.rating-02 { background-image:url(../images/rating-02.gif); }
#members #main div.review .heading span.rating-03 { background-image:url(../images/rating-03.gif); }
#members #main div.review .heading span.rating-04 { background-image:url(../images/rating-04.gif); }
#members #main div.review .heading span.rating-05 { background-image:url(../images/rating-05.gif); }
#members #main div.review .heading span.rating-06 { background-image:url(../images/rating-06.gif); }
#members #main div.review .heading span.rating-07 { background-image:url(../images/rating-07.gif); }
#members #main div.review .heading span.rating-08 { background-image:url(../images/rating-08.gif); }
#members #main div.review .heading span.rating-09 { background-image:url(../images/rating-09.gif); }
#members #main div.review .heading span.rating-10 { background-image:url(../images/rating-10.gif); }

#members #main div.review h3.heading
{
	margin:20px 5px;
}

#members #main div.review h3.heading strong
{
	font-size:15px;
}

#members #main div.review h3.heading span
{
	font-size:15px;
	padding:0px 0px 0px 170px;
	text-indent:0px;
	width:auto;
}