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

/* services button */

li#services {background:url(../images/services_hover.png) no-repeat;}
li#services a {cursor:default;}

/* services list */

div#services_list {
	width: 900px;
	margin: 0 auto; 
	padding:40px 0 40px 0;}
	
div#services_list ul {
	list-style-type: none;
	display: inline;
	position: relative;
	padding: 0; }
	
div#services_list ul li#group_button {
	margin: 0; 
	padding:0;
	width:252px;
	height:60px;
	position: absolute;
	top: 0px;
	left: 41px;
	background:url(../images/group_employer_button.png) no-repeat;
	text-indent: -9999px;}
	
div#services_list ul li#individuals_button {
	margin: 0; 
	padding:0;
	width:252px;
	height:60px;
	position: absolute;
	top: 0px;
	left: 324px;
	background:url(../images/individuals_button.png) no-repeat;
	text-indent: -9999px;}
	
div#services_list ul li#wellness_button {
	margin: 0; 
	padding:0;
	width:252px;
	height:60px;
	position: absolute;
	top: 0px;
	left: 607px;
	background:url(../images/wellness_button.png) no-repeat;
	text-indent: -9999px;}
	
div#services_list ul li#group_button:hover {background:url(../images/group_employer_hover.png) no-repeat;}
div#services_list ul li#individuals_button:hover {background:url(../images/individuals_hover.png) no-repeat;}
div#services_list ul li#wellness_button:hover {background:url(../images/wellness_hover.png) no-repeat;}

div#services_list ul li#group_button a {width: 252px; height: 60px; display:block;}	
div#services_list ul li#individuals_button a {width: 252px; height: 60px; display:block;}	
div#services_list ul li#wellness_button a {width: 252px; height: 60px; display:block;}	




/* services content */

	
div#content_main h2#services_header {
	margin: 0; 
	padding:0;
	width:820px;
	height:75px;
	background:url(../images/services_header.png) no-repeat;
	text-indent: -9999px;}
	
div#content_main ul {list-style-type:square; padding-left:65px;}

div#content_main {
	margin-top:75px;
	}
	
	

