/* START :: CSS Reset */
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, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
    font: 10px "Myriad Pro", Arial, Helvetica, sans-serif;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* END :: CSS Reset */
/* START :: Page */
a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
} .hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
} #wrapper {
    width: 760px;
    height: 462px;
    margin: 0 auto;
}

/* END :: Page */
/* START :: header */ 
#header {
	width:760px;
	float:left
}
#header a img {
	margin:5px 0 0 0
}
#logo {
	float:left;
	width:250px;
}
#contact {
	float:right;
	margin:20px 0 0 0;
	font-size:1.3em !important
}
#contact p {
	width:260px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
#contact p span {
	color:#0082c8;
	font-weight: bold;
}
/* END :: Header */

/* START :: Content */ 
#content {
	float:left;
	width:760px;
	margin:0;
	padding:0;
}
#mainContent{
    float:left;
	width:760px;
    height: 370px;
    background: url('../sem-images/mortgage_bkgd.jpg') no-repeat top left;
} 
#mainContent p{
	font:1.6em Arial,Helvetica,sans-serif;
	color:#fff;
}
#mainContent ul {
	color:#fff!important;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:disc !important;
}
#mainContent ul li {
	font-size:1.5em;
	line-height:20px;
	padding-bottom:10px
}
#mainContent #features{
	float:left;
	position:relative;
	left:30px;
	top:140px;
	width:222px
}
.formWrapper {
	float:right;
	width:195px;
	padding:120px 0 0 0
} #content .formWrapper .calcTop strong {
    font-size: 1.8em;
    line-height: 37px;
    vertical-align: middle;
    color: #01274a;
    font-weight: normal;
} #content .formWrapper .field {
    clear: both;
    padding-left: 0px;
    margin-bottom: 8px;
} #content .formWrapper .field {
    clear: both;
    padding-left: 21px;
    margin-bottom: 8px;
} #content .formWrapper label {
    display: block;
	text-align:left;
    float: left;
    width: 150px;
	margin-right:10px;
    font-size: 1.5em;
    height: 17px;
    line-height: 14px;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
} #content .formWrapper .field a.callout {
    clear: left;
    font: 1.1em Arial, helvetica, sans-serif;
    float: left;
    margin-top: -4px;
    white-space: nowrap;
    color: #336699;
    text-decoration: none;
} #content .formWrapper .field a.callout:hover {
    text-decoration: underline;
} #content .formWrapper .field input {
    border: solid 1px #ccc;
    outline: 0;
    width: 145px;
    height: 15px;
    display: block;
    float: left;
    font: normal 1.2em Arial, Helvetica, sans-serif;
    padding-top: 3px;
    padding-left: 3px;
    color: #333;
} #content .formWrapper .field select {
    border: solid 1px #ccc;
    outline: 0;
    width: 152px;
    height: 22px;
	padding-top:2px;
    display: block;
    float: left;
    font: normal 1.2em Arial, Helvetica, sans-serif;
    color: #333;
} #content .formWrapper .goBtn {
    margin: 12px 0 0 70px;
    height: 42px;
} #content .formWrapper #calcText p {
    font: 1.6em Arial, Helvetica, sans-serif;
    text-align: left;
	float:left;
	position:relative;
	left:235px;
	top:47px;
	width:400px;
	padding: 0 21px;
}
#errorBoxes {
	float:left;
	position:relative;
	width:250px;
	height:250px;
	left:135px;
	top:120px
}
#errorBoxes.right p {
	float:left;
	color:#f00;
	font-size:1em;
	position:relative;
	top:-53px;
	left:23px;
	width:185px;
}
#errorBoxes.left p {
	float:left;
	color:#f00;
	font-size:1em;
	position:relative;
	top:-53px;
	left:35px;
	width:185px;
}
#borrowError, #valueError, #stateError, #scoreError{
	float:left;
	position:relative;
	height:60px;
	margin-bottom:-13px;
	text-align:center;
	left:-9999px
}

#modalBkgd {
	position:absolute;
	display: none;
	left:0px;
	top:0px;
	background:#000;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50)
}
#modal {
	float:left;
	position:absolute;
	left:50%;
	top:85px;
	margin-left:-253px;
	z-index:9999px;
	display:none;
}
#modalClose {
	cursor:pointer;
	float:left;
	position:absolute;
	width:17px;
	margin:0px;
	left:477px;
	top:16px;
	padding:0px;
	height:17px;
	background:#123456;
	opacity:0.0;
	filter:alpha(opacity=0)
}
#modalContent {
	position:relative;
	top:-285px;
	left:27px;
	text-align:center;
	width:450px;
}
#modalContent h3 {
	text-align:center;
	font-size:2em;
	line-height:22px;
	color:#fff!important;
	padding-bottom:35px
}
#modalContent p {
	font-size:1.3em;
	padding-top:12px!important;
	color:#333!important
}
#modalContent ul {
	text-align:left;
	padding-top:7px;
	padding-left:50px;
}
#modalContent li {
	text-align:left;
	font-size:1.3em!important;
	padding-bottom:0px!important;
	color:#333!important
}
#modalContent span {
	font-size:2em!important;
}
#modalContent ol {
	padding-left:30px!important
}
#modalContent ol li {
	list-style-position:outside;
	list-style-type:lower-roman;
	padding-bottom:10px!important;
	font-size:13px!important
}
#disclosurePopup {
	position:relative;
	top:-135px;
	overflow-y:scroll;
	width:425px;
	height:285px;
	margin-left:10px;
	padding-right:10px
}
#disclosurePopup p {
	text-align:left!important
}

/* START :: Footer */ 
#footer {
	float:left;
	margin-top:20px;
	width:760px;
} #footer p {
    margin-bottom: 11px;
    color: #6e6e6e;
} #footer p .right {
    float: right;
} #footer p .left {
    float: left;
    line-height: 21px;
    vertical-align: middle;
}
/* END :: Footer */
/* START :: Clearfix */ .clearfix:after, .field:after, #masthead:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} .clearfix, .field, #masthead {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix, * html .field, * html #masthead {
    height: 1%;
} .clearfix, .field, #masthead {
    display: block;
}

/* End hide from IE-mac */