div#text {
	float: left;
	width: 519px;
	padding-left: 20px;
	padding-top: 20px;
}

div#text p {
	font-size: 12px;
	color: #aaaaaa;
	margin: 0px;
	padding: 0px;
	margin-bottom: 17px;
	line-height: 17px;
}

div#text p a {
	color: #aaaaaa;
	text-decoration: underline;
	font-weight: bold;
}

div#text p a:hover {
	color: #383838;
	background-color: #ffffff;
}

div#title {
	float: left;
	margin-bottom: 11px;
}

h2 {
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 17px;
}

div#right_image {
	width: 300px;
	height: 427px;
	float: left;
	position: absolute;
	margin-left: 538px;
	margin-top: 45px;
}

/* IE6 */
* html div#right_image {
	width: 300px;
	height: 427px;
	float: left;
	position: absolute;
	margin-left: -20px;
}

/* IE7 Only */
*:first-child+html div#right_image {
	width: 300px;
	height: 427px;
	float: left;
	position: absolute;
	margin-left: -1px;
	margin-top: 45px;
}

hr {
	width: 781px;
	height: 1px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

div#search {
	float: left;
	width: 518px;
	height: 120px;
	background-color: #343434;
}

div#search_inner_container {
	margin-left: 15px;
	padding-top: 10px;
	/*width: 410px;*/
	width: 484px;
}

div#search_inner_container img {
	margin-bottom: 7px;
}

div#form_container {
	float: left;
}

div.input_row {
	float: left;
	margin-bottom: 7px;
}

div.label_div {
	float: left;
	width: 77px;
}

div.input_div {
	float: left;
}

label {
	font-size: 12px;
	color: #a4a4a4;
}

select#type {
	width: 405px;
	border: 1px solid;
	border-color: #9c9c9c;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select#state {
	width: 140px;
	border: 1px solid;
	border-color: #9c9c9c;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#submit {
	float: right;
	margin-right: 1px;
	margin-top: 25px;
}

div#results {
	float: left;
	width: 538px;
	padding-top: 20px;
}

div#results_grid {
	float: left;
	width: 538px;
	padding-top: 0px;
}

.single_result {
	float: left;
	background-image: url(../images/result_bg.jpg);
	background-repeat: no-repeat;
	width: 253px;
	height: 154px;
	padding-right: 14px;
	padding-bottom: 17px;
}

/* IE6 */
* html div#right_image {
	float: left;
	background-image: url(../images/result_bg.jpg);
	background-repeat: no-repeat;
	width: 251px;
	height: 122px;
	padding-right: 14px;
	padding-bottom: 17px;
}

/* IE7 Only */
*:first-child+html div#right_image {
	float: left;
	background-image: url(../images/result_bg.jpg);
	background-repeat: no-repeat;
	width: 251px;
	height: 122px;
	padding-right: 14px;
	padding-bottom: 17px;
}

.result_text {
	width: 210px;
	height: 130px;
	margin-left: 21px;
	padding-top: 16px;
	overflow: hidden;
}

.result_text p {
	font-size: 12px;
	color: #212121 !important;
	margin: 0px;
	padding: 0px;
}

.result_text p a {
	font-weight: bold;
	font-size: 12px;
	color: #212121 !important;
	text-decoration: none !important;
}

.result_text p a:hover {
	text-decoration: underline !important;
	background: none !important;
}

h3 {
	font-size: 15px;
	color: #212121;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	min-height: 35px;
	height:auto !important;
  	height:35px;
	margin-bottom: 10px;
}

.filter_by {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

/* PAGER */

div#pager {
	float: left;
	width: 405px;
	font-size: 12px;
	color: #999999;
	margin-left: 55px;
	padding-top: 10px;
}

div#left_pager_content {
	float: left;
}

div#right_pager_content {
	float: left;
}

div#pager a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

div#pager a:hover {
	text-decoration: underline;
}

div#pager .dead_link {
	font-size: 12px !important;
	color: #999999 !important;
	text-decoration: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

input#page {
	width: 34px;
	height: 18px;
	border: 1px solid;
	border-color: #969696;
	margin-bottom: 5px;
}

.spacer {
	width: 400px;
	height: 7px;
}
