
@font-face {
	font-family:"Myriad Pro Bold";
	src:url(./images/MyriadPro-Bold.otf);
}

body {
	margin-top:50px;
	padding:0;
	background: #d9e9be url(./images/bgNewGradient.png) repeat-x left top;
	font-size:15px;
	font-family: serif, "Times New Roman";
	color:#333;
}

h1,h2,h3 {
	font-family: "Times New Roman";
}

a {
	color:#182b3e;
	text-decoration:underline;
}

a:hover,a:active {
	text-decoration:underline;
	color: #244666;
}

a:visited {
	color:#8A7645;
}

img.left {
	float:left;
	margin-right:15px;
	margin-left: 10px;
}

img.right {
	float:right;
	margin-right:10px;
}
	
/* Form */
form {
	padding:0px;
	margin: 0 auto;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

legend {
	display:none;
}

input,textarea,select {
	font-size:13px;
	color:#333333;
}

strong {
	font-size:1.2em;
	font-weight:700;
}

#experienceBadge {
	position: absolute;
	top: 10px;
	margin-left: -20px;
	z-index: 100;
	background: url(images/experience_blank.png) no-repeat center center;
	width: 121px;
	height: 130px;
}
	
/*****************************************************************************************

			Bread Crumbs

******************************************************************************************/
div#crumb {
	background: url('./images/breadcrumbBG.png') no-repeat top; 
	font-size:14px;
	width:630px;
	height:33px;
	margin: 0;
	color: #666;
	text-shadow: #fff 1px 1px 1px;
}

div#crumb a {
	background: url('./images/breadcrumbPointer.png') no-repeat right;
	text-decoration:none;
	font-size:14px;
	color:#666;
	margin: 0;
	margin-top: 6px;
	line-height: 24px;
	padding: 6px 20px 5px 5px;
}

div#crumb a:hover {
	text-decoration: underline;
}
 #crumb span {
 	margin: 0;
 	padding-left: 11px;
 	padding-right: 14px;
 }

	
/****************************************************************************************/
#wrapper {
	width:900px;
	margin:0 auto;
	padding:0;
	background: url(./../../../../images/img02new.png) no-repeat left top;
}
	
/* Header */
#header {
	width:900px;
	margin:0 auto;
	padding-top:20px;
	height:120px;
	
}


	
/* Menu */
#menu_1 {
	position: relative;
	width:880px;
	height:50px;
	margin:0 auto;
	padding-top: 3px;
	background: url('./images/menubar/1_active.png');
	background-repeat:no-repeat;
	z-index:1;
}

#menu_1 ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu_1 li {
	float:left;
	text-align:center;
	padding: 0;
	margin: 0;
}
#menu_1 li:hover {
	/*background: url('./images/menubar/menu_hover.png') no-repeat;*/
}

#menu_1 a {
	display:block;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	height:29px;
	width:112px;
	padding-top:21px;
}

#menu_2 {
	position: relative;
	width:880px;
	height:50px;
	margin:0 auto;
	padding-top: 3px;
	background:url(./images/menubar/2_active.png);
	background-repeat:no-repeat;
	z-index:1;
}

#menu_2 ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu_2 li {
	float:left;
	text-align:center;
}

#menu_2 a {
	display:block;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	height:29px;
	width:112px;
	padding-top:21px;
}

#menu_3 {
	position: relative;
	width:880px;
	height:50px;
	margin:0 auto;
	padding-top: 3px;
	background:url(./images/menubar/3_active.png);
	background-repeat:no-repeat;
	z-index:1;
}

#menu_3 ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu_3 li {
	float:left;
	text-align:center;
}

#menu_3 a {
	display:block;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	height:29px;
	width:112px;
	padding-top:21px;
}

#menu_4 {
	position: relative;
	width:880px;
	height:50px;
	margin:0 auto;
	padding-top: 3px;
	background:url(./images/menubar/4_active.png);
	background-repeat:no-repeat;
	z-index:1;
}

#menu_4 ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu_4 li {
	float:left;
	text-align:center;
}

#menu_4 a {
	display:block;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	height:29px;
	width:112px;
	padding-top:21px;
}

#menu_5 {
	position: relative;
	width:880px;
	height:50px;
	margin:0 auto;
	padding-top: 3px;
	background:url(./images/menubar/5_active.png);
	background-repeat:no-repeat;
	z-index:1;
}

#menu_5 ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu_5 li {
	float:left;
	text-align:center;
}

#menu_5 a {
	display:block;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	height:29px;
	width:112px;
	padding-top:21px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	float:left;
	text-align:center;
}

#menu a {
	display:block;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	height:33px;
	width:108px;
	padding-top:12px;
}


	
/** LOGO */
#logo {
	background-color: #ffffff;
	width:880px;
	height:124px;
	margin:0 auto;
	margin-bottom:4px;
}

#logo h1,#logo h2 {
	float:left;
	clear:left;
	margin:0;
	text-transform:uppercase;
	line-height:normal;
}

#logo h1 {
	clear:left;
	margin-top:20px;
	margin-left:20px;
	font-size:24px;
	background-image:url(./images/seniorReverseMortgageLogoTopLeft+motto.png);
	behavior:url(iepngfix.htc);
	width:590px;
	height:103px;
}

#inviting {
	float:right;
	clear:right;
	margin-top:-11px;
	margin-bottom:0;
	z-index:0;
	position:relative;
}
/* Page */
#page {
	background-color:#ffffff;
	border:1px solid #d2ddc4;
	color:#333333;
	width:880px;
	margin:0 auto;

	clear:both;
}

/* Content */
#content {
	clear:both;
	margin-top:0px;
	float:left;
	width:630px !important;
	text-align:left;
	padding-left:8px;
}

#content h1 {
	font-size:22px;
	color:#333333;
}

#content .h1centered {
	padding-top:30px;
	font-size:20px;
	color:#333333;
	text-align:center;
	font-weight: bold;
}

#content .h1centeredspan {
	padding-top:0;
	font-size:20px;
	color:#333333;
	text-align:center;
}

#content h2 {
	font-size:18px;
	color:#333333;
	margin-top: 5px 0px 0px 0px;
}

#content .h2centered {
	font-weight:normal;
	font-size:17px;
	color:#333333;
	margin: 5px 20px 40px 20px;
	text-align:center;
}
.h2centered a,
.h2centered a:visited {
	text-decoration: none;
}
.h2centered a:hover {
	text-decoration: underline;
}
#content .h2greenbar {
	float:left;
	width:50%;
	background-color:#69be28;
	padding:5px 0;
	margin:0 auto;
	text-align:center;
}

#content h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

#content .h3centered {
	font-size:18px;
	color:#333333;
	text-align:center;
	margin-top:15px;
	padding:0;
}

#content p {
	font-weight:normal;
	margin-top:5px;
	font-size:15px;
	color:#333333;
}


#content a.term {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #000;
	margin:0;
	padding:0;
}

#content a.term:hover {
	color:#8A7645;
	border-bottom:1px dotted #8A7645;
	cursor:help;
	margin:0;
	padding:0;
}

#content a.term:visited {
	border-bottom:1px dotted #8A7645;
}

#content a.ref {
	text-decoration:underline;
	color:#333;
	margin:0;
	padding:0;
	font-weight: normal;
}

#content a.ref:hover {
	color:#8A7645;
	margin:0;
	padding:0;
}

#content a.continue {
	color:red;
	text-decoration:none;
}

#content a.no_line {
	color:#333;
	font-size:16px;
	text-decoration:none;
}

#content a.no_lineh {
	color:#333;
	font-size:18px;
	text-decoration:none;
}

#greenbar {
	margin:20px 0 20px 30px;
	padding:0;
}

#vscontainer {
	margin-left:30px;
}

#vscontainer .vsbox {
	width:565px;
	height:80px;
	margin:0 auto;
}

#vscontainer .vsboxL {
	float:left;
	width:220px;
	height:80px;
	padding-left:30px;
	padding-right:30px;
	text-align:right;
}

#vscontainer .vsboxR {
	float:left;
	width:220px;
	height:80px;
	padding-left:30px;
	padding-right:30px;
	text-align:left;
}

#vscontainer .vertline {
	float:left;
	width:1px;
	height:40px;
	background-color:#69be28;
	margin:20px auto;
}

#vscontainer .vsbox p {
	vertical-align:middle;
	padding:0;
}

#content .ink {
	background:url(./images/45-W2B.gif) no-repeat left center;
	margin:20px 0 0 5px;
	padding:5px 0 5px 25px;
	font-weight:600;
	font-size:14px;
}

#content .check {
	background:url(./images/47-W2B.gif) no-repeat left center;
	margin:20px 0 5px 30px;
	padding:5px 0 0 15px;
	font-weight:600;
	font-size:14px;
}

#notebook {
	background:url(./images/66-W2B.gif) no-repeat bottom center;
	width:560px;
	height:756px;
	margin:40px auto;
}

#notebook ul {
	padding:0;
	margin:0;
	display:none;
}

#notebook li {
	background:url(./images/images/nb_rule.gif) repeat-y top center;
	font-family:JoyfulJuliana;
	width:560px;
	line-height:1.4em;
	font-size:26px;
	font-weight:400;
	margin-top:-10px;
	padding:0;
}

#notebook li.nb_ring {
	background:url(./images/images/nb_ring.gif) no-repeat top center;
	margin-top:-10px;
	padding:0;
}

#content .subcontainer {
	float:left;
	margin:10px 0 20px 30px;
}

#content span.fadedbox {
	float:left;
	width:250px;
	background-color:#D4E8C2;
	border:1px solid #666;
	padding:5px;
}

#content .arrow {
	float:left;
	width:38px;
	background:url(./images/53-W2B.gif) no-repeat left center;
	margin-top:10px;
}

#about_us,#about_contact,#about_testimonials,#about_LandM,#about_privacy {
	width:580px;
	margin:10px 0 20px 15px;
	padding:0;
}

.green_header {
	background:url(./landingdimages/21-W2B.png) no-repeat;
	padding:0;
	margin:0;
}

.greentop {
	background:url(./images/grnGradientTop.gif) no-repeat top left;
	line-height:8px;
}

.greenbottom {
	background:url(./images/grnGradientBottom.gif) no-repeat;
	line-height:8px;
	clear:both;
}

.greenbox {
	background:url(./images/grnGradientLR.gif) repeat-y;
	width:580px;
	margin:0;
	padding:0;
	float:left;
}

.content_left {
	float:left;
	margin:5px;
}

#about_us p,#about_contact p,#about_testimonials p,#about_LandM p,#about_privacy p {
	padding:5px 10px;
	margin:0;
}

#about_us .content_left ul,#about_contact .content_left ul,#about_testimonials .content_left ul,#about_LandM .content_left ul,#about_privacy .content_left ul {
	margin:5px 10px;
	padding:0;
	font-size:12px;
}

#about_contact .content_left li,#about_testimonials .content_left li,#about_LandM .content_left li,#about_privacy .content_left li {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:15px;
}

#about_contact .content_left a,#about_testimonials .content_left a,#about_LandM .content_left a,#about_privacy .content_left a {
	background:url(./images/55-W2B.gif) no-repeat right center;
	padding-right:15px;
	margin-left:0;
	text-decoration:none;
	color:#000;
}

#content h3.lock {
	background:url(./images/69-W2B.gif) no-repeat left center;
	margin-left:15px;
	margin-top:20px;
	padding-left:15px;
}

#content ul.privacy {
	padding-left:50px;
	margin-top:-10px;
}

.promem_BBB {
	background:url(./images/70-W2B.gif) no-repeat top center;
	float:left;
	width:50px;
	height:150px;
}

.promem_NRMLA {
	background:url(./images/71-W2B.gif) no-repeat top center;
	float:left;
	width:50px;
	height:120px;
}

.promem_FHA {
	background:url(./images/72-W2B.gif) no-repeat top center;
	float:left;
	width:50px;
	height:100px;
}

.promem_NAIPC {
	background:url(./images/73-W2B.gif) no-repeat top center;
	float:left;
	width:50px;
	height:100px;
}

.promem_EHL {
	background:url(./images/74-W2B.gif) no-repeat top center;
	float:left;
	width:50px;
	height:150px;
}

#financial_wrap {
	border: 2px solid #688c2f;
	clear:both;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
}

#financial_wrap h1 {
	text-align:center;

}
#financial_wrap ul {
	margin: 0;
	padding: 0;
}

#financial_wrap li {
	font-size:1.3em;
	font-weight:200;
	padding: 0px;
	display: inline;
}

#financial_examples {
	margin: 0px 0px 20px 0px;
}

#financial_options {
	margin: 0px 0px 20px 0px;
}

#content h1.faded_green {
	margin:30px auto auto 30px;
	padding-left:5px;
	background:url(./images/51-W2B.gif) repeat-y top left;
	clear:both;
}
.leftAlign {
	text-align: left !important;
	margin: 20px auto;
}
.leftAlign p {
	font-size: 16px !important;
	margin-bottom: 0px;
}
.goButton {
	background: url('./images/grnGoButton.png') no-repeat;
	width: 47px !important;
	height: 23px !important;
	cursor: pointer;
	float:right;
}
.goButton:hover {
	background: url('./images/grnGoButtonHover.png') no-repeat;
}
.goButton:active {
	background: url('./images/grnGoButtonClick.png') no-repeat;
}

img.W2B49 {
	float:right;
	width:90px;
	margin-right:50px;
	margin-top:20px;
}

#content .security_wrap {
	width:595px;
	height:184px;
	margin-left:15px;
	margin-top:10px;
}

#content .security_wrap h1 {
	font-size:1.5em;
	font-weight:400;
	margin:0 0 2px 150px;
	padding:0 0 0 10px;
}

#content .security_wrap p {
	font-weight:400;
	margin:0 0 2px 150px;
	padding-left:10px;
	padding-right:30px;
}

#content .security_wrap a {
	padding:0;
	margin:0;
}

#content .security_content {
}

.security_img_siren {
	background:url(./images/60-W2B.gif) no-repeat top left;
	width:595px;
	height:184px;
	padding-top:40px;
}

.security_img_lockbox {
	background: url(./images/lockBox.png) no-repeat top left;
	width:595px;
	height:184px;
	padding-top:40px;}

.security_img_scale {
	background:url(./images/61-W2B.gif) no-repeat top left;
	width:595px;
	height:184px;
	padding-top:40px;
}

.security_img_man {
	background:url(./images/62-W2B.gif) no-repeat top left;
	width:595px;
	height:184px;
	padding-top:40px;
}

.security_img_folder {
	background:url(./images/63-W2B.gif) no-repeat top left;
	width:595px;
	height:184px;
	padding-top:40px;
}

.security_img_button {
	float:right;
	width:33px;
	height:33px;
	clear:right;
	margin-right:18px;
	margin-top:10px;
}

#content .red {
	color:maroon;
}

#content .blue {
	color: navy;
}

#content .gray {
	color:gray;
}

#content .black {
	color:black;
}

#content .gold {
	color:#999900;
}

#financing {
	margin-left:10px;
}

#financing .header {
	margin:0 auto;
}

#financing .header img {
	float:left;
	margin-left:90px;
	margin-right:20px;
}

#financing .header h1 {
	text-align:center;
	float:left;
	font-size:22px;
	width:200px;
	margin-top:30px;
}

#financing h2 {
	background-color: #688c2f;
	font-size:1.5em;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	margin-top:10px;
	padding-top:1px;
	padding-bottom:2px;
	padding-left: 30px;
}

#financing h3 {
	color:#333;
	text-decoration:none;
	margin-top:10px;
	margin-left:0px;
	padding-top:0;
	padding-left:0;
	padding-bottom:2px;
}

#glossary {
	margin-left:30px;
}

#glossary b {
	background-color:#e1e1e1;
	border:1px solid #d3d3d3;
	padding:1px 2px;
}

#glossary p {
	margin:5px 10px 30px 0;
}

#glossary a.top {
	text-decoration:none;
	font-size:10px;
	text-align:right;
	padding-left:10px;
}

#informationCenter {
	background-image:url(./landingdimages/9-W2B.png);
	background-repeat:no-repeat;
	margin-top:20px;
	height:200px;
	width:600px;
}

#informationCenter .text {
	width:450px;
	text-align:center;
	margin-left:170px;
}

#informationCenter h1 {
	margin-left:270px;
	padding-top:35px;
	line-height:0;
}

#informationCenter ul {
	line-height:10px;
	margin-top:0;
	text-align:left;
	list-style-image:url(./images/tree2.png);
	behavior:url(iepngfix.htc);
}

#informationCenter a:link {
	text-decoration:none;
	font-size:12px;
}

#informationCenter a:visited {
	text-decoration:none;
	font-size:12px;
}

#informationCenter p {
	font-family:Arial, sans-serif;
	text-align:center;
	margin-top:13px;
	margin-left:140px;
	font-size:12px;
	color:#333333;
}

#informationCenter .icLeft {
	float:left;
	height:100px;
	width:200px;
}

#informationCenter .icRight {
	float:right;
	height:100px;
	width:200px;
	padding-right:25px;
}

#content .calculator {
	float:left;
	margin-left:10px;
	border:0;
}

#content .testimonials {
	float:right;
	margin-right:10px;
	border:0;
}

#content .testimonialstext a {
	width:235px;
	float:right;
	margin-right:25px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
}

#content .calculatortext a {
	width:245px;
	float:left;
	text-align:center;
	margin-left:28px;
	font-size:12px;
	text-decoration:none;
}

#privacyPolicy h1 {
	background-image:url(./landingdimages/21-W2B.png);
	background-repeat:no-repeat;
	width:600px;
	height:22px;
	text-align:left;
	padding-left:5px;
	margin:0;
}

#privacyPolicy p {
	font-family:Arial, sans-serif;
	margin-top:15px;
	margin-right:40px;
	font-size:12px;
	color:#333333;
	padding-left:30px;
	text-align:justify;
}

/*   Step 2 Content   */

#stp2content form {
	font-family: Trebuchet MS;
}

#valtext {
	font-size: 12px;
	color: #ff0033;
}

#stp2content {
	margin-top: 30px;
	padding-left: 20px;
	float: left;
	width:550px;
	text-align: left;
}
	
.addressBox2 { margin-left: 8px; }
.cityBox2 { margin-left: 33px;}
.stateBox2 { margin-left: 25px; }
.zipBox2 { margin-left: 39px; }
.ageBox2 { margin-left: 75px;}
.phoneBox2 { margin-left: 69px;}
.emailBox2 { margin-left: 75px; }
.interestedBox2 { margin-left: 9px; }

#stp2content .first {
	float: left;
}

#stp2content .last {
	float: left;

}

#stp2content .cofirst {
	float: right;
	margin-top: -22px;
}

#stp2content .colast {
	float: right;
	margin-top: -22px;
}

#stp2content .age {
	float: left;
}

.ageBox { 
	margin-left: 100px; 
}
.coageBox { 
	margin-left: 14px; 
	/*background-color: #ffffff;
	color: #000000;
	border: 2px solid #b4b4b4;
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	width: 100px;
	margin: 2px; */
}
.addressBox { margin-left: 145px; }
.cityBox { margin-left: 170px; }
.stateBox { margin-left: 162px; }
.zipBox { margin-left: 134px; }
.phoneBox { margin-left: 95px; }
.emailBox { margin-left: 101px; }
.interestedBox { margin-left: 35px; }

#stp2content .coage {
	float: left;
}

#stp2content a.tooltip {
	font-size: 12px;
	margin-bottom: 20px;
}


/*   Step 2 Hoverbox */

#stp2content a:hover {
	background: #ffffff;
	text-decoration: none;
}

#stp2content a.tooltip span {
	display:none;
	padding: 2px 3px;
	margin-left: -250px;
	width: 200px;
}

#stp2content a.tooltip:hover span {
	display: inline;
	position: absolute;
	background: #ffffff;
	border: 2px solid #000000;
	color: #000000;
	z-index: 101;
}

/*   End Hoverbox   */


/************************************************
		FORM STYLE:
	This code css is to be used with ALL
	major forms with the exclusion of CTA's
	and RightBar forms.
************************************************/
#formComplete {
	width: 475px;
	background-color:#EFF7E6;
	border:1px solid #d2ddc4;
	margin: 0px auto;
	padding: 20px;
}
#formComplete h1 {
	text-shadow: #9ea8b5 1px 1px 1px;
	font-weight: normal;
	text-decoration: underline;
	color: #114b66;
	padding: 0px 5px 0px 5px;
	margin-top: 0px;
}
#formComplete h2,
#formComplete h3 {
	clear:both;
	text-shadow: #9ea8b5 1px 1px 1px;
	font-weight: normal;
	color: #114b66;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
}
#formComplete input.box, 
#formComplete select {
	font-family: "Times New Roman";
	font-size: 20px;
	vertical-align: middle;
	color: #555;
	margin: 5px;
	width: 450px;
	height: 25px;
	padding-top: 3px;	
}
#formComplete p {
	font-size: 17px !important;
	color: #555 !important;
	padding-left: 6px !important;
}
#formComplete p.i,
#formComplete h2.i {
	font-style: italic;
	text-shadow: #9ea8b5 1px 1px 1px;
}
#formComplete select {
	font-size: 16px !important;
	padding-top: 0px !important;
}
.formL,
.formR {
	float: left;
	width: 235px;
}
.formL select,
.formR input.box,
.formR select {
	width: 205px !important;
}
.formL select,
.formR select {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.age select{
	width: 140px !important;
}
#formComplete .highlight {
	background-color: #ddefff;
	border: 1px solid #92b8db;
	padding: 10px;
	margin: -10px;
}
#formComplete .errorStop {
	background: #c83838 url('./images/redDiagError.gif') repeat top left;
	border: 1px solid #e13c3c;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px;
	margin-bottom: 20px;
}
.width {
	width: 500px;
	padding: 10px 0px;
}
#formComplete span {
	color: #e91043;
	font-weight: bold;
}
#valtext {
	background: url('./images/arrowSwoopSmall.png') no-repeat left center;
	padding-left: 12px;
	clear:both;
}
#formComplete span.blue{
	color: #114b66;
	font-weight: bold;
}
.quoteSubmit {
	background: #EFF7E6 url('./images/formSubmit.png') no-repeat;
	border: 0px;
	width: 175px;
	height: 56px;
	cursor: pointer;
}
.quoteSubmit:hover {
	background: #EFF7E6 url('./images/formSubmitHover.png') no-repeat;
	cursor: pointer;
}
.quoteSubmit:active {
	background: #EFF7E6 url('./images/formSubmitOver.png') no-repeat;
	cursor: pointer;
}
/********************************************************************

			Pros and Cons
*********************************************************************/
#ProCon {
	margin-left:30px;
}

#ProCon .PCheader {
	background:url(./images/plusminus.gif) no-repeat left center;
	height:73px;
	width:500px;
	text-align:center;
	margin:0 auto;
}

#ProCon .PCheader h1 {
	padding-top:15px;
}

#ProCon h2 {
	margin:30px 0 10px;
	padding:0;
}
#ProCon p {
	font-size: 16px;
}
#ProCon ul.pro {
	list-style-image:url(./images/plus.gif);
	margin:0;
	padding-left:20px;
}

#ProCon ul.con {
	list-style-image:url(./images/minus.gif);
	margin:0;
	padding-left:20px;
}
#ProCon li {
	font-size: 16px !important;
	padding: 3px 0;
}
#ProCon .pro li {
	list-style-type:none;
	font-weight:normal;
}

#ProCon .con li {
	list-style-type:none;
	font-weight:normal;
}

#indexJustFacts {
	background: url('./images/grandparentsKids.jpg') no-repeat left top;
	height: 202px;
}
#textBox {
	margin-left: 225px;
	margin-right: 20px;
	padding-top: 30px;
}
#textBox h1 {
	font-weight: 500;
	font-size: 1.8em;
	text-align: left;
	margin: 0px 20px;
}
h1.h1right {
	text-align: right !important;
	margin-right: 50px !important;
}
#textBox p{
	text-align: center;
	margin: 10px auto;
	font-size: 17px;
	width: 80%;
}
#indexExperience {
	width: 630px;
	margin-top: 20px;
}
#indexExperience h3 {
	font-weight: bolder;
	margin: 0px 0px 5px 0px;
}
#indexExperience a {
	text-decoration: none;
	font-weight: bold;
}
#indexExperience li {
	line-height: 1.2em;
}
.iExpLeft {
	float: left;
	width: 270px;
	margin-left: 10px;
}
.trustLeft {
	float: left;
	width: 50px;
}
.trustRight {
	float: left;
	width: 180px;
}
.trustRight ul {
	margin-top: 3px;
	border-right: 1px solid #000;	
}

.iExpRight {
	float: left;
	width: 320px;	
	margin-right: 0px;
}
.iExpRight p {
	margin-bottom:0px;
	padding-top: 3px;
	padding-right: 0px;
}
#content .iExpRightA {
	float: right;
	width: auto;
	background: url('./images/ovalNextButton.gif') no-repeat right center;
	margin-right: 60px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 4px 50px 4px 0px;
	font-weight: bold;
	text-decoration: none;
}

#indexInformation1 {
	clear:both;
	background: url('./images/grandmaLineBG.gif') no-repeat top;
	padding-left: 42px;
	padding-top: 0px;
	padding-right: 70px;
	margin-top: 20px;
}
.imgBlock {
	float: right;
	width: 70px;
	height: 100px;
}
#indexInformation1 h2 {
	margin-bottom: 20px;
}
#indexInformation1 span {
	float: left;
	width: 430px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2em;
}
#indexInformation1 h3,
#subCont h3 {
	background: url('./images/tree.png') no-repeat left center;
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}
#indexInformation1 ul {
	margin: 0px;
}
#indexInformation1 li {
	list-style-type: disc;
}

#content .blueFormBox {
	border: 1px solid #114b66;
	color: #114b66;
	width: 580px;
	margin: 20px auto;
	padding-bottom: 10px;
}
#content .blueFormBox h3 {
	background: none;
	background-color: #114b66;
	color: #fff;
	margin: 0px;
	padding-left: 5px;
}
#content .blueFormBox p {
	color: #114b66;
	padding: 5px;
	margin: 0px;
}
#content .blueFormBox .inputSelect {
	float: left;
	width: 140px;
	padding: 5px;
}
#content .blueFormBox .inputSelect p{
	margin: 0px;
	padding: 0px;
}
#content .blueFormBox .blue {
	color: #114b66;
	border: 1px solid #114b66;
	width: 140px;
}
#content .formNext {
	float: right;
	background: url('./images/nextButton.png') no-repeat;
	border: 0px;
	cursor: pointer;
	width: 86px;
	height: 38px;
	margin: 0 auto;
}
#content .formNext:hover {
	background: url('./images/nextButtonHover.png') no-repeat;
}
#content .formNext:active {
	background: url('./images/nextButtonClick.png') no-repeat;
}
#content .oneField {
	clear: both;
	width: 150px
	margin: 0 auto;
}
#content .threeField {
	clear:both;
	width: 520px;
	margin: 0 auto;
}
#content .greenFormBox {
	clear:both;
	border: 1px solid #688c2f;
	color: #333;
	width: 580px;
	margin: 20px auto;
	padding-bottom: 10px;
}
#content .greenFormBox h3 {
	background: none;
	background-color: #688c2f;
	color: #fff;
	margin: 0px;
	padding-left: 5px;
}
#content .greenFormBox p {
	color: #333;
	padding: 5px;
	margin: 0px;
}
.inputSelect {
	float: left;
	width: 140px;
	padding: 5px;
	margin: 0 10px;
}
.inputSelect p{
	margin: 0px;
	padding: 0px;
}
.green {
	color: #333;
	border: 1px solid #688c2f;
	width: 140px;
}
.greenTextArea {
	color: #333;
	border: 1px solid #688c2f;
}
#content .formNextGreen {
	float: right;
	background: url('./images/greenNextButton.png') no-repeat;
	border: 0px;
	cursor: pointer;
	width: 86px;
	height: 38px;
	margin: 0 auto;
}
#content .formNextGreen:hover {
	background: url('./images/greenNextButtonHover.png') no-repeat;
}
#content .formNextGreen:active {
	background: url('./images/greenNextButtonClick.png') no-repeat;
}
#content .formSubmitSmall {
	float: right;
	background: url('./images/smallSubmitButton.png') no-repeat;
	border: 0px;
	cursor: pointer;
	width: 86px;
	height: 38px;
	margin: 0 auto;
}
#content .formSubmitSmall:hover {
	background: url('./images/smallSubmitButtonHover.png') no-repeat;
}
#content .formSubmitSmall:active {
	background: url('./images/smallSubmitButtonClick.png') no-repeat;
}

#subCont {
	width: 630px;
	margin: 20px auto;
	
}

#indexInformation2 {
	float: left;
	width: 350px;
	background: url('./images/lineBG.gif') no-repeat bottom left;
	padding-left: 42px;
	padding-bottom: 30px;
}
#indexInformation2 ul {

	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#indexInformation2 li {
	line-height: 1.3em;
}
#indexInformation2 li.dot {
	list-style-type: disc;
}
#indexInformation2 a {
	text-decoration: none;
	font-weight: bold;
}
.iInfo2Right {
	float: right;
	width: 100px;
	margin-right: 40px;
}
#pinkBox {
	float: left;
	width: 180px;
	background-color: #f2e1e5;
	border: 1px solid #d9cbce;
	margin-top: 15px;
	margin-left: 15px;
	padding: 5px;
}
#pinkBox h4 {
	background: url('./images/tree.png') no-repeat left center;
	font-size: 16px;
	padding: 5px 0px 5px 20px;
	margin: 10px auto;
}
#pinkBox p {
	padding: 0px 20px;
}
#pinkBox a {
	text-decoration: none;
	font-weight: bold;
}
#pinkBox li {
	line-height: 20px;
}
#pinkBox hr {
	margin: 15px auto;	
}

#guideBox {
	clear:both;
	border: 1px solid #114b66;
	color: #114b66;
	font-weight: bold;
	width: 610px;;
}
#guideBox h3 {
	margin: 0px;
	padding-left: 5px;
	background-color: #114b66;
	color: #fff;
}
#guideBox ul {
	float: left;
	width: 290px;
	margin: 0px;
	padding: 5px;
}
#guideBox li {
	line-height: 1.5em;
}
#guideBox p {
	margin: 0px;
	padding: 5px;
	color: #114b66;
}
.gbButton {
	float: left;
	width: 140px;
	margin: 10px 30px; 
}

#purchaserefinancebox {
	width: 600px;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.refinancelist li {
	list-style-image: url(./images/tree.png);
}
.listHeight li {
	line-height: 22px;
}
.imageLeft {
	float: left;
	width: 60px;
}
.boxRight {
	float: left;
	width: 230px;
}
.boxRight ul {
	padding: 0px 0px 0px 5px;
}
.boxRight li {
	list-style-type: disc;
}
#indexPurchase {
	float: left;
	width: 290px;
	margin: 0px;
	background: url('./images/blueDivide.gif') no-repeat bottom right;
	padding-right: 10px;
}

#indexRefinance {
	float: left;
	width: 300px;
	margin: 0px;
}
.treeBullet {
	background: url('./images/tree.png') no-repeat center left;
	padding-left: 20px;
}
.centered {
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.rightalign {
	text-align: right;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}
.grnBoxContent {
	background-color:#EFF7E6;
	border:1px solid #d2ddc4;
	clear: both;
	padding: 10px;
}
.bbbFloatRight {
	float: left;
	width: 80%;
	margin-left: 20px;
}
.bbbFloatRight h2 {
	margin-bottom: 3px;
}
.whiteBoxShadow {
	background: #fff url('./images/') no-repeat;
	clear: both;
	border: 2px solid #e3e3e3;
	min-height: 40px;
	margin: 0 auto;
}
.whiteBoxShadow li {
	line-height: 1.5em;
}
.whiteBoxShadow ul {
	margin: 0px;
}
#content .extraLarge {
	font-size: 30px;
}
.containerFloat {
	clear:both;
}
.containerLeft {
	float: left;
	width: 45%;
	padding: 10px;
}
.containerLeft p {
	margin: auto 0;
}
.containerRight {
	float: left;
	width: 45%;
	padding: 10px;
}
.questionContainer{
	clear:both;
	width: 90%;
	margin: 20px auto;
}
.questionContainer h5 {
	font-size: 1em;
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.questionContainer p {
	margin-bottom: 2px;
}
.topCorner {
	position:relative;
	z-index:2;
	left: -30px;
}
.questionBorder {
	position: relative;
	z-index: 1;
	top: -80px;
	border: 2px solid #688c2f;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
}




/* End Content */

	
/* Memberships */
#legalContent h1 {
	background-image:url(./landingdimages/21-W2B.png);
	width:565px;
	height:22px;
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
}

#legalContent h2 {
	margin-bottom:5px;
	margin-top:20px;
}

#legalContent p {
	margin-top:0;
}

#legalContent .slink {
	font-size:12px;
	margin:0;
	text-decoration:none;
}

#legalContent table {
	margin-left:auto;
	margin-right:auto;
}


	
/* Misconceptions */
#misconceptions h1 {
	font-size:18px;
	margin-bottom:20px;
}

#misconceptions h2 {
	font-family:Times New Roman;
	font-size:17px;
	font-style:italic;
	margin-bottom:0;
	color:#8A7645;
}

#misconceptions p {
	margin-top:0;
	margin-left:5px;
}


	
/* --BASICS-- */
#content .basics {
	margin:0;
}

#content .basics h2 {
	margin:1.5em .5em 1em -.8em;
}

#content .basics h3 {
	margin-top:1em;
}

#content .basics ul {
	margin:1em 0 0 40px;
}

#content .basics li {
	font-size:12px;
	font-weight:normal;
	list-style-type:disc;
	padding:0;
}

#content .basics a {
	font-size:13px;
	color:#000;
	text-decoration:0;
}

#content .basics p {
	margin:0;
	padding:5px 0 5px 30px;
}

#content p.fineprint {
	font-size:14px;
	text-indent:-5px;
	margin-left:5px;
	margin-top: 20px;
	padding:0;
}

#chalk_board {
	background:url(./images/chalk_board.gif) no-repeat center;
	width:579px;
	height:191px;
	margin:0 auto;
	padding:0;
}

#chalk_board .cb_up a {
	font-family:A Enigma;
	font-size:24px;
	color:#fff;
	text-decoration:none;
	font-weight:600;
}

#chalk_board .cb_up ul {
	padding-top:80px;
}

#chalk_board .cb_up li {
	line-height:26px;
	list-style-type:none;
}


	
/* ---Processing--- */
ul.numberlist {
	padding-left:10px;
	list-style-type:decimal;
}

li.numberlist {
	list-style-type:decimal;
	text-indent:none;
	margin:50px;
}

h2.numberlist {
}


	
/* Request a Call */
input.reqCall {
	margin-top:20px;
	margin-left:30px;
}

select.reqCall {
	margin-top:20px;
}


	
/* End Request a Call */

	
/*  Red Flags  */
#redhead {
	background-image:url(./landingdimages/19-W2B.png);
	height:148px;
}

#redhead .flags {
	padding-top:55px;
	text-align:center;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	color:#ff0000;
}

#content .redflags {
	font-weight:bold;
}

img.flags {
	float:left;
	margin-left:30px;
}

ul.redFlags {
	font-size:12px;
	list-style-type:circle;
}


	
/*  End Red Flags  */

	
/* Request a Guide */
form.guide {
	margin-top:50px;
}

input.name {
	margin-top:30px;
	margin-bottom:20px;
	margin-left:60px;
}

input.address {
	margin-bottom:20px;
	margin-left:45px;
}

input.city {
	margin-bottom:20px;
	margin-left:70px;
}

select.state {
	margin-bottom:20px;
	margin-left:63px;
}

input.zip {
	margin-bottom:20px;
	margin-left:75px;
}

input.phone {
	margin-bottom:20px;
	margin-left:5px;
}

input.email {
	margin-bottom:20px;
	margin-left:7px;
}

input.submit {
	float:right;
}


	
/* End Request a Guide */

	
/* Testimonials */
#testimonials {
	width:600px;
	margin-top:-20px;
}

#testimonials span {
	float:right;
	margin-right:30px;
	margin-top:0;
	font-size:14px;
	font-style:italic;
}

#testimonials .whitespace {
	width:100%;
	height:100px;
}

#testimonials h1 {
	text-align:center;
	font-weight:normal;
}

#testimonials h2 {
	font-size:24px;
	font-family:Times New Roman;
	font-weight:400;
	font-style:italic;
	margin-top:20px;
}

#testimonials a:link {
	color:#676af1;
	font-size:12px;
	text-decoration:none;
}

#testimonials a:visited {
	color:#0c10d6;
	font-size:12px;
	text-decoration:none;
	font-family:Verdana;
}

#testimonials .linkLeft {
	float:left;
}

#testimonials .linkRight {
	float:right;
}

#map {
	text-align:center;
	width:560px;
	margin-left:auto;
	margin-right:auto;
}


	
/* End Testimonials */
#licenses {
	background-image:url(./landingdimages/21-W2B.png);
	background-repeat:no-repeat;
	width:600px;
	height:22px;
	font-weight:bold;
	font-size:16px;
	margin-top:0;
}

#licenses a:link {
	font-size:14px;
}

#licenses a:visited {
	font-size:14px;
}


	
/* Contact Us */
#contact {
	background-image:url(./landingdimages/21-W2B.png);
	width:600px;
	height:22px;
	font-weight:bold;
	font-size:16px;
}

img.SRMaddress {
	margin-top:50px;
	margin-left:170px;
}


	
/* Email DIV */
#emaildiv {
	text-align:center;
	margin-top:20px;
}

#emaildiv a:link {
	color:#0033ff;
	text-decoration:underline;
	font-size:24px;
}

#emaildiv a:active {
	font-size:24px;
}

#emaildiv a:visited {
	font-size:24px;
}


	
/* End Contact Us */

	
/* About Us */
#content .about {
	
	width:600px;
	height:22px;
}

#content .about h1 {
background: url(./landingdimages/21-W2B.png) repeat;
	margin: 0px 0;
	padding: 2px;
}

.about p {
	margin-top:15px;
	margin-right:40px;
	font-size:12px;
	color:#333333;
	padding-left:30px;
	text-align:justify;
}

#about a {
	font-size:20px;
	padding-left:240px;
}

#about a:visited {
	font-size:20px;
}


	
/* End About Us */

	
/* Are you Safe */
#content ul {
	list-style:none;
}

#content li {
	font-size: 14px;
	font-weight:normal;
}


	
/* End Are you Safe */

	
/* Scenarios */
#scenarios {
	width:550px;
	margin-left:50px;
	margin-top:40px;
}

#scenarios a.scnh1 {
	font-size:18px;
	text-decoration:none;
	padding-left:43px;
}

#scenarios a.scnp {
	font-size:14px;
	text-decoration:none;
}

#content .scenario1 {
	position:relative;
	background :url(./landingdimages/33-W2B-a.png) no-repeat;;
	width:277px;
	height:179px;
	z-index:1;
}

#content .scenario1:hover {
	background: url(./images/36-W2B-c.png) no-repeat;
	width:277px;
	height:179px;
	z-index:3;
}

#content .scenario1 img {
	float:left;
	margin-top: 0px;
	margin-left:4px;
	border:none;
}

#content .scenario1 h1 {
	padding-top:10px;
}

#content .scenario1 p {
	padding-top:5px;
	padding-right:15px;
}

#content .scenario2 {
	position:relative;
	background:url(./landingdimages/33-W2B-a.png) no-repeat;
	width:277px;
	height:179px;
	top:-60px;
	left:180px;
	z-index:2;
}

#content .scenario2:hover {
	background:url(./images/36-W2B-c.png) no-repeat;
	width:277px;
	height:179px;
	z-index:3;
}

#content .scenario2 img {
	float:left;
	margin-left:4px;
	border:none;
}

#content .scenario2 h1 {
	padding-top:10px;
}

#content .scenario2 p {
	padding-top:10px;
	padding-right:10px;
	text-align:left;
}

#content .scenario3 {
	position:relative;
	background:url(./landingdimages/33-W2B-a.png) no-repeat;
	width:277px;
	height:179px;
	top:-120px;
	z-index:1;
}

#content .scenario3:hover {
	background:url(./images/36-W2B-c.png) no-repeat;
	width:277px;
	height:179px;
	z-index:3;
}

#content .scenario3 img {
	float:left;
	margin-left:4px;
	border:none;
}

#content .scenario3 h1 {
	padding-top:10px;
}

#content .scenario3 p {
	padding-top:5px;
	padding-right:10px;
}

#content .scenario4 {
	position:relative;
	background:url(./landingdimages/33-W2B-a.png) no-repeat;
	width:277px;
	height:179px;
	top:-200px;
	left:175px;
	z-index:2;
}

#content .scenario4:hover {
	background:url(./images/36-W2B-c.png) no-repeat;
	width:277px;
	height:179px;
	z-index:3;
}

#content .scenario4 img {
	float:left;
	margin-left:4px;
	border:none;
}

#content .scenario4 h1 {
	padding-top:10px;
}

#content .scenario4 p {
	padding-top:10px;
	padding-right:10px;
	text-align:left;
}

#content .specialcirc {
	height:115px;
	background:url(./images/Scenarios-box.gif) no-repeat top left;
	width:550px;
	padding:0;
	margin:0 auto;
}

#content .specialcirc h3 {
	margin:0;
	margin: 0px 25px;
	padding-top: 15px;
}

#content .specialcirc ul {
	float:left;
	padding-left:0;
	margin: 0 25px 0 25px;
}

#content .specialcirc li {
	padding-left:0;
	font-weight:600;
}

#content .specialcirc a {
	text-decoration:none;
}

#content .specialcirc a:hover {
	text-decoration:underline;
}

#disclosures a {
	text-decoration:none;
	color:0;
}

#disclosures h2 {
	font-size:2em;
	background:url(./documents/srm-doc.jpg) no-repeat left center;
	margin:0 10px 0 40px;
	padding-left:60px;
	padding-top:25px;
	padding-bottom:25px;
}

#disclosures p {
	margin:40px auto;
}

#content a.doc {
	font-size:18px;
}

#welcome {
	background:url(./landingdimages/1-W2B.png) no-repeat top center;
	width:558px;
	height:374px;
	margin:0 auto;
	padding-top:10px;
}

#welcome h2,
#welcome p {
	width:93%;
	margin:5px auto;
}

img.bullet {
	float:left;
}

#informationCenter {
	background-image:url(./landingdimages/9-W2B.png);
	margin-top:20px;
	width:600px;
	height:189px;
}

#informationCenter .text {
	width:500px;
	height:189px;
	text-align:center;
	margin-left:220px;
}

#informationCenter h1 {
	line-height:0;
}

#informationCenter ul {
	height:75px;
	margin:0;
	padding:0;
}

#informationCenter li {
	list-style-image:url(./images/tree2.png);
	padding-bottom:8px;
}

#informationCenter .icLeft {
	float:left;
	height:100px;
	width:200px;
}

#informationCenter .icRight {
	float:left;
	height:100px;
	width:200px;
	padding-right:25px;
}


	
/* ----  End infoCenterb -------- */
img.calculator {
	float:left;
	margin-right:0;
}

img.testimonials {
	float:left;
	padding-right:20px;
}

#content .testimonialstext a {
	width:235px;
	float:right;
	margin-right:45px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
}

#content .calculatortext a {
	width:245px;
	float:left;
	text-align:center;
	margin-left:28px;
	font-size:12px;
	text-decoration:none;
}

#history {
	font-weight:normal;
}

#history .fullHist a {
	font-weight:normal;
	float:right;
	font-size:14px;
	text-decoration:none;
	color:#676af1;
}

#history .fullHist a:hover {
	color:#0c10d6;
}


	
/* End Home */
#valtext {
	font-size:12px;
	color:#ff0033;
	margin-bottom:5px;
}


	
/*  History */
#history {
	font-weight:bold;
}


	
/* End History */
#righttop {
	position:relative;
	float:right;
	top:-200px;
	width:260px;
	height:240px;
}


#basicscontent {
	margin-top:30px;
	float:left;
	width:560px;
	text-align:left;
}

#top {
	width:500px;
	height:160px;
	margin-bottom:20px;
}

#top img {
	float:left;
	width:240px;
	height:160px;
}

#top h1 {
	float:right;
	margin-top:20px;
	margin-left:20px;
	font-size:18px;
	width:240px;
	text-align:center;
}

#top p {
	float:right;
	font-size:16px;
	width:240px;
	text-align:center;
}

	
/***************************************************
		RIGHTBAR v2
***************************************************/
#rightbar {
	background-color:#EFF7E6;
	border:1px solid #d2ddc4;
	height:auto;
	float:right;
	width:234px;
	margin:0;
	padding:0;
}

#rightbar .rightBox {
	clear:both;
	color:#444;
	text-align:center;
	padding:15px 5px;
	border-bottom:1px solid #d2ddc4;
}

#rightbar .rightBoxNoPad {
	padding:0;
	margin:0;
}
#guideButton {
	background: url('./images/requestGuide.png') no-repeat top left;
	width: 224px;
	height: 58px;
}
#guideButton:hover {
	background: url('./images/requestGuideOver.png') no-repeat top left;
}
#rightbar .rightBox p {
	font-size:14px;
}

#number h2 {
	float:left;
	font-size:20px;
	font-weight:400;
	color:#444;
	margin: 0;
	padding:0;
}

#number img {
	float: left;
	width: 30px;
	height: 30px;
	margin-left:20px;
}

#applicationButton {
	background: url('./images/submitApplication.png') no-repeat top center;
	width: 224px !important;
	height: 54px !important;
	cursor: pointer;
}
#applicationButton:hover {
	background: url('./images/submitApplicationHover.png') no-repeat top center;
}
#applicationButton:active {
	background: url('./images/submitApplicationClick.png') no-repeat top center;
}

#infocenter {
	margin: 0;
	padding: 0;
	text-align: left;
}
.infoButton {
	width: 180px;
	background: url('./images/infoTree.gif') no-repeat top left;
	margin: 0 auto;
	padding-top: 7px;
}
#infocenter a,
#infocenter a:hover,
#infocenter a:active,
#infocenter a:visited {
	color: #444;
	text-decoration: none;
	font-size: 18px;
	margin: 0px 0px 0px 40px;
}
#infocenter a:hover {
	text-decoration: underline !important;
}



#safe h1 {
	margin: 0 auto;
	padding: 0px;
}

#safe {
	text-align:center;
	font-size:14px;
	color:#333;
   	margin: 0px auto;
}

#safe a {
	color:#444;
	text-decoration:none;
}

#safe a:hover {
	color:#8A7645;
	text-decoration:underline;
}

#questionsBox {
	color:#444;
}

#questionsBox h1 {
	text-align:center;
	font-size:18px;
}

#questionsBox p {
	text-align:center;
	font-size:12px;
	margin:5px 10px;
}

#questionsBox ul {
	text-align:left;
	margin: 0px 0px 0px 10px;
}

#questionsBox li {
	list-style-image:url(./images/check.png);
	font-size:14px;
	line-height: 2em;
}

#questionsBox h2 {
	background:#cbdfb6;
	border:1px solid #999;
	padding:3px 0;
	margin:5px 20px;
	text-align:center;
	font-size:16px;
	font-weight:500;
}

#blogTicker h2 {
	margin: 0px auto;
	padding: 0;
}

#blogTicker h3 {
	background:#cbdfb6;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
	font-size:12px;
	margin:10px 0 0;
	padding-left:3px;
	text-align:left;
}

#blogTicker h4 {
	background:#cbdfb6;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
	font-style:italic;
	text-align:left;
	color:#555;
	font-size:9px;
	font-weight:300;
	margin:0;
	padding:0 0 0 3px;
}

#blogTicker .midBox {
	width:100%;
	height:130px;
}

#blogTicker p {
	font-size:12px;
	text-align:left;
	padding:3px;
	margin:0;
}

#blogTicker a.arrow {
	color:#555;
	font-size:12px;
	text-decoration:none;
	clear:right;
}

form.application2 {
	position: relative;
	margin-left:40px;
}

.application2 input {
	position:absolute;
	left:600px;
}

form.appCTA {
	text-align:left;
}

.appCTA h1 {
	margin:0;
}

.appCTA select {
	width:100%;
}

.row {
	clear:both;
	background-color:none;
	display:block;
	min-height:32px;
	margin:5px 0;
	padding:5px 10px 5px 15px;
}

.row h3,
.dobBox h3 {
	clear:both;
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:normal;
}
.dobBox {
	clear:both;
	background-color:none;
	display:block;
	min-height:32px;
	margin:5px 0;
	padding:5px 10px 5px 15px;
}
.dobBox select {
	clear: both;
	width: 62px !important;
}
.submit {
	text-align: center;
	clear:both;
}

.selector {
	float: left;
	width: 70%;
	margin: 0px;
	padding: 0px;
	clear: left;
}
.imgbbb {
	float: left;
	width: 25%;
	clear: right;
	margin: 20px 0px 0px 0px;
}

.button {
	Float:right;
}

/* You have to have the following lines in order to preserve the hide or unhide the frequesntly asked questions */

ul.menu {
	display: none;
	list-style-type: none;
}

#FAQmenu {
	padding: 0px 10px 0px 30px;
}
#FAQpage {
	padding-left: 10px;
}
#FAQpage h2 {
	background: url('./images/24-W2Bbullet.png') no-repeat left center;
	padding: 2px 0px 2px 25px;
}



/* Post */
.post {
	padding:0 20px;
	margin-bottom:20px;
}

.post .title {
	margin-bottom:20px;
	padding-bottom:5px;

	
/*text-transform: uppercase;*/
	font-size:24px;
	font-weight:normal;
	color:#28313A;
}

.post .subtitle {
	margin-bottom:20px;
	padding-bottom:5px;

	
/*text-transform: uppercase;*/
	font-size:18px;
	font-weight:normal;
	color:#28313A;
}

.post .centerAlign {
	margin-bottom:20px;
	padding-bottom:5px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	color:#28313A;
}

.post .rightFloat {
	float:right;
	padding:20px;
}

.post .entry {
}

.entry .glossary {
}

.entry .glossary span {
	font-weight:bold;
}

.post .meta {
	padding:15px 15px 30px 0;
	font-size:10px;
}

.post .meta p {
	margin:0;
	padding-top:15px;
	line-height:normal;
	color:#28313A;
}

.post .meta .byline {
	float:left;
}

.post .meta .links {
	float:right;
}

.post .meta .more {
	padding:0 20px 0 18px;
}

.post .meta .comments {
	padding-left:22px;
}

.post .meta b {
	display:none;
}


	
/* leftbar */
#leftbar {
	float:left;
	width:230px;
	margin-top:10px;
	margin-left:0;
	padding:0;
}

#leftbar p {
	text-align:center;
}

#leftbar a {
	font-size:10px;
	text-align:center;
	color:#28313A;
	text-decoration:underline;
}

#leftbar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#leftbar li {

	
/*margin-bottom: 40px;*/
	margin-bottom:10px;
}

#leftbar li ul {
}

#leftbar li li {
	margin:0;
	margin-bottom:15px;
}

#leftbar h2 {
	width:250px;
	margin:0;
	padding:0;
	background:url(images/img07.jpg) no-repeat left top;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	color:#28313A;
	margin-bottom:20px;
}

#quote {
	width:230px;
	height:251px;
	background-image:url(./landingdimages/quote.png);
}

#quote h1 {
	padding-top:10px;
	font-size:16px;
	text-align:center;
}

#quote form {
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

#zipinput {
	width:75px;
	font-size:12px;
}

#zipinput input {
	position:relative;
	top:-15px;
	left:50px;
	width:40px;
	height:15px;
}

#quote p {
	width:178px;
	margin-top:10px;
	margin-left:25px;
	font-size:12px;
	text-align:center;
}

#quote img {
	float:right;
	padding-top:5px;
	padding-right:15px;
}

#quote input {
	float:right;
	margin-top:-5px;
	padding-right:20px;
}

#eligible {
	width:230px;
	height:251px;
	background:url(./landingdimages/eligible.png);
}

#eligible h1 {
	padding-top:20px;
	font-size:16px;
	text-align:center;
}

#eligible form {
	margin-top:20px;
	margin-left:40px;
	width:181px;
	font-size:12px;
	text-align:left;
}

#eligible input {
	float:right;
	margin-top:20px;
	margin-right:20px;
}

#home {
	margin-top:-15px;
	margin-bottom:15px;
	margin-left:-2px;
	width:230px;
	height:251px;
	background:url(./landingdimages/homeEligible.png);
}

#home h1 {
	padding-top:15px;
	font-size:16px;
	text-align:center;
}

#home form {
	width:181px;
	padding-top:20px;
	padding-left:40px;
	font-size:12px;
	text-align:left;
}

#home option {
	padding-left:10px;
}

#home input {
	float:right;
	padding-top:20px;
	padding-right:20px;
}

#home p {
}

#leftbar .testimonial {
	font-style:italic;
	font-size:14px;
	width:190px;
	text-align:left;
	margin-bottom:10px;
}

#name {
	position:relative;
	right:20px;
	float:right;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	margin-bottom:30px;

	
/*padding-top:20px;*/
}


	
/* Sidebar */
#sidebar {
	float:right;
	width:210px;
	margin:0;
	padding:0;
	text-align:right;
	line-height:26px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	margin-right:5px;
}

#sidebar li {
	margin-bottom:40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin:0;
}

#sidebar h2 {
	width:210px;
	margin:0;
	padding:0;
	background:url(images/img07.jpg) no-repeat left top;

	
/*text-transform: uppercase;*/
	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#28313A;
	margin-right:35px;
}


	
/* Search */
#search {
}

#search h2 {
	margin-bottom:20px;
}

#s {
	width:140px;
	margin-right:5px;
	padding:3px;
	border:1px solid #DFE1E0;
}

#x {
	padding:3px;
	border:none;
	background:#0A5688;
	text-transform:lowercase;
	font-size:11px;
	color:#FFFFFF;
}


	
/* Boxes */
.box1 {
	padding:20px;
}

.box2 {
	color:#BABABA;
}

.box2 h2 {
	margin-bottom:15px;
	font-size:16px;
	color:#FFFFFF;
}

.box2 ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box2 a:link,.box2 a:hover,.box2 a:active,.box2 a:visited {
	color:#EDEDED;
}


	
/* Sitemap */
#sitemap h1 {
	background-image:url(./landingdimages/21-W2B.png);
	width:565px;
	height:22px;
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
}

#sitemap h2 {
	font-size:14px;
	margin:20px 0 0;
	color:#6d9134;
	text-decoration:underline;
}

#sitemap ul {
	margin:0;
}

#sitemap li {
	font-size:12px;
	margin:0;
	color:#5c5c5c;
	font-weight:300;
}

#sitemap a {
	font-size:12px;
	text-decoration:none;
	margin:0;

	font-weight:300;
}

#sitemap a:hover {

	font-weight:400;
}

#sitemap a:visited {

	font-weight:300;
}

#sitemap a:hover:visited {
	color:#8A7645;
	font-weight:400;
}

#sitemap .smLeft {
	float:left;
	width:280px;
	height:auto;
}

#sitemap .smRight {
	float:right;
	width:280px;
	height:auto;
	margin-right:30px;
}

#breaker {
	width:100%;
	height:10px;
	float:left;
}


	
/* Footer */
#btmSelector {
	background: url('./images/newFooter.png') no-repeat; /*#eff7e6*/
	width:900px;
	height: 50px;
	display: table;
}
#btmSelector a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}
#btmSelector .btmAlign {
	float: left;
	width: 223px;
	border-right: 1px solid #95a87b;
	height: 50px;

}
#btmSelector .btmAlign:hover {
	background: url(./images/btmHoverBG.png) repeat top left;
}
#btmSelector .btmLeftIco {
	float: left;
	width: 40px;
	padding-top: 7px;
	padding-left: 10px;
}
#btmSelector .btmRightAnchor {
	float: left;
	width: 170px;
	padding-top: 17px;
}

#footer {
	margin: 10px;
	text-align:center;
	font-size:12px;
	clear:both;
}

#footer a {
	text-decoration:none;
	font-size: 15px;
}

#footer img {
	position:relative;
}

#footer h1 {
	margin-top:5px;
	font-family:Times New Roman;
	font-size:20px;
	font-weight:normal;
	color:#000000;
}

#logos {
	position:relative;
}

html>body #footer {
	height:auto;
}

#footer p {
	font-size:10px;
}

#legal {
	width: 880px;
	margin: 0 auto;
}
#legal .legalEHL {
	float: right;
	width: 55px;
	margin-top: 7px;
	margin-right: 10px;
}
#legal .legalBBB {
	float: right;
	width: 115px;
}
#legal .legalCopy {
	float: left;
	width: 284px;
	padding: 0px 0px 0px 80px;
}
#legal .legalNAIPC {
	float: left;
	width: 116px;
	padding-top: 2px;
	margin-top: 12px;
	margin-right: 10px;
}
#legal .legalNRMLA {
	float: left;
	width: 108px;
	margin-right: 10px;
	margin-top: 12px;
}

.pcCTABox {
	background: url('./images/proconGreenBox.jpg') no-repeat top left;
	float: left;
	width: 268px;
	height: 159px;
	text-align: center;
	padding: 10px;
	margin: 20px 3px;
}
.pcCTABox h2 {
	padding: 0 !important;
	margin: 10px !important;
	font-size: 22px !important;
}
.pcCTABox input {
	width: 75px;
	height: 27px;
	font-size: 18px;
	color: #666;

}
.greenGo {
	background: url(images/buttonGoGreen.jpg) no-repeat top left;
	border: none !important;
	
}