/* CSS Document */

body{
	width:100%;
	height:100%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:100%;
	background-image:url(../images/grid.gif);
	color:#000000;
}

a{
	color:#0099cc;
}
h1{
	font-size:3em;
	margin:0px;
	padding0px;
	margin-bottom:5px;
}
h2{
	font-size:2em;
	margin:0px;
	padding0px;
	margin-bottom:5px;
}
h3{
	font-size:1em;
	margin:0px;
	padding0px;
	margin-bottom:5px;
}

#Container{
	width:775px;
	height:450px;
	margin:auto;
	margin-top:10px;
	border:1px solid #0099cc;
	border-top:10px solid #0099cc;
	border-bottom:5px solid #0099cc;
	background-color:#ffffff;
}
#Logo{
	width:775px;
}
#ContentArea{
	clear:left;
	width:765px;
	padding:5px;
	font-size:80%;
}
#Footer{
width:600px;
margin:auto;
margin-top:10px;
font-size:70%;
}
/* results table*/

#results_table{
	width:565px;
	float:left;
	margin-left:5px;
	
}
#results_table caption{
	color:#0099cc;
	margin-left:5px;
}
#results_table td{
	vertical-align:middle;
	padding:5px;

}
#results_table .results{
	border-bottom:1px solid #eeeeee;
}
#results_header{
	height:15px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#0099cc;
}
#results_table caption{
text-align:left;
padding-bottom:10px;
font-size:14px;
font-weight:bold;
}

/* end of results table*/


/* search box */

#formSearch{
	
	padding:5px;
	background-color:#f7f7f7;
	border:1px solid #eeeeee;
	border-top:5px solid #eeeeee;
	width:165px;
	float:left;
	font-size:80%;
	
}

#status{
	margin:5px;
	padding:5px;
}
#location{
	margin:5px;
	padding:5px;
}
#price{
	margin:5px;

	padding:5px;
}
#submitbutton{
	clear:left;
	margin:5px;

}