
/* CSS Document */

/**********************
 TAGS
 **********************/

body {
  margin: 0;
  padding: 0;
  background-color:#F9F5E8;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #333300;
  text-align: center;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 21px;
  color: #336633;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 15px;
}

h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  color: #4C7347;
  margin-top: 35px;
  margin-bottom: 5px;
}

h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  color: #003300;
  margin-top: 20px;
  margin-bottom: 8px;
}

h4 {
  font-family:"Times New Roman", Times, serif;
  font-size: 13px;
  color:#333300;
  border-bottom:1px solid #91B091;
  margin:10px 0 5px 0;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333300;
  line-height: 18px;
}

ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  list-style-type: none;
}

li {
}

th {
  border-bottom-color: #003300;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

td {
  vertical-align:top;
}

form {
  margin:0;
}

form img {
  display:block;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #524727;
}

select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #524727;
}

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #524727;
}

/**********************
 LAYOUT
 **********************/

#main {
  margin-left:auto;
  margin-right:auto;
  width:770px;
  background-image:url(/images/bg/main_bg.gif);
  background-repeat:repeat-y;
  background-position: left;
  text-align: left;
}

#supernav {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #F9F5E8;
  color: #7B7357;
}

#header {
  padding-bottom: 10px;
}

#tagline {
}

#navigation {
  margin: 0 7px 0 7px;
  background-image: url(/images/bg/nav_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  text-align: center;
}

#subnav {
  background-image: url(/images/bg/subnav_bg.gif);
  background-position: bottom;
  background-repeat:repeat-x;
  padding-left: 15px;
}

#content {
  margin: 0 7px 0 7px;
  background-image: url(/images/bg/content_bg.jpg);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #EAF2E4;
}

#home_search {
  background-color: #D7E4CC;
}

#home_agents {
  background-color: #F3F5E6;
}

#home_about {
  background-color: #6C8F67;
}

#col_holder_home {
  background-image: url(/images/photos/owners_photo.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

#col_holder {
  margin: 15px 15px 0 10px;
  background-image:url(/images/bg/col_holder_bg.gif);
  background-position:top left;
  background-repeat:repeat-y;
  background-color: #FFFFFF;
}

#col_holder_search {
  margin: 0 15px 0 10px;
  background-color:#FFFFFF;
}

#col_holder_listings {
  margin: 0 15px 0 10px;
  background-color:#FFFFFF;
}

#col_holder_property {
  margin: 15px 0px 0 0px;
  background-color:#FFFFFF;
}

#col_left_home {
  width: 432px;
}

#col_right_info {
  padding-left: 30px;
  padding-right: 30px;
}

#col_left_info {
}

#col_right_listings {
  background-color: #F6F8F5;
}

#col_right_listings p {
  margin-top:3px;
}

#col_left_listings {
}

#col_right_property {
  padding: 0;
}

#col_left_property {
  padding-left: 0px;
  padding-right: 0px;
}

#col_mid_property {
}

#modify_search {
  background-image:url(/images/bg/selected_search_bg.gif);
  background-repeat:repeat-x;
  background-position:top;
}

#property_actions {
  margin-bottom: 15px;
  margin-top: 5px;
}

#property_features {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  text-transform:uppercase;
  color: #333300;
  background-color: #F6F9F2;
}

#property_features th {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #D9EBC5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #406F3A;
  text-align: left;
  padding-left: 5px;
}

#property_features td {
  border-bottom: 1px solid #CCE4B1;
}

table.property_info {
  margin-top: 20px;
  margin-bottom: 20px;
}

table.property_info th {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #D9EBC5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #406F3A;
  text-align: left;
  padding-left: 5px;
}

table.property_info td {
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #91B091;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333300;
  padding-left: 5px;
  text-transform:capitalize;
}

#footer {
  text-align: center;
  font-size: 11px;
  margin: 10px 20px 0 20px;
  clear: both;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.modify_price {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #756536;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-right: 10px;
}

.box_home {
  width:190px;
  margin-left:auto;
  margin-right:auto;
}

.box_agent {
  background-image:url(/images/bg/box_agent_bg.gif);
  background-repeat:repeat-x;
}

div.inner {
  margin: 15px 10px 10px 10px;
}

/* used in admin section */
div.error {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #CC0000;
  line-height: 20px;
  border: dotted #CC0000 2px;
  padding: 10px;
  background-color: #FFF0F0;
  margin: 20px;
}

div.success {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #336600;
  line-height: 20px;
  border: dotted #336600 2px;
  padding: 10px;
  background-color: #EAFFDF;
  margin: 20px;
}

table.data {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #003300;
}

td.data_cell {
  border-bottom-color: #003300;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

.select_locations_bg {
  background-image:url(/images/bg/select_locations_bg.gif);
  background-repeat:repeat-y;
  background-position:left;
}

.select_style_bg {
  background-image:url(/images/bg/select_style_bg.gif);
  background-repeat:repeat-y;
  background-position:left;
}

.select_features_bg {
  background-image:url(/images/bg/select_features_bg.gif);
  background-repeat:repeat-y;
  background-position:left;
}

.selected_location {
  background-image:url(/images/bg/selected_locations_bg.gif);
  background-repeat:no-repeat;
  background-position:left top;
  height: 29px;
}

.selected_style {
  background-image:url(/images/bg/selected_style_bg.gif);
  background-repeat:no-repeat;
  background-position:left top;
  height: 29px;
}

.quick_search {
  background-image:url(/images/bg/quicksearch_bg.gif);
  background-repeat:no-repeat;
  background-position:left top;
  padding-top: 20px;
}

.quick_search_inner {
  margin: 55px 0 20px 10px;
}

.col_right_inner {
  width:180px;
  margin: 0 auto 20px 10px;
}

.result_pager {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666633;
  margin-top: 15px;
  margin-bottom: 5px;
}

.sort_by {
  background-image: url(/images/bg/sort_by_bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #406F3A;
}

.listing {
  margin: 30px 20px 10px 30px;
}

.green_bg {
  background-color:#406F3A;
  padding:4px;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}

div.divider {
  border-bottom-color: #336633;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
}

form.form_frame {
  margin: 30px 0 30px 0;
  background-image: url(/images/bg/form_bg.gif);
  background-repeat: repeat-y;
  background-position: left;
}

div.form_bttm {
  background-image: url(/images/bg/form_bttm_bg.gif);
  background-repeat: repeat-y;
  background-position: left;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
}

table.vertical_align_middle td {
  vertical-align:middle;
}

.break {
  word-wrap:break-word;
}

.to_lower {
  text-transform:lowercase;
}

.brdr_l {
  border-left:1px solid #CCCCCC;
}

/**********************
 TEXT STYLES
 **********************/

.align_left {
  float:left;
}

.align_right {
  float:right;
}

.white {
  color:#FFFFFF;
}

.red {
  color:#CC0000;
}

.small {
  font-size:11px;
}

.small_features {
  font-size:11px;
  margin-top:0px;
}

p.address {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 18px;
  border-bottom-style: dotted;
  border-bottom-color: #91B190;
  border-bottom-width: 1px;
  margin-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-weight: bold;
  text-transform: capitalize;
}

.listing_info {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.quote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #5A7A10;
  padding: 5px 15px 5px 20px;
  font-style: italic;
}

form p {
  margin: 10px 0 5px 0;
}

input.text,
textarea.text {
  border:1px solid #003300;
  font-family:Arial, Helvetica, sans-serif;
  width:150px;
}

p.notop {
  margin-top:0px;
}

/**********************
 LINKS
 **********************/

a {
  color: #663333;
}

a:link {
  text-decoration: none;
  color: #CC6600;
}

a:visited {
  color: #CC6600;
  text-decoration: none;
}

a:hover,
a:active {
  color: #CC3300;
  text-decoration: underline;
}

a.mouse_over {
  color: #CC6600;
  cursor:pointer;
  cursor:hand;
}

a.mouse_over:link,
a.mouse_over:visited {
  color: #CC6600;
  cursor:pointer;
  cursor:hand;
}

a.mouse_over:hover,
a.mouse_over:active {
  cursor:pointer;
  cursor:hand;
}

a.white:link,
a.white:visited,
a.white:hover,
a.white:active {
  color: #FFFFFF;
}

a.light {
  color: #FFFF66;
}

a.no_link:link,
a.no_link:visited,
a.no_link:hover,
a.no_link:active {
  color: #333300;
}

#footer a {
  padding: 0 5px 0 5px;
}

#footer a:link {
}

#footer a:visited {
}

#footer a:hover,
#footer a:active {
}

a.fni_footer_link:link,
a.fni_footer_link:visited,
a.fni_footer_link:hover,
a.fni_footer_link:active {
  border: none;
  color: #333300;
  text-decoration: none;
}

/* FORM STYLES */

select.set-price {
  font-size:10px;
  border:1px solid #FFFFFF;
  width:75px;
}

p.set-price {
  padding:7px 0px 0px 125px;
  margin:0px;
  color:#FFFFFF;
  font-size:11px;
  line-height:14px;
}

td.set-price {
  background-image:url(/images/headings/set_price_range.gif);
  background-position:top left;
  background-repeat:no-repeat;
  height:30px;
  background-color:#406F3A;
}

