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

body {
	background: url(../images/bg_x_emplo.jpg) 0 0 repeat-x;
	}
	
body h2 {
	color: #C47C00;
	font-weight: bold;
	}

body h4 {
	color: #C47C00;
	margin: 5px 5px 5px 0px;
	}
	
body ul {
	color: #C47C00;
	}
	
/* Classes */
.bottom_boxes {
	margin-top: 0px;
	}
	
.bottom_boxes li {
	margin-left: 15px;
	}

h2 span.underline {
	border-bottom: #C47C00 thin solid;
	}

/* END of Classes */

#healthemplo {
	float: right;
	margin: -43px 0 0 0;
	background-color: #fff;
	}
	
	#healthemplo a {
		display: block;
		width: 290px;
		height: 49px;
		background-image:url(../images/btn_ins.jpg);
		background-repeat: no-repeat;
		}
	#healthemplo a:hover {
		background-image:url(../images/btn_ins_roll.jpg);
		background-repeat: no-repeat;
		}
#quickfind a {
	display: block;
	height: 30px;
	background-image:url(../images/btn_quickfind.jpg);
	background-repeat:no-repeat;
	}
	
	#quickfind a:hover {
		background-image:url(../images/btn_quickfind_roll.jpg);
		}

#logo {
	background: url(../images/logo_employee.gif) 0 0 no-repeat;
	width: 607px;
	float: left;
	height: 144px;
	}
#main #right_box {
	border-left-color: #C47C00;
	
}
#rightmenu a {
text-transform:uppercase;
}

#rightmenu a:hover {
color: #C47C00 !important;
}

#img_bullets {
	margin: 0;
	}
#img_bullets li {
	list-style:none;
}

#img_bullets h4 {
	background-image:url(../images/g_bullet_cond.jpg);
	background-position: left center;
	background-repeat:no-repeat;
	padding: 2px 0 2px 15px;
	margin: 0;
	}
	
/*#img_bullets h4:hover {
	background-image:none;
	}*/
	
#proven, #benefit, #account {
	display: none;
	}
	
#proven li, #benefit li, #account li {
	background-image:none;
	list-style:circle;
	}
	
#nolist {
	list-style: none;
	background-image:none;
	margin: 0;
	}