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

/* home */

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

/* services list */

div#services_list {
	width: 900px;
	margin: 0 auto -25px; 
	padding:40px 0 0 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: -120px;
	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: -120px;
	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: -120px;
	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;}	


/* home content */

div#home_image {
	margin: 0; 
	padding:0;
	width:900px;
	height:364px;
	background:url(../images/home_image.png) no-repeat;
	text-indent: -9999px;}

div#content_main {
	margin-top:-50px;
	}
	
div#content_main h2#home_header {
	margin: 0; 
	padding:0;
	width:820px;
	height:37px;
	background:url(../images/home_header.png) no-repeat;
	text-indent: -9999px;}
	
h4 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; bold; padding-left:50px;}

p {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; bold; padding-left:50px;}
	

