@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
	width:100%;
	margin:0px auto;
}

#main-holder{
	background:url(../images/bg.jpg) repeat-x top left;
}

#main2{
	background:url(../images/bg2.jpg) repeat-x top left;
}


#container{
	margin-right:auto;
	margin-left:auto;
	width:950px;
}

#main {padding-bottom: 80px;}

#footer {
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
	background-color:#797f8d;
	width:100%;
} 

#foot{
	width:300px;
	margin: 0px auto;
	padding-top:20px;
	background-color:#797f8d;
	color:#FFF;
	text-align:center;
	font-size:12px;
}

#logo{
	float:left;
	margin:0;
	padding:0;
}

#header{
	float:left;
	margin-right:auto;
	margin-left:auto;
	padding:0;
}

#mid{
	float:left;
	margin-right:auto;
	margin-left:auto;
	padding:0 0 15px 0;
}

#mid2{
	float:left;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 30px;
}

#body{
	float:left;
	margin-right:auto;
	margin-left:auto;
	color:#444;
	width:900px;
}

#top{
	width:658px;
	height:10px;
	background-color:#797f8d;
	padding:0;
	margin:0;
}

#nav{
	width:658px;
	height:39px;
	padding:0;
	margin:0;
}

.picleft{
float:left;
}

#home{
width:70px;
height:39px;
float:left;
border:0;
background:url(../images/home.jpg) no-repeat left;
}

#home:hover, #home_sel{
width:70px;
height:39px;
float:left;
border:0;
background:url(../images/home_sel.jpg) no-repeat left;
}

#about{
width:101px;
height:39px;
float:left;
border:0;
background:url(../images/about.jpg) no-repeat left;
}

#about:hover, #about_sel{
width:101px;
height:39px;
float:left;
border:0;
background:url(../images/about_sel.jpg) no-repeat left;
}

#tools{
width:75px;
height:39px;
float:left;
border:0;
background:url(../images/tools.jpg) no-repeat left;
}

#tools:hover, #tools_sel{
width:75px;
height:39px;
float:left;
border:0;
background:url(../images/tools_sel.jpg) no-repeat left;
}

#mortgage{
width:169px;
height:39px;
float:left;
border:0;
background:url(../images/mortgage.jpg) no-repeat left;
}

#mortgage:hover, #mortgage_sel{
width:169px;
height:39px;
float:left;
border:0;
background:url(../images/mortgage_sel.jpg) no-repeat left;
}

#apply{
width:112px;
height:39px;
float:left;
border:0;
background:url(../images/apply.jpg) no-repeat left;
}

#apply:hover, #apply_sel{
width:112px;
height:39px;
float:left;
border:0;
background:url(../images/apply_sel.jpg) no-repeat left;
}

#contact{
width:107px;
height:39px;
float:left;
border:0;
background:url(../images/contact.jpg) no-repeat left;
}

#contact:hover, #contact_sel{
width:107px;
height:39px;
float:left;
border:0;
background:url(../images/contact_sel.jpg) no-repeat left;
}

#mid{
	margin: 0 auto;
}

.box{
	float:left;
	margin:35px 10px 35px 10px;
	padding:15px;
}

.box_top{
width:260px;
height:12px;
background:url(../images/box_top.jpg) no-repeat top left;	
}

.box_mid{
width:260px;
background:url(../images/box_mid.jpg) repeat-y top left;
}

#box_apply{
width:260px;
height:34px;
background:url(../images/box_apply.jpg) no-repeat bottom left;
}

#box_try{
width:260px;
height:34px;
background:url(../images/box_try.jpg) no-repeat bottom left;
}

#box_contact{
width:260px;
height:34px;
background:url(../images/box_contact.jpg) no-repeat bottom left;
}

#body{
background:#FFF;
margin:10px;
padding:20px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

