@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #444;
}

a {
	color: #A40D12;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #A40D12;
	text-decoration: none;
	cursor: pointer;
}

h1 {
	margin: 0;
	padding: 0;
}
.page {
	width: 971px;
	text-align: left;
}
.rail {
	background: url(../images/275x720_right_rail.jpg) no-repeat;
	width: 275px;
	height: 720px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 -5px;
}

.railL2top { /* This is for the landing page */
	background: url(../images/275x65_right_rail_orange_top2.jpg) no-repeat;
	width: 275px;
	height: 65px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 -5px;
}

.railL2vid { /* This is for the landing page */
	background: url(../images/275x207_right_rail_orange_vidbkg.jpg) no-repeat;
	width: 275px;
	height: 207px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 -5px;
	padding-left: 30px;
}

.railL2 { /* This is for the landing page */
	background: url(../images/275x620_right_rail_orange_bkg.jpg) repeat-y;
	width: 275px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 -5px;
}

.railL2bot { /* This is for the landing page */
	background: url(../images/275x44_right_rail_orange_bot.jpg) no-repeat;
	width: 275px;
	height: 44px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 0;
}

.rail.secondary {
	background: url(../images/275x135_rail.jpg) no-repeat;
	height: 135px;
	text-align: center;
}
.rail.secondary a {
	color: #336699;
	font-size: 11px;
}
.railPadding {
	padding: 0 30px 10px 20px;
}
.railPaddingL2 {
	padding: 0 30px 10px 30px;
}
.body {
	margin: 0 17px;
}
.gut {
	width: 651px;
	float: left;
	position: relative;
	margin: 0 0 0 20px;
}
.header {
	width: 651px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.clear {
	clear: both;
}
.loginForm {
	width: 140px;
	float: right;
	height: 130px;
}
.loginForm input {
	border: 1px solid #D5D5D5;
	width: 100%;
	color: #666;
	margin: 2px 0 6px 0;
}
.loginForm label {
	color: #336699;
}
.loginForm .submit {
	border: 1px solid #cad4dd;
	background: white;
	color: #336699;
	width: 65px;
	float: right;
}
.rail h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #b00e1d;
}
.rail.secondary h2 {
	margin-right: 35px;
}
.rail .phoneArea a {
	color: #b00e1d;
	font-size: 16px;
	font-weight: bold;
}
.phoneArea {
	text-align: right;
	height: 167px;
}
.secondary .phoneArea {
	text-align: center;
	padding-top: 10px;
	height: 60px;
}
.testPhone {
	height: 97px;
}
.testPhoneLink {
	width: 123px;
	overflow: hidden;
    padding: 5px 0;
	display: block;
	float: right;
	margin: 0 -8px 0 0;
/*    background: rgba(255,255,255,0.4); */
	background: #FFF;
	-moz-opacity:.100;
	opacity:.100;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    text-align: center;
    color: #004a8f;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    font-family: verdana, sans-serif;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.testPhoneLink:hover {
	background: #FFF;
	-moz-opacity:.90;
	opacity:.90;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

/*.testPhoneLink:hover {
    background: rgba(255,255,255,0.7);
} */
.toolbar a {
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
.toolbar a:hover {
	color: #000;
}
.toolbar img {
	margin-right: 5px;
}
.red {
	color: #b00e1d;
}
.small {
	font-size: 9px;
}
.small2 {
	font-size: 10px;
}
.big {
	font-size: 28px;
	font-weight: bold;
}
.nav {
    height: 30px;
}
.med .red {
	font-size: 24px;
}
.med {
	font-size: 20px;
	font-weight: bold;
}
.med16 {
	font-size: 16px;
	font-weight: bold;
}

.med14 {
	font-size: 14px;
	font-weight: bold;
}
.blue {
	color: #042b94;
}
.white {
	color: #fff;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.gray {
	color: #777;
}
.indentedText {
	padding: 0 125px;
	font-size: 16px;
}
.footer {
	background: #03498e;
	color: white;
	padding: 20px;
	margin: 20px 0 0 0;
	font-size: 10px;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.lefty {
	float: left;
}
.righty {
	float: right;
}
.border {
	border-top: 6px solid #05498a;
}
.floatingBox {
	float: right;
	border: 1px solid #CCC;
	width: 200px;
}
.floatingBox p {
	padding: 15px;
	line-height: 20px;
	margin: 0;
}
.body h1 {
	font-size: 16px;
	font-weight: normal;
}
.list {
	padding: 10px;
	width: 375px;
	float: left;
    list-style-type: none;
    margin: 0;
    padding: 20px;
}
.list.gray {
	padding: 20px 40px;
	background: #f0f4f3;
}
.list li {
    background: url(../images/bullet.gif) no-repeat 0 3px;
    text-indent: 20px;
}

.listspaced li {
    line-height: 1.5em;
}

.hdrmain {
	font-size: 20px;
	color: #A40D12;
	line-height: 2.0em;
}

#table_default {
	border: 1px solid #becad2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
}

.signupFormButton {
	border: 1px solid #becad2;
	background: #042b94;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	font-weight: bold;
	height: 35px;
	padding: 0 5px 0 5px;
}

.box_profile, .box_phone, .box_secure {
    float: left;
    height: 175px;
    position: relative;
    z-index: 1;
}
.box_profile a, .box_phone a, .box_secure a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    bottom: 8px;
    right: 18px;
    z-index: 1;
}
.box_profile a:hover, .box_phone a:hover, .box_secure a:hover {
    color: #b00e1d;
    font-style: italic;
    z-index: 1;
}
.box_profile {
    width: 219px;
    background: url(../images/profile.jpg) no-repeat; 
}
.box_phone {
    width: 218px;
    background: url(../images/phone.jpg) no-repeat; 
}
.box_secure {
    width: 214px;
    background: url(../images/secure.jpg) no-repeat; 
}

/* CSS From old site design for UI */

.bdrgrey {
	border-top: 1px solid #a1b5c1;
	border-bottom: 1px solid #a1b5c1;
	border-right: 1px solid #a1b5c1;
	border-left: 1px solid #a1b5c1;
}

.hdrsub1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	line-height: 1.5em;
}

.copybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #686868;
}
.copyonehalf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	line-height: 1.5em;
}

.copyredbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A40D12;
	font-weight: bold;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

/* Landing Page CSS */

.starthere {
	background: url(/images/start_here_header.jpg) repeat-x; 
	width: 651px; 
	height: 45px; 
	margin: 0 0 0 0px;
}

.step3 {
	min-height: 440px; 
	height: auto !important;  
	height: 440px;  
	width: 214px;  
	background-color: #f7e6b7;
}

.step3img {
	padding-right: 2px; 
	padding-top: -3px;
}

.step3hdr {
	padding-left: 43px; 
	margin-top: -10px;
}

.step3note {
	padding-left: 8px;
}

.mobnumber {
	margin-top: -1px;
}

.carrier {
	margin-top: 3px;
}

.make {
	padding-top: 3px;
}

.checkout {
	padding-top: 10px;
}

.checkoutbutton {
	margin-top: -15px;
}

.vertline1 {
	background: url(/images/line_tanblue.jpg) repeat-y; 
	width: 8px; 
	min-height: 440px; 
	height: auto !important; 
	height: 440px;
}

.step2 {
	min-height: 440px; 
	height: auto !important; 
	height: 440px; 
	width: 210px; 
	background-color: #f7e6b7;
}

.step2img {
	padding-right: 2px; 
	padding-top: -3px;
}

.ccinfo {
	line-height: 2em; 
	margin-top: -16px;
}

.ccinfop1 {
	padding-left: 9px;
}

.ccinfop2 {
	padding-left: 13px;
}

.ccinfop3 {
	padding-left: 7px;
}

.ccinfop4 {
	padding-left: 17px;
}
.ccinfop5 {
	padding-left: 25px;
}
.ccinfop6 {
	padding-left: 5px;
}
.ccinfop7 {
	padding-left: 20px;
}
.ccinfop8 {
	padding-left: 16px;
}
.ccinfop9 {
	padding-left: 18px;
}
.vertline2 {
	background: url(/images/line_tanblue.jpg) repeat-y; 
	width: 8px; 
	min-height: 440px; 
	height: auto !important; 
	height: 440px;
}

.step1 {
	min-height: 440px; 
	height: auto !important; 
	height: 440px; 
	width: 211px; 
	background-color: #f7e6b7;
}

.step1img {
	padding-right: 2px; 
	padding-top: -3px;
}

.planp1 {
	padding-left: 35px;
}

.planp1price {
	text-decoration: line-through; 
	color: #b00e1d;
}

.planp2 {
	padding-left: 26px; 
	margin-top: -8px;
}

.planp3 { 
	padding-left: 52px;
}

.planp4 { 
	padding-left: 5px;
}

.ordertotal {
	padding-top: 3px; 
	padding-right: 5px;
}

.bot_shadow {
	background: url(/images/shadow_bot.jpg) repeat-x; 
	width: 651px; 
	height: 13px;
}

.whatugetc1 {
	padding-left: 20px; 
	height: 100px; 
	width: 325px;
}

.whatugetul {
	list-style-image: url(/images/checkmark10x10.gif); 
	list-style-type: circle;
}

.whatugetli {
	padding-top: 2px;
}

.whatugetc2 {
	width: 280px; 
	height: 100px;
}

.whatugetpad {
	width: 15px; 
	height: 100px;
}

.award {
	margin-left: -30px; 
	padding-top: 5px;
}

.toppad15 {
	padding-top: 15px;
}

.pros {
	padding-top: 10px; 
	padding-left: 10px;
}

.prosphoto {
	float: right; 
	margin-left: 4px; 
	margin-top: -4px; 
	margin-bottom: 4px; 
	border: 1px solid #fff;
}

.padleft10 {
	padding-left: 10px;
}

/* FINAL QUILLION LANDING PAGE CSS */

.gut_top {
	width: 921px;
	height: 394px;
	background: url(/images/q/topbkgdNEW.jpg) no-repeat;
	float: left;
	position: relative;
	margin: 0 0 0 0;
	/*border: 1px solid #f00;*/
}
.gut_top .left {
	width: 351px;
	height: 353px;
	float: left;
	position: relative;
	margin: 50px 0 0 20px;
	/*border: 1px solid #f00;*/
}
.asseenon {
	padding: 7px 0 0 2px;
}
.gut_top .right {
	width: 525px;
	height: 264px;
	float: left;
	position: relative;
	margin: 40px 0 0 0;
	padding: 0 20px 0 0;
	text-align: left;
	/*border: 1px solid #f00;*/
}
.titleimg {
	padding-left: 17px;
}
.gut_top .right ul {
list-style-type: none;
}
.gut_top .right ul li {
color: #FFF;
background: transparent url(/images/q/bullet2_15x15.gif) no-repeat scroll 0 -2px;
padding: 0 0 6px 20px;
margin-left: -8px;
text-align: left;
}
.gut_top .right .steps_img {
	width: 525px;
	height: 90px;
	float: left;
	position: relative;
	/*border: 1px solid #f00;*/
}
.gut_mid {
	width: 921px;
	background-color: #f6f6f6;
	float: left;
	position: relative;
	margin: 0 0 0 0;
}
.gut_mid .left {
	width: 351px;
	float: left;
	position: absolute;
	bottom: 0px;
	margin: 0 0 0 20px;
	padding: 0;
}
.gut_mid .right {
	width: 520px;
	float: right;
	position: relative;
	text-align: left;
	padding: 15px 15px 0 15px;
	margin-top: -28px;
}
.form_title {
	width: 351px;
	color: #b82d02;
	font-size: 18px;
	font-weight: bold;
}
.form_titlesub {
	width: 351px;
	color: #0d243b;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 5px;
}
.form {
	width: 351px;
}
.formtable {
	width: 266;
	border: 0px;
}
.formtable2 {
	width: 520px;
	/*border: 1px solid #f00;*/
}
.formtable_plans {
	width: 266;
	border: 0px;
	border-spacing: 0 5px;
	padding: 0px;
}
.field_title {
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
	height: 30px;
	text-align: left;
}
.field_input select {
	text-align: right;
	width: 170px;
}
.field_input2 {
	text-align: left;
}
.plan_radio {
	background: url(/images/q/planbuttonbkg.jpg) no-repeat;
	width: 34px;
	height: 41px;
	vertical-align: middle;
	text-align: center;
}
.plan_desc {
	background: url(/images/q/plantextfill3.jpg) no-repeat;
	width: 226px;
	height: 41px;
	padding-left: 7px;
	vertical-align: middle;
	text-align: left;
}
.plan_desc2 {
	background: url(/images/q/plantextfill3.jpg) no-repeat;
	width: 226px;
	height: 41px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.plan_title {
	color: #09182d;
	font-size: 14px;
	font-weight: bold;
}
.save27 {
	position: absolute;
	top: 30px;
	left: 277px;
}
.save20 {
	position: absolute;
	top: 83px;
	left: 277px;
}
.designedby {
	position: absolute;
	top: 40px;
	left: 380px;
}
.gut_bot {
	width: 921px;
	height: 557px;
	background: url(/images/q/botbkgrd.jpg) repeat-x;
	float: left;
	position: relative;
	margin: 0 0 0 0;
	color: #0a1c30;
}
.gut_bot .left {
	width: 351px;
	float: left;
	position: relative;
	margin: 0 0 0 20px;
	padding-top: 15px;
}
.gut_bot .left2 {
	width: 320px;
	float: left;
	position: relative;
	margin: 0 11px 0 20px;
	line-height: 18px;
	text-align: right;
}
.gut_bot .left3 {
	width: 347px;
	float: left;
	position: absolute;
	bottom: 15px;
	margin: 0 20px 0 5px;
	padding: 0;
}
.photo {
	padding: 0 10px 10px 0;
}
.quote1 {
	vertical-align: text-bottom; 
	padding-right: 3px;
}
.quote2 {
	vertical-align: text-top;
	padding-left: 3px;
}
.FRquote {
	padding: 0 80px 0 0;
	line-height: 16px;
}
.richard_cred1 {
	padding-left: 35px;
}
.ricahrd_cred2 {
	padding-left: 117px;
}
.gut_bot .right {
	width: 525px;
	float: right;
	position: relative;
	text-align: left;
	padding: 15px 20px 0 0;
}
.gut_bot .right2 {
	width: 525px;
	float: right;
	position: relative;
	text-align: left;
	padding: 0 20px 0 0;
}
.botlist_l {
	width: 280px;
}
.botlist_r {
	width: 230px;
}
.gut_bot .right ul {
list-style-type: none;
}
.gut_bot .right ul li {
background: transparent url(/images/q/bullet2_15x15.gif) no-repeat scroll 0 -2px;
padding: 0 0 6px 20px;
margin-left: -33px;
font-size: 13px;
font-style: italic;
text-align: left;
}
.fillout {
	color: #b82d02;
	font-size: 16px;
	font-weight: bold;
}
.FRoffers1 {
	width: 280px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
}
.FRoffers2 {
	width: 230px;
	line-height: 18px;
}
.full_width_line {
	background: url(/images/q/horiz_line.jpg) repeat-x;
	width: 901px;
	height: 1px;
	margin: -10px 0 0 10px;
}
.half_width_line {
	background: url(/images/q/horiz_line.jpg) repeat-x;
	width: 542px;
	height: 1px;
	margin: 10px 10px 10px 0;
	float: right;
}

/* NEW SIGNUP PAGES CSS - 07-09-09 */

.gut_top_mrmd {
	width: 921px;
	height: 394px;
	background: url(/images/myrapidV7_01mrmdsignup2.jpg) repeat-x;
	float: left;
	position: relative;
	margin: 0 0 0 0;
	/*border: 1px solid #f00;*/
}
.gut_top_mrmd .left {
	width: 351px;
	height: 353px;
	float: left;
	position: relative;
	margin: 50px 0 0 20px;
	/*border: 1px solid #f00;*/
}
.gut_top_mrmd .right {
	width: 525px;
	height: 264px;
	float: left;
	position: relative;
	margin: 40px 0 0 0;
	padding: 0 20px 0 0;
	text-align: left;
	/*border: 1px solid #f00;*/
}
.gut_top_mrmd .right ul {
list-style-type: none;
}
.gut_top_mrmd .right ul li {
color: #FFF;
background: transparent url(/images/q/bullet2_15x15.gif) no-repeat scroll 0 -2px;
padding: 0 0 6px 20px;
margin-left: -8px;
text-align: left;
}
.gut_top_mrmd .right .steps_img {
	width: 525px;
	height: 90px;
	float: left;
	position: relative;
	/*border: 1px solid #f00;*/
}