@charset "utf-8";
/* CSS Document */
html {height: 101%;}

body{
	margin: 0px auto;
        background-color:#cdcdcd;
	font-family:Verdana, Geneva, sans-serif;
        background-color:white;
	
}
a img{border:0}
A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color:black}
A:active {text-decoration: none; color:black}
A:hover {text-decoration:none; color:black}

#header{
    background-image:url('../images/header_bg.jpg');
    min-height:123px;
    width:100%;
    position:relative;        
	
}

 
#header_content{
 /* width:1800px; */
 margin:0 auto;
 position:relative;
 padding-left: 10px;
 padding-right: 30px;
 
}


.BackgroundImageOut{
    
   height: 800;
   width: 1700; 
}



#footer{
    background-image:url('../images/footer_bg.jpg');
    min-height:122px;
    width:100%;
	
}

#content{ 
    position: relative;
    z-index: 0;
    background: none;    
    margin:0 auto;    
    min-height: 600px;
	
}

#mid_content{	
    width:100%;
    margin:0 auto; 
    background-position:center;
    background-repeat:no-repeat;	
}

 #AddressInputContainer{
     
    background: transparent;
    border: 0;          
    margin: 0 auto;    
    min-height: 600px;
    width:100%;
    position: relative;
    text-align: center;
 }	
 
 #AddressInputCenter{
    text-align: left;
    width:800px;
    position:relative;
    display: inline-block;
     
 }

 #MoredataCenter{     
    text-align: left;
    width:1100px;
    max-width: 1100px;
    position:relative;
    display: inline-block;     
    
 }
 
 #ContactUsContainer{     
    text-align: left;
    width:650px;    
    
    max-width: 1100px;
    position:relative;
    display: inline-block;       
 }
 
#home_worth_bar{

	height:120px;	
	width:800px;	        
        
	position: absolute;
	float: left;
	top: 300px;	
	background-color:black;	
	opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
        -webkit-border-radius: 20px 20px 20px 20px;
        border-radius: 20px 20px 20px 20px;		
	z-index: 99;	

}

#home_worth_search{
	
	top:10px;
	left:20px;
	opacity: 100;
        filter: alpha(opacity=100); /* For IE8 and earlier */
        position: relative;
	
}

.home_worth_address_input{
	width:650px;
	
}

.home_eval_td{
	padding:5px;
}

.home_eval_left_cell_border{
	border-left:1px solid #000;
}

.home_eval_right_cell_border{
	border-right:1px solid #000;
}

#contactusimage{
	
	position:relative;
	top:-42px;
	left:950px;
	float:left;
	}
        
