@charset "utf-8";

body {
	background: #342a1e url(images/splash_bgtop.jpg) repeat-x top;
	margin: 0px;
	text-align: center;
}
#background {
	background: url(images/splash_bgtitle.jpg) no-repeat center top;
}
img {
	border: none;
}


/* ********** HEADER ********** */

#header {
	height: 133px;
	margin: 0px auto;
	text-align: left;
	width: 970px;
}
#menu {
	background: url(images/splash_menutile.jpg) repeat-x;
	height: 35px;
	text-align: left;
}
#menuright {
	float: right;
}
#flashwrap {
	background: url(images/splash_flash.jpg) no-repeat 0px 5px;
	height: 279px;
	margin: 0px auto;
	width: 998px;
}
#flash {
	float: left;
	padding-top: 19px;
	text-align: right;
	width: 644px;
}
#flashcontact {
	float: right;
}


/* ********** CONTENT ********** */

#wrapper {
	background: url(images/splash_contenttile.jpg) repeat-y;
	margin: 0px auto;
	text-align: left;
	width: 970px;
}
#wrapperhead {
	background: url(images/splash_contenttop.jpg) no-repeat top;
}
#wrapperfoot {
	background: url(images/splash_contentbottom.jpg) no-repeat bottom;
}
#contentframe {
	padding: 18px 10px;
}
#content {
	background: url(images/content_lefttile.jpg) repeat-y;
}
#content_foot {
	background: url(images/content_leftfoot.jpg) no-repeat left bottom;
}
#left_head_content {
	background: url(images/content_lefthead.jpg) no-repeat;
	height: 23px;
}
#left_content_content {	
	padding: 5px 22px 25px 30px;
	text-align: justify;
}
#content_right {
	background-image: url(images/splash_righttile.jpg);
}
#footer {
	background: #7f7464 url(images/splash_foottile.jpg) repeat-x top;
	padding: 15px 0px 15px 0px;
}
.footerbreak {
	background: url(images/splash_footbreak.jpg) no-repeat center;
}

/* ********** MORTGAGE TABLE ********** */

.interestratestable {
	border-collapse: collapse;
	width: 230px;
}
.interestratesheader {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
}
.interestratestdmortgage {
	background-image: url(images/splash_mortgagetable.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	height: 23px;
	padding-left: 7px;
}
.interestratestdrate {
	background-image: url(images/splash_mortgagetable.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
.interestratestdapr {
	background-image: url(images/splash_mortgagetable.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}