/********************************************************************************************************
this is the page that controls the blocks of info and buttons on the sports page,  the farmers page 
, individuals page, self-employed page and products page
*******************************************************************************************************/

#sportsInner 
{
text-align: center;
margin: 0 auto;
}

#sportsInner img
{
	float: left;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 50px;
	margin-left: 0;
}
.sportsSections
{
	clear: both;
	height: 165px;
	width: 525px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a.hospital:link, a.hospital:visited
{
	background: url(../images/products/buttons/Accident_Hospital_Benefit_Plan1.gif) no-repeat;
	width: 340px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.hospital:hover
{
	background: url(../images/products/buttons/Accident_Hospital_Benefit_Plan2.gif) no-repeat;
	width: 340px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.disability:link, a.disability:visited
{
	background: url(../images/products/buttons/Accident_Disability_Plan1.gif) no-repeat;
	width: 340px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.disability:hover
{
	background: url(../images/products/buttons/Accident_Disability_Plan2.gif) no-repeat;
	width: 340px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.sickness:link, a.sickness:visited
{
	background: url(../images/products/buttons/Sickness_Income_Plan1.gif) no-repeat;
	width: 340px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.sickness:hover
{
	background: url(../images/products/buttons/Sickness_Income_Plan2.gif) no-repeat;
	width: 340px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.sickTwo:link, a.sickTwo:visited
{
	background: url(../images/products/buttons/Sickness_Hospitalisation_Income_Plan1.gif) no-repeat;
	width: 340px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.sickTwo:hover
{
	background: url(../images/products/buttons/Sickness_Hospitalisation_Income_Plan2.gif) no-repeat;
	width: 340px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.illness:link, a.illness:visited
{
	background: url(../images/products/buttons/Critical_Illness_Plan1.gif) no-repeat;
	width: 256px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.illness:hover
{
	background: url(../images/products/buttons/Critical_Illness_Plan2.gif) no-repeat;
	width: 256px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.assurance:link, a.assurance:visited
{
	background: url(../images/products/buttons/term1.gif) no-repeat;
	width: 256px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.assurance:hover
{
	background: url(../images/products/buttons/term2.gif) no-repeat;
	width: 256px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.cancer:link, a.cancer:visited
{
	background: url(../images/products/buttons/cancer1.gif) no-repeat;
	width: 256px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
a.cancer:hover
{
	background: url(../images/products/buttons/cancer2.gif) no-repeat;
	width: 256px;
	height: 32px;	
	display: block;
	margin: 0 0 0 130px;
}
/* this is the turquise bulleted list for the products page - put here top cut down on excess links
to style sheets etc------------------------------------------------------------------------------*/

/*floats for the list at the top of the products page--------------------------------------------*/
.turqlistContainer
{
float: left;
width: 45%;
}
.turqList
{
clear: both;
}
.turqList ul
{
margin: 0; padding: 0;
}
.turqList li
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	list-style-position: outside;
	list-style-image: url(../images/product_icons/combined_ar.gif);
	margin: 15px 0;
	text-align: left;
}
/*hr for the product page*/
.prodhr
{
width: 95%; margin: 20px auto; text-align: center; color: #084C8D; background: #084C8D; clear: both;}
}
