
/* Typography
================================================================================ */
h6 {
	text-align: left;
	white-space:normal;
	float: none;
}


/* Layout
================================================================================ */
h1 {
	background: url(../images/new/consumer/Header.jpg) no-repeat;
	height: 239px;
	text-indent: -8888px;
	position: relative;
}
h1 a,
h1 strong {
	float: right;
	width: 145px;
	height: 134px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}
h1 a {
	background: url(../images/new/consumer/BtnApplyNow.png) no-repeat;
}
h1 strong {
	background: url(../images/new/consumer/BtnCall2.png) no-repeat;
}
blockquote#quote {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 200px;
	height: auto;
}
.warning {
	clear: both;
	background-color: #E4701D;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.warning h6 {
	margin: 0;
	text-align: center;
}
.warning h6 em {
	color: #FFF;
}
.warning p.sml {
	color: #000;
	font-size: 0.687em;
	text-align: center;
	margin: 5px;
}


/* Forms
================================================================================ */
fieldset {
	border: solid 1px #E4701D;
	margin: 20px 0 20px 20px;
	width: 520px;
	float: right;
}
dl {
	padding: 1%;
	float: right;
	width: 98%;
}
legend {
	color: #E4701D;
	font-weight: bold;
	margin-left: 20px;
}
h3,
label {
	font-size: 0.687em;
	color: #111;
}
dt,
dd {
	float: left;
}
dt {
	clear: left;
	width: 27%;
	text-align: right;
	padding-right: 5px;
	border: 0px solid red;
}
dd {
	width: 34%;
	margin-bottom: 5px;
	border: 0px solid blue;
}
dd input,
dd select {
	border: solid 1px #E4701D;
	float: left;
}
dd span,
dd label {
	font-size: 0.625em;
	color: #111;
	float: left;
	white-space: nowrap;
	display: block;
	padding: 0 3px;
	line-height: 2.0;
}
fieldset.checkbox {
    width: auto;
    border-width: 1px 0 0; 
    margin: 10px 20px;
    float: none;
    clear: left;
}
fieldset.checkbox h3 {
    width: 80%;
    padding: 2px 0;
}
fieldset.checkbox dt {
    clear: none;
    width: 20%;
    padding: 2px 0;
}
fieldset.checkbox dd {
    width: 36px;
}
fieldset.checkbox dd input {
    width: 30px;
    margin-top: 7px;
    border: none;    
}
fieldset.checkbox dd input.text {
	border: solid 1px #E4701D;
	float: left;
	width: 143px;
	margin-left: 5px;
}
input.checkbox {
    margin: 3px;
    border: none;
}
h3.indent {
    padding: 8px 0 8px 22px;
}
fieldset.oneCol dd {
	width: 72%;
}
fieldset.oneColWide dt {
	width: 90%;
	padding-bottom: 10px;
	border: 0px solid green;
	margin-top: -10px;
}
input.yn {
    width: 25px;
    margin: 3px 10px 0 0;
    border: none;        
}
dt.mid {
	width: 47%;
	text-align: right;
}
dt.long {
	width: 100%;
	text-align: left;
	padding-top: 10px;
}
dt.hide {
	text-align: left;
	text-indent: -8888px;
}
dd.twoCol input {
	width: 45px;
}
dd.short,
dd.short input,
fieldset.oneCol dd.short {
	width: 27px;
}
dt.check {
	width: 300px;
	white-space: nowrap;
	padding-bottom: 10px;
}
label.header {
    font-weight: bold;
    float: left;
    padding-left: 35px;
}
fieldset dd.check {
	width: auto;
}
fieldset dd.check input {
	position: relative;
	top: 2px;
	left: 5px;
	margin-right: 120px;
	border: none;
}
dd input.pound {
	background: url(../images/pound.gif) no-repeat left center;
/*	text-indent: 9px;*/
    padding-left: 9px;
	width: 80px;
}
fieldset input.btn {
	width: auto;
	float: right;
	font-weight: bold;
	background-color: #E4701D;
	color: #FFF;
	padding: 5px;
	border: none;
	font-size: 0.75em;
	margin: 0 10px 10px;
}
fieldset.dpa dt.check,
fieldset.dpa dd.check {
	text-align: left;
	display: inline;
	float: none;
	padding: 0;
	white-space: normal;
}
fieldset.dpa label {
	margin: 0;
}
fieldset.dpa dd.check input {
	width: auto;
	margin: 3px;
	float: none;
}
fieldset.dpa p {
	font-size: 0.687em;
	text-align: center;
	clear: both;
	padding-top: 20px;
}



