form{
	padding: 0px;
	margin: 0px;
}
div#bottom_right{
	float: right;
	width: 327px;
}
div#search_container{
	border: solid 1px #bbbbbb;
	float:left;
	padding: 5px 0px 0px 0px;
}
.header_bold{
	border-top: solid 1px #bbbbbb;
	font-size: 10pt;
	font-weight: bold;
	color:#02468a;
	padding:5px 0px 5px 5px;
	text-transform:uppercase;
}
div.sub_header_italic{
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #6f6f6f;
	text-align: center;
	width: 358px;
	border: solid 0px #000000;
	padding: 0px 0px 5px 5px;
}
/** keyword search **/
table#keyword_table{
	width: 365px;
	background-color: #fdfcf1;
	border: solid 1px #9995c9;
	margin-left: 5px;
	margin-right: 5px;
}
table#keyword_table tr td{
	font-weight: bold;
}
table#keyword_table tr td input{
	width: 141px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;	
}
table#keyword_table tr td select{
	width: 145px;
	padding: 0px;
	margin: 0px;
}
.small_headers{
	border-top: solid 1px #bbbbbb;
}
/** location **/
table#location{
	margin-top: 10px;
	width: 375px;
}
table#location tr th{
	background-color: #f3f3f3;
}
/** advanced options **/
table#advanced_options{
	width: 375px;
}
table#advanced_options tr th{
	background-color: #f3f3f3;
}
.left{
	border-left: solid 0px #bbbbbb;
}
.right{
	border-right: solid 0px #bbbbbb;
}
.top{
	border-top: solid 0px #bbbbbb;
}
.bottom{
	border-bottom: solid 0px #bbbbbb;
}
/** map **/
div#map_container{
	border: solid 0px #bbbbbb;
	margin: 0px;
	padding: 0px;
}
/****** AJAX SEARCH RESULTS CSS ******/
.light{
	background-color: #ffffff;
}
.dark{
	background-color: #f8f8f8;
}

.bold {
	font-weight: bold;
}

table#custom_search_results {
    border: solid #eeeeee 1px;
	border-bottom: none;
    margin: 5px 0px 0px 0px;
	width: 673px;
}
table#custom_search_results tr td#left_border{
	border-left: solid 1px #eeeeee;
}
table#custom_search_results tr td div{
	font: normal 10pt Verdana,Sans-Serif;
	color: #666666;
}
table#custom_search_results tr td img{
	border: none;
}
table#custom_search_results tr td img#detail{
	width: 100px;
	border: none;
}
table#custom_search_results th {
    background-color: #eeeeee;
    color: #666666;
    font: bold 10pt Verdana,Sans-Serif;
    text-align: center;
    padding: 3px 3px 3px 3px;
}
table#custom_search_results  tr td a{
    color: #264CA1;
	text-decoration:none;
	font-size: 8pt
}
table#custom_search_results  tr td a:hover{
    text-decoration:underline;
}
table#custom_search_results  tr td.custom_text{
    color: #000000;
    font: normal 10pt Verdana,Sans-Serif;
}
table#custom_search_results  tr td.custom_text a{
    color: #264CA1;
	text-decoration:none;
	font-size: 8pt
}
table#custom_search_results  tr td.custom_text a:hover{
    text-decoration:underline;
}
table#custom_search_results  tr td{
    border-bottom: solid #eeeeee 1px;
}
table#custom_search_detail tr td{
	border:none;
	font: normal 8pt Verdana,Sans-Serif;
	padding: 0px 5px 0px 0px;
}
table#custom_search_detail tr td#right{
	border-left: solid #cccccc 1px;
	padding: 0px 0px 0px 5px;
	color: #666666;

}
table#custom_search_results  tr td.custom_text a#custom_text_detail{
	color: #000000;
	text-decoration:none;
	font-size: 10pt;
}
/** 3 ads **/
div.bottom_ads{

}
div.bottom_ads div{
	margin-bottom: 5px;
	margin-right:25px;
}