/*help boxes*/
.help-box a.more {
	line-height:1.3;
}

.help-box .header h3.long {
	width:auto;
}
/* /help boxes*/

/*banner*/
.bnr-btm {
	padding:8px 10px;
	background:#DCE3E5 url(/images/bg-710-blue-btm.gif) no-repeat 0 bottom;
	font-size:0.75em;
}

.bnr-btm img {
	padding-right:10px;
	padding-left:10px;
	vertical-align:middle;
}
/*banner*/

/*callout box*/
.callout-box {
	width:208px;
	float:right;
	position:relative;
	padding:15px;
	margin-bottom:10px;
	border:1px solid #DCE3E5;
	background:#F4F6F7;
}

.callout-box h4 {
	padding-bottom:8px;
	font-size:.85em;
	font-weight:bold;
	color:#8A9499;
}

.col710 .callout-box ul {
	width:200px;
	margin:0 0 0 2px;
}

.col710 .callout-box .top-left {
	height:6px;
	width:6px;
	position:absolute;
	top:-1px;
	left:-1px;
	background:url(/customer-service/payments/images/top-left.png) 0 0 no-repeat;
}

.col710 .callout-box .top-right {
	height:6px;
	width:6px;
	position:absolute;
	top:-1px;
	right:-1px;
	background:url(/customer-service/payments/images/top-right.png) 0 0 no-repeat;
}

.col710 .callout-box .btm-left {
	height:6px;
	width:6px;
	position:absolute;
	bottom:-1px;
	left:-1px;
	background:url(/customer-service/payments/images/btm-left.png) 0 0 no-repeat;
	font-size:0;
}

.col710 .callout-box .btm-right {
	height:6px;
	width:6px;
	position:absolute;
	bottom:-1px;
	right:-1px;
	background:url(/customer-service/payments/images/btm-right.png) 0 0 no-repeat;
	font-size:0;
}
/* /callout box*/

/*text content*/
.plain-list.extended li {
	padding-bottom:13px;
}
	
.lp-content {
	padding: 10px 0 0 10px;
}

.lp-content h3 {
	margin:10px 0 15px 10px;
	font-size:.9em;
}

.lp-content .secondary {
	clear:both;
	padding-bottom:20px;
	margin-top:20px;
}

.lp-content .secondary img.computer {
	float:right;
	padding-top:28px;
}

.lp-content .secondary h3{
	padding-top:18px;
	border-top:1px solid #DCE3E5;
}

.lp-content .secondary h4 {
	float:left;
	margin-left:10px;
	padding-right:20px;
	color:#F58025;
	font-size:34px;
	font-weight:bold;
}

.lp-content .secondary p {
	width:325px;
	padding-top:3px;
}
/* /text content*/

/* icon-grid content*/
.lp-grid {
	padding-top:23px;
}

.lp-grid div {
	margin-bottom:25px;
}

.lp-grid h4 {
	margin-left:110px;
	font-size:.8em;
	font-weight:bold;
	line-height:1.3;
}

.lp-grid p {
	width:390px;
	margin-left:110px;
	margin-bottom:5px;
}

.lp-grid a.more {
	line-height:1.3;
}

.lp-grid img {
	float:left;
	padding-left:20px;
}
/* /icon-grid content*/

/* login box*/
.bluebox710 .content710 {
	height:20px;
	margin-top:0;
	}
/* /login box*/
	

/*faq area*/
a.browse {
	font-size:.75em;
}
.faq-area {
	margin-left:10px;
}

.faq-area ul {
	margin-top:10px;
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:1px solid #DCE3E5;
}

.faq-area ul li {
	background:transparent url(/images/blue-bullet.gif) no-repeat scroll 0pt 0.5em;
	line-height:1.4em;
	padding-bottom:0.3em;
	padding-left:8px;
	font-size:.75em;
}

.faq-area h4 {
	margin-left:10px;
	padding-bottom:10px;
	padding-top:11px;
	font-weight:bold;
	font-size:.75em;
	line-height:1.3;
}

.faq-area p {
	margin-bottom:5px;
}
/* /faq area*/

/* mcd 20081002 - banner mj	*/

.banner {
	position: relative;
	height: 148px;
}
.banner .bg-img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.banner #copy {
	position: absolute;
	top: 38px;
	left: 30px;
	width: 350px;
}
.banner #copy h2 {
	font-size: 1.60em; 	
	font-weight: normal;
	margin-bottom: 8px;
	display: block;
}
.banner #copy p {
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.banner #copy p.small {
	width: 200px;
}
/* end - mcd 20081002 - banner mj	*/




/**
 * Customer Service Landing Pages
 *
 * MCD 20081216 - dc
 * @section Banner and call to action
 *
 */
 
#banner {
	position:relative;
	height:91px;
}

#banner .bg-img {
	position:absolute;
	top:0;
	left:0;
}

#banner #copy {
	position:absolute;
	top:23px;
	left:20px;
}

#banner #copy.wrap {
	top:16px;
}

#banner #copy.wrap h1 {
	margin-bottom:4px;
}

#banner #copy h1 {
	margin-bottom:6px;
	font-size: 1.5em;
	font-weight:normal;
	display:block;
}

#banner #copy h2 {
	margin-left:0;
	color:#576166;
	font-size:.9em;
	font-weight:normal;
	display:block;
}

#banner #copy.wrap h2 {
	width:400px;
	line-height:1.1em;
}

.banner-btm {
	background:#DCE3E5 url(/images/bg-710-blue-btm.gif) no-repeat scroll 0pt bottom;
	font-size:0.75em;
	padding:8px 10px;
}

.banner-btm img {
	padding-right:10px;
	vertical-align:middle;
}

.banner-btm a.register-button {
	padding-left:10px;
}

.banner-btm span {
	float:right;
	line-height:20px;
}



