/* Standard tags */
h1#welcome, h1#four04 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 17px;
	color: #18569F;
	padding:10px 0;
	font-weight:normal; 
	line-height:19px;
	text-align:center;
	/*text-shadow: 1px 1px 1px #b6d6ff;*/
}

h1#four04 {font-size:20px; font-weight:bold; line-height:normal}
h2{
	font-size: 20px;
	color: #18569F;
	margin-bottom: 20px;
	margin-top: 15px;
}
p{
	font-size: 12px;
	color: #19529F;
	line-height: 16px;
	margin-bottom: 20px;
}

/* Useful classes */
.no-margin{ margin: 0px !important; }
.right-align{ text-align: right !important; }
.bold{ font-weight: bold; }
.light-blue{ color: #6699FF; }

#main-content{
	float: left;
	width: 880px;
}

#slideshow {
    position:relative;
    height:223px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.home-products{
	height: 108px;
	/*margin: 20px 0;*/
}
.home-products li{
	float: left;
	width: 276px;
	height: 106px;
	padding: 2px;
	background: url("../img/home/box-bg.png") no-repeat;
	position: relative;
	list-style-image:none;
}
.home-products li a {
	/*float: left;*/
	display: block;
	width: 276px;
	text-decoration: none !important;
	color:#18569F;
	
	}
.home-products li h2 {
	font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size: 17px;
	color: #1B54A5;
	text-decoration: none;
	top: 8px;
	left: 119px;
	text-align:left;
}

.home-products li.travel-insurance{
	float: left;
	width: 276px;
	height: 106px;
	padding: 2px;
	position: relative;
}

.home-products li.health-insurance{
	float: left;
	width: 276px;
	height: 106px;
	padding: 2px;
	position: relative;
	background: url("../img/home/box-bg-new.png") no-repeat;
}

.home-products li.feedback {
background: url("../img/home/insurance_call_our_team.jpg") no-repeat;	
text-indent:-9999px;
text-align:left;
}

.home-products li.feedback a {text-indent:-9999px;}
.home-products li.feedback span {display:block; text-align:left; text-indent:-9999px;}
.home-products li.center-li{ margin: 0 20px; }
.home-products li h2 a{
	font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size: 17px;
	color: #1B54A5;
	text-decoration: none;
	position: absolute;
	top: 30px;
	left: 136px;
}
.home-products li h2 a:hover{
	text-decoration: underline;
}

.home-products li .quote-butt {
    background: url("../img/home/get-a-quote.png") no-repeat scroll center top transparent;
    display: block;
    height: 31px;
    left: 145px;
    position: absolute;
    text-indent: -9999px;
    top: 27px;
    width: 109px; 
	cursor:pointer;
}
/* , .home-products li.health-insurance .quote-butt */
.home-products li.life .quote-butt {
    top: 40px;
}
.home-products li .quote-butt:hover{
	background-position: bottom;
	cursor:pointer;
}

#shadow{
	float: left;
	width: 940px;
	height: 14px;
	background: url("../img/home/shadow.png") no-repeat;
	margin-left: -30px;
	margin-top: 20px;
}

#qfooter #home-footer{
	height: 103px;
	position: relative;
}

#home-footer .col{
	float: left;
	width: 390px;
}
#home-footer .col h3{
	font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size: 24px;
	color: #1B54A5;
	margin: 20px 0;
	font-weight:normal;
}
#home-footer .col ul li{
	float: left;
	width: 130px;
	padding: 3px 0;
	list-style-image:none;
}
#home-footer .col ul li a{
	color: #19529F;
}

.ivan-footer{
	position: absolute;
	top: -3px;
	left: 720px;
}

/* Home Banner  */
#img {margin:0 auto;  padding:0; background:none; position:relative; display:block; width:880px; height:225px;}

.jcarousel-skin-tango {
    width: 880px;
	position:absolute;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 880px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  880px;
    height: 225px;
	margin-left:0px;
	overflow:hidden;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 880px;
    height: 225px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
background: url(../img/home/scrollRight.png)   no-repeat;
cursor:pointer;
height:40px;
right:10px;
position:absolute;
top:80px;
width:40px;
}

* html .jcarousel-skin-tango .jcarousel-next-horizontal {
background: url(../img/home/scrollRight.gif)   no-repeat;
} /* IE6 Image Replacement for PNG */

.jcarousel-skin-tango .jcarousel-prev-horizontal {
background: url(../img/home/scrollLeft.png) no-repeat;
cursor:pointer;
height:40px;
left:10px;
position:absolute;
top:80px;
width:40px;
}

* html .jcarousel-skin-tango .jcarousel-prev-horizontal {
background: url(../img/home/scrollLeft.gif) no-repeat;
} /* IE6 Image Replacement for PNG */

.home-products {
	/*margin-bottom: 40px;*/
	margin-top: 40px;
}
.home-products li p {
	/*position: relative;	
	top: -32px;
	right: -178px; */
	margin-bottom: 0;
	position: absolute;
	top: 75px;
	left: 180px;
	display: block; 
	z-index:100;
}

.home-products li p a{
	width:auto;
	height:auto;
}

.home-products li a img{
	margin-top:1px;
}

.home-products li .quoteboxhead {
	position: relative;
	top: -138px;
	left: 3px;
	text-align: left;
}
.home-products li .quoteboxhead.carInsurance{
	width:43%;
	background-color: white;
	padding: 4px;
}
.home-products li .quoteboxhead.homeInsurance{
	width:50%;
	background-color: white;
	padding: 4px;
}
.home-products li .quoteboxhead.travelInsurance{
	left:121px;
	top: 7px;
	width:51%;
	background-color: white;
	padding: 4px;
}
.home-products li .quoteboxhead.petInsurance{
	width:42%;
	background-color: white;
	padding: 4px;
}
.home-products li .quoteboxhead.healthInsurance{
	width:52%;
	background-color: white;
	padding: 4px 4px 0 4px;
}
.home-products li .quoteboxheadLife {
	background-color: white;
	padding: 4px;
	width:81%;
	position: relative;
	top: -138px;
	left: 3px;
	text-align: left;
}

.home-products li.travel-insurance {
	position: relative;
}

.hreview-aggregate {
	float:right;
	color:white;
	padding-right: 1em;
	font-size:13px;
	margin-top: -7px;
	text-align: center;
	line-height: 120%;
}

.surveyorigin {
font-size:12px;
}

#testimonial-link{text-decoration: none;}

.testimonial-block { position:relative; background:#f9f9f9 url('/include/pages/img/home/testimonial-quote.png') 15px 46px no-repeat; border:1px solid #dedede; width:653px; margin:30px auto 10px auto; min-height:66px; }
.testimonial-block h3 { font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif; position:relative; background:#4d8bd8; display:block; line-height:34px; height:34px; color:#fff; font-size:17px; text-indent:10px; }

.testimonial-block p { display:block; float:left; margin: 25px 5px 25px 80px; font-size:13px; font-style:italic; font-weight: bold; color:#666; /*width:400px; */ }
.testimonial-block span { /*position: absolute;  right: 20px; bottom: 25px;*/ width: 250px; display:block; float:left; margin: 25px 0 0 5px; font-size:13px; color:#666; }

#mycarousel li{ list-style-image:none; }

.home-products li#travel-sale .quote-butt {
    left: 145px;
    top: 42px;
}
.home-products li#travel-sale p {
	top: 80px;
	left: 180px;
}
.home-products li#travel-sale {
	background: url("../img/home/box-bg-sale.png") no-repeat;
}
.home-products li#travel-sale a{
	display: block; 
	height: 106px;
}
.home-products li#travel-sale h2{
	margin: 0;
}