body {
 margin: 0;
 padding: 0;
 text-align: left;
 background-color: #fff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 70%;
}
#liabilityContent, #fullContent { float:left; width: 200px; }

#pgcontainer {
	width: 70em;
	margin: 5px auto;
	background: #fff no-repeat top left;
}
#masthead {
	padding: 0em 0 2.5em 0;
	text-align: left;
}
#ctcontainer {
	margin: 0 auto 0 auto;
	width: 70em;
	background: #fff url("/images/graygradient.gif") repeat-x top;
	border: 1px solid #003D73;
	border-top: 0;
	border-bottom: 10px solid #003D73;
	text-align: left;
}
div.mainmenu {
	border-bottom: 3px solid #003D73;
}
div.mainmenu .active {
	border-bottom: 3px solid #AEC5E6;
}
/* A modified version of A List Apart - http://alistapart.com/articles/slidingdoors2/ */
#nav {
	float:left;
	width: 575px;
	background:#fff;
}
#nav.nobg {
	background:#fff;
}
#nav ul {
	margin:0;
	padding:5px 10px 0;
	list-style:none;
}
#nav li {
	float:left;
	display:inline;
	margin:0 -1px 0 9px;
	padding:0;
	white-space: nowrap;
}
#nav a {
	float:left;
	display:block;
	position:relative;
	left:-9px;
	margin-right:-9px;
	width:.1em;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}
#nav > ul a {
	width:auto;
}
#nav a {
	float:none;
}
#nav li:hover a {
	background-position:0 -150px;
	color:#309;
}
#nav li:hover {
	background-position:100% -150px;
	color:#309;
}
#nav li.active {
	background-position:100% -150px;
}
#nav li.active a {
	background-position:0 -150px;
	padding-bottom:6px;
	color:#333;
}
#nav #percent {
	padding-left: 0px;
	padding-top: 5px;
	margin-right: 2em;
	background: none;
	font-weight: bold;
	color: #333;
}
.clear {
	clear:both;
}
#aqphone {
	color: #003D73;
	font-size: 150%;
	font-weight: bold;
}
/* bottom menu (continue/go back nav) styles */
ul.endnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.endnav li {
	display: inline;
	cursor: pointer;
}
ul.endnav li a:link, ul.endnav a:visited, ul.endnav span {
	display: block;
	width: 5em;
	text-decoration: none;
	padding: 3px 1em 3px 1em;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	background-color: #1c4c94;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
ul.endnav li a:hover {
	background-color: #1c4c94;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
/*#footer {
clear: both;
margin: 1em 0 .5em 0;
padding: 0;
text-align: center;
}*/
#footer p {
	margin: 0;
	padding: 3px;
	font-size: 90%;
	color: #666;
}
h1 {
	color:#c1332e;
	font-weight:bold;
	margin: 0;
	padding: 0;
	font-size: 120%;
}
p {
	margin: 0;
	padding: 0 0 1em 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.formbtn {
	margin: 1px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	background-color: #003D73;
	border-top: 1px solid #369;
	border-left: 1px solid #369;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.formtext {
	margin: 1px;
	width: 8em;
	height: 1em;
}
ul.endnav li span:hover {
	color: #F58220;
}
.info {
	color: #630;
	font-weight: bold;
}

div.debug {
	font-weight: bold;
	background: #eee;
	text-align:left;
}
div.box {
	float: left;
	width: 250px;
	height: 200px;
	border: 1px solid #003D73;
	padding: 0;
	text-align: left;
}
div.box table, div.box p {
	padding-left: 5px;
}
div.bb2box {
	float: left;
	width: 25em;
	height: 32em;
	padding: 0;
	border: 1px solid #003D73;
	text-align: left;
}
div.content {
	padding: 1em 1em 1em 1em;
	border: none;
	text-align: left;
}
div.spacer {
	float: left;
	width: 40px;
	height: 200px;
	vertical-align: middle;
}
#loginbox {
	position: relative;
	top: 80px;
	left: 150px;
	width: 24em;
	background: #AEC5E6;
	border: 1px solid #003D73;
}
.title {
	padding: 2px 2px 2px 2px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	background-color: #1c4c94;
}
.close {
	padding: 2px 0px 2px 0px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	background-color: #1c4c94;
	cursor: pointer;
}
.dialog {
	background: #fff;
}
.fsbb {
	text-align: left;
	border: 1px solid #003D73;
}
li.question, li.question:hover {
	float: right;
	white-space: nowrap;
	width: auto;
	color: black;
	background-color: #AEC5E6;
	border: 0;
	padding: 3px 5px 3px 1px;
	font-weight: bold;
	font-size: 120%;
	cursor: auto;
}
.coverage {
	font-weight: bold;
}
.ziplanding {
	color: #fff;
	font-weight: bold;
}
form th {
	font-weight: bold;
}
form td {
	font-weight: normal;
}
fieldset {
	border: 1px dotted #92a2bb;
	margin: 5px 0 5px 5px;
	padding: 10px;
}
legend {
	font-weight: bold;
	border: 1px dotted #92a2bb;
	padding: 0 5px 0 5px;
	background: #fff;
}
debug table td {
	border: 1px solid brown;
}
/* STANDARD */
.nowrap {
	white-space: nowrap;
}
#rscroll {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	background-color:#fff;
	overflow-x:hidden;
	overflow:hidden;
	white-space: nowrap;
	margin:10px 10px 0 0;
	border:1px solid #000000;
}
#recent {
	display: table-cell;
	padding: 5px 0 0 10px;
	float: left;
	width: 170px;
	font-weight: bold;
	height: 210px;
	overflow: none;
}
#carquote {
	float: left;
	margin: 0 0 0 5px;
	width: 567px;
	height: 213px;
	background: url("/images/familycar.jpg") no-repeat 0 8px;
}
#savemoney {
	display: none;
	color:#ff0;
	text-align: right;
	font-weight: bold;
	font-size: 170%;
	padding: 130px 1em 1em 1em;
	width: 320px;
}
#zipform {
	text-align: center;
	color: #fff;
	width: 180px;
	font-weight: bold;
	font-size: 130%;
	margin: 60px 0 0 340px;
}
#go {
	text-align: center;
	color: #fff;
	width: 180px;
	font-weight: bold;
	font-size: 110%;
	padding: 1em 0;
	margin: 0 0 0 340px;
}
.lang {
	height: 20px;
	border: none;
}
/********************************************************
    Comparison Rates
********************************************************/

#cr {
	width: 630px;
	padding: 5px 0 15px 0;
	clear: both;
}
#cr h1 {
	font-size: 18px;
	color: #092a4f;
	height: 30px;
	padding: 5px 0 0 3px;
	width: 575px;
}
#cr h2 {
	font-size: 14px;
	color: #262625;
	height: 20px;
	padding: 0 0 0 3px;
	margin-left: 0px;
	text-align:left;
}
#cr h3 {
	font-size: 14px;
	color: #262625;
	height: 20px;
	float: right;
	margin-top: -20px;
	margin-right: 295px;
	padding: 0 0 0 3px;
}
#cr h4 {
	font-size: 14px;
	color: #262625;
	height: 20px;
	float: right;
	margin-top: -20px;
	margin-right: 205px;
	padding: 0 0 0 3px;
}
.logo label {
	height: 60px;
	width: 110px;
	float: left;
	margin: 0 0 0 10px;
}
#VIL .logo label,
#VMO .logo label,
#VIKMO .logo label,
#VIKIL .logo label,
#VIKWI .logo label
{
	background: url(/images/companies/partner_viking.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#DTX .logo label,
#DLMIL .logo label,
#DLMTX .logo label {
	background: url(/images/companies/dairylandmc.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#VOR .logo label,
#VTX .logo label,
#VIKOR .logo label,
#VIKTX .logo label,
#VIKKS .logo label {
	background: url(/images/companies/dairyland.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#FORMM .logo label {
	background: url(/images/companies/foremost.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#SFC .logo label {
	background: url(/images/companies/safeco.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#AIG .logo label {
	background: url(/images/companies/aig.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#UTS .logo label,
#UTL .logo label,
#UNISS .logo label,
#UNILS .logo label,
#UAIC .logo label {
	background: url(/images/companies/uaic.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#UEI .logo label {
	background: url(/images/companies/uei.gif) no-repeat;
	color: #fff;
}
#VAL .logo label {
	/*	background: url(/images/companies/affirmative.gif) no-repeat; */
	background: url(/images/companies/travelersLogo.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#21C .logo LABEL {
	font-size: 0px;
	background: url(/images/companies/cen21.gif) no-repeat;
	color: #fff
}
#CEN21 .logo LABEL {
	font-size: 0px;
	background: url(/images/companies/cen21.gif) no-repeat;
	color: #fff
}
#AHI .logo label {
	background: url(/images/companies/ahic.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#AFI .logo label {
	background: url(/images/companies/amfreedom.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#AFS .logo label {
	background: url(/images/companies/amfreedomsym.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#APO .logo label {
	background: url(/images/companies/apollo.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#ASN .logo label {
	background: url(/images/companies/americanstandard.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#AGS .logo label,
#AIGS .logo label {
	background: url(/images/companies/AIG.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}

#INFIN .logo label {
	background: url(/images/companies/Infinity.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#SAFCO .logo label {
	background: url(/images/companies/safeco.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#AMEMM .logo label {
	background: url(/images/companies/americanmodern.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#PRO .logo label,
#PROGM .logo label,
#PROGR .logo label {
	background: url(/images/companies/progressive.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#VAL .logo label {
	background: url(/images/companies/Affirmative.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#TRVLR .logo label {
	background: url(/images/companies/travelersLogo.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#TX1 .logo label,
#ACA .logo label {
	background: url(/images/companies/AmericanAccess.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#ASP .logo label {
	background: url(/images/companies/AS.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#DLP .logo label {
	background: url(/images/companies/Delphi.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#CMS .logo label {
	background: url(/images/companies/firstchicago.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#CMV .logo label {
	background: url(/images/companies/firstchicago.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#FON .logo label {
	background: url(/images/companies/FOUNDERS.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#FOV .logo label {
	background: url(/images/companies/FOUNDERS.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#SAF .logo label {
	background: url(/images/companies/SAFEWAY.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#UNQ .logo label {
	background: url(/images/companies/Unique.JPG) no-repeat;
	font-size: 0px;
	color: #fff;
}
#UMI .logo label {
	background: url(/images/companies/uaic.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#PUV .logo label {
	background: url(/images/companies/uei.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
#UNI .logo label {
	background: url(/images/companies/UCC.jpg) no-repeat;
	font-size: 0px;
	color: #fff;
}
#UTR .logo label,
#UNITR .logo label {
	background: url(/images/companies/unitrin.gif) no-repeat;
	font-size: 0px;
	color: #fff;
}
.lpremium {
	font-size: 18px;
	font-weight: bold;
	margin: -50px 135px 10px 0px;
	text-align: center;
}
.fpremium {
	font-size: 18px;
	font-weight: bold;
	float: right;
	width: 190px;
	margin-top: -28px;
	padding-right: 156px;
	text-align: center;
}

#cr_quotes {
	background: url(../images/cr-quotes-bg.png) top no-repeat;
	width: 650px;
	padding-bottom: 15px;
}
#cr_quotes .selected {
	color: green;
}
.buy {
	font-size: 10px;
	width: 100px;
	height: 32px;
	float: right;
	margin-top: -33px;
	margin-left: 280px;
	padding:0 0 0 0;
}
button {
    min-width: 120px;
    max-height: 3em;
    margin: 5px;
    padding: 5px;
    line-height: normal;
    border-radius: 5px;
    border: 2px solid rgba(128,128,120,.5);
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}
button:active {
	position: relative;
	top: 2px;
}
button#nextPage {
    padding: 8px;
    background-color: #369;
    color: white;
}
button#goback {
    background-color: #f80;
    color: white;
}
#retrieve-wrap > #container {
	display: flex;
	align-items: stretch;
}
#liabilityContent {
	position: relative;
}
#liabilityContent button {
	position: absolute;
	bottom: 0;
}
#liabilityContent button:active {
	position: absolute;
	top: unset;
	bottom: -2px;
}