html {
	height: 100%;
}
body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	font: 13px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
}
a {
	color: #0261c2;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}

.center {
	width: 980px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.justify:after {
	display: inline-block;
	overflow: hidden;
	content: ".";
	height: 0;
	margin: -1000px 0 0 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 100px;
}	.header .logo {
		float: left;
		padding-top: 17px;
	}
	.header .total-listings {
		float: right;
		padding-top: 25px;
		text-align: right;
		line-height: 24px;
		font-size: 24px;
	}	.header .total-listings strong {
			color: #ff5c00;
		}
		.header .total-listings span {
			display: block;
			padding-top: 2px;
			font-size: 18px;
		}


/* Content
-----------------------------------------------------------------------------*/
.content {
	background: url(../img/content-bg.png) center top repeat-x;
	min-height: 440px;
	padding-bottom: 110px;
}	.content .text {
		color: #FFFFFF;
        font-size: 14px;
        line-height: 19px;
        padding-top: 4px;
        text-align: justify;
	}
	
	.content .text a {
        color: #F99251;
    }

    .content.large {
        background: url(../img/1.jpg) center center no-repeat;
        background-color: #006ac5;
        height: auto;
        margin-bottom: 87px;
        padding-bottom: 0;
    }
    
    .content.large form {
        height: auto;
        overflow: visible;
    }
    
    .content.large .error{
        border: none !important;
        color: orange;
        font-weight: bold;
    }

/* Main */
.main {
	padding-top: 97px;
}	.main h1 {
		margin: 0;
		padding: 0 0 16px;
		text-align: center;
		line-height: 50px;
		font-weight: normal;
		font-size: 48px;
		color: #fff;
	}
	.main form {
		margin: 0;
		padding: 0 0 110px;
	}	.main form label {
			display: block;
			margin-bottom: 48px;
			text-align: center;
			font-size: 24px;
			color: #fff;
		}
		.main form .inputs-block {
			position: relative;
			background-color: #fff;
			width: 500px;
			height: 50px;
			margin: 0 auto;
			-webkit-box-shadow: 0 1px 0 #133857;
			-moz-box-shadow: 0 1px 0 #133857;
			box-shadow: 0 1px 0 #133857;
		}	.main form .inputs-block input[type=text] {
				background: #ededed; /* Old browsers */
				background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
				width: 388px;
				height: 48px;
				margin: 1px 0 0 1px;
				padding: 0 10px;
				font: 26px/48px Arial, "Helvetica Neue", Helvetica, sans-serif;
				border: 0;
				outline: none;
				color: #333;
			}
			.main form .inputs-block input[type=submit] {
				position: absolute;
				top: 0;
				right: 0;
				background: url(../img/submit-btn-bg.png) 0 0 repeat-x;
				width: 90px;
				height: 50px;
				margin: 0;
				padding: 0;
				text-transform: uppercase;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				font: bold 30px/50px "Arial Black", "Arial Bold", Gadget, sans-serif;
				border: 0;
				outline: none;
				color: #fff;
			}
	.main .objects-list {
		margin: 0;
		padding: 0 0 0 4px;
		list-style: none;
	}	.main .objects-list li {
			display: inline-block;
			overflow: hidden;
			width: 245px;
			margin-left: -4px;
			padding-bottom: 25px;
			text-align: center;
			vertical-align: top;
		}
		.main .objects-list img {
			display: block;
			width: 245px;
			height: 140px;
			margin-bottom: 15px;
		}
		.main .objects-list span {
			display: block;
			padding-bottom: 2px;
			font-size: 14px;
		}
		.main .objects-list a {
			display: block;
			margin-top: 7px;
			text-decoration: none;
			line-height: 22px;
			font-size: 18px;
			font-weight: bold;
			color: #1a6ecc;
		}
		.main .objects-list a:hover {
			text-decoration: underline;
		}


/* Inner */
.inner {
	padding-top: 46px;
}	.inner h1 {
		margin: 0;
		padding: 0 0 16px;
		text-align: center;
		line-height: 40px;
		font-weight: normal;
		font-size: 36px;
		color: #fff;
	}
	.inner form {
		overflow: hidden;
		margin: 0;
		padding: 0;
		height: 339px;
	}	.inner form .input-block {
			float: left;
			width: 400px;
			height: 100px;
			margin-left: 60px;
		}	.inner form label {
				display: block;
				padding-bottom: 15px;
				line-height: 20px;
				font-size: 18px;
				color: #fff;
				#text-align: left;
			}
			.inner form .input-block input[type=text] {
				background: #ededed; /* Old browsers */
				background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
				width: 378px;
				height: 32px;
				margin: 0;
				padding: 0 10px;
				-webkit-box-shadow: 0 1px 0 #133857;
				-moz-box-shadow: 0 1px 0 #133857;
				box-shadow: 0 1px 0 #133857;
				border: 1px solid #fff;
				outline: none;
				font: 14px/32px Arial, "Helvetica Neue", Helvetica, sans-serif;
				color: #333;
			}
		.inner form .select-block {
			margin-bottom: 26px;
			text-align: center;
		}
		.inner form .submit {
			clear: both;
			padding-top: 17px;
			text-align: center;
			border-radius: 6px;
		}	.inner form .submit input[type=submit] {
				display: inline-block;
				background: url(../img/submit-btn-bg.png) 0 50% repeat-x;
				width: 160px;
				height: 40px;
				margin: 0;
				padding: 0;
				text-transform: uppercase;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				font: bold 20px/40px "Arial Black", "Arial Bold", Gadget, sans-serif;
				border: 0;
				outline: none;
				color: #fff;
				border-radius: 6px;
			}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: relative;
	height: 90px;
	margin-top: -90px;
	border-top: 2px solid #1a6ecc;
	font-size: 13px;
	line-height: 68px;
}	.footer .copyrights {
		float: left;
	}
	.footer nav {
		float: right;
	}	.footer nav a {
			margin-left: 10px;
		}
		
		
div.error {
    border: 2px solid red !important;
}

label.error {
    color: red !important;
}

.popup-block {
	display: none;
}

#fancy_box {
	height: 100%;
	padding: 20px;
	font-size: 20px;

}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

#example {
    color: white;
}

#loading {
    width: 100%;
    height: 100px;
    background: url(../img/spinner.gif) center top no-repeat;
}

#listing {
    display: none;
}

.birthdate select, .birthdate .selectBox-dropdown {
    width: 92px;
    min-width: 92px;
    max-width: 92px;
    display: inline-block;
}

input.search_zip {
    font-size: 22px;
    height: 26px;
    padding: 5px;
    width: 120px;
    text-align: center;
}

.mortgage_flow_wrapper {
    padding: 10px 0 20px 0;
}

.mortgage_flow_wrapper h1 {
    display: block;
    width: 860px;
}

#verify_box h4,#debt_box h4 {
    color: rgb(0, 120, 206);
    font-size: 24px;
    line-height: 28px;
    padding-top: 0px;
    text-align: center;
    margin-bottom: 7px;
}

#verify_box h1, #debt_box h1 {
    color: rgb(0, 120, 206);
    text-align: center;
    margin: 15px 0px;
    font-weight: bold;
} 

#verify_box p,#debt_box p {
    line-height: 24px;
    margin-bottom: 5px;
    text-align: left;
}

#verify_box .inner form label {
    display: inline-block;
    color: #444;
    padding: 0 8px 0 0;
    font-size: 24px;
}

#verify_box .inner form label:last-of-type {
    padding-left: 20px;
}

#verify_box .inner,#debt_box.inner {
    text-align: center;
}

#debt_box .main {
    padding-top: 20px;
}

#verify_box .submit {
    padding-top: 30px;
}

#debt_box .submit {
    padding-top: 0px;
    padding-bottom: 20px;
}

#verify_box #pin {
    width: 150px;
    height: 40px;
    font-size: 30px;
    padding: 5px 10px;
    text-align: center;
}