@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto 30px auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #fff;
}
.oneColFixCtrHdr #header {
	margin: 0;	padding: 0; width: 861px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 33px; /*---width on either side of the main content---*/
	background: #fff;
}
.oneColFixCtrHdr #footer {
	padding: 0 33px; /*---same width as #mainContent---*/
	background:#fff;

}
.oneColFixCtrHdr #footer p {
	margin: 0;	padding: 10px 0px;
	font-size:10px;
	color:#999;
	border-bottom: #ddd 2px solid;
}

#total-wrap {
	width: 861px; /*---same width as header---*/
}

#content-wrap { /*---this div avoids IE margin issues---*/
	border-left: 1px #E1E1E1 dotted;
	border-right: 1px #E1E1E1 dotted;
	padding:0px 4px 0px 4px;
}

/*---title-classes---*/
h1 {
padding:0px 0px 1px 0px; margin:0px;
font-size: 2em;
color:#333333;
font-weight:700;
text-align:center;
}
h2 {
	margin:0px; padding:5px 0px 0px 0px;
	font-size:1.4em;
	font-weight:600;
	color:#303030;
	text-align:center;
}
h2>div {
	margin:0 auto 5px auto;
	padding-bottom:2px;
	width:60%;
	border-bottom:2px #7fa636 solid;
}


h3 {
	margin:0px; padding:5px;
	font-size:14px;
	font-weight:600;
	color: #E2E2E2;
	text-align:center;
}

h4 {
	margin:0px; padding:5px;
	font-size:14px;
	font-weight:600;
	color: #303030;
	text-align:center;
}

/*------links------*/
a, a:visited {
	text-decoration: underline;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/*---rollover link button---*/
.button {margin:0 auto;}
a#rollover { background-image:url(images/button-startsavingnow.png); height: 42px; width:255px; display:block; margin:0 auto;}
a#rollover span { display:none;}
a#rollover:hover { background-image:url(images/button-startsavingnow-roll.png);}

/*---Orange Buttons-and-content-boxes---*/

.box {padding:0px; margin:0px; }
.bl-promotion {background: url(images/bl.png) 0 100% no-repeat #eb5000; width: 9em} /*---1st larger width button---*/
.bl-coverage {background: url(images/bl.png) 0 100% no-repeat #eb5000; width: 8em} /*---2nd larger width button---*/
.bl-customer {background: url(images/bl.png) 0 100% no-repeat #eb5000; width: 16em} /*---3rd larger width button---*/
.bl-compare {background: url(images/bl.png) 0 100% no-repeat #eb5000; width: 51em} /*---3rd larger width button---*/
.bl-leap {background: url(images/bl.png) 0 100% no-repeat #eb5000; width: 28em} /*---3rd larger width button---*/
.bl {background: url(images/bl.png) 0 100% no-repeat #eb5000; width: 7em} /*---normal width buttons---*/
.br {background: url(images/br.png) 100% 100% no-repeat}
.tl {background: url(images/tl.png) 0 0 no-repeat}
.tr {background: url(images/tr.png) 100% 0 no-repeat; padding:1px}
.clear {font-size: 1px; height: 1px}

.list {
	padding:0px 0px 10px 30px;
	margin:5px;
	list-style-image:url("images/circle.png");
	list-style-type:circle;
	text-align:left;
	}

.space {margin-bottom:5px;}

/*---Customer Satisfaction---*/

.customer-satisfaction-list {
	padding:0px 0px 0px 30px;
	margin:5px 5px 0px 5px;
	list-style-image:url("images/circle.png");
	list-style-type:circle;
	text-align:center;
	}

.list-bottom-border1 {
	border-bottom:2px #7fa636 solid;
	padding-bottom:1px;
	width:37px;
	}

.list-bottom-border2 {
	border-bottom:2px #7fa636 solid;
	padding-bottom:0px;
	width:107px;
	}

/*-------------TABLES------------*/

.customer-satisfaction-table {
	padding:0px;
	margin:0px 0px 13px 55px; /*---margin bottom is same as all the list bottoms---*/
	border-collapse: collapse;
}

.customer-satisfaction-td {
	vertical-align:top;
	padding:0px 5px 0px 0px;
}

.customer-satisfaction-td2 {
	font-size: 0.8em;
	padding:5px 0px 0px 0px;
}

/*---Compare Chart Table---*/
.chart {
	border-collapse: collapse;
	margin: 10px auto 20px auto;
	font-size: 0.8em;
	text-align:center;
}
td {
	padding: 5px;
	border-left: 1px solid #fff;
}
td.td1 {
	background-color:#FFFFFF
	}
td.pingo-title {
	color:#2180BC;
	background:#fff;
	border-left:1px dashed #ccc;
	font-size:1.4em;
	font-weight:900;
	padding:0px 20px 0px 20px; /*---pushes pingo width out a bit---*/
	}
td.cricket-title {
	background:#fff;	
	color:#7C1105;
	font-size:1.3em;
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
}
td.pingo {
	font-size:1.4em;
	background:#eaeaea;
	padding:0px 20px 0px 20px; /*---pushes pingo width out a bit---*/
	color:#009124;
	font-weight:800;
}
td.cricket {
	color:#7C1105;
}
td.first {
	border-left: 0px;
}
.row {
	background: #EFEFEF;
	border-bottom: dashed 1px #ccc;
}

/*---1st Call to Action Table---*/
.arrow-table {padding:0px; margin:0 auto; border:0px;}
.arrow-td {padding:0px; border:0px;}
.arrow-td-middle {padding:0px 5px 0px 5px; border:0px;}

/*---Footer Link Table---*/
.footer-table {
	width:100%;
	margin: 5px;	
	background: #EFEFEF;
	text-align:center;
	margin:0 auto;
}
.footer-tr {
	height: 30px;
}
.footer-td {
	font-size: 11px;
	padding: 5px;
	border-right: #DDDDDD 2px solid; /*same color as footer bg*/
}
.first-cell {
	font-size: 11px;
	padding: 5px;
	border-left: #DDDDDD 2px solid; /*same color as footer bg*/
	border-right: #DDDDDD 2px solid; /*same color as footer bg*/
	}

/*-------------/END TABLES------------*/


/*---other classes---*/

.pingo-logo {
float:left;
padding-left:27px; /*---moves pingo logo inline with banner---*/
margin:0px;
}

.account-buttons {
	width:100%;
	margin:0px;
	}

.nohiddenfee {
	border-top:#666666 1px solid;
	width:90%;
	margin:0px auto 10px auto;
	padding-top: 5px;
}

.bottom-terms {
	font-size:10px;
	color:#999999;
	border-bottom: #ddd 2px solid;
}

.check {font-size:10px;
text-align:right;
margin-top:10px;
}

.promo {
	margin:5px 5px 10px 0px;
	padding-bottom:5px;
	text-align:right;
	font-size:10px;
	border-bottom:#ccc 1px solid;
}
.noborder {
	border:none;
	}

