﻿
/* Branded style from CSSNet.global.css */

a:link, a:visited {
	text-decoration: none;
	color: #e27f24;
	font-weight: bold;
}

.backgroundorange .b2, .backgroundorange .b3,.backgroundorange .b4, .right_col .testimonial {
	background:#DDA878;
}

.backgroundbrown .b2, .backgroundbrown .b3,.backgroundbrown .b4, .right_col .login_box {
	background:#854410;
}

#dhtmltooltip 
{
	width: 150px;
	position: absolute;
	font-family : verdana;
	font-size : 11px;
	border: 1px solid grey;
	padding: 4px 10px 4px 10px; 
	background-color: #ffffcc;
	visibility: hidden;
	z-index: 100;
	color:black;
}

#dhtmltooltip iframe
{
	display:none;/*sorry for IE5*/
	display:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width: 99%;/*must have for any big value*/
	height: 99%;/*must have for any big value*/
}

/* Branded style from CSSNet.homepage.css */

.insurance .intro_box {
	width: 255px;
	/* width: 231px; */
	background-color: #e27f24;
	color: #fff;
	border-right: 1px solid #8fabc6;
}

.insurance .intro_box .copy  
{
	padding: 10px; 
	height : 230px;
	/* height: 185px; */
}

.insurance .intro_box .copy2
{
	 padding: 10px; 
	 height : 250px;
}

#quotes h1, #quotes h3, #quotes h4 {
	color: #854410; /* #e27f24; */
}

#quotes h1
{
	color: #854410; 
	font-size: 22px; 
}

#quotes font.premiumipt
{
	font-size : 11px;
	color: #854410;
}

#quotes font.included
{
	font-weight : bold;
	color: #854410;
}

/* Branded style from CSSNet.orderjourney.css */

.quoteprice {
    font-size : 40px;
    font-weight : bold;
    color : #854410;
    text-align:left;
    width: 150px; 
}

.colortext {
    color : #854410;
}