
  /****************************/
 /***** Home Page Styles *****/
/****************************/
#homeImg1 {
	background: url(images/home_sprite.png) 0px 0px no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
}
#homeImg2 {
	background: url(images/home_sprite.png) 0px -32px no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
}
#homeImg3 {
	background: url(images/home_sprite.png) 0px -64px no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
}
#homeImg4 {
	background: url(images/home_sprite.png) 0px -96px no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
}
#homeImg5 {
	background: url(images/home_sprite.png) 0px -128px no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
}
.homeTable {
	width: 90%;
	text-align: center;
	background: #EEEEEE;
	margin: 0 auto;
}
.tableTop {
	border-top: 2px #018B72 solid;
	border-left: 2px #018B72 solid;
	border-right: 2px #018B72 solid;
	border-radius: 30px;
	-moz-border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
}
.tableBot {
	border-bottom: 2px #018B72 solid;
	border-left: 2px #018B72 solid;
	border-right: 2px #018B72 solid;
	border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
}
.homeCell1 {
	width: 33%;
}
.homeCell2 {
	width: 50%;
}

  /******************************/
 /***** Collections Styles *****/
/******************************/
img#losses {
	position: relative;
	left: 50%;
	margin-left: -165px;
	padding: 15px 0;
}

  /*******************************/
 /***** Workers Comp Styles *****/
/*******************************/

  /*****************************/
 /***** Consulting Styles *****/
/*****************************/

