﻿/* Background and body generic style */
body 
{
	margin:0px;
	background:#a4b2b7 url(images/bg_gradient.jpg) repeat-x top left;
	font:11px Verdana;
	color:#000;
}

/* Generic table cell style */
td
{
	font:11px Verdana;
	vertical-align:top;
}

/* Home page layout container */
div#home_layout_container
{
	position:relative;
	width:748px;
	margin-left:auto;
	margin-right:auto;
}

/* Header, body, footer images */
div#home_layout_container img#imgHeader,
div#home_layout_container img#imgBody,
div#home_layout_container img#imgFooter
{
	position:absolute;
	left:0px;
	border:0;
	width:748px;
	z-index:1;
}
div#home_layout_container img#imgHeader
{
	height:109px; 
	top:0px; 
}
div#home_layout_container img#imgBody
{
	height:354px;
	top:109px;
	z-index:1;
}
div#home_layout_container img#imgFooter
{
	height:143px;  
	top:463px; 
}

/* Full-color rollover images */
div#home_layout_container img#imgAuto,
div#home_layout_container img#imgHome,
div#home_layout_container img#imgBusiness,
div#home_layout_container img#imgLifeHealth
{
	position:absolute;
	border:0;
	height:354px; 
	width:182px; 
	top:109px; 
	z-index:0; 
}
div#home_layout_container img#imgAuto
{
	left:9px;
}
div#home_layout_container img#imgHome
{
	left:191px;
}
div#home_layout_container img#imgBusiness
{
	left:373px;
}
div#home_layout_container img#imgLifeHealth
{
	left:555px;
}

/* Home copyright */
div#home_copyright
{
	position:absolute;
	top:610px;
	left:0px;
	width:748px;
	text-align:center;
	color: #505e64;
	font-size:10px;
}
div#home_copyright a
{
	color:#505e64;
	text-decoration:none;
}
div#home_copyright a:hover
{
	text-decoration:underline;
}
