

#break {
height: 20px;
}

#filler {
width: 890px;
height: 400px;
background: url(images/homephoto.jpg) no-repeat;
}

#home_left {
float: left;
width: 560px; 
margin-top: 20px;
}
    
#home_right {
float: right;
width: 284px;
margin-top: 20px;
margin-right: 9px;
}

#real_content {
padding: 0px;
margin-left: 20px;
}

#content_wrapper {
width: 980px;
}

.callout {
background: url(images/callout.jpg) no-repeat;
display: block;
height: 103px;
width: 285px;
}

.calloutlink { 
display: block;
padding: 45px 60px 0px 40px;
text-transform: uppercase;
color: #ffffff;
font-size: 18px;
font-family: 'ColaborateThinRegular', Trebuchet MS, sans serif; 
}

.calloutlink:hover {
text-decoration: none;
color: #232323;
}

.fha {
padding-left: 10px; 
}

#mortgage {
margin-top: 20px;
background: url(images/mortgagecalc.jpg) no-repeat;
height: 476px;
width: 285px;
position: relative;
}

#mortgagecal {
position: absolute;
top: 20px;
left: 30px;
color: #ffffff;
}

#mortgagecal h4 {
color: #f0eb70;
font-size: 16px;
text-transform: uppercase;
}

#mortgagecal label {
color: #ffffff;
font-size: 12px;
display: block;
font-weight: bold; 
margin-top: 5px;
}

#mortgagecal input {
width: 170px;
margin: 3px;
}

.results {
background: #747474;
border: 0px;
color: #f0eb70;
margin: 5px 0px;
}

#calresults label {
color: #f0eb70;
text-transform: uppercase;

}

#calresults {
color: #e1ea98;
margin-top: -8px;
}




