/* global reset */
html{
	height:100%;
	padding:0 0 0 1px;
}
body{
	height:100%;
	margin:0;
	color:#333;
	font:13px Arial, Helvetica, sans-serif;
	/*background:#fff url(images/bg-body.gif) repeat-x;*/
}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#0e9ab8;
}
a:hover{text-decoration:none;}    
input,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	float: left;
}
 fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
sup {
    font-size: 7pt;
}

/*Tooltips*/
.masterTooltip
{
	cursor: pointer;
	width: 16px;
	height: 16px;
	right: auto !important;
	float: right;
	margin-left: 3px;
}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333333;
	background-color:#ffffff;
	border-radius:5px;
	padding:10px;
	color:#333333;
	font-size:11px Arial;
}

/* wrapper */
#wrapper{
	width:100%;
	height:100%;
	/*display:table;*/
}
.wrapper-holder{
	width:100%;
	/*display:table-row;*/
}
.wrapper-frame{
	width:950px;
	margin:0 auto;
	position:relative;
	padding:0 0 8px;
	/*padding:126px 0 8px;*/
}
/* header */
#header{
	/*position:absolute;
	top:0;
	left:0;*/
	padding:11px 10px 0;
	width:930px;
}
/* logo */
.logo img
{
	width:304px;
	margin:0;
	height:82px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.logo{
	margin:0;
	width:304px;
	height:82px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat; 
}
.logo a{
	position:relative;
	height:100%;
	display:block;
}
/* panel */
.panel{
	width:100%;
	overflow:hidden;
}
/* nav */
#nav{
	margin:0;
	padding:2px 0 0;
	list-style:none;
	float:left;
}
#nav li{
	margin:0 1px 0 0;
	float:left;
}
#nav a{
	height:1%;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	padding:7px 9px 7px 10px;
	background:url(images/bg-nav.gif) repeat-x;
	float:left;
}
#nav li.active,
#nav a:hover{background-position:0 -31px;}
/* slogan */
.panel .slogan{
	font-size:25px;
	float:right;
	display:inline;
	margin:0 21px 0 0;
}
/* main */
#main{
	background:url(images/bg-main.gif) repeat-y;
	margin:0 0 7px;
}
.main-holder{background:url(images/back.gif) no-repeat;}
.main-frame{
	height:1%;
	overflow:hidden;
	padding:10px 15px;
	background:url(images/bg-main-b.gif) repeat-x 0 100%;
}
* html .main-frame{padding-bottom:0;}
#main .container{
	height:1%;
	overflow:hidden;
	padding:21px 15px 8px 13px;
}
* html #main .container{padding-bottom:18px;}
/* application */
.application-holder{
	padding:0 0 73px;
	width:100%;
}
* html .application-holder{padding:0 0 83px;}
.application{
	position:relative;
	height:1%;
}
.application:after{
	display:block;
	clear:both;
	content: "";
}
.application img{
	right:-4px;
	bottom:0;
	position:absolute;
}
/* intro */
.application .intro{
	width:305px;
	padding:33px 0 0 5px;
	margin:0;
	background:none;
	border:none;
	float:left;
	font-size:15px;
	line-height:16px;
	color:#057790;
}
.application .intro h1{
	margin:0 0 4px;
	color:#ff7c11;
	text-align: center;
}
.application .intro p{margin:0;}
/* box */
.application .box{
	position:relative;
	margin:9px 0 -70px -5px;
	display:inline;
	width:613px;
	float:left;
	background:none;
}
.box-t{
	background:url(images/bg-box-t-application.png) no-repeat;
	height:366px;
}
.box-b{
	height:97px;
	background:url(images/bg-box-b-application.png) no-repeat;
}
.box-c{
	height:1%;
	background:url(images/bg-box-application.png) repeat-y;
}
.box-c:after{
	display:block;
	clear:both;
	content: "";
}
/* information-form */
.information-form{
	position:relative;
	margin:-312px 0 -87px;
	float:left;
	width:100%;
}
.information-form .holder{
	width:100%;
	overflow:hidden;
	float:none;
}
.information-form select
{
	width: 158px;
}
/* text-box */
.text-box{
	width:180px;
	padding:13px 13px 0 31px;
	float:left;
	line-height:16px;
	color:#2c2c2c;
}
.text-box p{margin:0 0 16px;}
.text-box p a{color:#f08027;}
.text-box .title{display:block;}
.information-form .area{
	float:left;
	width:307px;
	padding:0 0 20px 40px;
}
.information-form .row{
	width:100%;
	overflow:hidden;
	margin:0 0 1px;
	position:relative;
}
/* block */
.information-form .block{
	overflow:hidden;
	padding:0 0 16px;
}
/* btn-holder */
.information-form .btn-holder{
	height:1%;
	padding:23px 0 0 33px;
}
.information-form .btn-holder:after{
	display:block;
	clear:both;
	content: "";
}
.information-form .btn-holder .notes{
	width:384px;
	padding:0 9px 0 0;
}
/* requirements-list */
.requirements-list{
	margin:0 0 16px;
	padding:0;
	list-style:none;
	color:#505050;
}
.requirements-list strong{color:#f08027;}
/* twocolumns */
#twocolumns{
	/*width:732px;
	float:left;*/
	width: 100%;
}
/* content */
#content{
	width:650px;
	float:left;
}
/* content */
#contentbottom{
	width:650px;
	float:left;
}
/* container */
#contentbottom .container{
	position:relative;
	line-height:19px;
	/*padding:19px 0 40px 0 !important;*/
	overflow:hidden;
	z-index:2;
}
#contentbottom h2{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 6px;
}
#contentbottom p
{
    margin:0 0 1px;
       
}
#twocolumns #content{
	padding:0 4px 0 0;
	/*width:564px;
	float:right;*/
	width: 100%;
}
/* text-block */
.text-block {
    font-size: 10pt;
    line-height: 19px;
    margin: 0 40px 0;
    overflow: hidden;
}
/* products-table */
.products-table{
	/*width:564px;*/
	width: 100%;
	border-collapse:collapse;
}
.products-table th{
	color:#fff;
	text-align:left;
	background:#ff9f50;
	padding:3px 0 2px;
}
.products-table .product{font-weight:bold;}
.products-table th.product{
	/*width:151px;*/
	height: 40px;
	padding-left:9px;
}
.products-table td.product{
	/*width:149px;*/
	width: 30%;
	padding:7px 0 6px 11px;
}
.products-table td.product img{
	margin:0 10px 0 0;
	float:left;
}
.products-table td.product span{
	margin:5px 0 0;
	float:left;
}
.products-table td,
.products-table th{
	border:solid #fff;
	border-width:1px 1px 0 0;
}
.products-table .description{
	/*width:389px;*/
	width: 100%;
	padding-left:14px;
}
.products-table td{background:#b2ebf7;}
.products-table .dark td{background:#92daec;}
/* intro */
.intro{
	overflow:hidden;
	position:relative;
	height:1%;
	padding:0 0 0 288px;
	border-bottom:1px solid #d6d6d6;
}
.lp 
{
    border-bottom: 0px !important;
}
.intro img{
	left:0;
	bottom:0;
	position:absolute;
}
* html .intro img{bottom:-1px;}
/* heading */
.intro .heading{
	text-align:center; 
    padding: 50px 0 50px;
    position: relative;
}
.intro h1{
	color:#299bb3;
	margin:0;
	font-size:22px;
	line-height:20px;
	text-transform:uppercase;
}
.intro .area h1{margin-bottom:-2px;}
.orange{color:#ff7c11;}
.intro .slogan{
	font-weight:normal;
	font-size:20px;
	color:#057790;
	display:block;
}
.intro .heading .slogan{margin:0 0 0 90px;}
.intro .area .slogan{margin:0 0 12px;}
/* area */
.intro .area{
	position:relative;
	padding:21px 0 7px 54px;
}
/* item-list */
.item-list{
	overflow:hidden;
	height:1%;
	margin:38px 0 18px 18px;
	padding:0;
	list-style: none;
	font-size:18px;
}
.intro .item-list{margin:0 0 0 -14px;}

.item-list li{
	height:1%;
	overflow:hidden;
	margin:-1px 0 1px;
	background: url("images/bullet-item-list.gif") no-repeat 0 6px;
    padding: 13px 45px;
}
.intro .item-list li{
	padding:5px 0 3px;
	background-position:8px 0;
}
.item-list li img
{
	display:inline;
	float:left;
	height:1%;
	margin:-5px 0 1px;
}

.item-list .title{
	color:#2a9cb5;
	float:left;
	margin:0;
	display:inline;
	width:92px;
}
.item-list .text{
	padding:0 0 0 21px;
	float:left;
	background:url(images/check-item-list.gif) no-repeat 0 0;
}
/* container */
#content .container{
	position:relative;
	line-height:19px;
	/*padding:19px 0 40px 0 !important;*/
	overflow:hidden;
	z-index:2;
}
#content h2{
	/*font-size:18px;
	line-height:20px;
	font-weight:normal;*/
	font-size: 18pt;
	margin:0 0 6px;
}
#content p
{
    margin:0 0 1px;
       
}
/* box */
.box{
	margin:10px auto 3px;
	width:673px;
	background:url(images/bg-box.gif) repeat-y;
}
* html .box{margin-bottom:13px;}
.box-holder{background:url(images/bg-box-t.gif) no-repeat;}
.box-frame{
	padding:14px 0 0 24px;
	background:url(images/bg-box-b.gif) no-repeat 0 100%;
}
.box h3{
	margin:0 0 17px 10px;
	font-size:22px;
	color:#fff;
}
/* data-form */
.data-form{
	width:100%;
	overflow:hidden;
}
.contact{
	width:50%;
	overflow:hidden;
}
.information-form h4,
.data-form h4{
	margin:0 0 4px;
	font-size:16px;
}
/* blocks */
.data-form .blocks{
	height:1%;
	overflow:hidden;
	padding:0 0 8px;
}
/* block */
.data-form .block{
	float:left;
	width:294px;
	margin:0 11px;
	display:inline;
}
.data-form .row{
	height:1%;
	overflow:hidden;
	margin:0 0 1px;
	position:relative;
}
.information-form label,
.data-form label{
	width:116px;
	padding:3px 0 0;
	float:left;
	color:#626262;
	font:bold 11px Tahoma, Arial, Helvetica, sans-serif;
}
.information-form label{width:129px;}

.informationform-ipmi label{width:160px; display: block; float:none; margin-top: 1px;}
.informationform-ipmi label span{font-weight: normal;}
.informationform-ipmi .contacttel{padding-bottom: 2px;}
.informationform-ipmi .ext{width: 160px;}
.informationform-ipmi .phone{width: 100px;}

.data-form label.long{width:169px;}
.information-form .text,
.data-form .text{
	height:21px;
	padding:0 4px;
	float:left;
	width:151px;
	background:url(images/bg-text-long.gif) no-repeat;
}
.data-form span.small{
	width:98px;
	background:url(images/bg-text-small.gif) no-repeat;
}
.information-form .text input,
.data-form .text input{
	font-size:11px;
	margin:0;
	padding:4px 0 3px;
	float:left;
	background:none;
	border:none;
	width:151px;
}
.data-form span.small input{width:98px;}
.data-form .btn-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 13px;
}
.information-form .notes,
.data-form .notes{
	padding:34px 31px 0 12px;
	width:430px;
	float:left;
	font-size:11px;
	line-height:13px;
	color:#959595;
}
.information-form .notes p,
.data-form .notes p{margin:-5px 0 -5px -9px;}
.information-form .notes p a,
.data-form .notes p a{color:#959595;}
/* aside */
.aside{
	width:160px;
	float:left;
}
/* ad */
.ad img{display:block;}
/* sidebar */
#sidebar{
	width:267px;
	padding:5px 3px 0 0;
	float:right;
}
.container #sidebar{
	width:160px;
	padding:0;
}
/* box */
#sidebar .box{
	clear:both;
	width:100%;
	margin:0;
	background:url(images/bg-box-sidebar.gif) repeat-y;
}
#sidebar .box-holder{background:url(images/bg-box-t-sidebar.gif) no-repeat;}
#sidebar .box-frame{
	padding:8px 18px 13px;
	background:url(images/bg-box-b-sidebar.gif) no-repeat 0 100%;
}
#sidebar .news-box-frame{
	padding:15px 18px 13px;
	background:url(images/box-bottom.gif) no-repeat 0 100%;
    min-height:200px;
}
#sidebar .news-box-frame h2{
 display:none;
}
#sidebar .news-box-frame h3
{
	font-size:18px;
	color:#fff; 
	margin:0;
}
#sidebar .box h3{
	margin:0 0 34px;
	text-align:center;
}
/* search-form */
.search-form{
	height:1%;
	overflow:hidden;
	clear: both;
}
/* row */
.search-form .row{
	margin:0 0 22px;
	width:100%;
	overflow:hidden;
}
.alignright{float:right; margin-right:10px;}
.alignleft{float:left;}
.search-form label{
	font-size:11px;
	color:#626262;
	font-weight:bold;
	display:block;
	clear:both;
	margin:0 0 3px;
}
.holder{float:left;}
.search-form select{
	font-size:11px;
	float:left;
}
select.small{width:86px;}
select.xsmall{width:105px;}
select.medium{width:158px;}
select.long{width:207px;}
select.day{width:43px;}
select.mon{width:50px;}
select.year{width:58px;}
.info-btn,
.validation{
	display:inline;
	margin:4px 0 0 4px;
	width:14px;
	height:14px;
	float:left;
}
.information-form .validation,
.information-form .info-btn,
.data-form .info-btn,
.data-form .validation{
	position:absolute;
	top:6px;
	right:0;
	margin:0;
}
.error{background:url(images/ico-error.gif) no-repeat;}
.passed{background:url(images/ico-passed.gif) no-repeat;}
.info-btn{
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/ico-info.gif) no-repeat;
}
.info-btn a{
	height:100%;
	display:block;
}
.cell{
	padding:0 6px 0 0;
	float:left;
}
/* radio-list */
.radio-list{
	float:left;
	margin:0;
	padding:4px 0 0;
	list-style:none;
}
.radio-list li{float:left;}
#LifeForm .radiolist{float: left;}
#LifeForm .mynewlabel{width: 30px;}

.search-form .radio-list .first{margin:0 14px 0 3px;}
.radio-list input{float:left;}
.search-form .radio-list label{
	font-weight:normal;
	float:left;
	display:inline;
	clear:none;
	margin:2px 0 0 4px;
}
.search-form .btn-holder{
	margin:-21px 0 0;
	width:100%;
	overflow:hidden;
}
.information-form .submit,
.data-form .submit,
.search-form .submit{
	position:relative;
	overflow:hidden;
	cursor:pointer;
	width:90px;
	height:87px;
}
.search-form .submit{
	display:block;
	margin:0 auto;
}
.information-form .submit,
.data-form .submit{
	margin:0;
	float:left;
}
.information-form .submit{margin:-32px 0 0;}
.information-form .submit span,
.data-form .submit span
{
	color:#fff;
	font-size:15px;
	line-height:15px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	width:90px;
	display:block;
	background:url(images/btn-submit-quote.png) no-repeat;
}
.search-form .submit span{
	color:#fff;
	font-size:15px;
	line-height:15px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	width:90px;
	display:block;
	background:url(images/btn-submit-search.png) no-repeat;
}
/*CSS FOR AB TESTING*/
.search-form .submit-1 span{
	width:110px;
	display:block;
	background:url(../../ab/home/images/BMC-Submit.png) no-repeat;
}

.search-form .submit-1 span
{
	height:104px;
}

.search-form .submit-1{
	position:relative;
	overflow:hidden;
	cursor:pointer;
	width:110px;
	height:104px;
	display:block;
	margin:0 auto;
}
.search-form .submit-1 input{
	cursor:pointer;
	width:110px;
	height:104px;
	background:none;
	border:none;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
/*END*/
/*CSS FOR AB TESTING*/
.search-form .submit-2 span{
	width:175px;
	display:block;
	background:url(../../ab/home/images/submit-2.png) no-repeat;
}

.search-form .submit-2 span
{
	height:70px;
}

.search-form .submit-2{
	position:relative;
	overflow:hidden;
	cursor:pointer;
	width:175px;
	height:70px;
	left: 0;
	display:block;
	margin:0 auto;
}
.search-form .submit-2 input{
	cursor:pointer;
	width:175px;
	height:70px;
	background:none;
	border:none;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
/*END*/
.information-form .submit span,
.data-form .submit span{
	padding:21px 0 0;
	height:153px;
	position:relative;
}
.search-form .submit span
{
	padding:25px 0 0;
	height:149px;
}
.information-form .hover span,
.information-form .submit:hover span,
.data-form .hover span,
.data-form .submit:hover span{
	padding:108px 0 0;
	margin:-87px 0 0;
}
.search-form .hover span,
.search-form  .submit:hover span{
	padding:112px 0 0;
	margin:-87px 0 0;
}
.information-form .submit input,
.data-form .submit input,
.search-form .submit input{
	cursor:pointer;
	width:90px;
	height:87px;
	background:none;
	border:none;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
/* image */
#sidebar .image{
	float:left;
	position:relative;
	right: 11px;
	/*margin:0 0 0 18px;*/
	margin:0 0 0 12px;
	padding:0 0 13px 0;
}
#sidebar .image img{display:block;}
/* section */
.section{
	border:10px solid #f5f5f5;
	background:#f9f9f9;
	padding:8px 13px 4px;
}
/* logos-list */
.logos-list{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.logos-list li{
	float:left;
	width:128px;
	height:73px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 1px 0 0;
}
.logos-list li img,
.logos-list a{
	height:100%;
	display:block;
}
/*.logo-bupa{background:url(images/logo-bupa.gif) no-repeat;}
.logo-pruhealth{background:url(images/logo-pruhealth.gif) no-repeat;}
.logo-aviva{background:url(images/logo-aviva.gif) no-repeat;}
.logo-life{background:url(images/logo-life.gif) no-repeat;}
.logo-exeter{background:url(images/logo-exeter.gif) no-repeat;}
.logo-health{background:url(images/logo-health.gif) no-repeat;}
.logo-allianz{background:url(images/logo-allianz.gif) no-repeat;}*/
/* footer */
#footer{
	width:100%;
	/*display:table-footer-group;*/
}
* html #footer{padding:8px 0 0;}
* +html #footer{padding:8px 0 0;}
.footer-holder{
	height:1%;
	/*display:table-row;*/
}
.footer-frame{/*display:table-cell;*/}
/* footer-c */
.footer-c{
	width:950px;
	margin:0 auto;
}
/* footer-b */
.footer-b{
	height:150px;
	background:url(images/bg-footer-b.png) no-repeat 50% 0;
}
/* nav */
.nav{
	background:url(images/bg-nav-footer.gif) repeat-x;
	margin:0;
	padding:9px 0;
	list-style:none;
	text-align:center;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
}
.nav li{
	padding:0 6px 0 7px;
	background:url(images/separator-nav.gif) no-repeat 0 50%;
	display:inline;
}
.nav li:first-child{background:none;}
.nav a{
	text-decoration:none;
}
.nav a:hover{text-decoration:underline;}
/* container */
#footer .container{
	padding:17px 0 10px;
	width:100%;
	overflow:hidden;
	background:#7ed7e9 url(images/bg-footer.gif) repeat-x 0 100%;
}
.container-t,
.container-b{
	font-size:0;
	line-height:0;
}
.container-t{
	height:19px;
	background:url(images/bg-container-t.png) no-repeat;
}
.container-b
{
	height:22px;
	background:url(images/bg-container-b.png) no-repeat;
}
.container-c{
	width:100%;
	background:url(images/bg-container.png) repeat-y;
}
.container-c:after{
	display:block;
	clear:both;
	content: "";
}
.container-txt
{
	color: #FFFFFF !important;
	font-size: 13px !important;
	padding: 0 34px;
}
.container-holder{
	position:relative;
	margin:-30px 0 -27px;
	width:882px;
	float:left;
	padding:0 34px;
}
.container-holder:after{
	display:block;
	clear:both;
	content: "";
}
/* block */
#footer .block{
	padding:0 25px 0 18px;
	float:left;
}
.news{width:185px;}
.providers{width:183px;}
.searches{width:182px;}
.reviews{
	width:174px;
	padding-right:0 !important;
}
#footer .block h4 a,
#footer .block h4{
	margin:0 0 9px;
	font-size:16px;
	color:#0d2e4b;
	text-decoration:none;
}
#footer .block h4 a:hover
{text-decoration:underline;}
/* links-list */
#footer .container-holder .news .sf_newsDate,
.container-holder .sf_postListing .sf_postTitle,
.container-holder .news .sf_newsTitle
{
	margin:0;
	padding:0;
	list-style:none;
	line-height:14px;
	font-size:11px;	
}
.container-holder .sf_postListing li,
.container-holder .news .sf_newsList li,
.links-list{
	margin:0;
	padding:0;
	list-style:none;
}
#footer .container-holder .news .sf_newsDate
{
	padding:0 0 7px 14px;
	color:#fff;	
	display:block !important;
}
.container-holder .sf_postListing li .sf_postTitle,
.container-holder .news .sf_newsList li .sf_newsTitle,
.links-list li{
	height:1%;
	padding:0 0 7px 14px;
	background:url(images/bullet-links-list.gif) no-repeat 0 2px;
}
.sf_postListing a,
.sf_newsList a,
.links-list a{
	text-decoration:none;
	color:#fff;
}
.sf_postListing a:hover,
.sf_newsList a:hover,
.links-list a:hover{text-decoration:underline;}
#footer .container-holder .sf_postListing li p,
.container-holder .news .sf_newsList li p
{
  display:none;
}

/* News Page */
#content .container .sf_newsList li {
	margin:0 0 50px 0;
}
.container .sf_newsList li .sf_postTags,
.container .sf_newsList li .sf_readMore
{
  display:none;
}
.container .sf_newsList .sf_newsThumbnail
{
	margin:-120px 0 0 -60px;	
	width:50px;
}

#content .container .sf_newsList li .sf_newsTitle
{
	position:absolute;
	margin: 0px 0 10px 130px;
	font-size: 14px; 
}
#content .container .sf_newsList .sf_newsDate
{
	position:absolute;
	margin: 50px 0 10px 150px;
	width:150px;
	font-size: 14px;
}

#content .container .sf_postListing a,
#content .container .sf_newsList .sf_postCategory a,
#content .container .sf_singleNews a,
#content .container .sf_newsList .sf_readMore a,
#content .container .sf_singlePost a,
#content .container .sf_postListing .sf_postTitle a,
#content .container .sf_newsList .sf_newsTitle a
{
	color:#0073b9;
	text-decoration:underline;
}
#content .container .sf_postListing a:hover,
#content .container .sf_singlePost a:hover,
#content .container .sf_newsList .sf_postCategory a:hover,
#content .container .sf_singleNews a:hover,
#content .container .sf_newsList .sf_readMore a:hover,
#content .container .sf_postListing .sf_postTitle a:hover,
#content .container .sf_newsList .sf_newsTitle a:hover
{
	text-decoration:none;
}

#content .container .sf_pager
{
 margin-top:-20px;
 line-height:14px;
 font:12px Arial,sans-serif;
}
#content .container .sf_singlePost .sf_postTitle, 
#content .container .sf_singleNews .sf_NewsTitle
{
	font-size: 20px;
	padding:10px 0 0 ;
	color:#333;
}

#content .container .sf_singlePost .sf_postDate
{
	color:#333;
	font:13px Arial,Helvetica,sans-serif;
}

.application .textmsg
{
	background-color:Red;
	margin: 0 0 5px 250px;
	width:320px;
	font: 14px/16px Arial, sans-serif;
	text-align: center;
	color: #fff;
	height:15px;
	padding: 2px 0 2px;
	font-weight:bold;
}

.data-form .textmsg
{
	background-color:Red;
	margin-left:5px;
	width:95%;
	font: 14px/16px Arial, sans-serif;
	text-align: center;
	color: #fff;
	height:15px;
	padding: 2px 0 2px;
	font-weight:bold;
}
#yahoo{
	width:auto;
	height:auto;
	margin:0 auto;
}
#conversion
{
	width:auto;
	height:auto;
	margin:0 auto;
}

#cds-container {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	padding:6px;
	background-color:#F2F2F2;
	border:1px solid #D3D3D3;
	}

#cds-container .cds {
	width: 100%;
	padding-right: 0px;
	}

#cds-container .cds h2 {
	color:#333333;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	}

#cds-container #cds p {
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	color:#333333;
	text-align:justify;
	}

#cds-container .cds ul{
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	}
#cds-container .cds li
{
list-style:none outside none;
}
#cds-container .cds a{
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	}

#cds-container .cds a:hover {
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:underline;
	}

/*omer*/
.blue
{
    color:#0E9AB8 !important;	    
}

/*omer*/
.co-small
{
    width:105px !important;   
}

/*omer*/
.smallblock
{
    width:270px !important;   
}

/*omer*/
.smallboxholder
{
    background: url("images/bg-box-t1.gif") no-repeat scroll 0 0 transparent !important;
}

/*omer*/
.smallframe
{
    background: url("images/bg-box-b1.gif") no-repeat scroll 0 100% transparent !important;
}

/*omer*/
.small-note
{
    width:371px !important;   
}

/*omer*/
.small-btn-holder
{
    padding: 0 0 6px !important;
}

/*omer*/
.small-font h1
{
    font-size:18px!important;   
}

/*omer*/
.downwardimage img
{
    top:95px;
}

/*omer*/
.left-image
{
    float:left;
}

/*omer*/
.new-intro
{
    padding:0!important;
}

/*omer*/
.new-intro img
{
    position:relative !important;
}


/*omer*/
.new-intro h1
{
    font-size:21px;
    line-height:25px;   
}

/*omer*/
.multi-filter
{
    background: url("images/usrctrl-box.png") no-repeat scroll 0 0 transparent !important;
}

/*omer*/
.multi
{
    background:none !important;   
}

/*omer*/
.multi-boxframe
{
    margin:0 0 0 2px !important;   
}

/*omer*/
.PersonalBtn
{
    left: 680px;
    position: absolute;
    top: 181px;
}

/*omer*/
.BusinessBtn
{
    left: 768px;
    position: absolute;
    top: 181px;
}

/*omer*/
.counter
{
    float:left;
    padding-left: 22px;
}
/*omer*/
.counter-text
{
    color:#969696; 
}

/*omer*/
.counter-text p
{
    font-weight:bold;
    margin: 31px 0 0 225px !important;
}

/*omer*/
#middlebox
{
   margin:0 auto;
   width:693px; 
}

#middlebox #content
{
    float:none !important;
    width:693px !important; 
}

.products-frame
{
    border-collapse: collapse;
    width: 665px;   
}

.left-heading
{
    background: url(images/Product-orange.png) repeat scroll 0 0;
    color: #FFFFFF;
    padding: 3px 0 2px;
    text-align: left; 
    width:153px;  
    padding-left: 10px;
}

.right-heading
{
    background: url(images/description.png) no-repeat scroll 0 0;
    color: #FFFFFF;
    padding: 3px 0 2px;
    text-align: left;   
    width:584px;
    padding-left: 10px;  
}

.products-frame th,td
{
    border:1px solid #FFFFFF; 
    border-bottom:0px !important;
   
}
.products-frame td
{
    color:Black !important;
    
}

.products-frame .blue-top
{
    background:none repeat 0 0 #b2ebf7;
    padding-left: 6px;
    height:40px;
}

.iframe-container {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #DCDBDB !important;
    padding-top: 11px;
}

.iframe-container .blc
{
    width:100%;
}

.iframe-container .bm
{
    width:100%;
}

.iframe-container .ppi
{
    width:100%;
}

.image 
{
    float: left;
}

.blue-top .headings 
{
    position: relative;
    top: 0px;
    color:#299BB3;
}

 .bottom-part
{
    background-image: url(images/frame-bottom.png);
}

.bottom-part2 
{
    padding-bottom: 10px;
}

.blue-top .show {    
    background-repeat: no-repeat;
    float: right;
    height: 38px;
    width: 93px;
    margin-top: 6px;
   
}

.blue-top .tab-text
{
    float:left;
    vertical-align:middle;
    margin-right: 110px;
}
.tab-text p
{
    position: relative;
    top: 13px;
}


.blue-top .hide {    
    background-repeat: no-repeat;
    float:right;
    height: 38px;
    width: 96px;
    margin-top: -10px;
    
}

 .blue-top-new {
    background-color: #92daec !important;
}
.left
{
    width:141px;
}

.left-top
{
    width:158px;
}

.bottom-part
{
    border: 1px solid;
    border-radius: 4px;
}

#Loader 
{
    
    background-color: #AAAAAA;
    height: auto;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 7999;
     
}

#Loader div
{
    left: 591px;
    background:#fff;
    position: absolute;
    top: 340px;
    visibility: visible;    
    opacity:1.0!important;  
}

#Loader .l
{
     left: 701px;
}
.loaderText
{
    vertical-align:middle;
    margin-top:35px;
    margin-left:78px;
}

.loaderimg
{
    vertical-align:middle;
    
}

.area .bottom-section 
{
    background-image: url("images/holder.png");
    width: 373px;
    height: 112px;
    margin-left: -39px;
    cursor: pointer;
}
#LifeForm 
{
    padding-top: 6px;
} 

 .bot-heart 
{
    position: relative !important;
    float: left;
    top: 9px;
}

.bottom-section p {
    left: 15px;
    position: relative;
    top: 15px;
}

.bottom-section .hide {
    background-image: url("images/hide-blue.png");
    background-repeat: no-repeat;
    float: right;
    height: 41px;
    width: 97px;
    margin-top: 3px;
}

.bottom-section .show {
    background-image: url("images/show-orange.png");
    background-repeat: no-repeat;
    float: right;
    height: 41px;
    width: 97px;
    margin-top: 3px;
}

select.bot-med 
{
    width: 158px;
    margin-bottom: 1px;
}

.area .mynewradio 
{
    float: left;
}

.area .mynewlabel 
{
    width: 110px;
}

.area .mynewlabel1
{
    width: 25px;
} 

.bottom-section .newtext {
    margin-left: 37px;
    margin-top: -4px;
    width: 310px;
}

.data-form .bottom-lhold 
{
    background-image: url("images/holder-left.jpg");
    float: left;
    width: 156px;
    height: 52px;
}
.data-form .bottom-rhold {
    background-image: url("images/holder-right.jpg");
    background-repeat: no-repeat;
    height: 52px;
    margin-left: 156px;
    margin-top: -13px;
    width: 488px;
    padding-bottom: 15px;
}

.bottom-lhold p
{
    left: 6px;
    position: relative;
    top: 3px;
}

.bottom-rhold p {
    padding-left: 6px;
    padding-top: 11px;
    width:400px;
}

.box-lp
{
    padding: 14px 0 0 15px !important;
}

.bottom-rhold .hide {
    background-image: url("images/hide.png");
    background-repeat: no-repeat;
    float: right;
    height: 23px;
    width: 55px;
    margin-top: 24px;
}

.bottom-rhold .show {
    background-image: url("images/show.png");
    background-repeat: no-repeat;
    float: right;
    height: 23px;
    width: 55px;
    margin-top: 24px;
}

.block .mynewlabel 
{
    width: 110px;
}

.block .mynewlabel1
{
    width: 25px;
} 

.block .mynewradio 
{
    float: left;
}

.submit-new
{
    margin-left: 8px !important;
}

.row-new
{
    padding-bottom: 7px;
}

.top-bar 
{
    border: 10px solid #f5f5f5;
    overflow: auto;
}

.top-bar .leftimage {
    float: left;
    margin-top: 50px;
}

.top-bar .heading-text {
    float: left;
    left: 40px;
    margin-top: 40px;
    position: relative;
}

.top-bar .rightimage {
    float: left;
    margin-left: 80px;
}

 .leftside 
{
    border: 10px solid #f5f5f5;
    float: left;
     padding-left: 6px;
    padding-right: 6px;
}

.leftside .quidimg 
{
}

.leftside p
{
    text-align: center;
}

 .rightside 
{
    border: 10px solid #f5f5f5;
    float: right;
    width: 430px;
}

.main-landing 
{
    background: none;
}

div.clear { clear: both; } 

.thanksheading
{
     padding: 10px 0 39px !important;
}

.thanksimg
{
    top:0px!important;
}

#footer .footer-text 
{
    color: #717171;
    margin: -89px auto 0;
    width: 950px;
}
/*CSS for Cookie Policy Pop Up*/
.pointer{cursor: pointer;}
#overlay
{
    background: rgba(0,0,0,0.4);
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.policy-popup
{
	position: fixed; 
	left: 28%;
	top: 10px;   	
	background: #fff;  
	width: 700px;
	z-index: 1001;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 24px -2px #000000;
    -webkit-box-shadow: 0 0 24px -2px #000000;
    behavior: url(../js/PIE.htc);
}
.cookie-policy-content
{
	border-radius: 8px;
    -webkit-border-radius: 8px;
	background: #fff;
	width: 680px;
	padding: 10px;
	behavior: url(../js/PIE.htc);
}
.cookie-policy-content p
{
	color: #333333;
    font-size: 9pt;
    margin-top: 1px;
    line-height: normal;
    text-align: left;
}
.cookie-policy-content h3{color: #617EA2; margin: 0; font-size: 11pt; text-align: left;}
.policy-holder-top h2{text-align: center; margin-top: 10px; color: #515151; font-size: 16pt;}

.PopUpLink{text-decoration:underline;}
.cookietype-list{font-size: 8pt; color: #333333;}
.btn-close
{
	left: 95%;
	top: 5px;
	position: absolute;
    width: 27px;
}
/*END of Cookie Policy Pop Up*/ 


/*****************************************************************/
/*CSS3 Media Queries for Optimising website on Media Ad Placement*/
/*****************************************************************/
/*************800x600 Media Ad*****************/
@media only screen and (max-width: 800px)
{
	.wrapper-frame
	{
		width: 800px;
	}
	#header
	{
		width: 800px;
		padding: 0;
	}
	.logo
	{
		background-size: 230px 60px;
		height: 63px;
	}
	#nav a
	{
		font-size: 14px;
		padding: 7px 6px 7px 7px;
	}
	.panel .slogan
	{
		margin: 0;
	}
	.panel .slogan img
	{
		width: 180px;
	}
	
	.main-holder
	{
		background: none;
		border: 10px solid #F5F5F5;
	}
	.main-frame
	{
		background: none;
		padding: 5px;
	}
	#content
	{
		width: 500px;
	}
	.intro .heading
	{
	    padding: 40px 0 0;
	}
	#sidebar
	{
		padding: 5px 0 0;
	}
	#sidebar .image
	{
		margin: 0 0 0 20px;
	}
	.PersonalBtn
	{
		top: 155px;
		left: 533px;
	}
	.BusinessBtn
	{
		left: 622px;
	    top: 155px;
	}
	#contentbottom
	{
		width: 500px;
	}
	#main .container
	{
		padding: 0 0 8px;
	}
	.item-list
	{
		margin: 12px 0 10px 18px;
	}
	
	.section
	{
		padding: 5px;
	}
	.logos-list
	{
		text-align: center;
	}
	.logos-list li
	{
		float: none;
		display: inline;
	}
	.logos-list li img, .logos-list a
	{
		display: inline;
		border: none;
	}
	
	.footer-c, #footer .footer-text
	{
		width: 800px;
	}
	.footer-b
	{
		width: 800px;
		background: url("images/bg-footer-b.png") no-repeat scroll 73% 0 rgba(0, 0, 0, 0);
	}
	.container-holder
	{
		width: 800px;
		padding: 0;
	}
	.container-t, .container-b
	{
		background: none;
	}
	.container-c
	{
		background: none;
	}
	#footer .block
	{
		padding: 0 18px;
		border-left: 1px solid #ffffff;
	}
	#footer .block:first-child
	{
		border-left: none;
	}
	.news, .providers, .searches, .reviews
	{
		width: 165px;
	}
	#footer .footer-text p
	{
	    padding: 0 10px;
	}
	
	.policy-popup {
		background: none repeat scroll 0 0 #FFFFFF;
		border-radius: 8px;
		box-shadow: 0 0 24px -2px #000000;
		left: 5%;
		position: absolute;
		top: -150%;
		width: 700px;
		z-index: 1001;
	}
	
	/*-Form Page-*/
	.information-form
	{
		margin: -330px 0 -87px;
	}
	.information-form .area
	{
		background-color: #F0F0F0;
		padding: 10px 0 10px 10px;
		margin-left: 15px;
		width: 300px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.application .box
	{
		width: 540px;
		padding: 0;
	}
	.application .intro
	{
		width: 180px;
		padding: 33px 0 0 30px;
	}
	.application img
	{
		width: 280px;
		right: -50px;
		z-index: 2;
	}
	.box-b
	{
		background: none;
	}
	.box-t
	{
		background: none repeat scroll 0 0 #2A9CB5;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		z-index: 100;
	}
	.box-t strong
	{
		top: 10px!important;
	}
	.box-c
	{
		padding-bottom: 13px;
		background: none repeat scroll 0 0 #2A9CB5;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.text-box
	{
		width: 170px;
		background-color: #FFFFFF;
		margin: 0 0 0 10px;
		padding: 13px 13px 0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.information-form .submit
	{
		border: 5px solid #2A9CB5;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
	}
	.area .bottom-section
	{
		margin-left: -10px;
		width: 310px;
		height: 145px;
		background: url("images/holder.png") repeat scroll -40px 0 rgba(0, 0, 0, 0);
	}
	.bottom-section p
	{
		left: 0px;
	    width: 300px;
	}
	.bottom-section .newtext
	{
		margin-left: -3px !important;
		margin-top: -3px;
		width: 300px;
	}
	.bottom-section .show
	{
		margin-top: 0;
	}
	#life img
	{
		width: 30px;
		right: 0;
	}
	.masterTooltip
	{
	    height: 16px;
	    width: 16px !important;
	    z-index: 100;
	}
}

/*************************************************************/
/*CSS3 Media Queries for Optimising website on Mobile Devices*/
/*************************************************************/
@media only screen and (max-device-width: 481px) , (-webkit-device-pixel-ratio:3)
{
    .wrapper-frame
	{
		width: 100% !important;
	}
	
	.logos-list ul {
    padding: 0 !important;
    text-align: center;
    width: auto !important;
	}
	
    /******SHORT LANDING PAGES*******/
    #header {width: 100% !important; padding: 0;}
    .homepage #content {text-align: center; float: none; width: 100%;}
    
    .logo {margin: 0 auto;}
    .panel {display: none;}
    
    .wrapper-frame {padding: 0; width: 100%; margin: 0;}
    .main-frame {background: none; padding: 10px 1px; overflow: visible;}
    
    #main {background: none; border: 5px solid #F1F1F1;}
    .main-holder {background: none;}
    
    #sidebar {float: none; width: 100%;}
    
    .intro {padding: 0; border: none;}
    .intro img {display: none;}
    .intro .heading {padding: 0 0 2px !important;}
    .intro .heading .slogan {margin: 0; font-size: 12pt;}
    
    .item-list {display: none;}
    
    #sidebar .box {background: none #2A9CB5 !important; clear: none; border-radius: 8px; -webkit-border-radius: 8px;}
    #sidebar .box-holder {background: none !important;}
    #sidebar .box-frame {background: none;}
    #sidebar .box h3 {margin: 0; font-size: 14pt;}
    
    .search-form fieldset {background: #f0f0f0; border-radius: 8px; -webkit-border-radius: 8px; padding: 10px;}
    .search-form select {float: none;}
    .search-form .btn-holder {margin: 0;}
    .search-form .row{margin: 0 0 10px;}
    .search-form label{margin: 0;}
    select.small {height: 30px; padding: 6px; width: 100%;}
    select.long {height: 30px; padding: 6px; width: 100%;}
    .holder {float: none;}
    
    .alignleft {float: none; margin-bottom: 10px;}
    .alignright {float: none;}
    
    .section {text-align: center; border: 5px solid #F1F1F1;}
    .logos-list li {display: inline; float: none;}
    .logos-list li img, .logos-list a {display: inline; height: 73px;}
    
    .nav {background: none;}
    .nav a {color: #000; line-height: 20px;}
    
    #footer .container {display: none;}
    .footer-b {display: none;}
    .footer-c {width: 100%;}
    
    #yahoo, #conversion {width: 100%;}
    /******END OF SHORT LANDING PAGES*******/
    
    /******LONG LANDING PAGES******/
    /*.formpage #main {border: none;}*/
    .intro h1{font-size: 14pt; line-height: normal;}    
    .contentpage #content {float: none; width: 100%;}
    #contentbottom {width: 100% !important; float: none;}
    #sidebar .image {display: none;}
    
    .counter {float: none; padding: 0; text-align: center;}
    .counter-text p {text-align: center; margin: 0 !important;}
    
    .BusinessBtn {position: relative !important; left: 0 !important; top: 8px !important;}
    .PersonalBtn {position: relative !important; left: 0 !important; top: 8px !important;}
    
    #footer .footer-text {margin: 0 auto; width: 100% !important;}
    /******END OF LONG LANDING PAGES******/
    
    /******FORM PAGE******/
    .application .holder .area {font-size: 11pt;}
    .application img {display: none;}
    .application .box {padding: 14px; float: none; display: block; width: 94%; background: #2A9CB5; border-radius: 8px; -webkit-border-radius: 8px; margin: 9px 0 -70px;}
    
    .information-form {float: none;}
    
    .box-t {background: none; height: 330px;}
    .box-c {background: none;}
    .box-b {background: none;} 
    
    .area .bottom-section {background: none; width: 100%; margin: 0 !important;}
    .bottom-section .newtext {width: 95%; margin: 0;}
    
    .information-form .btn-holder .notes {width: 100%;}
    .information-form .area {float: none; margin: 0; width: 100%; padding: 0; background: #f0f0f0; border-radius: 8px; -webkit-border-radius: 8px;}
    .information-form label {display: block; float: none; margin-bottom: 2px;}
    .information-form .holder {overflow: visible;}
    .information-form .holder .text-box .title {color:#2c2c2c;}
    .information-form .holder .text-box p {color: #2c2c2c;}
    .information-form .holder .text-box .requirements{display: none;}
    .information-form .block {padding: 14px; clear: both;}
    .information-form .notes, .data-form .notes {float: none; padding: 0;}
    .information-form .notes p, .data-form .notes p {color: #ffffff; font-size: 7pt; margin: 0;}
    .information-form .notes a, .data-form .notes a {color: #ffffff !important;}
    .information-form .btn-holder {width: 100%; padding: 8px 0 0;}
    .information-form .submit {display: block; float: none; margin: 0 auto; width: 90px;}
    .information-form .validation,
    .information-form .info-btn,
    .data-form .info-btn,
    .data-form .validation{
	    position:relative;
	    top:7px;
	    margin:0;
    }
    
    .masterTooltip{display: block !important; position: inherit !important; margin: 0 !impotant;}
    
    .application .intro {display: none;}
    
    select.medium {height: 30px; padding: 6px; width: 100%;}
    select.day,select.mon,select.year {width: 30% !important;}
    
    .information-form .text, .data-form .text {float: none; width: 100%; background: none #fff; padding: 0; height: 30px;}
    .information-form .text input, .data-form .text input {width: 94%; background: none #fff; border: 1px solid #b5b5b5; padding: 0; height: 30px;}
    .area .block .row select { width: 94%; height: 30px; padding: 6px; float: left;}
    
    #LifeForm {padding: 14px;}
    #LifeForm .row select {width: 94%; height: 30px; padding: 6px;}
    #LifeForm .radiobtn {float: left;}
    .area .mynewlabel1, .area .mynewlabel {float: left;}
    
    .bottom-section p {left: 0; top: 0; padding: 0 0 0 10px;}
    .bottom-section .newtext {padding: 0 10px;}
    
    /*.congratulations {float: left; width: 210px; padding-right: 6px;}
    .requirements {float: left; width: 160px;}
    .clear{clear: both;}*/
    
    .requirements-list {color: #fff;}
    .requirements-list strong {color: #F2B807;}
    .text-box {float: none; width: 100%; padding: 5px; color: #fff; overflow: hidden; margin: 0 auto 5px;}
    .congratulations .text-box p{font-size: 10pt !important; margin: 0 0 8px;}
    .text-box p a {color: #F2B807;}
    
    .application .textmsg{margin: 0; width: 100%;}
    
    #Loader div
	{
		left: 50%;
	}
	
	/** THANK YOU PAGE **/
	#middlebox
	{
		width: 100%;
	}
	#middlebox #content
	{
		width: 100% !important;
	}
	#content .text-block
	{
		line-height: 25px;
	}
	.products-frame
	{
		width: 100% !important;
	}
	
	.data-form .block
	{
		float: none !important;
		margin: 0 auto !important;
		width: 250px !important;
	}
	.upsellbox
	{
		height: 400px;
	}
	.ppi 
	{
		height: 480px !important;
	}
	#middlebox .right-block
	{
		float: none !important;
		margin: 0 auto !important;
		width: 250px !important;
	}
	#middlebox .quote-btn
	{
		left: auto !important;
		top: 0 !important;
		margin: 0 auto !important;
	}
	
    
    /*** COOKIE POLICY RE-POSITIONING ***/
    .policy-popup 
    {
        left: 1%;
        margin: 0;
        position: absolute;
        width: 98%;
    }
    .cookie-policy-content 
    {
        margin: 0 auto;
        padding: 5px;
        width: 94%;
    }
    .btn-close 
    {
        left: auto;
        right: 2%
    }   
}