﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,  /*input, */
small, strike, strong, sub, sup, tt, var,
b, u, i, center, #q,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:Arial,Verdana,Sans Serif; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1;   THIS WAS CAUSING FORMATTING PROBLEMS THROUGHOUT THE SITE*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
.page-main-title {font-weight:normal;font-family:'UniversLTW01-67BoldCn',Arial,sans-serif;font-size:52px;line-height:1;letter-spacing:-1px;color:#2e3d82;}
.page-main-title-small {font-size:20px;}
.page-sub-title {font-weight:normal !important;font-family:'UniversLTW01-67BoldCn',Arial,sans-serif;font-size:36px !important;line-height:1;letter-spacing:-1px;color:#2e3d82 !important;margin-top:0 !important;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
strong {font-weight:bold;}
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

area {cursor:pointer;}

#topContentWrapper { background-color:#fff; width:100%;}
#middleContentWrapper { background-color:#fff; width:100%;padding-bottom:5px;background-image: url(/img/backgrounds/subPageBackground.png);background-repeat:repeat-x;padding-top:35px;}
#bottomContentWrapper { background-color:#fff; width:976px;margin:0 auto;clear:left; }


#headerDiv {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;width:976px;}
	#headerDiv #lzLogo {width:196px;}
	#headerDiv img {text-align:left;margin:15px 0;}
	#headerTextDiv {width:700px;float:right;text-align:right;margin-top:15px;white-space:nowrap;}
	#headerContactUs {color:#3e93eb;font-weight:bold;margin:10px 0px -8px 0;display:block;font-size:11px;}
		#headerContactUs a {color:#3e93eb;text-decoration:none;font-size:11px;}
		.greyPipe {color:#797f83;margin:0 6px;}
	#headerPhoneNumber {font-size:15px;font-weight:bold;color:#333384;}
	#affinityBanner{display:none;}
	.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

#navigationWrapper {
    height: auto;
    position:relative;
    z-index:99;
}

#tdropContainer {
    width: 976px;
    position: absolute;
    right: 50%;
    margin-right: -478px;
}

#tdrop {
    font-family: arial;
    margin-left: 52px;
    z-index: 100;
}

#tnav {
    width: 976px;
    background: url(/img/nav/tnav_bg.gif) top left repeat-x;
    margin: 0px auto 0px auto;
    height: 44px;
}

.tnav_spc {
    width: 1px;
    height: 20px;
    margin-top: 13px;
    background-color: #75A8E7;
}

#tnav ul {
    padding: 0px;
    margin: 0px;
}

#tnav ul li {
    float: left;
    font-size:1px;
}

.tmenu_3col {
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    background: #FBFBFB;
    width: 745px;
    padding: 20px 0px 10px 0px;
}

.tmenu_2col {
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    background: #FBFBFB;
    width: 500px;
    padding: 20px 0px 10px 0px;
}

#tmenu_startbus {
    background: #FBFBFB url("/img/nav/tnav_triangle.gif") 100px 0px no-repeat;
}

#tmenu_mgbus {
    background: #FBFBFB url("/img/nav/tnav_triangle.gif") 358px 0px no-repeat;
}

#tmenu_wills {
    background: #FBFBFB url("/img/nav/tnav_triangle.gif") 86px 0px no-repeat;
}

#tmenu_personal {
    background: #FBFBFB url("/img/nav/tnav_triangle.gif") 254px 0px no-repeat;
}

.tmenu_column {
   float: left;
   margin: 0px 5px 0px 5px;
   width: 235px;
}

.tmenu_heading {
    margin: 0px 5px 0px 5px;
    border-bottom: #666666 1px dotted;
    padding: 0px 0px 2px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #404040;
}

.tmenu_heading2 {
    margin: 0px 5px 0px 5px;
    border-bottom: #666666 1px dotted;
    padding: 8px 0px 2px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #404040;
}

.tmenu_item {
   padding: 3px 5px;
   width: 225px;
}

.tmenu_item:hover {
    background: #E1E1E1;
    cursor: pointer;
}

.tmenu_item a {
    color: #3883D0;
    font-size: 13px;
    text-decoration: none;
}

.tmenu_item:hover a {
    color: #404040;
}

.tbar_2col {
    width: 460px;
    background: #000066;
    padding: 12px 20px;
    text-align: right;
    border: #999999 1px solid;
}

.tbar_3col {
    width: 705px;
    background: #000066;
    padding: 12px 20px;
    text-align: right;
    border: #999999 1px solid;
}

.tbar_links ul {
    margin: 0px;
    padding: 0px;
}

.tbar_content {
    float: right;
    width: 400px; /*was 375px*/
}

.tbar_label{
    float:left;
    color: #CCCCCC;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
}

.tbar_links {
    float:left;
}

.tbar_links li {
    float:left;
    color: #FFFFFF;
    padding: 0px 10px;
    background-image: none; /*added*/ 
}

.tbar_links li a {
    color: #FFFFFF;
    font-size: 13px;
}
	
	.displayNone {display:none;}
	.displayBlock {display:block;}

#lwt a {color:#0068d3}
#lwt #topContentWrapper #topLower {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/heroes/lwt-bryants.jpg') no-repeat}
#lwt #topContentWrapper #topLower-cs {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/heroes/lwt-stiles.jpg') no-repeat}
#lwt #topContentWrapper #topLower img#header {margin: 50px 0 0 30px;}
#lwt #topContentWrapper #topLower-cs img#header {margin: 50px 0 0 30px;}

#lwt #rightContent {float:right;width:450px;}
	#lwt #rightContent #pressQuotes {height:150px;clear:both;}
	#lwt #middleContentDiv #commonQuestions {height:260px;width:460px;margin-top:8px;float:right;background: url('/img/backgrounds/commonQuestionsBackground.png') no-repeat;background-position: top left;}
	#lwt #middleContentDiv #commonQuestions ul {margin-top:10px;}
	
	#lwt #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 5px;margin:0 auto;text-align:center;}
	#lwt #middleContentDiv #details-wrapper	.details {width: 250px;font-size:16px;color: #818181;}
	#lwt #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
	#lwt #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
	#lwt #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
	#lwt #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}
	#lwt #middleContentDiv #didYouKnow {width:976px;margin:0 auto;text-align:center;}

    #lwt #steps {background-color:#f3f3f3;margin:10px 25px 25px 25px;height:135px; border-bottom: solid #dcdcdc 1px;} /* 155px*/
    #lwt .steps-text-wrapper {margin-top:15px;text-align:center;}
    #lwt .steps-text {font-size:12px;color:#626262;width:193px;font-weight:bold;text-align:left;}
    #lwt #middleContentDiv .header {font-size:26px;font-weight:bold;color:#000066;}
	#lwt #pom {color:#0068d3;font-size:12px;font-weight:bold;text-decoration:none;}
	
	#lwt.test #steps {background-color:#f3f3f3;margin:10px 0px 25px 0px;height:135px; border-bottom: solid #dcdcdc 1px;} /* 155px*/
    #lwt.test .steps-text-wrapper {margin-top:15px;text-align:center;}
    #lwt.test .steps-text {font-size:12px;color:#626262;width:193px;font-weight:bold;text-align:left;}
    #lwt.test #middleContentDiv .header {font-size:26px;font-weight:bold;color:#000066;}
    
    #lwt.test #steps {background-color:#f3f3f3;margin:10px 0px 25px 0px;padding-bottom: 8px;height:135px; border-bottom: solid #dcdcdc 1px;} /* 155px*/
    #lwt.test .steps-text-wrapper {margin-top:15px;text-align:center; text-transform: uppercase; }
    #lwt.test .steps-text-wrapper .steps-text {font-size:12px;color:#626262;}
    #lwt.test .steps-text-wrapper .steps-text p {padding-top: 23px;}
    #lwt.test .steps-text-wrapper .steps-text#step-1 {width: 190px;height: 75px;float:left;padding-left:80px;background: url(/img/icons/3-step-1-clear-w-arrow-check.png) no-repeat center left;}
    #lwt.test .steps-text-wrapper .steps-text#step-2 {width: 220px;height: 75px;float:left;margin: 0 30px 0 10px;padding-left:120px;background: url(/img/icons/3-step-2-clear-w-arrow-check.png) no-repeat center left;}
    #lwt.test .steps-text-wrapper .steps-text#step-3 {float:left; height: 75px; margin-right: 0px;padding-left:110px;background: url(/img/icons/3-step-3-clear-w-arrow-check.png) no-repeat center left;}
    #lwt.test .steps-text a {color: #0068D3;font-weight: bold; text-decoration: none;}
    #lwt.test .steps-text a.viewMore {float:right;margin-top:10px;  color: #0068D3; font-size: 9pt; font-weight: bold; text-decoration: none; text-transform: none; height: 21px;}
    #lwt.test .steps-text a img {position: relative; top: 3px; padding-right:5px; }

	#benefits-LWT {margin-left:30px;float:left;}
	#benefits-LWT p {margin:30px 0 10px 0;font-size:17px;color:#474747;font-weight:bold;}
	#benefits-LWT ul {font-size:13px;color:#626262;width:330px;list-style:none;}
	#benefits-LWT ul li {background: url('/img/icons/blueBullet.png') no-repeat left center;margin-bottom:10px;padding-bottom:2px;padding-left:15px; border-bottom:1px dashed #c1c1c1; width:100%}
	#benefits-LWT #seeIncludedOverlayLink {margin-top:-10px;}
	#benefits-LWT #seeIncludedOverlayLink a {color:#0068d3;font-size:12px;font-weight:bold;text-decoration:none;}
	#benefits-LWT #seeIncludedOverlayLink img {margin-top:0px;vertical-align:middle;}
	#benefits-LWT #LWTprice-LAP {margin-top:30px;}
	#benefits-LWT ul li.liNoBorder {border-bottom:none;}
	
	#videoLinkDiv-LWT {margin-top:150px;margin-right:50px;width:190px;height:120px;float:right;}
	#videoLinkDiv-LWT-cs {margin-top:158px;margin-right:170px;width:60px;height:60px;float:right;}
		#whywemadeourwill {width:60px; height:60px;}
	
	#customize-LWT {background: url('/img/boxes/blueCustomizeBox.png') no-repeat;height:345px; width:250px;float:right;margin:30px; color:#fff;font-size:16px;font-weight:bold; }
	#customize-LWT hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#customizeHeader {font-weight:bold;height:80px;text-align:center;margin-top:15px;}
	#customize-LWT #submitbutton {margin:10px auto;display:block;}
	#lwt.test #customize-LWT #submitbutton {margin:15px auto;display:block;}
	#customize-LWT #tcs {font-size:12px;text-align:center;font-weight:normal;}
	#customizeLWTCheckboxesWrapper {margin-left:22px;margin-top:2px;width:205px;}
	#customizeLWTCheckboxesWrapper .customizeLWTCheckboxes{border-bottom:1px dashed #c1c1c1;padding:6px 0 6px 6px;}
	#customizeLWTCheckboxesWrapper .noBorder{border-bottom:none;}
	#customizeLWTCheckboxesWrapper .customizeLWTCheckboxes input {margin-right:8px;}
	#customizeLWTCheckboxesWrapper #lwtStateWrapper {margin:10px 0 20px 0;}
	#lwt.test #customizeLWTCheckboxesWrapper #lwtStateWrapper {margin:10px 0 0 0;}
	#customizeLWTCheckboxesWrapper #lwtState {margin-left:5px;width:140px}
	
	#meetPaul p {font-weight:bold;color:#3b3b3b;font-size:16px;}
	#meetPaul ul {margin:10px 0;}
	#meetPaul ul li {background: url('/img/icons/blueBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 7px 5px 7px 15px;display: block;text-decoration: none;color: #626262;font-size:13px;}
	#meetPaul #learnMore {font-weight:bold;font-size:12px;color:#0068d3;text-decoration:none;margin:15px 0 0 5px;}

/***** LT Page *****/
#lt	.ie8CommonQuestions{margin-bottom:30px;}
#lt	#middleContentDiv #commonQuestions{height:253px;width:460px;margin-top:8px;float:right;background: url('/img/backgrounds/commonQuestionsBackground-johanna-no-line.png') no-repeat;background-position: bottom right;}
	#customize-LT {background: url('/img/boxes/blueCustomizeBox.png') no-repeat;height:345px; width:250px;float:right;margin:30px; color:#fff;font-size:16px;font-weight:bold; }
	#customize-LT hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#customize-LT #customizeHeader {margin-top:13px;font-size:22px;}
	#customize-LT #submitbutton {margin:0 auto;display:block;}
    #customize-LT p {margin:5px 0 0 22px;width:215px;font-size:12px;line-height:16px;}
    #customize-LT p span {margin-left:60px;}
    #customize-LT p span a {color:#fff;text-decoration:none;}
    #customize-LT p span img {position:relative;top:1px;left:3px;}
	#customizeLTCheckboxesWrapper {margin-left:22px;margin-top:2px;width:205px;}
	#customizeLTCheckboxesWrapper .customizeLTCheckboxes{border-bottom:1px dashed #c1c1c1;padding:6px 0 6px 6px;}
	#customizeLTCheckboxesWrapper .noBorder{border-bottom:none;}
	#customizeLTCheckboxesWrapper .customizeLTCheckboxes input {margin-right:8px;}
	#customizeLTCheckboxesWrapper #ltStateWrapper {margin:10px 0 20px 0;}
    #customizeLTCheckboxesWrapper #ltState {margin-left:5px;width:140px}
    #lt #topContentWrapper #topLower-nv {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/heroes/lw-stiles-nv.jpg') no-repeat}
    #lt #topContentWrapper #topLower-nv .header {margin: 40px 0px 10px 27px;font-size:45px;color:#333385}
    #lt #header {padding:13px 0px 0px 30px;font-size:45px;font-weight:bold;color:#000066;}
	#benefits-LT {margin-left:30px;float:left;}
	#benefits-LT p {margin:15px 0 10px 0;font-size:15px;color:#626262;font-weight:bold;}
	#benefits-LT #ltDetail {margin:10px 0 10px 0;font-size:12px;color:#626262;font-weight:normal;}
	#benefits-LT ul {font-size:13px;color:#626262;width:330px;list-style:none;}
	#benefits-LT ul li {background: url('/img/icons/blueBullet.png') no-repeat left center;margin-bottom:10px;padding-bottom:2px;padding-left:15px; border-bottom:1px dashed #c1c1c1; width:100%}
	#benefits-LT #seeIncludedOverlayLink {margin-top:-10px;}
	#benefits-LT #seeIncludedOverlayLink a {color:#0068d3;font-size:12px;font-weight:bold;text-decoration:none;}
	#benefits-LT #seeIncludedOverlayLink img {margin-top:0px;vertical-align:middle;}
	#benefits-LT #LWprice-LAP {margin-top:25px;}
	#benefits-LT ul li.liNoBorder {border-bottom:none;}
    #lt #steps {background-color:#f3f3f3;margin:10px 25px 25px 25px;height:135px; border-bottom: solid #dcdcdc 1px;} /* 155px*/
    #lt .steps-text-wrapper {margin-top:15px;text-align:center;}
    #lt .steps-text {font-size:12px;color:#626262;width:193px;font-weight:bold;text-align:left;}
    #lt #middleContentDiv .header {font-size:26px;font-weight:bold;color:#000066;}

    #lt	#middleContentDiv #pressQuotes {height:90px;width:440px;margin-top:0px;} 
    #lt #middleContentDiv #pressQuotes p {font-family: Arial; font-size:20px; color:#626262;text-align:center;font-style:italic;margin-top:10px;line-height:24px;}
    #lt #middleContentDiv #pressQuotes p span {font-family: Arial; font-size:15px; font-weight:bold;}
    #lt #middleContentDiv #pressQuotes p .attr {font-family: Arial; font-size:15px; color:#006;text-align:center;font-weight:bold;}
    #lt #middleContentDiv #pressQuotes hr {color: #fff; background-color: #fff; border: 1px dotted #bebebe; border-style: none none dotted;}

	#lt #middleContentDiv #didYouKnow {clear:left;padding:30px 0 10px 0;height:250px;}
	#lt #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 5px;margin:0 auto;text-align:center;}
	#lt #middleContentDiv #details-wrapper	.details {width: 250px;font-size:16px;color: #818181;}
	#lt #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
	#lt #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
	#lt #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
	#lt #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}

    #lt #whyChoose {width:445px;margin-top:8px;padding-right:30px;padding-left:15px;float:right;font-size:10pt;}
    #lt #whyChoose ul {font-size:12px;color:#626262;width:410px;list-style:none; margin-top:20px;}
    #lt #whyChoose ul li {background: url('/img/icons/blueBullet.png') no-repeat left 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px; width:100%}
    #lt #middleContentDiv #whyChoose .liLead {color:#000066;font-weight: bold;}

/***** LW Page *****/

#lw	#customize-LW {background: url('/img/boxes/blueCustomizeBox-270x358.png') no-repeat;height:345px; width:250px;float:right;margin:30px; color:#fff;font-size:14px;font-weight:bold; }
#lw a {color:#0068d3}
#lw	#customize-LW hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
#lw	#customize-LW #submitbutton {margin:0 auto;display:block;}
#lw #customize-LW p {margin:5px 0 0 22px;width:215px;font-size:12px;line-height:16px;}
#lw #customize-LW p span {margin-left:60px;}
#lw #customize-LW p span a {color:#fff;text-decoration:none;}
#lw #customize-LW p span img {position:relative;top:1px;left:3px;}
#lw #customize-LW #customizeLWCheckboxesWrapper #lwStateWrapper {margin:10px 0 20px 5px;}
#lw	#customizeLWCheckboxesWrapper {margin-left:20px;margin-top:2px;width:220px;}
#lw	#customizeLWCheckboxesWrapper label {display:block;padding-left:25px;text-indent:-25px;}
#lw	#customizeLWCheckboxesWrapper input[type="checkbox"] {width:25px;height:15px;padding:0;margin:0;vertical-align:bottom;position:relative;top:-1px;*overflow:hidden;}
#lw #customizeLWCheckboxesWrapper .customizeLWCheckboxes {border-bottom:1px dashed #c1c1c1;padding-bottom:10px;margin-bottom:10px;}
#lw #customizeLWCheckboxesWrapper .noBorder {border-bottom:none;}
#lw	#customizeLWCheckboxesWrapper .customizeLWCheckboxes label {line-height:18px;}

#lw #topContentWrapper #topLower-nv {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/heroes/lw-motherDaughter.jpg') no-repeat}
#lw #topContentWrapper #topLower-nv img#header {margin: 40px 0px 0px 26px;}
#lw #benefits-LW #LWprice {margin-top:-10px;}
#lw	#benefits-LW {margin-left:30px;float:left;}
#lw	#benefits-LW h1 {font-size:24px;color:#006;}
#lw	#benefits-LW p {margin:15px 0 10px 0;font-size:16px;color:#626262;}
#lw	#benefits-LW #lwDetail {margin:0 0 10px 0;font-size:14px;color:#626262;font-weight:normal;width:310px;line-height:17px;}
#lw	#benefits-LW ul {font-size:13px;color:#626262;width:330px;list-style:none;margin-left:-5px;}
#lw	#benefits-LW ul li {background: url('/img/icons/blueBullet.png') no-repeat left center;margin-bottom:5px;padding-bottom:2px;padding-left:15px; border-bottom:1px dashed #c1c1c1; width:100%}
#lw	#benefits-LW #seeIncludedOverlayLink {margin-top:10px;}
#lw	#benefits-LW #seeIncludedOverlayLink a {color:#0068d3;font-size:12px;font-weight:bold;text-decoration:none;}
#lw	#benefits-LW #seeIncludedOverlayLink img {margin-top:0px;vertical-align:middle;}
#lw	#benefits-LW #price-block {margin-top:70px;}
#lw	#benefits-LW ul li.liNoBorder {border-bottom:none;}

#lw #middleContentWrapper {padding-top:10px;}
#lw	#middleContentDiv {margin-top:15px;}
#lw	#middleContentDiv #pressQuotes {width:440px;margin-top:0px;padding-bottom:40px;width:439px;float:left;margin-top:8px;padding-right:30px;border-right:1px solid #ccc;padding-left:15px;} 
#lw #middleContentDiv #pressQuotes p {font-family: Arial; font-size:17px; color:#006;text-align:center;font-style:italic;margin-top:10px;line-height:24px;}
#lw #middleContentDiv #pressQuotes p.quote {margin-top:20px;}
#lw #middleContentDiv #pressQuotes p .attr {font-family: Arial; font-size:15px; color:#006;text-align:center;font-weight:bold;}
#lw #middleContentDiv #pressQuotes p.signature {color:#626262;font-size:14px;margin-top:0px;font-weight:bold;margin-bottom:20px;}
#lw #middleContentDiv #pressQuotes hr {color: #fff; background-color: #fff; border: 1px dotted #bebebe; border-style: none none dotted;}
#lw	#middleContentDiv #pressQuotes ul {font-size:13px;color:#626262;width:330px;list-style:none;margin:20px 0;padding-bottom:10px;margin-bottom:20px;border-bottom:1px dashed #c1c1c1;}
#lw	#middleContentDiv #pressQuotes ul li {background: url('/img/icons/blueBullet.png') no-repeat left center;margin-bottom:10px;padding-bottom:2px;padding-left:15px; width:100%;font-size:14px;}

#lw	#commonQuestions ul li.liNoBorder {border-bottom:none;}
#lw	#middleContentDiv #commonQuestions {height:290px;width:460px;margin-top:8px;float:right;background: url('/img/backgrounds/commonQuestionsBackground-johanna-no-line.png') no-repeat;background-position: bottom right;border-bottom:1px solid #ccc;}
#lw	#middleContentDiv #commonQuestions p {margin-left:0;font-weight:normal;color:#626262;}
#lw	#middleContentDiv #commonQuestions p.moreQuestions {font-size:12px;margin:5px 0 0 10px;font-weight:bold;}
#lw	#middleContentDiv #commonQuestions p.moreQuestions a {color:#0068d3;margin:0 5px 0 0;text-decoration:none;}
#lw	#middleContentDiv #commonQuestions p.hours {font-weight:normal;font-size:12px;margin-top:5px;}
#lw	#middleContentDiv #commonQuestions p.emailLink {font-size:12px;margin-top:5px;font-weight:bold;}
#lw	#middleContentDiv #commonQuestions p.emailLink a {color:#146eb4;margin:0 5px 0 0;text-decoration:none;}
#lw #middleContentDiv #commonQuestions ul {margin-top:15px;}
#lw	#middleContentDiv #commonQuestions ul li a {color:#0068d3;}
#lw	#middleContentDiv #commonQuestions #contactDiv {margin:30px 0 0 40px;}
#lw	#middleContentDiv #commonQuestions #contactDiv .questionsPhone {font-weight:bold;}

#lw	#middleContentDiv #commonQuestions #attorneySupport {margin-top:50px;font-size:14px;}
#lw	#middleContentDiv #commonQuestions #attorneySupport ul {font-size:14px;color:#626262;width:420px;list-style:none;margin-top:15px;border-bottom:none;}
#lw	#middleContentDiv #commonQuestions #attorneySupport ul li {background: url('/img/icons/blueBullet.png') no-repeat left center;margin-bottom:10px;padding-bottom:2px;padding-left:15px; width:100%;border-bottom:none;}
#lw	#middleContentDiv #commonQuestions #attorneySupport .trialOffer {margin-top:0;}
#lw	#middleContentDiv #commonQuestions #attorneySupport .trialOffer span {font-weight:bold;}
#lw	#middleContentDiv #commonQuestions #attorneySupport .learnMore {font-size:12px;margin-top:10px;font-weight:bold;}
#lw	#middleContentDiv #commonQuestions #attorneySupport .learnMore a {color:#0068d3;text-decoration:none;margin-right:5px;}

#lw #middleContentDiv #didYouKnow {clear:left;padding-top:30px;text-align:center;}
#lw #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 0px;margin:0 auto;text-align:center;}
#lw #middleContentDiv #details-wrapper	.details {width: 250px;font-size:16px;color: #818181;}
#lw #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
#lw #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
#lw #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
#lw #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}

#lw #whyChoose {height:280px;width:445px;margin-top:8px;padding-right:30px;padding-left:15px;float:left;font-size:10pt;border-right: 1px solid #d1d1d1;}
#lw #whyChoose ul {font-size:12px;color:#626262;width:410px;list-style:none; margin-top:20px;}
#lw #whyChoose ul li {background: url('/img/icons/blueBullet.png') no-repeat left 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px; width:100%}
#lw #middleContentDiv #whyChoose .liLead {color:#000066;font-weight: bold;}
#starDisclaimer {font-size:12px;color:#626262;margin-right:20px;margin-bottom:20px;margin-left:20px;font-style:italic;}

/*** LT TEST START - REMOVE WHEN TEST IS OVER - IF THIS VERSION WINS, REPLACE THE APPROPRIATE CODE ABOVE WITH THIS ***/
#lt-a #customize-LT {background: url('/img/boxes/blueCustomizeBox-250x326.png') no-repeat;height:345px; width:250px;float:right;margin:30px; color:#fff;font-size:16px;font-weight:bold; }
#lt-a #middleContentDiv #commonQuestions {height:253px;width:460px;margin-top:8px;float:right;background: url('/img/backgrounds/commonQuestionsBackground-johanna-no-line.png') no-repeat;background-position: bottom right;}
#lt-a #middleContentDiv #commonQuestions .liNoBorder {border-bottom:none;}
#lt-a #topContentWrapper #topLower-vargo {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/heroes/lt-vargo-nv.jpg') no-repeat}
#lt-a #topContentWrapper #topLower-vargo img#header {margin: 40px 0px 10px 30px;}
#lt-a #benefits-LT ul li {background: url('/img/icons/blueBullet.png') no-repeat left center;margin-bottom:10px;padding-bottom:2px;padding-left:15px; border-bottom:1px dashed #c1c1c1; width:230px;}
#lt-a #benefits-LT ul li.liNoBorder {border-bottom:none;}
#lt-a #benefits-LT #LTprice-LAP {margin-top:-10px;}
#lt-a #middleContentDiv #pressQuotes {height:90px;width:440px;margin-top:0px;} 
#lt-a #middleContentDiv #pressQuotes p {font-family: Arial; font-size:20px; color:#626262;text-align:center;font-style:italic;margin-top:10px;line-height:24px;}
#lt-a #middleContentDiv #pressQuotes p span {font-family: Arial; font-size:15px; font-weight:bold;}
#lt-a #middleContentDiv #pressQuotes p .attr {font-family: Arial; font-size:15px; color:#006;text-align:center;font-weight:bold;}
#lt-a #middleContentDiv #pressQuotes hr {color: #fff; background-color: #fff; border: 1px dotted #bebebe; border-style: none none dotted;}
#lt-a #whyChoose {width:445px;margin-top:8px;padding-right:30px;padding-left:15px;float:left;font-size:10pt;border-right: 1px solid #d1d1d1;}
#lt-a #whyChoose ul {font-size:12px;color:#626262;width:410px;list-style:none; margin-top:20px;}
#lt-a #whyChoose ul li {background: url('/img/icons/blueBullet.png') no-repeat left 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px; width:100%}
#lt-a #middleContentDiv #whyChoose .liLead {color:#000066;font-weight: bold;}
/*** LT TEST START - REMOVE WHEN TEST IS OVER - IF THIS VERSION WINS, REPLACE THE APPROPRIATE CODE ABOVE WITH THIS ***/


/***** LLC Page *****/	
#llc #topContentWrapper #topLower img#header {margin: 25px 0 0 30px;}
#llc #topContentWrapper #topLower {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:405px;width:976px;background: url('/img/heroes/llc-billy.jpg') no-repeat}


	#benefits-LLC {margin-left:30px;float:left;color:#626262;}
	#benefits-LLC p {margin:10px 0 10px 0;font-size:13px;width:320px;}
	#benefits-LLC ul {font-size:13px;width:330px;list-style:none;}
	#benefits-LLC ul li {background: url('/img/icons/blueBullet.png') no-repeat left center;margin-bottom:10px;padding-bottom:2px;padding-left:15px; border-bottom:1px dashed #c1c1c1; width:100%}
	#benefits-LLC #seeIncludedOverlayLink {margin-top:-10px;}
	#benefits-LLC #seeIncludedOverlayLink a {color:#0068d3;font-size:12px;font-weight:bold;text-decoration:none;}
	#benefits-LLC #seeIncludedOverlayLink img {margin-top:0px;vertical-align:middle;}
	#benefits-LLC #LLCprice-BAP {margin:-7px 0px 0px 0px;}
	#benefits-LLC ul li.liNoBorder {border-bottom:none;}
	
	#llc #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 5px;margin:0 auto;text-align:center;}
	#llc #middleContentDiv #details-wrapper	.details {width: 250px;font-size:16px;color: #818181;}
	#llc #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
	#llc #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
	#llc #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
	#llc #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}

    #llc #steps {background-color:#f3f3f3;margin:10px 0px 25px 0px;height:135px; border-bottom: solid #dcdcdc 1px;} /* 155px*/
    #llc .steps-text-wrapper {margin-top:15px;text-align:center;}
    #llc .steps-text {font-size:12px;color:#626262;width:193px;font-weight:bold;text-align:left;}
    #llc #middleContentDiv .header {font-size:26px;font-weight:bold;color:#000066;}

	#llc #middleContentDiv #pressQuotesLt {height:273px;width:439px;float:left;float:left;border-right:1px solid #ccc;padding-top:7px;padding-left:23px;padding-right:23px;}
    #llc #middleContentDiv #pressQuotesLt .bold{color:#000066; font-weight:bold;}
	#llc #middleContentDiv #pressQuotesLt ul {font-size:14px;color:#626262;width:450px;list-style:none; padding-top:18px;}
	#llc #middleContentDiv #pressQuotesLt ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px;}
	#llc #middleContentDiv #pressQuotesv ul li.liNoBorder {border-bottom:none;}
	#llc #middleContentDiv #pressQuotesLt .hr{border-top: 1px dashed #bebebe; margin-top: 15px;}
	#llc #middleContentDiv #pressQuotesLt #quote {padding: 10px 0px 0px 40px;}
	#llc #middleContentDiv #pressQuotesLt ul li a {color:#0068d3;text-decoration:none;}
	#llc #middleContentDiv #pressQuotesLt p {font-family: Arial; font-size:20px; color:#626262;text-align:center;font-style:italic;margin-top:20px;line-height:24px;}
	#llc #middleContentDiv #pressQuotesLt p span {font-family: Arial; font-size:14px; color:#006;text-align:center;font-weight:bold;}

	#videoLinkDiv-LLC {margin-top:110px;margin-right:60px;width:190px;height:120px;float:right;}
	#recommend-LLC {margin-top:165px;margin-right:60px;width:190px;height:120px;float:right;}
	
	#customize-LLC {background: url('/img/boxes/blueCustomizeBox.png') no-repeat;height:345px; width:250px;float:right;margin:30px; color:#fff;font-size:14px; }
	#customize-LLC hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#customizeHeader {font-weight:bold;height:80px;text-align:center;margin-top:15px;}
	#customize-LLC #submitbutton {margin:0 auto;display:block;}
	#customizeLLCCheckboxesWrapper {margin-left:12px;margin-top:2px;width:225px;color:#fff;font-size:10pt;font-weight:bold;}
	#customizeLLCCheckboxesWrapper .customizeLLCCheckboxes{border-bottom:1px dashed #c1c1c1;padding:6px 0 6px 6px;}
	#customizeLLCCheckboxesWrapper .noBorder{border-bottom:none;}
	#customizeLLCCheckboxesWrapper .customizeLLCCheckboxes input {margin-right:8px;}
	#customizeLLCCheckboxesWrapper #llcStateWrapper {margin:10px 0 20px 20px;}
	#customizeLLCCheckboxesWrapper #llcState {margin-top:5px;width:140px}

#middleContentDiv {margin:0 auto; width:976px;overflow:hidden;}
	#middleContentDiv #socialMediaComments {height:863px;width:485px;float:left;border-right:1px solid #d0d0d0;}
		#customerCommentWrapper {width:444px;}
		#customerCommentHeader {margin:8px 0 6px 0;}
		.customerComment {border-bottom: 1px dashed #bebebe;margin-top:20px;padding-bottom:20px;}
		.customerComment .date {color:#626262; font-size:11px;}
		.customerComment p {color:#626262; font-size:15px; width:412px;margin:8px 0;}
		.customerComment .signature {color:#000066; font-size:13px;font-weight:bold;margin-top:10px}
		#customerCommentNoBorder {border-bottom:none;}
	#middleContentDiv #commonQuestions {height:303px;width:460px;margin-top:8px;float:right;background: url('/img/backgrounds/commonQuestionsBackground.png') no-repeat;background-position: top left;}
		#middleContentDiv #commonQuestions ul {list-style:none;width:300px;margin-top:30px;}
		#middleContentDiv #commonQuestions ul li {width: 100%;border-bottom: 1px dashed #bebebe; border-style: none none dashed;}
		#middleContentDiv #commonQuestions ul li.liNoBorder {border-bottom:none;}
		#middleContentDiv #commonQuestions ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 7px 5px 7px 15px;display: block;text-decoration: none;color: #3e93eb;font-size:14px;}
		#middleContentDiv #commonQuestions p {font-weight:bold;color:#474747;margin:20px 0 0 20px;}
	#middleContentDiv #pressQuotes {width:460px;float:right;margin-top:15px;}
		#middleContentDiv #pressQuotes p {font-family: Arial; font-size:20px; color:#626262;text-align:center;font-style:italic;margin-top:20px;line-height:24px;}
		#middleContentDiv #pressQuotes p span {font-family: Arial; font-size:14px; color:#006;text-align:center;font-weight:bold;}
		#middleContentDiv #pressQuotes #wsjLogo {display:block;margin:20px auto 0 auto;}
		#middleContentDiv #pressQuotes #usaToday {display:block;margin:20px auto 0 auto;}
		#middleContentDiv #pressQuotes hr {color: #fff; background-color: #fff; border: 1px dotted #bebebe; border-style: none none dotted;}
	#middleContentDiv #easySteps {height:252px; width:468px;float:right;margin-left:10px;}
		#middleContentDiv #easySteps img {margin:0 auto;display: block;}
	#middleContentDiv #didYouKnow {clear:left;height:282px;width:976px;}

/***** IN House Attorneys *****/
#iha #topLower {height:240px;width:976px;margin:0 auto 300px;}
#iha #middleContentWrapper { height:1096px;margin-top:-300px;padding-top:300px;}	
	#iha #topLower #topCopy img {margin:40px 0 10px 30px;}
	#iha #topLower #topCopy p {font-size:15px;color:#666;margin-left:30px;width:602px;}
	#iha #topLower #collage {height:394px; width:661px;position:relative;margin-top:10px;}
	#iha #topLower #attyNav {height:475px; width:265px;margin-top:40px;background: url('/img/LZAttorneys/lzAttorneyNavBg.png') no-repeat;float:right;position:relative;}
	#iha #topLower #attyNav ul {list-style:none;margin:60px 0 0 10px;}
	#iha #topLower #attyNav ul li {margin:5px; padding:5px; line-height:12px;}
	#iha #topLower #attyNav ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 6px;float: none;text-indent: 0;height: auto;padding: 0 0 0 15px;margin:0;display: block;text-decoration: none;color:#fff;font-size:12px;font-weight:bold;}
	#iha #topLower #attyNav ul li a {display:inline-block;}
	#iha #topLower #attyNav ul li a {display:block;}

	#iha #topLower #attyNav ul li.withBorder {border-bottom: 1px dotted #7fb2eb; border-style: none none dotted;width:235px;}
	#iha #topLower #attyNav ul li a span {font-size:10px;font-weight:normal;padding:0 0 0 5px;}
	#iha #middleContentDiv {height:1350px;padding-top:0px;}
		#attorneysLeft {float:left;width:488px;margin:0;padding:0;}
			#attorneysLeft div {width:488px; position:relative;}
			#chasDiv {background: url('/img/LZAttorneys/chasBg.png') no-repeat;height:263px;}
			#vanessaDiv {background: url('/img/LZAttorneys/vanessaBg.png') no-repeat;height:268px;}
			#joeDiv {background: url('/img/LZAttorneys/joeBg.png') no-repeat;height:270px;}
			#jamesDiv {background: url('/img/LZAttorneys/jamesBg.png') no-repeat;height:270px;}
			#paulDiv {background: url('/img/LZAttorneys/paulBg.png') no-repeat;height:264px;}
		#attorneysRight {float:right;width:488px;margin:0;padding:0;}
			#attorneysRight div {width:488px; position:relative;}
			#nancyDiv {background: url('/img/LZAttorneys/nancyBg.png') no-repeat;height:263px;}
			#kenDiv {background: url('/img/LZAttorneys/kenBg.png') no-repeat;height:268px;}
			#brookeDiv {background: url('/img/LZAttorneys/brookeBg.png') no-repeat;height:270px;}
			#danDiv {background: url('/img/LZAttorneys/danBg.png') no-repeat;height:270px;}
			#adamDiv {background: url('/img/LZAttorneys/adamBg.png') no-repeat;height:264px;}
		.bioBlurb {width:210px;color:#666;font-size:18px;padding:40px 0 0 245px;line-height:20px;letter-spacing:0px;}
		.attyName {font-size:16px;color:#006;font-weight:bold;margin:5px 0 0 245px;}
		.attyName span {font-size:12px;color:#666;font-style:italic;font-weight:normal;}
		.actionButton {margin-left:245px;display:block;position:absolute;bottom:25px;}
	
/***** FOOTER CSS *****/
#footerDiv{height:158px;padding-right:20px;clear:both;background-image:url(/img/home/footerBackground.png);}
	#footerDiv a {text-decoration:none; color:#fff;}
	#bottomNav {float:left;}
		#bottomNav ul {float:left;font-size:11px;color:#fff;margin:30px;background:none;list-style:none;padding:0;}
		#bottomNav ul li {margin-bottom:3px;background:none;list-style:none;padding:0;margin-left:0;}
		.footerSepHor{height:110px;width:1px;border-right:1px solid #6a9ee9;float:left;margin-top:30px;}
	#bottomLinks {float:right;margin-top:30px;border-bottom:1px solid #6a9ee9;margin-bottom:15px;}
		#socialMedia {float:left;margin-left:10px;}
			.linkedin, .facebook, .twitter {height:25px;width:100px;overflow:hidden;display:inline-block;vertical-align:top;}
		#customerSecurity {float:right;margin-left:50px;}
			.verisign {height:60px;width:108px;overflow:hidden;display:block;float:left;}
			.mcafee {height:60px;width:104px;overflow:hidden;display:block;float:left;margin-left:15px;}
			.bbb {height:60px;width:130px;overflow:hidden;display:block;float:left;margin-left:15px;}
	#canadaLinkDiv { height:20px;float:left; }
	#canadaLink { font-size:10px;position:relative;left:30px; }
	#bottomNewsletter{ width:500px;height:50px;color:#fff;float:right;}		
		#signUpText {float:right;margin-right:20px;vertical-align:middle;margin-top:3px;}
		#sEmail{vertical-align:bottom;float:right;border:none;border-color: transparent;line-height:26px;height:26px;padding-left:10px;vertical-align:middle;}
		#sFtrEmail{vertical-align:bottom;float:right;border:none;border-color: transparent;line-height:26px;height:26px;padding-left:10px;vertical-align:middle;}
		#previewLink {clear:both;text-align:right;padding-top:5px;font-size:12px;line-height:12px;}
		#previewLink img {margin-left:10px;vertical-align:middle;}
		
#disclaimerDiv{ width:75%;float:left;font-size:11px;color:#333;margin:10px 0px 10px 20px;}
#disclaimerDiv a {text-decoration:none}	
#disclaimerDiv p {padding:3px 0;}
#disclaimerLinks {float:right;margin-right:20px;font-size:11px;margin-top:25px;line-height:20px;}	
#disclaimerLinks a {text-decoration:none}	

/***** OVERWRITE NAV SETTINGS FOR TEST *****/
div.sub {z-index:100;}

/***** Overlay CSS *****/

.overlay {
	display:none;
	background-color:#fff;
	padding:35px;
	font-size:11px;
/*	border:6px solid #eee; */
}
.lzAttyOverlay {padding:20px;}
.overlay .close {
	background-image:url(/img/overlay/close.png);
	position:absolute; right:-25px; top:-25px;
	cursor:pointer;
	height:40px;
	width:40px;
}

/*  Individual popup pages need to be sized here or the overlay will not be centered */

#overlayLWTIncludes {
	width:847px;
	height:500px;
}
#overlayLWTLAP {
	width:470px;
	height:400px;
}
#overlayLWTPOM {
	width:560px;
	height:520px;
}
#overlayLTCommonQuestions {
	width:560px;
	height:750px;
}
#overlayLWCommonQuestions {
	width:560px;
	height:610px;
}
#overlayLWTCommonQuestions {
	width:560px;
	height:700px;
}
#overlayLLCCommonQuestions {
	width:560px;
	height:580px;
}
#overlayTMCommonQuestions {
	width:560px;
	height:1145px;
}
#overlayNPCommonQuestions {
	width:560px;
	height:700px;
}
#overlayDBACommonQuestions {
	width:560px;
	height:730px;
}
#overlayCPYCommonQuestions {
	width:560px;
	height:990px;
}
#overlayPOACommonQuestions {
	width:560px;
	height:500px;
}
#overlayBKCommonQuestions {
	width:560px;
	height:555px;
}
#overlayLWLA-AttorneyOnDemand {
	width:530px;
	height:640px;
}
#overlayVideo {
	width:640px;
	height:480px;
}
#overlayLZVideo {
	width:890px;
	height:450px;
}
#overlayLA-AttorneyOnDemand {
	width:530px;
	height:620px;
}
#overlayBA-AttorneyOnDemand {
	width:530px;
	height:520px;
}
#overlayLLCVideo {
	width:500px;
	height:375px;
}
#overlayliving-wills-package-overlay-js 
{
	width:530px;
	height:680px;
}

#overlaylwt-detail-overlay {
 	width:725px;
	height:860px;
}

#badStates {height:260px;width:525px;padding:20px;font-size:14px;color:#626262}

.overlayClean {
	display:none;
	background-color:#fff;
	padding:35px;
	font-size:11px;
	border:6px solid #eee;
	text-align:left;
}
.overlayClean .close {
	background-image:url(/img/overlay/close.png);
	position:absolute; right:-25px; top:-25px;
	cursor:pointer;
	height:40px;
	width:40px;
}

#overlayWrapper h1 {font-size:30px; color:#006;clear:both;}
#overlayWrapper .sectionHead {font-size:16px; color:#474747;font-weight:bold;padding-bottom:5px;border-top:1px dotted #bebebe;padding-top:15px;margin-top:15px;}
#overlayWrapper .sectionHeadPlain {font-size:16px; color:#474747;font-weight:bold;padding-bottom:5px;padding-top:15px;margin-top:15px;}
#overlayWrapper p {font-size:14px;color:#474747;line-height:20px}
#overlayWrapper .smaller {font-size:12px;color:#474747;line-height:16px}
#overlayWrapper ul{list-style: none;padding-top:10px;}
#overlayWrapper ul.laaod{padding-top:0px;}
#overlayWrapper li {font-size:14px;color:#474747;background: url('/img/icons/blueBullet.png') no-repeat left 6px;padding-left:15px;margin-bottom:10px;}
#overlayWrapper #getStartedButton {float:right;margin-top:20px;}
#overlayWrapper #includeList {width:50%;float:left;}
#overlayWrapper #LAPBox {background-color:#ededed;padding:15px;}
#overlayWrapper .lapBoxIncludes {width:325px; height:230px;float:right;margin-top:-20px;}
#overlayWrapper .lapBoxIncludes #lapBoxIncludesHeader {width:275px; margin-left:15px;}
#overlayWrapper .lapBoxLAP {width:358px; height:200px;margin:20px auto 0;}
#overlayWrapper #lapBoxLAPHeader {margin-left:40px;}
#overlayWrapper #LAPBox p {padding-left:15px;border-bottom:1px solid #d5d5d5;margin:0 auto;margin-bottom:10px; padding-bottom:10px;}
#overlayWrapper #LAPBox p span {color:#333385;font-weight:bold;}
#overlayWrapper #LAPBox ul {padding-left:20px;}
#overlayWrapper .lapBoxLAP ul {padding-top:10px;}
#overlayWrapper #lapDisclaimerincludes {color:#818181; font-size:10px; font-style:italic;border-bottom:none;padding-left:0px;padding-top:15px;line-height:12px;height:50px;clear:both;}
#overlayWrapper #lapDisclaimerLAP {color:#818181; font-size:10px; font-style:italic;margin:10px auto;width:385px;line-height:12px}
#overlayWrapper #LAPBox #getStartedButtonincludes {float:left;}
#overlayWrapper #includesRightColumn {width:50%;float:right;width:355px;}
#overlayWrapper .overlayDisclaimer {font-size:11px;border-top:1px dotted #bebebe;margin-top:20px;padding-top:20px;font-style:italic;}
#overlayWrapper .noBullet {background:none;padding-left:0px;margin-left: 20px;margin-bottom:5px;}

.lwtOverlay-pom p{border-top:1px dotted #bebebe;margin-top:30px;padding-top:30px;}


#overlayWrapper #lwt-process {font-size: 13px; }
    #overlayWrapper #lwt-process img { margin-bottom: 12px;}
    #overlayWrapper #lwt-process ol {margin: 10px 0 0 20px;}
    #overlayWrapper #lwt-process li {list-style-type: decimal; background: none; padding:10px 0; margin:0 0 10px 0; border-bottom: 1px dashed #C1C1C1; font-weight:bold; color:#333384;}
    #overlayWrapper #lwt-process h3 {color:#444; font-weight:bold;}
    #overlayWrapper #lwt-process p { font-weight:normal; color:#444; }
#overlayWrapper #get-started-button { margin-top: 10px; padding: 0 215px; }

/* ______________________________________________________________________  DBA _____________________________________________________________________________ */
#dba #topContentWrapper #topLower-nv {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/heroes/janet-long-nv.jpg') no-repeat}
#dba #topContentWrapper #topLower-nv img#header {margin: 43px 0 0 30px;float:left;}
#dba #middleContentWrapper { background-color:#fff; width:100%;padding-bottom:5px;background-image: url(/img/backgrounds/subPageBackground.png);background-repeat:repeat-x;padding-top:10px;height:750px;}

    #dba #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 5px;margin:0 auto;text-align:center;}
	#dba #middleContentDiv #details-wrapper	.details {width: 250px;font-size:16px;color: #818181;}
	#dba #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
	#dba #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
	#dba #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
	#dba #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}

    #dba #steps {background-color:#f3f3f3;margin:10px 25px 25px 25px;height:135px; border-bottom: solid #dcdcdc 1px;} /* 155px*/
    #dba .steps-text-wrapper {margin-top:15px;text-align:center;}
    #dba .steps-text {font-size:12px;color:#626262;width:193px;font-weight:bold;text-align:left;}
    #dba #middleContentDiv .header {font-size:26px;font-weight:bold;color:#000066;}

	#customize-DBA {background: url('/img/boxes/blueCustomizeBox.png') no-repeat;height:300px; width:270px;float:right;margin:30px; color:#fff;font-size:16px;font-weight:bold; } /*margin:30px; width:250px;*/
	#customize-DBA hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#customizeHeader {font-weight:bold;height:80px;text-align:center;margin-top:15px;}
	#customize-DBA #submitbutton {margin:0 auto;padding-top:18px; padding-left:23px;}
	#customizeDBACheckboxesWrapper {margin-left:12px;margin-top:0px;width:225px}
	#customizeDBACheckboxesWrapper .customizeDBACheckboxes{border-bottom:1px dashed #c1c1c1;padding:6px 0 6px 0px; height:45px;}
	#customizeDBACheckboxesWrapper checkbox{float:left; vertical-align:top; padding-top: 15px;}
	#customizeDBACheckboxesWrapper label{width:190px;padding:0px 0px 0px 0px; float:right; font-size:11pt;}
	#customizeDBACheckboxesWrapper .noBorder{border-bottom:none;}
	#customizeDBACheckboxesWrapper .customizeDBACheckboxes input {margin-right:8px;}
	
/* */
	#benefits-DBA {margin-left:30px;float:left;}
	#benefits-DBA p {margin:20px 0 10px 0;font-size:13px;width:350px;}
	#benefits-DBA ul {font-size:13px;color:#626262;width:330px;list-style:none;}
	#benefits-DBA ul li {background: url('/img/icons/blueBullet.png') no-repeat left center;margin-bottom:10px;padding-bottom:2px;padding-left:15px; width:100%} /*border-bottom:1px dashed #c1c1c1; */
	#benefits-DBA #DBAprice {margin-top:20px;}
	#benefits-DBA ul li.liNoBorder {border-bottom:none;}
/* */
    #dba #middleContentDiv {margin:0 auto; width:976px;overflow:hidden;}
    #dba #middleContentDiv #commonQuestions {height:283px;width:460px;margin: 0px;padding:0px;float:left;background: url('/img/backgrounds/commonQuestionsBackground-johanna-no-pad.png'); background-repeat: no-repeat;background-position: bottom left;}
	#dba #middleContentDiv #commonQuestions ul {list-style:none;width:300px;margin-top:20px;}
	#dba #middleContentDiv #commonQuestions ul li {width: 100%;border-bottom: 1px dashed #bebebe; border-style: none none dashed;}
	#dba #middleContentDiv #commonQuestions ul li.liNoBorder {border-bottom:none;}
	#dba #middleContentDiv #commonQuestions ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 7px 5px 7px 15px;display: block;text-decoration: none;color: #3e93eb;font-size:14px;}
    #dba #middleContentDiv #header {padding-bottom:40px;}
	#dba #middleContentDiv #pressQuotes {height:283px;width:460px;float:right;margin-top:0px;width:439px;float:left;margin-top:0px;padding-right:30px;border-left:1px solid #ccc;padding-left:35px;}
	#dba #middleContentDiv #pressQuotes p {font-family: Arial; font-size:20px; color:#626262;text-align:center;font-style:italic;margin-top:20px;line-height:24px;}/*20px*/
	#dba #middleContentDiv #pressQuotes p span {font-family: Arial; font-size:15px; color:#006;text-align:center;font-weight:bold;}
	#dba #middleContentDiv #pressQuotes hr {color: #fff; background-color: #fff; border: 1px dotted #bebebe; border-style: none none dotted;}
	#dba #middleContentDiv #pressQuotes #quote {padding: 20px 0px 0px 50px;}
	
	#dba #middleContentDiv #pressQuotesLt {height:283px;width:460px;float:right;border-left:1px solid #ccc;padding-top:0px;padding-left:23px;padding-right:23px;}
    #dba #middleContentDiv #pressQuotesLt .bold{color:#000066; font-weight:bold;}
	#dba #middleContentDiv #pressQuotesLt ul {font-size:12px;color:#626262;width:450px;list-style:none; padding-top:18px;margin-left:30px;}
	#dba #middleContentDiv #pressQuotesLt ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px;}
	#dba #middleContentDiv #pressQuotesv ul li.liNoBorder {border-bottom:none;}
	#dba #middleContentDiv #pressQuotesLt .hr{border-top: 1px dashed #bebebe; margin-top: 15px;}
	#dba #middleContentDiv #pressQuotesLt #quote {padding: 10px 0px 0px 40px;}
	#dba #middleContentDiv #pressQuotesLt ul li a {color:#0068d3;text-decoration:none;}
	
	#dba #middleContentDiv #didYouKnow {clear:left;padding-top:30px;}
	#dba #middleContentDiv #questionsCall {margin-top:20px;}
	

/* ______________________________________________________________________  TM  _____________________________________________________________________________ */
#tm #topContentWrapper #topLower-nv {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/heroes/chris-schutte-full.jpg') no-repeat}
#tm #topContentWrapper #topLower-nv img#header {margin: 43px 0 0 30px;float:left;}
#tm #middleContentWrapper { margin:0 auto; background-color:#fff; min-width:976px; width:976px;padding-bottom:5px;background-image: url(/img/backgrounds/subPageBackground.png);background-repeat:repeat-x;padding-top:10px; height:100%;}

#tm #topContentWrapper #topLower-nv h1 {font-size: 25pt; font-weight: bold;color:#000066;padding: 26px 0px 4px 15px;}
#tm #topContentWrapper #topLower-nv h2 {font-size: 16pt; font-weight: bold;color:#000066;padding-left:15px;}

	#tm #customize {background: url('/img/boxes/blueCustomizeBox-270x329.png') no-repeat;height:330px; margin:30px; width:270px;float:right;color:#fff;font-size:15px;font-weight:bold; text-align:center;}
	#tm #customizeLrg {background: url('/img/boxes/blueCustomizeBox-270x358.png') no-repeat;height:360px; margin:30px; width:270px;float:right;color:#fff;font-size:15px;font-weight:bold; text-align:center;}
	
	#tm #customize hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#tm #customizeHeader {font-size: 26px;font-weight:bold;height:80px;margin-left:0px;margin-top:8px;}
	#tm #customize .footer{font-size:11px;width:220px;text-align:left;margin-left:33px;margin-right:26px;margin-top:10px;}
	
	#tm #customizeLrg .footer{font-size:11px;width:220px;text-align:left;margin-left:33px;margin-right:26px;margin-top:10px;}

	
	#tm #customizeCheckboxesWrapper {padding-left:10px;margin-right:10px;margin-top:7px;width:240px; text-align:center;}
	#tm #customizeCheckboxesWrapper .customizeCheckboxes{border-bottom:1px dashed #c1c1c1;padding-top:6px; margin-left:5px; padding-left:5px; height:30px;}
	#tm #customizeCheckboxesWrapper .checkbox{float:left; vertical-align:middle;}
	#tm #customizeCheckboxesWrapper label{width:205px;float:right; font-size:12px;text-align:left;}
	#tm #customizeCheckboxesWrapper p {font-size:17px;padding-left:20px;padding-right:20px;margin-right:10px;margin-top:9px;width:210px; text-align:left;}

	#tm #customizeCheckboxesWrapper .noBorder{border-bottom:none;}
	#tm #customize #submitbutton {margin:0 auto;padding-top:7px; padding-left:0px;}

	#tm #benefits {margin-left:15px;float:left;}
	#tm #benefits p {margin:15px 0 10px 0;font-size:13px;width:315px;line-height:17px;}
	#tm #benefits ul {font-size:13px;color:#626262;width:327px;list-style:none;}
	#tm #benefits ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 5px 5px;margin-bottom:7px;padding-bottom:2px;padding-left:15px;  width:100%}
	#tm #benefits #price {margin-top:15px;}
	#tm #benefits ul li.liNoBorder {border-bottom:none;}

    #tm #middleContentDiv {margin:0 auto; width:976px;overflow:hidden;}
    #tm #middleContentDiv #steps {background-image: url('/img/backgrounds/3-easy-steps.png');background-repeat:no-repeat; background-position:bottom left; padding-bottom:15px;}
    #tm #middleContentDiv #steps .header{font-size:28px; font-weight:bold;color:#000066;padding-top:12px;padding-left:20px;}
    #tm #middleContentDiv #easysteps{background-color:#f3f3f3;height:190px;border-bottom: solid 1px #dcdcdc;margin-bottom:15px;font-size:12px;color:#666666;}
    #tm #middleContentDiv #easysteps .subHeader{font-weight: bold;color:#000066;padding-bottom:5px;}
    #tm #middleContentDiv #easysteps .header{font-size:28px; font-weight:bold;color:#000066;padding-top:12px;padding-bottom:13px;padding-left:20px;}

    #tm #middleContentDiv #header {padding-bottom:40px;}
	#tm #middleContentDiv #pressQuotes {height:255px;width:439px;float:right;margin-top:0px;float:left;margin-top:0px;padding-right:0px;border-left:1px solid #ccc;padding-left:35px;}
	#tm #middleContentDiv #pressQuotes p {font-family: Arial; font-size:20px; color:#626262;text-align:center;font-style:italic;margin-top:20px;line-height:24px;}
	#tm #middleContentDiv #pressQuotes p span {font-family: Arial; font-size:15px; color:#006;text-align:center;font-weight:bold;}
	#tm #middleContentDiv #pressQuotes hr {color: #fff; background-color: #fff; border: 1px dotted #bebebe; border-style: none none dotted;}
	#tm #middleContentDiv #pressQuotes #quote {padding: 20px 0px 0px 50px;}
	#tm #middleContentDiv #didYouKnow {clear:left;padding-top:30px;}

	#tm #middleContentDiv #pressQuotesLt {height:273px;width:439px;float:left;float:left;border-right:1px solid #ccc;padding-top:33px;padding-left:23px;padding-right:23px;}
    #tm #middleContentDiv #pressQuotesLt .bold{color:#000066; font-weight:bold;}
	#tm #middleContentDiv #pressQuotesLt ul {font-size:14px;color:#626262;width:450px;list-style:none; padding-top:18px;}
	#tm #middleContentDiv #pressQuotesLt ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px;}
	#tm #middleContentDiv #pressQuotesv ul li.liNoBorder {border-bottom:none;}
	#tm #middleContentDiv #pressQuotesLt .hr{border-top: 1px dashed #bebebe; margin-top: 15px;}
	#tm #middleContentDiv #pressQuotesLt #quote {padding: 10px 0px 0px 40px;}
	#tm #middleContentDiv #pressQuotesLt ul li a {color:#0068d3;}

    #tm #disclaimerLAP{ font-size:11px;color:#666;margin:0px 0px 10px 20px;font-style:italic;}
    
    #tm #middleContentDiv #commonQuestions {height:258px;width:435px;float:left;background: url('/img/backgrounds/commonQuestionsBackground-johanna.png') no-repeat;background-position: top left;}
	#tm #middleContentDiv #commonQuestions ul {list-style:none;width:300px;margin-top:15px;}
	#tm #middleContentDiv #commonQuestions ul li {width: 100%;border-bottom: 1px dashed #bebebe; border-style: none none dashed;}
	#tm #middleContentDiv #commonQuestions ul li.liNoBorder {border-bottom:none;}
	#tm #middleContentDiv #commonQuestions ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 7px 5px 7px 15px;display: block;text-decoration: none;color: #3e93eb;font-size:14px;}
	#tm #middleContentDiv #commonQuestions p {font-weight:bold;color:#474747;margin:20px 0 0 20px;}

    #tm #middleContentDiv #commonQuestionsRt {height:258px;width:450px;margin-top:33px;margin-right:15px;float:right;background: url('/img/backgrounds/commonQuestionsBackground-johanna-no-line.png') no-repeat;background-position: bottom right;}
	#tm #middleContentDiv #commonQuestionsRt ul {list-style:none;width:300px;margin-top:15px;}
	#tm #middleContentDiv #commonQuestionsRt ul li {width: 100%;border-bottom: 1px dashed #bebebe; border-style: none none dashed;}
	#tm #middleContentDiv #commonQuestionsRt ul li.liNoBorder {border-bottom:none;}
	#tm #middleContentDiv #commonQuestionsRt ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 7px 5px 7px 15px;display: block;text-decoration: none;color: #3e93eb;font-size:13px;}
	#tm #middleContentDiv #commonQuestionsRt p {font-weight:bold;color:#474747;margin:25px 0 0 40px;}

	#tm #middleContentDiv #didYouKnow {clear:left;padding-top:5px; text-align:center;margin-top:20px;height:230px}
	#tm #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 5px;margin:0 auto;text-align:center;}
	#tm #middleContentDiv #details-wrapper	.details {width: 250px;font-size:16px;color: #818181;}
	#tm #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
	#tm #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
	#tm #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
	#tm #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}



/* ______________________________________________________________________  copyright _____________________________________________________________________________ */
#cpy #topContentWrapper #topLower-nv {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/backgrounds/copyright-overview.jpg') no-repeat}
#cpy #topContentWrapper #topLower-nv #header {margin: 0px 0 0 12px;float:left;}
#cpy #topContentWrapper #topLower-nv h1 {font-size: 30pt; padding-top:17px;font-weight: bold;color:#000066;}
#cpy #topContentWrapper #topLower-nv h2 {font-size: 16pt; font-weight: bold;color:#000066;}

#cpy #middleContentWrapper { background-color:#fff; min-width:976px; width:100%;padding-bottom:5px;background-image: url(/img/backgrounds/subPageBackground.png);background-repeat:repeat-x;padding-top:10px; height:100%;}
	#cpy #customize {background: url('/img/boxes/blueCustomizeBox-small-hdr.png') no-repeat;height:335px; width:270px;float:right;margin:30px; color:#fff;font-size:15px;font-weight:bold; }
	#cpy #customize p {margin:20px 0 2px 15px;font-size:17px; font-weight:bold;}
	#cpy #customize hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#cpy #customizeHeader {font-weight:bold;font-size: 21px; height:40px;margin-left:-5px;margin-top:15px; margin-bottom: 10px;}
	
	#cpy #customize #submitbutton {margin:0 auto;padding-top:10px; padding-left:33px;}
	#cpy #customizeCheckboxesWrapper {margin-left:12px;margin-top:0px;width:240px;}
	#cpy #customizeCheckboxesWrapper .customizeCheckboxes{border-bottom:1px dashed #c1c1c1;padding:6px 0px 0px 0px; height:25px;}
	#cpy #customizeCheckboxesWrapper checkbox{float:left; vertical-align:middle; padding-top: 0px;}
	#cpy #customizeCheckboxesWrapper label{width:198px;padding:2px 0px 0px 0px; float:right; font-size:12px;}
	#cpy #customizeCheckboxesWrapper .noBorder{border-bottom:none;}
	#cpy #customizeCheckboxesWrapper .customizeCheckboxes input {margin-right:0px; margin-left: 15px;}
	#cpy #customizeCheckboxesWrapper ul {list-style:none;}
	#cpy #customizeCheckboxesWrapper li {margin-bottom:10px;padding:0;padding-left:30px;background-image:url(/img/navigation/whiteBullet.png);background-repeat:no-repeat;background-position:12px 5px;}

	#cpy #benefits {margin-left:12px;float:left;}
	#cpy #benefits p {margin:14px 0 10px 0;font-size:13px;width:280px;}
	#cpy #benefits ul {font-size:13px;color:#626262;width:360px;list-style:none;}
	#cpy #benefits ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px;  width:214px}
	#cpy #benefits #price {margin-top:15px;}
	#cpy #benefits ul li.liNoBorder {border-bottom:none;}

    #cpy #middleContentDiv {margin:0 auto; width:976px;overflow:visible;}

    #cpy #middleContentDiv #commonQuestions {height:260px;width:455px;float:right;background: url('/img/backgrounds/commonQuestionsBackground-johanna-no-line.png') no-repeat;background-position: bottom right;}
	#cpy #middleContentDiv #commonQuestions ul {list-style:none;width:300px;margin-top:15px;}
	#cpy #middleContentDiv #commonQuestions ul li {width: 100%;border-bottom: 1px dashed #bebebe; border-style: none none dashed;}
	#cpy #middleContentDiv #commonQuestions ul li.liNoBorder {border-bottom:none;}
	#cpy #middleContentDiv #commonQuestions ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 5px 5px 5px 15px;display: block;text-decoration: none;color: #3e93eb;font-size:13px;}
	#cpy #middleContentDiv #commonQuestions p {font-weight:bold;color:#474747;margin:30px 0 0 20px;}
    
    #cpy #middleContentDiv #pressQuotes {height:260px;width:440px;float:right;margin-top:0px;float:left;margin-right:25px;padding-right:25px;border-right:1px solid #ccc;padding-left:25px;}
    #cpy #middleContentDiv #pressQuotes .bold{color:#000066; font-weight:bold;}
	#cpy #middleContentDiv #pressQuotes ul {font-size:13px;color:#626262;width:440px;list-style:none; padding-top:25px;}
	#cpy #middleContentDiv #pressQuotes ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px;}
	#cpy #middleContentDiv #pressQuotes ul li.liNoBorder {border-bottom:none;}
	#cpy #middleContentDiv #pressQuotes .hr{border-top: 1px dashed #bebebe; margin-top: 15px;}
	#cpy #middleContentDiv #pressQuotes #quote {padding: 10px 0px 0px 40px;}

	#cpy #middleContentDiv #didYouKnow {clear:left;padding-top:30px;text-align:center;}
	#cpy #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 5px;margin:0 auto;text-align:center;}
	#cpy #middleContentDiv #details-wrapper	.details {width: 255px;font-size:16px;color: #818181;}
	#cpy #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
	#cpy #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
	#cpy #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
	#cpy #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}
    #cpy #steps {background-color:#f3f3f3;margin:5px 25px 25px 25px;background: url(/img/backgrounds/3-steps-bg-grey.jpg) no-repeat bottom left;height:140px;}
    #cpy .steps-text-wrapper {padding-top:33px;text-align:center;}
    #cpy .steps-text {font-size:12px;color:#626262;width:193px;font-weight:bold;text-align:left;}
    #cpy #middleContentDiv .header {font-size:26px;font-weight:bold;color:#000066;}

	
/* ___________________________________________________________________ LAP ___________________________________________________________________ */
#LAP #topContentWrapper #topLower img#header {margin: 25px 0 0 30px;}
#LAP #topContentWrapper #topLower {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;width:976px;background: url('/img/heroes/lap.jpg') no-repeat bottom right}
	#customize-LAP {background: url('/img/boxes/blueCustomizeBox-small-hdr-short.png') no-repeat;height:225px; width:261px;float:right;margin-top:50px;margin-right:30px; color:#fff;font-size:14px; }
    #LAP #customize p {margin:20px 0 2px 15px;font-size:17px; font-weight:bold;}
	#LAP #customize hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#LAP #customizeHeader {font-weight:bold;font-size: 21px; height:50px;margin-left:-5px;margin-top:15px; margin-bottom: 10px;}
	#LAP #customize #submitbutton {margin:0 auto;padding-top:10px; padding-left:33px;}
	#benefits-LAP {margin-left:30px;float:left;color:#626262;}
	#benefits-LAP p {margin:10px 0 10px 0;font-size:13px;width:320px;}
#LAP #middleContentWrapper { border-top: #3366cc 5px solid; background-color:#fff; width:100%;padding-bottom:5px;background-image: url(/img/backgrounds/subPageBackground.png);background-repeat:repeat-x; background-position:0px -5px;padding-top:15px;}
#LAP .middleNav
{
    margin-left:45px;
    padding-top:20px;
    padding-bottom:0px;
    margin-bottom:-3px;
    vertical-align:bottom;
    clear:both;
}
#LAP #BVRRSummaryContainer
{
    margin-left:45px;
    margin-top:10px;    
    height: 30px; 
}
/* ___________________________________________________________________ BAP ___________________________________________________________________ */
#BAP #topContentWrapper #topLower img#header {margin: 20px 0 0 30px;}
#BAP #topContentWrapper #topLower {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;width:976px;background: url('/img/heroes/bap.jpg') no-repeat bottom right}
	#customize-BAP {background: url('/img/boxes/blueCustomizeBox-small-hdr-short.png') no-repeat;height:225px; width:261px;float:right;margin-top:50px;margin-right:30px; color:#fff;font-size:14px; }
    #BAP #customize p {margin:20px 0 2px 15px;font-size:17px; font-weight:bold;}
	#BAP #customize hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#BAP #customizeHeader {font-weight:bold;font-size: 21px; height:50px;margin-left:-5px;margin-top:15px; margin-bottom: 10px;}
	#BAP #customize #submitbutton {margin:0 auto;padding-top:10px; padding-left:33px;}
	#benefits-BAP {margin-left:30px;float:left;color:#626262;}
	#benefits-BAP p {margin:10px 0 10px 0;font-size:13px;width:320px;}	
#BAP #middleContentWrapper { border-top: #3366cc 5px solid; background-color:#fff; width:100%;padding-bottom:5px;background-image: url(/img/backgrounds/subPageBackground.png);background-repeat:repeat-x; background-position:0px -5px;padding-top:15px;}
#BAP .middleNav
{
    margin-left:45px;
    padding-top:20px;
    padding-bottom:0px;
    margin-bottom:-3px;
    vertical-align:bottom;
    clear:both;
}
#BAP #BVRRSummaryContainer
{
    margin-left:45px;
    margin-top:10px;  
    height: 30px; 
}
/* ______________________________________________________________________  Power of Attorney _____________________________________________________________________________ */
#poa #topContentWrapper #topLower-nv {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/backgrounds/POA-overview.jpg') no-repeat}
#poa #topContentWrapper #topLower-nv #header {margin: 22px 0 0 12px;float:left;}
#poa #topContentWrapper #topLower-nv h1 {font-size: 39px; font-weight: bold;color:#000066;}
#poa #topContentWrapper #topLower-nv h2 {font-size: 22px; font-weight: bold;color:#000066; padding-top:5px;}

	#poa #customize {background: url('/img/boxes/blueCustomizeBox-sml-lrg-hdr.png') no-repeat;height:335px; width:270px;float:right;margin:30px; color:#fff;font-size:15px;font-weight:bold; }
	#poa #customize p {margin:20px 0 2px 15px;font-size:17px; font-weight:bold;}
	#poa #customize hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#poa #customizeHeader {font-weight:bold;font-size: 23px; height:40px;margin-left:-3px;margin-top:15px; margin-bottom: 39px;}
	
	#poa #customize #submitbutton {margin:0 auto;padding-top:0px; padding-left:33px;}
	#poa #customizeCheckboxesWrapper {margin-left:25px;margin-top:0px;width:220px;}
	#poa #customizeCheckboxesWrapper .customizeCheckboxes{border-bottom:1px dashed #c1c1c1;padding:6px 0px 0px 0px; height:30px;}
	#poa #customizeCheckboxesWrapper .checkbox{float:left; vertical-align:middle; padding-top: 0px;padding-right:10px;}

	#poa #customizeCheckboxesWrapper .noBorder{border-bottom:none;}
	#poa #customizeCheckboxesWrapper .customizeCheckboxes input {margin-right:10px; margin-left: 15px; vertical-align:middle;}
	#poa #customizeCheckboxesWrapper ul {list-style:none;}
	#poa #customizeCheckboxesWrapper li {margin-bottom:10px;padding-bottom:10px;padding-left:30px;background-image:url(/img/navigation/whiteBullet.png);background-repeat:no-repeat;background-position:12px 5px;border-bottom:1px dashed #c1c1c1;}
	#poa #customizeCheckboxesWrapper #stateWrapper {margin:10px 0 20px 10px;}
	#poa #customizeCheckboxesWrapper #state {margin-top:5px;margin-left:5px;width:140px}

	#poa #benefits {margin-left:12px;float:left;}
	#poa #benefits p {margin:23px 0 10px 0;font-size:13px;width:315px;line-height:18px;}
	#poa #benefits ul {font-size:13px;color:#626262;width:360px;list-style:none;}
	#poa #benefits ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:7px;padding-bottom:2px;padding-left:15px;  width:300px}
	#poa #benefits #price {margin-top:30px;}
	#poa #benefits ul li.liNoBorder {border-bottom:none;}

#poa #middleContentWrapper { margin:0 auto; background-color:#fff; min-width:976px; width:976px;padding-bottom:0px;background-image: url(/img/backgrounds/subPageBackground.png);background-repeat:repeat-x;padding-top:10px; height:100%;}
    #poa #middleContentDiv {margin:0 auto; width:976px;overflow:visible;background-color:#f4f4f4;}
    #poa #middleContentDiv #steps {background-image: url('/img/backgrounds/poa-3-step.png');background-repeat:no-repeat; background-position:top left; padding-bottom:15px;}
    #poa #middleContentDiv #steps #header{font-size:28px; font-weight:bold;color:#000066;padding-top:12px;padding-left:20px;}
 
    #poa #middleContentDiv #commonQuestions {height:260px;width:460px;margin-top:40px;float:right;background: url('/img/backgrounds/commonQuestionsBackground-johanna.png') no-repeat;background-position: 7px left;}
	#poa #middleContentDiv #commonQuestions ul {list-style:none;width:300px;margin-top:15px;}
	#poa #middleContentDiv #commonQuestions ul li {width: 100%;border-bottom: 1px dashed #bebebe; border-style: none none dashed;}
	#poa #middleContentDiv #commonQuestions ul li.liNoBorder {border-bottom:none;}
	#poa #middleContentDiv #commonQuestions ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 5px 5px 5px 15px;display: block;text-decoration: none;color: #3e93eb;font-size:13px;}
	#poa #middleContentDiv #commonQuestions p {font-weight:bold;color:#474747;margin:30px 0 0 20px;}
    
    #poa #middleContentDiv #pressQuotes {height:260px;width:440px;float:right;margin-top:30px;float:left;margin-right:20px;padding-right:25px;border-right:1px solid #ccc;padding-left:20px;}
    #poa #middleContentDiv #pressQuotes .bold{color:#000066; font-weight:bold;}
	#poa #middleContentDiv #pressQuotes ul {font-size:13px;color:#626262;width:440px;list-style:none; padding-top:25px;}
	#poa #middleContentDiv #pressQuotes ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px;}
	#poa #middleContentDiv #pressQuotes ul li.liNoBorder {border-bottom:none;}
	#poa #middleContentDiv #pressQuotes .hr{border-top: 1px dashed #bebebe; margin-top: 15px;}
	#poa #middleContentDiv #pressQuotes #quote {padding: 10px 0px 0px 40px;}

	#poa #middleContentDiv #didYouKnow {clear:left;padding-top:30px; text-align:center;margin-top:20px;height:262px}
	#poa #middleContentDiv #details-wrapper
	{
	    padding-top:10px;
	    padding-bottom: 5px;
	    margin:0 auto;
	    text-align:center;
	}
	#poa #middleContentDiv #details-wrapper	.details
	{
	    width: 250px;
	    font-size:16px;
	    color: #818181;
	}
	#poa #middleContentDiv #details-wrapper .details b
	{
	    color:#000066;
	   font-weight:bold;
	}
	#poa #middleContentDiv #details-wrapper	.details1
	{
	    float:left;
	    margin-left:58px;
	}
	#poa #middleContentDiv #details-wrapper	.details3
	{
	    float:right;
	    margin-right:58px;
	}
	#poa #middleContentDiv #details-wrapper	.details2
	{
	    margin:0 auto;
	}
/* ______________________________________________________________________  BK  _____________________________________________________________________________ */
#bk #topContentWrapper #topLower-nv {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/backgrounds/bankruptcy_overview.jpg') no-repeat}
#bk #topContentWrapper #topLower-nv img#header {margin: 43px 0 0 30px;float:left;}
#bk #middleContentWrapper { margin:0 auto; background-color:#fff; min-width:976px; width:976px;padding-bottom:5px;background-image: url(/img/backgrounds/subPageBackground.png);background-repeat:repeat-x;padding-top:10px; height:100%;}

#bk #topContentWrapper #topLower-nv h1 {font-size: 29pt; font-weight: bold;color:#000066;padding: 36px 0px 2px 15px;}
#bk #topContentWrapper #topLower-nv h2 {font-size: 19pt; font-weight: normal;color:#000066;padding-left:15px;}

	#bk #customize {background: url('/img/boxes/blueCustomizeBox-270x325.png') no-repeat;height:360px; margin:20px; width:270px;float:right;color:#fff;font-size:15px;font-weight:bold; text-align:center;}
	
	#bk #customize hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#bk #customizeHeader {font-size: 22px;font-weight:bold;height:82px;}
	#bk #customize .footer{font-size:14px;width:200px;text-align:center;font-style:italic;margin:0 auto;padding-top:10px;} */
 
 	#bk #customizeCheckboxesWrapper {padding-left:5px;margin-right:10px;margin-top:0px;width:240px; text-align:center;}
	#bk #customizeCheckboxesWrapper .customizeCheckboxes{border-bottom:1px dashed #c1c1c1;padding-top:4px; padding-bottom:2px;margin-left:15px; margin-right:15px;height:23px;}
	#bk #customizeCheckboxesWrapper .checkbox{float:left; vertical-align:middle;}
	#bk #customizeCheckboxesWrapper label{width:205px;float:right; margin-top:3px;font-size:14px;text-align:left;}
	#bk #customizeCheckboxesWrapper p {font-size:17px;padding-left:20px;padding-right:20px;margin-right:10px;margin-top:0px;width:210px; text-align:left;}

	#bk #customizeCheckboxesWrapper .noBorder{border-bottom:none;}
	#bk #customize #submitbutton {margin-top:39px;}

	#bk #benefits {margin-left:12px;float:left;font-size:13px;}
	#bk #benefits p {margin:12px 0 13px 0;width:350px;line-height:18px;}
	#bk #benefits ul {color:#626262;width:327px;list-style:none;}
	#bk #benefits ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 7px;margin-bottom:7px;padding-left:15px;  width:100%}
	#bk #benefits ul li.liNoBorder {border-bottom:none;}
	#bk #benefits a {margin-top:27px;display:block;color:#ff6600;font-size:14px;font-weight:bold;line-height:19px;}

    #bk #middleContentDiv {margin:0 auto; width:976px;overflow:hidden;}
    #bk #middleContentDiv #steps {background-image: url('/img/backgrounds/3-easy-steps.png');background-repeat:no-repeat; background-position:bottom left; padding-bottom:15px;}
    #bk #middleContentDiv #steps .header{font-size:28px; font-weight:bold;color:#000066;padding-top:12px;padding-left:20px;}

	#bk #middleContentDiv #pressQuotesLt {height:273px;width:439px;float:left;float:left;border-right:1px solid #ccc;padding-top:33px;padding-left:23px;padding-right:23px;}
    #bk #middleContentDiv #pressQuotesLt .bold{color:#000066; font-weight:bold;}
	#bk #middleContentDiv #pressQuotesLt ul {font-size:14px;color:#626262;width:450px;list-style:none; padding-top:18px;}
	#bk #middleContentDiv #pressQuotesLt ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px;}
	#bk #middleContentDiv #pressQuotesv ul li.liNoBorder {border-bottom:none;}
	#bk #middleContentDiv #pressQuotesLt .hr{border-top: 1px dashed #bebebe; margin-top: 15px;}
	#bk #middleContentDiv #pressQuotesLt #quote {padding: 10px 0px 0px 40px;}
	#bk #middleContentDiv #pressQuotesLt ul li a {color:#0068d3;text-decoration:none;}
	
    #bk #middleContentDiv #commonQuestionsRt {height:258px;width:450px;padding-top:33px;margin-right:15px;float:right;background: url('/img/backgrounds/commonQuestionsBackground-johanna-no-line.png') no-repeat;background-position: bottom right;}
	#bk #middleContentDiv #commonQuestionsRt ul {list-style:none;width:300px;margin-top:15px;}
	#bk #middleContentDiv #commonQuestionsRt ul li {width: 100%;border-bottom: 1px dashed #bebebe; border-style: none none dashed;}
	#bk #middleContentDiv #commonQuestionsRt ul li.liNoBorder {border-bottom:none;}
	#bk #middleContentDiv #commonQuestionsRt ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 7px 5px 7px 15px;display: block;text-decoration: none;color: #0068d3;font-size:14px;}
	#bk #middleContentDiv #commonQuestionsRt p {font-weight:bold;color:#474747;margin:25px 0 0 40px;}

	#bk #middleContentDiv #didYouKnow {clear:left;padding-top:5px; text-align:center;margin-top:20px;height:230px}
	#bk #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 5px;margin:0 auto;text-align:center;}
	#bk #middleContentDiv #details-wrapper	.details {width: 250px;font-size:16px;color: #818181;}
	#bk #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
	#bk #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
	#bk #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
	#bk #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}

	#bk #middleContentDiv #footer-wrapper {margin: 25px 5px 25px 5px;font-size:8pt;color:#333333;} /*margin:0 auto; */
	#bk #middleContentDiv #footer-left {float:left;width:47%;}
	#bk #middleContentDiv #footer-right {float:right;width:47%;}
	#bk #middleContentDiv #provider {font-weight: bold; font-size:10pt;color:#000066;}
	#bk #middleContentDiv #footer-wrapper a {color:#0068d3;}
/* ______________________________________________________________________  NP  _____________________________________________________________________________ */
#np #topContentWrapper #topLower-nv {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/backgrounds/nonprofit_overview.jpg') no-repeat}
#np #topContentWrapper #topLower-nv img#header {margin: 43px 0 0 30px;float:left;}
#np #middleContentWrapper { margin:0 auto; background-color:#fff; min-width:976px; width:976px;padding-bottom:5px;background-image: url(/img/backgrounds/subPageBackground.png);background-repeat:repeat-x;padding-top:10px; height:100%;}

#np #topContentWrapper #topLower-nv h1 {font-size: 29pt; font-weight: bold;color:#000066;padding: 36px 0px 2px 12px;}
#np #topContentWrapper #topLower-nv h2 {font-size: 19pt; font-weight: normal;color:#000066;padding-left:15px;}

	#np #customize {background: url('/img/boxes/blueCustomizeBox-270x325.png') no-repeat;height:360px; margin:20px; width:270px;float:right;color:#fff;font-size:15px;font-weight:bold; text-align:center;}
	
	#np #customize hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#np #customizeHeader {font-size: 22px;font-weight:bold;height:82px;}
	#np #customize .footer{font-size:14px;width:200px;text-align:center;font-style:italic;margin:0 auto;padding-top:10px;} */
 
 	#np #customizeCheckboxesWrapper {padding-left:5px;margin-right:10px;margin-top:0px;width:240px; text-align:center;}
	#np #customizeCheckboxesWrapper .customizeCheckboxes{border-bottom:1px dashed #c1c1c1;padding-top:4px; padding-bottom:2px;margin-left:15px; margin-right:15px;height:45px;}
	#np #customizeCheckboxesWrapper .checkbox{float:left; vertical-align:middle;}
	#np #customizeCheckboxesWrapper label{width:205px;float:right; margin-top:3px;font-size:14px;text-align:left;}
	#np #customizeCheckboxesWrapper p {font-size:17px;padding-left:20px;padding-right:20px;margin-right:10px;margin-top:0px;width:210px; text-align:left;}

	#np #customizeCheckboxesWrapper .noBorder{border-bottom:none;}
	#np #customize #submitbutton {margin-top:5px;}

	#np #benefits {margin-left:12px;float:left;font-size:13px;}
	#np #benefits p {margin:12px 0 13px 0;width:350px;line-height:18px;}
	#np #benefits ul {color:#626262;width:327px;list-style:none;}
	#np #benefits ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 7px;margin-bottom:7px;padding-left:15px;  width:100%}
	#np #benefits ul li.liNoBorder {border-bottom:none;}
	#np #benefits a {margin-top:35px;display:block;color:#ff6600;font-size:14px;font-weight:bold;line-height:19px;}

    #np #middleContentDiv {margin:0 auto; width:976px;overflow:hidden;}
    #np #middleContentDiv #steps {background-image: url(/img/backgrounds/3-easy-steps.png);background-repeat:no-repeat; background-position:bottom left; padding-bottom:15px;}
    #np #middleContentDiv #steps .header{font-size:28px; font-weight:bold;color:#000066;padding-top:0px;padding-left:20px;}
    /*
    #np #middleContentDiv #steps .header{font-size:28px; font-weight:bold;color:#000066;padding-top:12px;padding-left:20px;}
    */
	#np #middleContentDiv #pressQuotesLt {height:273px;width:439px;float:left;float:left;border-right:1px solid #ccc;padding-top:33px;padding-left:23px;padding-right:23px;}
    #np #middleContentDiv #pressQuotesLt .bold{color:#000066; font-weight:bold;}
	#np #middleContentDiv #pressQuotesLt ul {font-size:12px;color:#626262;width:450px;list-style:none; padding-top:18px;}
	#np #middleContentDiv #pressQuotesLt ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px;}
	#np #middleContentDiv #pressQuotesv ul li.liNoBorder {border-bottom:none;}
	#np #middleContentDiv #pressQuotesLt .hr{border-top: 1px dashed #bebebe; margin-top: 15px;}
	#np #middleContentDiv #pressQuotesLt #quote {padding: 10px 0px 0px 40px;}
	#np #middleContentDiv #pressQuotesLt ul li a {color:#0068d3;text-decoration:none;}
	
    #np #middleContentDiv #commonQuestionsRt {height:258px;width:450px;padding-top:33px;margin-right:15px;float:right;background: url('/img/backgrounds/commonQuestionsBackground-johanna-no-line.png') no-repeat;background-position: bottom right;}
	#np #middleContentDiv #commonQuestionsRt ul {list-style:none;width:300px;margin-top:15px;}
	#np #middleContentDiv #commonQuestionsRt ul li {width: 100%;border-bottom: 1px dashed #bebebe; border-style: none none dashed;}
	#np #middleContentDiv #commonQuestionsRt ul li.liNoBorder {border-bottom:none;}
	#np #middleContentDiv #commonQuestionsRt ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 7px 5px 7px 15px;display: block;text-decoration: none;color: #0068d3;font-size:12px;}
	#np #middleContentDiv #commonQuestionsRt p {font-weight:bold;color:#474747;margin:25px 0 0 40px;}

	#np #middleContentDiv #didYouKnow {clear:left;padding-top:5px; text-align:center;margin-top:20px;height:230px}
	#np #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 5px;margin:0 auto;text-align:center;}
	#np #middleContentDiv #details-wrapper	.details {width: 250px;font-size:16px;color: #818181;}
	#np #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
	#np #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
	#np #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
	#np #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}

/* ______________________________________________________________________  PRENUP  _____________________________________________________________________________ */
#prenup #topContentWrapper #topLower-nv {font-size:11px;color:#000;margin:0 auto;background-color:#fff;height:407px;width:976px;background: url('/img/heroes/prenupHero.jpg') no-repeat}
#prenup #topContentWrapper #topLower-nv img#header {margin: 43px 0 0 30px;float:left;}
#prenup #middleContentWrapper { margin:0 auto; background-color:#fff; min-width:976px; width:976px;padding-bottom:5px;background-image: url(/img/backgrounds/subPageBackground.png);background-repeat:repeat-x;padding-top:10px; height:100%;}

#prenup #topContentWrapper #topLower-nv h1 {font-size: 16pt; font-weight: bold;color:#000066;padding: 30px 0px 2px 15px;}
#prenup #topContentWrapper #topLower-nv h2 {font-size: 19pt; font-weight: normal;color:#000066;padding-left:15px;}

	#prenup #customize {background: url('/img/boxes/blueCustomizeBox-270x325.png') no-repeat;height:360px; margin:20px; width:270px;float:right;color:#fff;font-size:15px;font-weight:bold; text-align:center;}
	
	#prenup #customize hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
	#prenup #customizeHeader {font-size: 22px;font-weight:bold;height:82px;}
	#prenup #customize .footer{font-size:14px;width:200px;text-align:center;font-style:italic;margin:0 auto;padding-top:10px;} */
 
 	#prenup #customizeCheckboxesWrapper {padding-left:5px;margin-right:10px;margin-top:0px;width:240px; text-align:center;}
	#prenup #customizeCheckboxesWrapper .customizeCheckboxes{border-bottom:1px dashed #c1c1c1;padding-top:4px; padding-bottom:2px;margin-left:15px; margin-right:15px;height:35px;}
	#prenup #customizeCheckboxesWrapper .checkbox{float:left; vertical-align:middle;margin-top:10px;}
	#prenup #customizeCheckboxesWrapper #third{margin-top:0px;}
	#prenup #customizeCheckboxesWrapper label{width:205px;float:right; margin-top:3px;font-size:14px;text-align:left;}
	#prenup #customizeCheckboxesWrapper p {font-size:17px;padding-left:20px;padding-right:20px;margin-right:10px;margin-top:0px;width:210px; text-align:left;}

	#prenup #customizeCheckboxesWrapper .noBorder{border-bottom:none;}
	#prenup #customize #submitbutton {margin-top:2px;}

	#prenup #benefits {margin-left:12px;float:left;font-size:13px;}
	#prenup #benefits p {margin:12px 0 13px 0;width:350px;line-height:18px;}
	#prenup #benefits ul {color:#000;width:327px;list-style:none;}
	#prenup #benefits ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 7px;margin-bottom:7px;padding-left:15px;  width:100%}
	#prenup #benefits ul li.liNoBorder {border-bottom:none;}
	#prenup #benefits a {margin-top:10px;display:block;color:#ff6600;font-size:14px;font-weight:bold;line-height:19px;}
	#prenup #benefits a.color1 {color:#006;}

    #prenup #middleContentDiv {margin:0 auto; width:976px;overflow:hidden;}
    #prenup #middleContentDiv #steps {background-image: url('/img/backgrounds/3-easy-steps.png');background-repeat:no-repeat; background-position:bottom left; padding-bottom:15px;}
    #prenup #middleContentDiv #steps .header{font-size:28px; font-weight:bold;color:#000066;padding-top:12px;padding-left:20px;}

	#prenup #middleContentDiv #pressQuotesLt {height:273px;width:439px;float:left;float:left;border-right:1px solid #ccc;padding-top:33px;padding-left:23px;padding-right:23px;}
    #prenup #middleContentDiv #pressQuotesLt .bold{color:#000066; font-weight:bold;}
	#prenup #middleContentDiv #pressQuotesLt ul {font-size:14px;color:#626262;width:450px;list-style:none; padding-top:18px;}
	#prenup #middleContentDiv #pressQuotesLt ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:10px;padding-bottom:2px;padding-left:15px;}
	#prenup #middleContentDiv #pressQuotesv ul li.liNoBorder {border-bottom:none;}
	#prenup #middleContentDiv #pressQuotesLt .hr{border-top: 1px dashed #bebebe; margin-top: 15px;}
	#prenup #middleContentDiv #pressQuotesLt #quote {padding: 10px 0px 0px 40px;}
	#prenup #middleContentDiv #pressQuotesLt ul li a {color:#0068d3;text-decoration:none;}
	
    #prenup #middleContentDiv #commonQuestionsRt {height:258px;width:450px;padding-top:33px;margin-right:15px;float:right;background: url('/img/backgrounds/commonQuestionsBackground-johanna-no-line.png') no-repeat;background-position: bottom right;}
	#prenup #middleContentDiv #commonQuestionsRt ul {list-style:none;width:300px;margin-top:15px;}
	#prenup #middleContentDiv #commonQuestionsRt ul li {width: 100%;border-bottom: 1px dashed #bebebe; border-style: none none dashed;}
	#prenup #middleContentDiv #commonQuestionsRt ul li.liNoBorder {border-bottom:none;}
	#prenup #middleContentDiv #commonQuestionsRt ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 7px 5px 7px 15px;display: block;text-decoration: none;color: #0068d3;font-size:14px;}
	#prenup #middleContentDiv #commonQuestionsRt p {font-weight:bold;color:#474747;margin:25px 0 0 40px;}

	#prenup #middleContentDiv #didYouKnow {clear:left;padding-top:5px; text-align:center;margin-top:20px;height:230px}
	#prenup #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 5px;margin:0 auto;text-align:center;}
	#prenup #middleContentDiv #details-wrapper	.details {width: 250px;font-size:16px;color: #818181;}
	#prenup #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
	#prenup #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
	#prenup #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
	#prenup #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}

	#prenup #middleContentDiv #footer-wrapper {margin: 25px 5px 25px 5px;font-size:8pt;color:#333333;} /*margin:0 auto; */
	#prenup #middleContentDiv #footer-left {float:left;width:47%;}
	#prenup #middleContentDiv #footer-right {float:right;width:47%;}
	#prenup #middleContentDiv #provider {font-weight: bold; font-size:10pt;color:#000066;}
	#prenup #middleContentDiv #footer-wrapper a {color:#0068d3;}
	#prenup #overlayWrapper ul {margin-left:30px;}
	#prenup #overlayWrapper ul li {margin-bottom:5px;}
	#prenup #overlayWrapper ol {margin-left:60px;list-style:decimal;margin-top:10px;}
	#prenup #overlayWrapper ol li {background-image:none;padding-left:0;margin-bottom:5px;}
	
	/* ___________________________________________________________________ INC ___________________________________________________________________ */
	#inc #topContentWrapper #topLower img#header {margin: 25px 0 0 30px;}
	#inc #topContentWrapper #topLower {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:405px;width:976px;background: url('/img/heroes/inc2.jpg') no-repeat}

	#inc #benefits {margin-left:30px;float:left;color:#626262;}
	#inc #benefits p {margin:10px 0 10px 0;font-size:13px;width:420px;}
	#inc #benefits p.descriptionPara {font-size:16px;}
	#inc #benefits ul {font-size:13px;width:300px;list-style:none;}
	#inc #benefits ul li {background: url('/img/icons/blueBullet.png') no-repeat left center;margin-bottom:10px;padding-bottom:2px;padding-left:10px; border-bottom:1px dashed #c1c1c1; width:100%;}
	#inc #benefits #seeIncludedOverlayLink {margin-top:-10px;}
	#inc #benefits #seeIncludedOverlayLink a {color:#0068d3;font-size:12px;font-weight:bold;text-decoration:none;}
	#inc #benefits #seeIncludedOverlayLink img {margin-top:0px;vertical-align:middle;}
	#inc #benefits #IncPrice {margin:-7px 0 0 0;}
	#inc #benefits ul li.liNoBorder {border-bottom:none;}
	
	#inc #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 5px;margin:0 auto;text-align:center;}
		#inc #middleContentDiv #details-wrapper	.details {width: 250px;font-size:16px;color: #818181;}
		#inc #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
		#inc #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
		#inc #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
		#inc #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}

    #inc #steps {background-color:#f3f3f3;margin:10px 0px 25px 0px;height:135px; border-bottom: solid #dcdcdc 1px;} /* 155px*/
    #inc .steps-text-wrapper {margin-top:15px;text-align:center;}
    #inc .steps-text {font-size:12px;color:#626262;width:193px;font-weight:bold;text-align:left;}
    #inc #middleContentDiv .header {font-size:26px;font-weight:bold;color:#000066;}

	#inc #middleContentDiv #pressQuotes {width:439px;float:left;float:left;border-right:1px solid #ccc;padding-top:7px;padding-left:23px;padding-right:23px;}
		#inc #middleContentDiv #pressQuotes .bold{color:#000066; font-weight:bold;}
		#inc #middleContentDiv #pressQuotes ul {font-size:14px;color:#626262;width:440px;list-style:none; padding-top:18px;}
		#inc #middleContentDiv #pressQuotes ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:10px;padding-bottom:2px;padding-left:10px;}
		#inc #middleContentDiv #pressQuotes ul li.liNoBorder {border-bottom:none;}
		#inc #middleContentDiv #pressQuotes .hr{border-top: 1px dashed #bebebe; margin-top: 25px;}
		#inc #middleContentDiv #pressQuotes #quote span {font-size:17px;}
		#inc #middleContentDiv #pressQuotes ul li a {color:#0068d3;text-decoration:none;}
		#inc #middleContentDiv #pressQuotes p {font-family: Arial; font-size:17px; color:#006;text-align:center;font-style:italic;line-height:23px;margin-top:20px;}
	
	#inc #middleContentDiv #commonQuestions {height:340px;width:460px;margin-top:23px;float:right;background: url('/img/backgrounds/commonQuestions_Johanna.png') no-repeat;background-position: bottom left;}
		#inc #middleContentDiv #commonQuestions ul {list-style:none;width:350px;margin-top:30px; margin-top:15px;}
		#inc #middleContentDiv #commonQuestions ul li {width: 100%;border-bottom: 1px dashed #bebebe; border-style: none none dashed;}
		#inc #middleContentDiv #commonQuestions ul li.liNoBorder {border-bottom:none;}
		#inc #middleContentDiv #commonQuestions ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 7px 5px 7px 15px;display: block;text-decoration: none;color: #3e93eb;font-size:14px;}
		#inc #middleContentDiv #commonQuestions p {font-weight:bold;color:#474747;margin:20px 0 0 20px;}
		#inc #middleContentDiv #commonQuestions #contactDiv #questions {font-size:16px; color:#333; font-weight:bold;}
		#inc #middleContentDiv #commonQuestions #contactDiv #hours {font-size:12px; color:#626262; font-weight:normal;margin-top:5px;}
		#inc #middleContentDiv #commonQuestions #contactDiv #emailUs{;margin-top:5px;}
			#inc #middleContentDiv #commonQuestions #contactDiv #emailUs a {font-size:12px; color:#0068d5; font-weight:bold;margin-top:5px;text-decoration:none;}

	#inc #recommend {margin-top:165px;margin-right:60px;width:190px;height:120px;float:right;}
	
	#inc #customize {background: url('/img/boxes/blueCustomizeBox.png') no-repeat;height:345px; width:250px;float:right;margin:30px 35px 30px 30px; color:#fff;font-size:14px; }
		#inc #customize hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
		#inc #customizeHeader {font-weight:bold;height:80px;text-align:center;margin-top:15px;}
		#inc #customize #submitbutton {margin:0 auto;display:block;}
	#inc #customizeCheckboxesWrapper {margin-left:12px;margin-top:2px;width:225px;color:#fff;font-size:10pt;font-weight:bold;}
		#inc #customizeCheckboxesWrapper .customizeCheckboxes{border-bottom:1px dashed #c1c1c1;padding:6px 0 6px 6px;}
		#inc #customizeCheckboxesWrapper .customizeCheckboxes label{line-height:18px;margin-top:-5px;}
		#inc #customizeCheckboxesWrapper .noBorder{border-bottom:none;}
		#inc #customizeCheckboxesWrapper .customizeCheckboxes input {margin-right:8px;}
		#inc #customizeCheckboxesWrapper #stateWrapper {margin:10px 0 20px 10px;}
		#inc #customizeCheckboxesWrapper #state {margin-top:5px;width:140px}
	#inc #upperDisclaimer {margin:0 auto; width:976px;overflow:hidden;height:70px;border-top:3px solid #3d6df5;vertical-align:middle;margin-top:30px;}
		#inc #upperDisclaimer p {font-size:12px;color:#333;vertical-align:middle;padding-top:27px;margin-left:25px;font-style:italic;}
		
		
	#inc #overlayCommonQuestions1 {width:460px;height:375px;}
	#inc #overlayCommonQuestions2 {width:460px;height:235px;}
	#inc #overlayCommonQuestions3 {width:460px;height:210px;}
	#inc #overlayCommonQuestions4 {width:460px;height:295px;}
		#inc #commonQuestionPopContent {border-top:1px solid #e5e5e5;margin-top:15px;}
		#inc #commonQuestionPopContent h1 {color:#474747; font-size:16px;font-weight:bold;line-height:21px;margin-top:15px;}
		#inc #commonQuestionPopContent p {color:#474747; font-size:14px; line-height:18px;margin-top:15px;}
		#inc #commonQuestionPopContent a {margin-top:25px;float:right;}


/* ___________________________________________________________________ INC2 (TEST) _______________________________________________________________ */
	#inc2 #topContentWrapper #topLower img#header {margin: 25px 0 0 30px;}
	#inc2 #topContentWrapper #topLower {font-size:11px;color:#797f83;margin:0 auto;background-color:#fff;height:405px;width:976px;background: url('/img/heroes/inc2.jpg') no-repeat}

	#inc2 #benefits {margin-left:30px;float:left;color:#626262;}
	#inc2 #benefits p {margin:10px 0 10px 0;font-size:13px;width:420px;}
	#inc2 #benefits p.descriptionPara {font-size:16px;}
	#inc2 #benefits ul {font-size:13px;width:300px;list-style:none;}
	#inc2 #benefits ul li {background: url('/img/icons/blueBullet.png') no-repeat left center;margin-bottom:10px;padding-bottom:2px;padding-left:10px; border-bottom:1px dashed #c1c1c1; width:100%;}
	#inc2 #benefits #seeIncludedOverlayLink {margin-top:-10px;}
	#inc2 #benefits #seeIncludedOverlayLink a {color:#0068d3;font-size:12px;font-weight:bold;text-decoration:none;}
	#inc2 #benefits #seeIncludedOverlayLink img {margin-top:0px;vertical-align:middle;}
	#inc2 #benefits #IncPrice {margin:-7px 0 0 0;}
	#inc2 #benefits ul li.liNoBorder {border-bottom:none;}
	
	#inc2 #middleContentDiv #details-wrapper {padding-top:10px;padding-bottom: 5px;margin:0 auto;text-align:center;}
		#inc2 #middleContentDiv #details-wrapper	.details {width: 250px;font-size:16px;color: #818181;}
		#inc2 #middleContentDiv #details-wrapper .details b {color:#000066;font-weight:bold;	}
		#inc2 #middleContentDiv #details-wrapper	.details1 {float:left;margin-left:58px;	}
		#inc2 #middleContentDiv #details-wrapper	.details3 {float:right;margin-right:58px;}
		#inc2 #middleContentDiv #details-wrapper	.details2 {margin:0 auto;}

    #inc2 #steps {background-color:#f3f3f3;margin:10px 0px 25px 0px;height:135px; border-bottom: solid #dcdcdc 1px;} /* 155px*/
    #inc2 .steps-text-wrapper {margin-top:15px;text-align:center;}
    #inc2 .steps-text {font-size:12px;color:#626262;width:193px;font-weight:bold;text-align:left;}
    #inc2 #middleContentDiv .header {font-size:26px;font-weight:bold;color:#000066;}
    #inc2 #middleContentDiv #customerQuote img {margin:25px 0 20px 0;}
    #inc2 #middleContentDiv #customerQuote p {width:400px;font-family: Arial; font-size:17px; color:#006;text-align:center;font-style:italic;line-height:23px;margin:0 auto;}

	#inc2 #middleContentDiv #pressQuotes {width:439px;float:left;float:left;border-right:1px solid #ccc;padding-top:7px;padding-left:23px;padding-right:23px;}
		#inc2 #middleContentDiv #pressQuotes .bold{color:#000066; font-weight:bold;}
		#inc2 #middleContentDiv #pressQuotes ul {font-size:14px;color:#626262;width:440px;list-style:none; padding-top:18px;}
		#inc2 #middleContentDiv #pressQuotes ul li {background: url('/img/icons/blueBullet.png') no-repeat; background-position: 0px 5px;margin-bottom:10px;padding-bottom:2px;padding-left:10px;}
		#inc2 #middleContentDiv #pressQuotes ul li.liNoBorder {border-bottom:none;}
		#inc2 #middleContentDiv #pressQuotes .hr{border-top: 1px dashed #bebebe; margin-top: 15px;}
		#inc2 #middleContentDiv #pressQuotes #quote {padding: 10px 0px 0px 40px;}
		#inc2 #middleContentDiv #pressQuotes ul li a {color:#0068d3;text-decoration:none;}
		#inc2 #middleContentDiv #pressQuotes p {font-size:14px;color:#626262;font-style: normal;text-align:left;margin-top:10px;line-height:18px;}
		#inc2 #middleContentDiv #pressQuotes #learnMore {font-size:12px; color:#0068d5; font-weight:bold;margin-top:5px;text-decoration:none;}
	
	#inc2 #middleContentDiv #commonQuestions {height:340px;width:460px;margin-top:23px;background: url('/img/backgrounds/commonQuestions_Johanna.png') no-repeat;background-position: bottom left;clear:right;}
		#inc2 #middleContentDiv #commonQuestions ul {list-style:none;width:350px;margin-top:30px; margin-top:15px;}
		#inc2 #middleContentDiv #commonQuestions ul li {width: 100%;border-bottom: 1px dashed #bebebe; border-style: none none dashed;}
		#inc2 #middleContentDiv #commonQuestions ul li.liNoBorder {border-bottom:none;}
		#inc2 #middleContentDiv #commonQuestions ul li a {background: url('/img/icons/orangeBullet.png') no-repeat left center;background-position:5px 13px;float: none;text-indent: 0;height: auto;padding: 7px 5px 7px 15px;display: block;text-decoration: none;color: #3e93eb;font-size:14px;}
		#inc2 #middleContentDiv #commonQuestions p {font-weight:bold;color:#474747;margin:20px 0 0 20px;}
		#inc2 #middleContentDiv #commonQuestions #contactDiv #questions {font-size:16px; color:#333; font-weight:bold;}
		#inc2 #middleContentDiv #commonQuestions #contactDiv #hours {font-size:12px; color:#626262; font-weight:normal;margin-top:5px;}
		#inc2 #middleContentDiv #commonQuestions #contactDiv #emailUs{margin-top:5px;}
			#inc2 #middleContentDiv #commonQuestions #contactDiv #emailUs a {font-size:12px; color:#0068d5; font-weight:bold;margin-top:5px;text-decoration:none;}

	#inc2 #recommend {margin-top:165px;margin-right:60px;width:190px;height:120px;float:right;}
	
	#inc2 #customize {background: url('/img/boxes/blueCustomizeBox.png') no-repeat;height:345px; width:250px;float:right;margin:30px 35px 30px 30px; color:#fff;font-size:14px; }
		#inc2 #customize hr {color: #3d8ee6; background-color: #3d8ee6; border: 1px dashed #fff; border-style: none none dashed;}
		#inc2 #customizeHeader {font-weight:bold;height:80px;text-align:center;margin-top:15px;}
		#inc2 #customize #submitbutton {margin:0 auto;display:block;}
	#inc2 #customizeCheckboxesWrapper {margin-left:12px;margin-top:2px;width:225px;color:#fff;font-size:10pt;font-weight:bold;}
		#inc2 #customizeCheckboxesWrapper .customizeCheckboxes{border-bottom:1px dashed #c1c1c1;padding:6px 0 6px 6px;}
		#inc2 #customizeCheckboxesWrapper .customizeCheckboxes label{line-height:18px;margin-top:-5px;}
		#inc2 #customizeCheckboxesWrapper .noBorder{border-bottom:none;}
		#inc2 #customizeCheckboxesWrapper .customizeCheckboxes input {margin-right:8px;}
		#inc2 #customizeCheckboxesWrapper #stateWrapper {margin:10px 0 20px 10px;}
		#inc2 #customizeCheckboxesWrapper #state {margin-top:5px;width:140px}
	#inc2 #upperDisclaimer {margin:0 auto; width:976px;overflow:hidden;height:120px;border-top:3px solid #3d6df5;vertical-align:middle;margin-top:20px;}
		#inc2 #upperDisclaimer p {font-size:12px;color:#333;vertical-align:middle;padding-top:20px;margin-left:25px;width:790px;font-style:italic;}
		
	#inc2 #overlayCommonQuestions1 {width:460px;height:375px;}
	#inc2 #overlayCommonQuestions2 {width:460px;height:235px;}
	#inc2 #overlayCommonQuestions3 {width:460px;height:210px;}
	#inc2 #overlayCommonQuestions4 {width:460px;height:295px;}
		#inc2 #commonQuestionPopContent {border-top:1px solid #e5e5e5;margin-top:15px;}
		#inc2 #commonQuestionPopContent h1 {color:#474747; font-size:16px;font-weight:bold;line-height:21px;margin-top:15px;}
		#inc2 #commonQuestionPopContent p {color:#474747; font-size:14px; line-height:18px;margin-top:15px;}
		#inc2 #commonQuestionPopContent a {margin-top:25px;float:right;}
/* _____________________________________________________________________ Product Splash Page _______________________________________________________________________________ */
#splashPage #topContentWrapper
{
	width:976px;
	text-align:left;
    margin: 0 auto;
}
#splashPage #topLower
{
	background-position: top right;
	background-repeat: no-repeat;
	height:303px;
	margin-left:30px;
	text-align:left;
}
#splashPage .jvTop
{
    background-image: url(/img/backgrounds/joint-venture-overview-bg-top.jpg);
}
#splashPage .gpTop
{
    background-image: url(/img/backgrounds/general-partnership-overview-bg-top.jpg);
}
#splashPage #topLower img#header {margin: 35px 0 15px 0px;}
#splashPage #topLower #content {color:#626262;}
#splashPage #topLower #content p {margin:10px 0px 10px 0px;font-size:16px;width:420px;}
#splashPage #middleContent
{
	width: 100%;
	background-repeat:repeat-x;
	text-align:center;
    margin: 0 auto;
    padding:20px 0px 0px 0px; /* 50px */
}
#splashPage .gpBottom
{
	background-image:url(/img/backgrounds/general-partnerships-bg-bottom.jpg);
}
#splashPage .jvBottom
{
	background-image:url(/img/backgrounds/joint-venture-bg-bottom.jpg);
}

#splashPage #middleContent #top
{
	width:976px;
	margin: 0 auto;
    text-align:left;
    border-bottom: solid 1px #cccccc;
}
#splashPage #middleContent #top .group
{
    width: 280px;
}
#splashPage #middleContent #top .group .header
{
    color:#000066;
	font-weight:bold;
	font-size: 27px;
	margin-bottom: 10px;
}
#splashPage #middleContent ul li
{
	color:#626262;
	font-size:14px;
	background: url('/img/icons/blueBullet.png') no-repeat left center;background-position:5px 13px;
	float: none;
	text-indent: 0;
	height: auto;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
}
#splashPage #middleContent #top .group .learnMoreWrapper
{
    margin: 10px 5px 20px 5px;
}
#splashPage #middleContent #top .group .learnMore
{
    margin-right: 3px;color:#0068d3; font-size: 9pt; text-decoration: none; font-weight:bold;
}
#splashPage #middleContent #bottom 
{
	background-image:url(/img/backgrounds/general-partnership-people.gif);
	background-position: 545px 63px;
	background-repeat:no-repeat;
	width:976px;
	height: 370px;
	margin: 0 auto;
    text-align:left;
    padding: 20px 30px 0px 90px;
}
#splashPage #middleContent #bottom .headerImage
{
    margin-top: 10px;
}
#splashPage #middleContent #bottom .header
{
    font-weight: bold; 
    font-size:27px;
    color:#001066;
    padding-bottom:10px;
}
#splashPage #middleContent #bottom .content
{
    margin:15px 0px 10px 0px;
	color:#626262;
	font-size:14px;
	width:445px;
}
#splashPage #middleContent #bottom .learnMore
{
    margin-top:40px;
}
#splashPage #middleContent #bottom .disclaimer
{
    margin-top:92px;
    color: #626262;
    margin-left:-30px;
    font-size:70%;
}

/* ________________________________________________________________ testimonial box _________________________________________________________ */
.quote-small {width:165px;position:relative;color:#2e3d82;}
.quote-small-quote {background:#d4e0f1;position:relative;}
.quote-small-quote-content {padding:4px;}
.quote-small-quote-content-inner {background:#c0d3eb url('/img/backgrounds/quote-small-gradient.jpg') repeat-x;}
.quote-small-quote-content-inner-border {border:1px solid #8aaad3;padding:5px 8px 15px 8px;}
.quote-small-quote-bottom {position:absolute;bottom:-14px;}
.quote-small-attribution {position:relative;text-align:center;padding-top:8px; font-weight:bold;font-size:12px;}

/*
.quote-small {width:165px;position:relative;color:#2e3d82;}
.quote-small-quote {background:#d4e0f1;position:relative;}
.quote-small-quote-content {padding:4px;}
.quote-small-quote-content-inner {background:#c0d3eb url('/img/backgrounds/quote-small-gradient.jpg') repeat-x;padding:5px;}
.quote-small-quote-content-inner-border {border:1px solid #8aaad3;padding:5px 8px;}
.quote-small-quote-bottom {position:absolute;bottom:-14px;}
.quote-small-attribution {position:relative;text-align:center;padding-top:8px; font-weight: bold;}
*/

/* toggle these depdning on whether we display the extended BSI hours */
#bsi-hours{}
#bsi-hours-ext{display:none;}



/*********PASSWORD RESET PAGE**************/
#passwordReset #wrapperDiv {width:976px;margin: 35px auto;}
#passwordReset .contentDiv {padding-left:15px; width:635px; float:left;}
#passwordReset .contentDiv p {color:#444;font-size:14px;}
    #passwordReset #formDiv{margin-top:10px;}
        #passwordReset #formDiv .formFieldDiv{margin-bottom:10px;}
        #passwordReset #formDiv input {width:160px;}
        #passwordReset #formDiv .formLabel {display:block;float:left;width:150px;padding-top:3px;color:#444;font-weight:bold;font-size:14px;text-align:left;}
        #passwordReset #formDiv .messageNote {color:#7a7a7a;font-size:12px;margin-left:150px;margin-bottom:5px}
        #passwordReset #formDiv .submitButton{margin-left:148px;}
        #passwordReset #formDiv #pptos {margin-left:148px;color:#7a7a7a;font-size:12px;}
        #passwordReset #formDiv #pptos a {color:#0668d3;text-decoration:underline;}
        #passwordReset #formDiv .errorText {color:#d90000;font-size:11px;margin:0 0 10px 148px;}
#passwordReset .sidebarDiv{padding:35px 0 0 20px;width:290px;float:left;}
#passwordReset .sidebarDiv #sidebarHeading {font-weight:bold;color:#244e9b;font-size:14px;}
#passwordReset .sidebarDiv ul {list-style-type:disc;}
#passwordReset .sidebarDiv ul li {border:0;margin:5px 0 0 0;color:#7a7a7a;font-size:11px;}
#passwordReset #passwordSuccess {font-size:13px;color:#444;clear:both;}
#passwordReset #passwordSuccess a {color:#0668d3;text-decoration:underline;}
#passwordReset .errorDiv {color:#444;font-size:14px;margin-bottom:100px;}
#passwordReset .pwdSuccessDiv {color:#444;font-size:14px;margin-bottom:100px;}
.cccPhoneNumber{
    color: #1c70e1;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', Arial,sans-serif;
}
