body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a:link {
	color: #035168;
	}
a:visited {
	color: #55808C;
	}

h1 {
	font-size: 17px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}
	
.wrapper {
	position: relative;
	width: 733px;
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 50px;
	left : 300px;
	width: 400px;
	z-index: 1;
	color: #035168;
	border-left: solid 3px #FFD565;
	padding-left: 20px;
	}

.toptext h1 {
	font-size : 16px;
	margin : 0px;
	padding-bottom : 10px;
	}

.toptext p {
	font-size : 14px;
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 5px;
	left : 0px;
	width: 730px;
	text-align: center;
	z-index: 1;
	color: #cccccc;
	}

.nav span {
	padding: 10px;
	}

.nav a:link, .nav a:visited {	
	color: #ffffff;
	text-decoration: none;
	}

.nav a:hover {	
	text-decoration: underline;
	}

.content {
	position : absolute;
	top : 187px;
	left : 0px;
	width: 513px;
	padding: 70px 210px 0 10px;
	background: url("/images/mortgagefront-bg.gif") repeat-y;
	
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.nav2 {
	position : absolute;
	top : 200px;
	left : 540px;
	width: 180px;
	z-index: 1;
	}

.ads {
	position : absolute;
	top : 190px;
	left : 10px;
	text-align : center;
	z-index: 1;
	}

.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 95%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}

.prop {
    height: 50px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}
	
#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}
	
.nav2 h2 {
	color:#FF9900;
	font-size:18px;
}	
.select-service, .select-property, .select-credit {
   display:table;
   margin-bottom:10px;
}
.labels	{
   font-size:12px;
}
.select-service select, .select-property select, .select-credit select {
   width:170px;
   font-size:12px;
   background-color:#FFFFFF !important;
}
.select-service select:hover, .select-property select:hover, .select-credit select:hover {

}
.continue-button input {
   margin-top:10px;
   margin-left:30px;
}