
body {
	font: 400 10pt "Open Sans", sans-serif;	
	margin: 0;
	padding: 0;
}

.acf_cust_wrapper {
	margin: 0 auto;
	width: 980px;
}
.acf_cust_clear {
	clear: both;
}


/* SPLASH PAGE
========================================================================================================================================================================
======================================================================================================================================================================== */

/* splash page panels
------------------------------------------------------------------------------------------------------------- */

.acf_cust_home_panel {
	background: #eee url(../images/bg_pattern.png) repeat;
	border: solid 1px #555;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	float: left;
	height: 422px;
	margin-right: 19px;
	padding: 9px 9px 0 9px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

.acf_cust_home_panel h2 {
	background: #22397a;
		background-image: -moz-linear-gradient(top, #22397a 0%, #29489d 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22397a), color-stop(100%,#29489d));
		background-image: -webkit-linear-gradient(top, #22397a 0%,#29489d 100%);
		background-image: -o-linear-gradient(top, #22397a 0%,#29489d 100%);
		background-image: -ms-linear-gradient(top, #22397a 0%,#29489d 100%);
		background-image: linear-gradient(to bottom, #22397a 0%,#29489d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22397a', endColorstr='#29489d',GradientType=0 );
	border-bottom: solid 1px #0b224f;
	box-shadow: 0 1px 0 rgba(255,255,255,0.7);
	color: #fff;
	font: 700 15pt "Open Sans Condensed", sans-serif;
	height: 46px;
	line-height: 46px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: rgba(0,0,0,0.5) -1px -1px 0;
	text-transform: uppercase;
}
.acf_cust_home_panel h3 {
	color: #22397a;
	font: 700 11pt "Open Sans Condensed", sans-serif;
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0;
	text-align: center;
}


/* splash page panel 1
------------------------------------------------------------------------------------------------------------- */

#acf_cust_home_panel1 {
	width: 331px;
}

.acf_cust_home_table {
	margin-top: 9px;
}
.acf_cust_home_table div {
	border-bottom: dotted 1px #999;
	font-size: 9pt;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
}
.acf_cust_home_table div.acf_cust_home_table_title {
	background: rgba(0,0,0,0.2);
	border-bottom: none;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 1px;
}
.acf_cust_home_table div:last-child {
	border-bottom: none;
}

.acf_cust_home_table div > span {
	display: block;
	float: left;
}
.acf_cust_home_table div > span:first-child {width: 165px;}
.acf_cust_home_table div > span:nth-child(2) {width: 50px;}
.acf_cust_home_table div > span:nth-child(3){width: 50px;}
.acf_cust_home_table div > span:nth-child(4){width: 55px;}


/* splash page panel 2
------------------------------------------------------------------------------------------------------------- */

#acf_cust_home_panel2 {
	width: 284px;
}

#acf_cust_home_panel2 form {
	margin-top: 7px;
	padding-left: 5px;
}
#acf_cust_home_panel2 form > div {
	height: 38px;
}

#acf_cust_home_panel2 form label {
	float: left;
	font-size: 9pt;
	font-weight: bold;
	line-height: 28px;
	width: 132px;
}
#acf_cust_home_panel2 form label span {
	color: #ac0c0c;
	display: inline-block;
	font-size: 16pt;
	vertical-align: bottom;
}
.acf_cust_home_form_prefix {
	color: #999;
	float: left;
	font-size: 12pt;
	line-height: 28px;
	padding-right: 5px;
	text-align: right;
	width: 10px;
}

#acf_cust_home_panel2 form input[type="text"],
#acf_cust_home_panel2 form select {
	background: #fff;
	border: solid 1px #999;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	color: #444;
	float: left;
	font: 400 9pt "Open Sans", sans-serif;
}
#acf_cust_home_panel2 form input[type="text"] {
	height: 18px;
	line-height: 18px;
	padding: 5px;
	width: 97px;
}
#acf_cust_home_panel2 form select {
	height: 30px;
	line-height: 20px;
	padding: 5px;
	width: 255px;
}
#acf_cust_home_panel2 form input[type="text"]:focus,
#acf_cust_home_panel2 form select:focus {
	border-color: #0f2b5e;
	color: #222;
}

.acf_cust_home_form_help {
	background: url(../images/help.png) no-repeat left top;
	display: block;
	float: left;
	height: 19px;
	margin-left: 3px;
	width: 19px;
}
.acf_cust_home_form_help:hover {
	background-position: left bottom;
	cursor: pointer;
}
.ui-tooltip {
	border: none !important;
	border-radius: 3px !important;
	box-shadow: 0 0 7px rgba(0,0,0,0.5) !important;
	color: #666 !important;
	font: 400 9pt "Open Sans", sans-serif !important;
	max-width: 300px;
	padding: 12px !important;
}

#acf_cust_home_panel2 form > div.acf_cust_home_req {
	color: #ac0c0c;
	font-size: 8pt;
	font-weight: bold;
	height: auto;
	margin: -3px 0 7px 0;
	text-align: center;
}

#acf_cust_home_panel2 form button {
	background: #a0121c;
	border: solid 1px #3e0000;
	border-radius: 3px;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.7);
	color: #f0f0f0;
	cursor: pointer;
	display: block;
	font: 700 13pt "Open Sans Condensed", sans-serif;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-shadow: rgba(0,0,0,0.5) -1px -1px 0;
	text-transform: uppercase;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
	width: 70%;	
}
#acf_cust_home_panel2 form button:hover {
	background: #8c1019;
	color: #fff;
	transition: all 0.25s ease 0.0s;
	    -webkit-transition: all 0.25s ease 0s;
}


/* splash page buttons
------------------------------------------------------------------------------------------------------------- */

.acf_cust_home_buttons {
	float: left;
}
.acf_cust_home_buttons > div {
	background: #22397a url(../images/bg_pattern_side.png) repeat;
	border: solid 1px #071c41;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	color: #fff;
	padding: 9px 9px 0 9px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
	width: 267px;
}
.acf_cust_home_butt_approved {
	height: 192px;
}
.acf_cust_home_butt_alerts {
	height: 202px;
	margin-top: 17px;
}

.acf_cust_home_buttons h2 {
	background: rgba(0,0,0,0.35);
	font: 700 15pt "Open Sans Condensed", sans-serif;
	height: 57px;
	line-height: 57px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.acf_cust_home_buttons h2 span {
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	padding-right: 5px;
}
.acf_cust_home_buttons div.acf_cust_home_butt_approved h2 span {
	background-image: url(../images/icon_approval.png);
	padding-left: 50px;
}
.acf_cust_home_buttons div.acf_cust_home_butt_alerts h2 span {
	background-image: url(../images/icon_mailbox.png);
	font-size: 14pt;
	padding-left: 60px;
}

.acf_cust_home_buttons > div > span {
	display: block;
	font-size: 9pt;
	margin: 15px;
	text-align: center;
}
.acf_cust_home_buttons div.acf_cust_home_butt_alerts > span {
	background: url(../images/alert_lg.png) no-repeat left center;
	font-size: 11pt;
	margin: 15px 30px;
	min-height: 34px;
	padding-left: 45px;
	text-align: left;
}

.acf_cust_home_buttons a {
	background: #eee;
	border: solid 1px #0d1f40;
	border-radius: 3px;
	color: #a0121c;
	display: block;
	font: 700 14pt "Open Sans Condensed", sans-serif;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	text-shadow: rgba(255,255,255,0.3) 1px 1px 0;
	text-transform: uppercase;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
	width: 80%;
}
.acf_cust_home_buttons a:hover {
	background: #fff;
	font-size: 15pt;
	transition: all 0.25s ease 0.0s;
	    -webkit-transition: all 0.25s ease 0s;
}
.acf_cust_home_buttons a span {
	display: block;
	float: left;
	height: 46px;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
	width: 75%;
}
.acf_cust_home_buttons a span:nth-child(2) {
	background: #a0121c url(../images/arrow_lg.png) no-repeat center center;
	border-radius: 0 1px 1px 0;
	width: 25%;
}
.acf_cust_home_buttons a:hover span {
	transition: all 0.25s ease 0.0s;
	    -webkit-transition: all 0.25s ease 0s;
	width: 80%;
}
.acf_cust_home_buttons a:hover span:nth-child(2) {
	width: 20%;
}


/* splash page fine print
------------------------------------------------------------------------------------------------------------- */

.acf_cust_home_fine {
	color: #373737;
	font-size: 7.5pt;
	line-height: 110%;
	padding-top: 18px;
	text-align: center;
	text-shadow: rgba(255,255,255,0.3) 1px 1px 0;
}
.acf_cust_home_fine a {
	color: #003EAC;
	padding-left: 10px;
}
.acf_cust_home_fine a:hover {
	color: #000000;
}


/* SPLASH PAGE: TERMS
========================================================================================================================================================================
======================================================================================================================================================================== */

.acf_cust_terms {
	padding: 25px;
}
.acf_cust_terms h1 {
	border-bottom: solid 1px #ddd;
	font-size: 16pt;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
}
.acf_cust_terms h1 span {
	color: #666;
	display: block;
	font-size: 10pt;
	font-weight: 400;
	margin: 0;
}


/* CONTENT PAGE: RATE RESULTS
========================================================================================================================================================================
======================================================================================================================================================================== */

.acf_cust_cont_body {
	float: left;
	margin-right: 28px;
	width: 677px;
}
.acf_cust_cont_col {
	float: left;
	width: 275px;
}
.acf_cust_cont_colpanel.acf_cust_home_panel {
	background-color: #aaa;
	height: auto;
	margin-right: 0;
	padding-bottom: 18px;
}
.acf_cust_cont_colpanel.acf_cust_home_panel h2 {
	box-shadow: 0 1px 0 rgba(255,255,255,0.3);
	font-size: 13pt;
	height: 40px;
	line-height: 40px;
}
.acf_cust_cont_colpanel.acf_cust_home_panel h3 {
	font-size: 10pt;
}


/* results content page title
------------------------------------------------------------------------------------------------------------- */

.acf_cust_cont_res_title {
	font-size: 9pt;
	text-align: center;
}
.acf_cust_cont_res_title h2 {
	color: #222;
	display: table;
	font: 700 22pt "Open Sans Condensed", sans-serif;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}
.acf_cust_cont_res_title h2 span {
	display: table-cell;
	padding: 0 15px;
}
.acf_cust_cont_res_title h2:before,
.acf_cust_cont_res_title h2:after {
	background: url(../images/title.png) repeat-x center center;
	content: '';
	display: table-cell;
	width: 49%;
}
.acf_cust_cont_res_title h3 {
	color: #274494;
	font: 700 14pt "Open Sans Condensed", sans-serif;
	margin: 0 0 25px 0;
}

.acf_cust_cont_res_title a {
	color: #a0121c;
	font-style: italic;
}


/* results content page table
------------------------------------------------------------------------------------------------------------- */

.acf_errormsg {
	font-size: 20px;
	font-weight: 600;
	color: #D30003;
}

.acf_cust_cont_res {
	background: #eee url(../images/bg_pattern.png) repeat;
	border: solid 1px #999;
	border-radius: 3px;
	margin-top: 35px;
	padding: 9px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

.acf_cust_cont_res h2 {
	background: #22397a;
		background-image: -moz-linear-gradient(top, #22397a 0%, #29489d 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22397a), color-stop(100%,#29489d));
		background-image: -webkit-linear-gradient(top, #22397a 0%,#29489d 100%);
		background-image: -o-linear-gradient(top, #22397a 0%,#29489d 100%);
		background-image: -ms-linear-gradient(top, #22397a 0%,#29489d 100%);
		background-image: linear-gradient(to bottom, #22397a 0%,#29489d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22397a', endColorstr='#29489d',GradientType=0 );
	border-bottom: solid 1px #0b224f;
	box-shadow: 0 1px 0 rgba(255,255,255,0.7);
	color: #fff;
	font: 700 13pt "Open Sans Condensed", sans-serif;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	text-shadow: rgba(0,0,0,0.5) -1px -1px 0;
	text-transform: uppercase;
}

.acf_cust_cont_res_table {
	margin-top: 5px;
}
.acf_cust_cont_res_table div {
	color: #444;
	font-size: 9pt;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
}
.acf_cust_cont_res_table div:nth-child(even) {
	background: rgba(255,255,255,0.7);
}
.acf_cust_cont_res_table div.acf_cust_cont_res_table_title {
	background: rgba(0,0,0,0.2);
	color: #222;
	font: 700 10pt "Open Sans Condensed", sans-serif;
	height: 48px;
	line-height: 120%;
	text-transform: uppercase;
}
.acf_cust_cont_res_table div.acf_cust_cont_res_table_title > span {
	height: 48px;
	position: relative;
}
.acf_cust_cont_res_table div.acf_cust_cont_res_table_title > span > span {
	bottom: 7px;
	display: block;
	position: absolute;
	width: 100%;
}

.acf_cust_cont_res_table div > span {
	display: block;
	float: left;
}
.acf_cust_cont_res_table div > span a {
	color: #274494;
}
.acf_cust_cont_res_table div > span a:hover {
	color: #a0121c;
}
.acf_cust_cont_res_table div > span:first-child {
	font-weight: bold;
}
.acf_cust_cont_res_table div > span:first-child {width: 105px;}
.acf_cust_cont_res_table div > span:nth-child(2) {width: 90px;}
.acf_cust_cont_res_table div > span:nth-child(3) {width: 85px;}
.acf_cust_cont_res_table div > span:nth-child(4) {width: 110px;}
.acf_cust_cont_res_table div > span:nth-child(5) {width: 90px;}
.acf_cust_cont_res_table div > span:nth-child(3),
.acf_cust_cont_res_table div > span:nth-child(4),
.acf_cust_cont_res_table div > span:nth-child(5) {
	text-align: center;
}

a.acf_cust_cont_results_button {
	background: #fff;
	border: solid 1px #a0121c;
	border-radius: 2px;
	color: #7b0000;
	display: block;
	float: right;
	height: 21px;
	line-height: 21px;
	margin-top: 6px;
	padding: 0 15px;
	text-decoration: none;
	text-shadow: none;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}
a.acf_cust_cont_results_button span {
	background: url(../images/arrow_sm.png) no-repeat right -49px;
	display: block;
	height: 21px;
	padding-right: 22px;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}
a.acf_cust_cont_results_button:hover {
	background: #a0121c;
	border-color: #4f0b0b;
	color: #fff;
	transition: all 0.25s ease 0.0s;
	    -webkit-transition: all 0.25s ease 0s;
}
a.acf_cust_cont_results_button:hover span {
	background-position: right -9px;
	transition: all 0.25s ease 0.0s;
	    -webkit-transition: all 0.25s ease 0s;
}

.acf_cust_cont_res_links {
	height: 23px;
	line-height: 23px;
	padding: 5px 5px 0 5px;
}
.acf_cust_cont_res_links a {
	color: #274494; 
	font-size: 8pt;
	font-style: italic;
}
.acf_cust_cont_res_links a:hover {
	color: #a0121c; 
}
.acf_cust_cont_res_links_alert {
	background: url(../images/alert_sm.png) no-repeat left top;
	display: block;
	float: right;
	height: 23px;
	padding-left: 28px;
}

.acf_cust_cont_disclaimers {
	padding-top: 100px;
}

/* results content page side panel search
------------------------------------------------------------------------------------------------------------- */

.acf_cust_cont_colpanel#acf_cust_home_panel2 {
	width: 255px;
}
.acf_cust_cont_colpanel#acf_cust_home_panel2 form label {
	width: 122px;
}
.acf_cust_cont_colpanel .acf_cust_home_form_prefix {
	color: #eee;
	text-shadow: rgba(0,0,0,0.3) -1px -1px 0;
}
.acf_cust_cont_colpanel#acf_cust_home_panel2 form input[type="text"],
.acf_cust_cont_colpanel#acf_cust_home_panel2 form select {
	border-color: #666;
}
.acf_cust_cont_colpanel#acf_cust_home_panel2 form input[type="text"] {
	width: 78px;
}
.acf_cust_cont_colpanel#acf_cust_home_panel2 form select {
	width: 226px;
}
.acf_cust_cont_colpanel#acf_cust_home_panel2 form button {
	box-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}


/* results content page side panel button
------------------------------------------------------------------------------------------------------------- */

.acf_cust_cont_col .acf_cust_home_butt_alerts {
	margin-top: 25px;
}
.acf_cust_cont_col .acf_cust_home_buttons > div {
	width: 255px;
}
.acf_cust_cont_col .acf_cust_home_buttons div.acf_cust_home_butt_alerts h2 span {
	font-size: 13pt;
}


/* CONTENT PAGE: RATE DETAILS
========================================================================================================================================================================
======================================================================================================================================================================== */

/* details content page panel
------------------------------------------------------------------------------------------------------------- */

.acf_cust_cont_det {
	background: #f7f7f7;
	border: solid 1px #ccc;
	border-radius: 3px;
	color: #444;
	padding: 9px;
	text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
}
.acf_cust_cont_det h2 {
	background: #ccc;
	color: #222;
	font-size: 10pt;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 10px;
}

.acf_cust_cont_det > span {
	border-bottom: solid 1px #ccc;
	display: block;
	padding: 10px;
}

.acf_cust_cont_det > div {
	border-bottom: solid 1px #ccc;
	font-size: 9pt;
	padding: 7px 10px;
}
.acf_cust_cont_det > div.acf_cust_cont_det_subtotal {
	font-size: 10pt;
	font-weight: bold;
}
.acf_cust_cont_det > div:last-child {
	border-bottom: none;
}

.acf_cust_cont_det > div > span {
	float: right;
}
.acf_cust_cont_det > div.acf_cust_cont_det_subtotal > span {
	font-size: 11pt;
}
.acf_cust_cont_det > div > span a {
	color: #1e3f7c;
	font-size: 9pt;
}
.acf_cust_cont_det > div > span a:hover {
	color: #7b0000;
}
.acf_cust_cont_det_rate {
	border-right: dotted 1px #ddd;
	margin: -7px 40px 0 0;
	padding: 7px 15px;
}

.acf_cust_cont_det_links {
	height: 55px;
	padding: 7px 10px 0 10px;
}
.acf_cust_cont_det_links a {
	color: #0f2b5e; 
	font-size: 8pt;
	font-style: italic;
}
.acf_cust_cont_det_links a:hover {
	color: #7b0000; 
}
a.acf_cust_cont_det_links_button {
	background: #a0121c;
	border: solid 1px #3e0000;
	border-radius: 2px;
	color: #eee;
	display: block;
	float: right;
	font: 700 10pt "Open Sans Condensed", sans-serif;
	height: 27px;
	line-height: 27px;
	padding: 0 15px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.5) -1px -1px 0;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
	text-transform: uppercase;
}
a.acf_cust_cont_det_links_button span {
	background: url(../images/arrow_sm.png) no-repeat right -6px;
	display: block;
	height: 27px;
	padding-right: 22px;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}
a.acf_cust_cont_det_links_button:hover {
	background: #8c1019;
	border-color: #2d0000;
	color: #fff;
	padding-right: 19px;
	transition: all 0.25s ease 0.0s;
	    -webkit-transition: all 0.25s ease 0s;
}
a.acf_cust_cont_det_links_button:hover span {
	padding-right: 18px;
	transition: all 0.25s ease 0.0s;
	    -webkit-transition: all 0.25s ease 0s;
}

.acf_cust_cont_det_total {
	color: #222;
	font: 700 18pt "Open Sans Condensed", sans-serif;
	padding: 30px 20px 50px 20px;
}
.acf_cust_cont_det_total span {
	float: right;
}


/* details content page side panel summary
------------------------------------------------------------------------------------------------------------- */

.acf_cust_cont_colpanel#acf_cust_cont_panel_summary {
	background-color: #bbb;
	width: 255px;
}

#acf_cust_cont_panel_summary > div {
	padding: 10px;
}
#acf_cust_cont_panel_summary > div > div {
	height: 28px;
	line-height: 28px;
}
#acf_cust_cont_panel_summary > div > div span {
	font-weight: bold;
}

#acf_cust_cont_panel_summary > span {
	display: block;
	font-style: italic;
	padding: 5px 0;
	text-align: center;
}
#acf_cust_cont_panel_summary > span a {
	color: #0f2b5e;
}
#acf_cust_cont_panel_summary > span a:hover {
	color: #7b0000; 
}

#acf_cust_cont_panel_summary > a {
	background: #fff;
	border: solid 1px #a0121c;
	border-radius: 2px;
	color: #a0121c;
	display: block;
	font: 700 11pt "Open Sans Condensed", sans-serif;
	height: 40px;
	line-height: 40px;
	margin: 10px auto 0 auto;
	padding: 0 15px;
	text-decoration: none;
	text-shadow: none;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
	text-transform: uppercase;
	width: 65%;
}
#acf_cust_cont_panel_summary > a span {
	background: url(../images/arrow_sm.png) no-repeat right bottom;
	display: block;
	height: 40px;
	padding-right: 22px;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}
#acf_cust_cont_panel_summary > a:hover {
	background: #a0121c;
	border-color: #4f0b0b;
	color: #fff;
	transition: all 0.25s ease 0.0s;
	    -webkit-transition: all 0.25s ease 0s;
}
#acf_cust_cont_panel_summary > a:hover span {
	background-position: right top;
	transition: all 0.25s ease 0.0s;
	    -webkit-transition: all 0.25s ease 0s;
}


/* details content page fine print
------------------------------------------------------------------------------------------------------------- */

.acf_cust_cont_det_fine {
	color: #999;
	font-size: 9pt;
	padding: 50px 15px 0 15px;
}
.acf_cust_cont_det_fine div {
	color: #666;
	font-weight: bold;
}
.acf_cust_cont_det_fine div span {
	display: block;
}
