/******************
Global Styles
******************/
.right {float: right;}

.left {float:left;}

.clear {clear:both;}

.inline_block {display: inline-block;}

/******************
Image Replacement Styles
******************/
.image_replace {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.image_replace_anchor {
	background-position: 0 0;
	background-repeat: no-repeat;
}

.image_replace_anchor a {
	display: block;
	text-indent: -9999px;
	outline: none;
}

#title_quick_search {
  width: 311px;
  height: 50px;
  line-height: 50px;
  background-image: url(/wp-content/themes/austina+homes/images/title_quick_search.png);
}

#title_quick_search a {
  width: 311px;
  height: 50px;
  line-height: 50px;
}

#cta_find_homes {
  width: 161px;
  height: 42px;
  line-height: 42px;
  background-image: url(/wp-content/themes/austina+homes/images/cta_find_homes.png);
  float: left;
  margin-right: 5px;
}

#cta_find_homes a {
  width: 161px;
  height: 42px;
  line-height: 42px;
}

/******************
Quick Search Styles
******************/
#quick_search_banner {
  width: 311px;
  font-family: Tahoma;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
}

#quick_search_banner a {
  font-weight: bold;
  color: #EBFF21;
}

#quick_search_banner a:hover {
  text-decoration: none;
}

#quick_search_banner h2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#quick_search_banner form {
  margin: 0px;
  padding: 0px;
}

#quick_search_fields {
  background-color: #234610;
  border: 5px solid #306414;
  height: 226px;
  padding: 7px 0 0 15px;
}

#quick_search_buttons {
  padding-left: 5px;
  background-color: #306414;
  line-height: 42px;
  font-size: 12px;
}

#quick_search_banner label {
  color: #fff;
  font-size: 11px;
  line-height: 14px;
}

#quick_search_banner select {
  height: 18px;
  font-size: 11px;
  font-family: Tahoma;
}

#quick_search_banner .field {
  height: 16px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #7F9DB9;
  font-size: 11px;
  font-family: Tahoma;
}

.form_list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.form_list li {
  padding-bottom: 8px;
}

/******************
Dimension Styles
******************/
.width_60 {width: 60px;}

.width_90 {width: 90px;}

.width_100 {width: 100px;}

.width_110 {width: 110px;}

.width_130 {width: 130px;}

.width_260 {width: 260px;}

/******************
Margin/Padding Styles
******************/
.pad_right_15 {padding-right: 15px;}

.pad_right_30 {padding-right: 30px;}

.pad_right_foo {padding-right: 0px;}