html {
	overflow-y:scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:100%;
	color:#000;
	margin:0;
	padding:0;
}
html, body {
	min-height:100%;
	margin-bottom:1px;
}
#wrapper {
	text-align:left;
	width:780px;
	margin:0 auto;
}
#masthead {
	background-repeat: no-repeat;
	background-image: url(../_img/masthead.jpg);
	height: 145px;
}
#topMenu {
	height: 45px;
	width: 508px;
	margin-top: 72px;
}
#topMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topMenu li {
	float: left;
	width: 100px;
	height: 45px;
}
#topMenu li a {
	background-image: url(../_img/menu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	text-indent: -1000px;
	zoom: 1;
	height: 45px;
}
#topMenu #homeButton a:hover {
	background-position:left -50px;
}
#topMenu #titleButton a {
	background-position:-96px top;
}
#topMenu #titleButton a:hover {
	background-position:-96px -50px;
}
#topMenu #mortgageButton a {
	background-position: -263px top;
}
#topMenu #mortgageButton a:hover {
	background-position: -263px -50px;
}
#topMenu #houseButton a {
	background-position: -386px top;
}
#topMenu #houseButton a:hover {
	background-position: -386px -50px;
}
#bodyContent {
}
.article {
	width:780px;
	/*overflow: hidden;*/
}
#rightSide {
	float: left;
	width: 187px;
}
#norStar {
	background-image: url(../_img/norstar-mid.jpg);
	background-repeat: repeat-y;
	color: white;
	margin-top: 8px;
}
#norStarInner {
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	font-size: small;
	text-align: center;
}
#norStarInner em, #norStarInner i {
	font-weight: normal;
}
#norStarInner i {
	font-style: normal;
}
#norStarInner a {
	color: #FFF;
}
#norStarInner a:hover {
	color: #293C9B;
	text-decoration: none;
}
#rateTables {
	width: 593px;
	float: left;
}
.innerRate {
	margin-bottom:15px;
}
.rates th {
	color: #247BAD;
	text-align: left;
	padding: 3px;
}
.rates th.top {
	font-size: large;
}
.rates tr.head th {
	background-color: #CACED1;
	color: #636D75;
	text-align: right;
	padding: 7px 4px 7px 4px;
	font-weight: normal;
}
.rates table {
	width: 140px;
}
.rates table.data td {
	background-color: #FAEAD7;
	padding: 4px 6px 4px 0;
}
#rates tr.term th {
	padding-bottom: 7px;
}
a img {
	border:none;
}
#tandc {
	background-image: url(../_img/TandCmid.gif);
	background-repeat: repeat-y;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
#tandc p {
	margin-top: 0px;
}
#tandc div {
	text-align: center;
	padding-right: 10px;
}
#tandc div p {
	margin: 6px auto;
}
#preApproval {
	margin-top: 15px;
}
#preApproval img, #tandc img {
	display: block;
	margin: 0 auto;
	padding: 0;
}
#preAppInner {
	background-image: url(../_img/preAppmid.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	font-size: x-small;
	background-position: 1px top;
}
#preAppInner ul {
	padding-left: 5px;
	margin: 0 auto 0 5px;
}
#preAppInner ul li {
	margin-bottom: 0.5em;
	/*margin-top: 0;*/
}
#bottomContent img {
	margin-right: 10px;
	margin-top: 25px;
}
#bottomMenu {
	text-align: center;
	font-size: small;
	padding-top: 10px;
}
#bottomMenu span {
	color: #F78F1C;
}
#bottomMenu a {
	color: #333;
	text-decoration: none;
}
#bottomMenu a:hover {
	color: #FB9026;
}
.credit {
	font-size: x-small;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.credit a {
	color: #666;
}
.credit a:hover {
	color: #29AAE1;
}
td.padit, th.padit {
	padding-left:30px;
}
