/*///////////////////////////////////////////////

MEMBER BENEFITS PAGE

///////////////////////////////////////////////*/
.benefits_top {
	display: block;
	height: 270px;
	font-weight: bold;
	background: url(../imgs/benefit_top.jpg) no-repeat bottom right;
}
.benefits_title {
	padding: 50px 200px 0px 50px;
	font-size: 36px;
	line-height: 1.1em;
	color: #62a423;
}
.benefits_bullets {
	margin: 20px 0 20px 30px;
	_margin: 20px 0 20px 70px;
	*margin: 20px 0 20px 70px;
	font-size: 16px;
	line-height: 1.3em;
	color: #000;
}
a.benfits_join {
	display: block;
	width: 362px;
	height: 43px;
	margin-left: 50px;
	text-decoration: none;
	background: url(../imgs/benefits_join.gif) no-repeat;
}
a.benfits_join:hover {
	background-position: bottom left;
}
a.benfits_join span {
	display: none;
}
#benefits {
	display: block;
	width: 941px;
	padding: 0px;
	background: url(../imgs/benefits_pattern_bg.gif) repeat-y;
}
#benefits .top {
	display: block;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/benefits_bg.gif) no-repeat;
}
#benefits .top .top_right {
	display: block;
	float: right;
	height: 10px;
	width: 20px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/benefits_bg.gif) no-repeat top right;
}
#benefits .bottom {
	clear: both;
	display: block;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/benefits_bg.gif) no-repeat bottom left;
}
#benefits .bottom .bottom_right {
	display: block;
	float: right;
	height: 10px;
	width: 20px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/benefits_bg.gif) no-repeat bottom right;
}
#benefits .benefits_con {
	padding: 0px;
	border-right: 1px solid #DDD;
}
#benefits .b_menu {
	display: block;
	float: left;
	width: 209px;
	padding: 0px 0px 0px 1px;
}
#benefits .b_title {
	display: block;
	padding: 20px 0;
	font-size: 18px;
	text-align: center;	
	font-weight: bold;
	color: #000;
}
#benefits .b_menu a {
	display: block;
	height: 40px;
	margin: 0px;
	line-height: 40px;
	color: #999;
	text-decoration: none;
	background: url(../imgs/benefits_menu_tab.gif) no-repeat bottom left;
}
#benefits .b_menu a:hover {
	color: #52a900;
	background-position: center left;
}
#benefits .b_menu a.sel,
#benefits .b_menu a.sel:hover {
	color: #000;
	background-position: top left;
}
#benefits .b_menu a span {
	display: block;
	padding: 0 10px 0 40px;
}
#benefits .b_con {
	float: left;
	width: 690px;
	padding: 20px;
	color: #666;
	background: none;
}
#benefits .b_con img {
	float: left;
}
#benefits .b_con .b_txt {
	margin-left: 130px;
}
#benefits .b_con .b_txt h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000;
}
#b_tab_one span {
	background: url(../imgs/benefits_icon_one.gif) no-repeat 4px 0;
}
#b_tab_two span {
	background: url(../imgs/benefits_icon_two.gif) no-repeat 4px 0;
}
#b_tab_three span {
	background: url(../imgs/benefits_icon_three.gif) no-repeat 4px 0;
}
#b_tab_four span {
	background: url(../imgs/benefits_icon_four.gif) no-repeat 4px 0;
}
#b_tab_five span {
	background: url(../imgs/benefits_icon_five.gif) no-repeat 4px 0;
}