/* Valla Real Estate */
html {
  margin: 0px;
  border: none;
  padding: 0px;
  text-align: left;
}

body {
  margin: 0px;
  border: none;
  padding: 0px;
  text-align: left;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #C6DD44;
}

h1 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
}

h2 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}

h3 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

h4 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

p {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}


span.highlight {
  color: #9ED309;
}

a:link, a:visited, a:active {
  color: #00305B;
}

a:hover {
  color: #666666;
}

td {
  text-align: left;
  vertical-align: top;
}
/* =wrapper */

#wrapper {
  margin: 0px;
  border: none;
  padding: 15px;
  overflow: hidden;
/* background:url(../images/css/body_bg.jpg) top left repeat-x #800037; */
  text-align: center;
}
/* #wrapper.home_layout {
background:url(../images/css/home_bg.jpg) top left repeat-x #800037;
} */
/* =header */

#header {
  margin: 0px auto 0px auto;
  border: none;
  padding: 0px;
  height: 119px;
  overflow: hidden;
  text-align: left;
  background: url(/images/header.gif) left no-repeat #002A3A;
}

#header.properties {
  margin: 0px auto 0px auto;
  border: none;
  padding: 0px;
  height: 119px;
  overflow: hidden;
  text-align: left;
  background: url(/images/header_logo.jpg) left no-repeat #002A3A;
}




/* =menu */

#menu {
  position: absolute;
  top: 145px;
  right: 18px;
  border: none;
  padding: 0px;
  margin: 0px;
  width: 185px;
  overflow: hidden;
}

#menu_home a {
  margin: 20px auto 0px auto;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}

#menu_home a:hover {
  margin: 20px auto 0px auto;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: underline;
}

#menu ul {
  margin: 0px auto 0px auto;
  border: none;
  padding: 0px;
  list-style: none;
  text-align: left;
}

#menu ul li {
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
  height: 34px;
  line-height: 34px;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
  padding: 0px 0px 0px 35px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

#menu ul li a:hover {
  padding: 0px 0px 0px 35px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  font-size: 16px;
  background: url(/images/on.gif) left no-repeat #002A3A;
}
/* =content */

#content {
  margin: 0px auto 0px auto;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #FFFFFF;
  background: url(/images/logo.gif) top left no-repeat #002A3A;
  overflow: hidden;
}

#content.properties {
  margin: 0px auto 0px auto;
  border: none;
  font-size: 12px;
  text-align: left;
  color: #FFFFFF;
  background-color: #002A3A;
  background-image: none;
  overflow: hidden;
}

#content h2 {
  margin: 8px auto 0px auto;
  border: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
}

#content a, #content a:active, #content a:visited {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

#content a:hover {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}

#content .link-url a {
	color:#000000;
}

#content li {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
/* =form */

.form {
  border: none;
  width: 500px;
  margin: 0px auto 40px auto;
}

.form td {
  border: none;
  font-weight: bold;
  color: #000000;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form td.input {
  width: 300px;
}

.mail_page .form td.input {
  width: 280px;
}

.form td input, .form td textarea {
  width: 90%;
}

.form td textarea {
  height: 140px;
  margin-bottom: 30px;
}

.form td.contact-joinmail {
  padding: 6px 0px 10px 0px;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

.form td.subscribe-options {
  padding: 40px 0px 10px 0px;
  text-align: left;
  color: #000000;
  font-weight: bold;
}

.form td.contact-joinmail input, .form td.subscribe-options input {
  width: 30px;
}

.form td.contact-buttons, .form td.button {
  padding-top: 30px;
  text-align: right;
}

.form td.contact-buttons input, .form td.button input {
  width: auto;
  margin: 0px 0px 0px 10px;
  padding: 2px 4px 3px 4px;
  color: #000000;
  font-weight: normal;
  background: #C6DD44;
  border: 1px solid #000000;
}

.required {
  color: #CC0000;
  font-weight: bold;
}

#contact_form {
  padding: 0px;
  overflow: hidden;
  margin: 0px auto 0px auto;
}


#contact_form h2 {
  padding: 25px 0px 0px 0px;
  margin: 0px;
}

#contact_form table {
  margin: 0px;
  padding: 0px;
  border: none;
}

#contact_form tr td {
  color: #FFFFFF;
}

#contact_details {
  margin: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}
/* =subscribe */

#subscribe_label {
  line-height: 20px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
  clear: both;
}

#subscribe {
  margin: 0px 5px 20px 5px;
  border: none;
  padding: 0px 0px 0px 0px;
  text-align: left;
  vertical-align: top;
}

#subscribe .submit {
  width: 70px;
  height: 22px;
  background-color: #123C66;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

#subscribe table {
  width: 230px;
  font-weight: bold;
}

#subscribe #name, #subscribe #email {
  width: 230px;
}
/* =footer */

#footer {
  margin: 0px auto 0px auto;
  padding: 0px 0px 20px 0px;
  color: #000000;
  text-align: center;
  font-size: 12px;
  background: url(/images/wave.gif) top repeat-x #C6DD44;
  vertical-align: top;
}

#marquee {
  padding: 10px;
  margin: 0px auto 0px auto;
  font-size: 16px;
}

#marquee marquee p a:link, #marquee marquee p a:visited, #marquee marquee p a:active {
  color: #666699;
  font-weight: bold;
  text-decoration: none;
}

#marquee marquee p a:hover{
  color: #666699;
  font-weight: bold;
  text-decoration: underline;
}

#footer .agency_details {
  margin-top: 8px;
  color: #002A3A;
  font-weight: bold;
  font-size: 14px;
}
/* =about_valla */

#about_slideshow {
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 407px;
  height: 306px;
}
/* =market appraisal */

#appraisal-form {
  text-transform: capitalize;
  color: #FFFFFF;
}

#appraisal-form .form tr td.enquiry-type input {
  width: 25px;
}

#appraisal-form .form tr td {
  width: 200px;
  color: #FFFFFF;
}
/* =home */

#home {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #000000;
  text-align: center;
  font-size: 12px;
}

.home_heading {
  margin: 15px auto 0px 0px;
  width: 520px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

.home_text {
  margin: 10px auto 0px auto;
  width: 520px;
  color: #FFFFFF;
  padding: 5px 0px 10px 100px;
  font-size: 14px;
  text-align: left;
}

#page {
  margin-left: 335px;
  padding: 10px 0px 55px 0px;
  text-align: left;
  vertical-align: top;
  min-height: 410px;
}

#page.page {
  margin: 0px 200px 0px 240px;
  padding: 10px 0px 55px 0px;
  text-align: left;
  vertical-align: top;
  min-height: 410px;
}

#page h2 {
  color: #C6DD44;
  padding: 0px;
}

#property_wrapper{
  margin:0px 250px 0px 50px;
  padding: 10px 0px 55px 0px;
  text-align: left;
  vertical-align: top;
}

#page.properties h2 {
  padding: 0px;
}
/* =slideshow */

#slideshow_container {
  padding: 0px 0px 0px 10px;
  margin: 0px auto 0px auto;
  z-index: 1000;
  overflow: hidden;
}

#slideshow {
  margin: 0px 0px 0px 0px;
  padding: 10px;
  width: 407px;
  height: 306px;
  overflow: hidden;
}
/* =clear */

#clear {
  clear: both;
}
/* =renet */

p.renet_links, #footer p {
  color: #000000;
}

#footer a:link, #footer a:visited, #footer a:active {
  font-weight: normal;
  color: #000000;
}

#footer a:hover {
  font-weight: normal;
  color: #990000;
}
/* =listing_intro */

#properties h2 {
  color: #C6DD44;
}

.listing-intro {
  margin: 0px auto 10px auto;
  border: none;
  padding: 6px;
  min-height: 150px;
  _height: 150px;
  color: #FFFFFF;
}

.listing-intro h3 {
  margin: 0px 0px 4px 0px;
  padding: 0px 10px 0px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  height: 24px;
  line-height: 24px;
  background: #C6DD44;
}

.listing-intro .thumbnail-link {
  display: block;
  width: 140px;
  height: 105px;
  overflow: hidden;
  text-decoration: none;
  background: none;
}

.listing-intro .thumbnail-link img {
  margin: 0px;
  padding: 0px;
  border: none;
}

.listing-intro .features {
  margin: -105px 0px 4px 150px;
  padding: 2px 0px 2px 10px;
  height: 20px;
  background: #CCCCCC;
}

.listing-intro .features dt {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 11px;
  color: #000000;
  width: 40px;
  height: 20px;
  display: block;
  float: left;
}

.listing-intro .features dt span {
  display: none;
}

.listing-intro .features dt.property_id span {
  line-height: 20px;
  padding-right: 10px;
  display: block;
}

.listing-intro .features dt.property_id_val {
  display: none;
}

.listing-intro .features dt.property_id {
  display: none;
  margin-left: 10px;
  width: auto;
  font-size: 10px;
  font-weight: normal;
}

.listing-intro .features dt.bedrooms {
  background: url(/images/css/bed.gif) left center no-repeat;
  margin: 0px;
}

.listing-intro .features dt.bathrooms {
  background: url(/images/css/bath.gif) left center no-repeat;
  margin: 0px;
}

.listing-intro .features dt.garages {
  background: url(/images/css/car.gif) left center no-repeat;
  margin: 0px;
}

.listing-intro .features dt.pets {
  background: url(/images/css/pets_2.gif) left center no-repeat;
  margin: 0px;
}

.listing-intro .features dd {
  margin: 0px 4px 0px 0px;
  padding: 0px 6px 0px 6px;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  width: auto;
  height: 20px;
  line-height: 20px;
  display: block;
  float: left;
  background: url(/images/css/num_left.gif) center right no-repeat;
}

.listing-intro .features dd.property_id_val {
  display: none;
  background: none;
  font-size: 12px;
  font-weight: normal;
}

.listing-intro .text {
  margin: 0px 0px 4px 160px;
  color: #FFFFFF;
  text-align: left;
}

.listing-intro .address {
  clear: left;
  margin: 0px 0px 6px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}

.listing-intro .status {
  margin: 0px 0px 4px 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
}

.listing-intro .text .price {
  margin: 0px 0px 4px 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #C6DD44;
  text-align: right;
}

.listing-intro .text ul.holiday-pricing {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.listing-intro .text ul.holiday-pricing li {
  float: right;
  padding-right: 10px;
  font-size: 11px;
}

.listing-intro .text ul.holiday-pricing li span {
  padding: 0px 4px 0px 0px;
  color: #C6DD44;
  font-weight: bold;
}

.listing-intro .text ul.holiday-pricing li span.holiday-season {}

.listing-intro .introduction {
  margin: 0px 0px 4px 0px;
  padding: 0px;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF;
}
/* =pagination */

.pagination {
  margin: 20px 0px 20px 0px;
  padding: 0px;
  border: none;
  font-weight: bold;
  color: #FFFFFF;
}

.pagination .pagination-count {
  margin: 20px 0px 20px 0px;
  padding: 0px;
  border: none;
  font-weight: bold;
  color: #FFFFFF;
}

.pagination .pagination-links {
  color: #FFFFFF;
}
/* =listing-display */

.listing-display {
  border: none;
  padding: 0px 0px 40px 0px;
  width: 538px;
  overflow: hidden;
  color: #FFFFFF;
}

.listing-display h2.heading {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #C6DD44;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
  padding: 0px;
  text-align: center;
}

.listing-display h3.address {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0px 0px 4px 0px;
  padding: 0px 20px 0px 20px;
  text-align: center;
}

.listing-display .price {
  color: #C6DD44;
  text-align: center;
  padding: 0px 20px 0px 20px;
  font-size: 18px;
}

.listing-display .description {
  color: #FFFFFF;
}

.listing-display .listing-images {
  text-align: center;
}

.listing-thumbnails .thumbnail{
  width: 110px;
  height: 92px;
}

.listing-display .listing-images #listing-main-image {
  margin: 0px auto 10px auto;
}

.listing-display .bbp {
  margin: 20px 0px 10px 0px;
  padding: 2px 10px 2px 10px;
  height: 20px;
  background: #C6DD44;
}

.listing-display .bbp dt {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 6px;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  width: 40px;
  height: 20px;
  display: block;
  float: left;
}

.listing-display .bbp dt span {
  display: none;
}

.listing-display .bbp dt.property_id span {
  line-height: 20px;
  padding-right: 10px;
  display: block;
}

.listing-display .bbp dt.property_id {
  width: auto;
}

.listing-display .bbp dt.bedrooms {
  background: url(/images/css/bed.gif) left center no-repeat;
  margin: 0px;
}

.listing-display .bbp dt.bathrooms {
  background: url(/images/css/bath.gif) left center no-repeat;
  margin: 0px;
}

.listing-display .bbp dt.garages {
  background: url(/images/css/car.gif) left center no-repeat;
  margin: 0px;
}

.listing-display .bbp dd {
  margin: 0px 10px 0px 0px;
  padding: 0px 8px 0px 4px;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  width: auto;
  height: 20px;
  line-height: 20px;
  display: block;
  float: left;
  background: url(/images/css/num_left.gif) right center no-repeat;
}

.listing-display .status {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #CC0000;
  font-size: 18px;
  text-align: center;
}

.listing-display .description {
  border: none;
  color: #FFFFFF;
}

.listing-display ul {
list-style:none;
color:#C6DD44;
}

.listing-display ul li {
color:#C6DD44;
}

.listing-display .features {
  margin: 20px auto 20px auto;
  width: 558px;
  border: none;
}

.listing-display .features td {
  padding: 4px;
  font-weight: bold;
  color: #000000;
  vertical-align: top;
  text-align: left;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #CCCCCC;
}

.listing-display .features td.feature-name {
  width: 140px;
}

.listing-display .listing-agent {
  margin: 0px 10px 10px 10px;
  padding: 10px;
}

.listing-display .listing-agent img {
  margin: 0px 0px 10px 0px;
}

.listing-display .listing-agent .listing-agent-details {
  font-weight: bold;
}

.listing-display .listing-agent .listing-agent-email {
  font-weight: bold;
}

.listing-display h6.inspection-heading {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 14px;
}

.listing-display .actions {
  margin: 20px 0px 0px 0px;

  list-style: none;
}

.listing-display .actions li {
  margin: 0px;
  border: none;
  padding: 0px;
  list-style: none;
  width: 178px;
  overflow: hidden;
  float: left;
  text-align: center;
}

.listing-display .actions li a {
  display: block;
  width: 178px;
  padding: 40px 0px 0px 0px;
}

.listing-display .actions li.printable-brochure-link {
  background: url(/images/css/printable_brochure.gif) top center no-repeat;
}

.listing-display .actions li.email-listings-link {
  background: url(/images/css/email_me_listings.gif) top center no-repeat;
}

.listing-display .actions li.vendor-login-link {
  background: url(/images/css/vendor_login.gif) top center no-repeat;
}

.listing-display .actions li.virtual-tour-link {
  background: url(/images/css/virtual_tour.gif) top center no-repeat;
}

.listing-display .actions li.floorplan-link {
  background: url(/images/css/floor_plans.gif) top center no-repeat;
}


/* =staff-intro */

.staff-intro {
  margin: 0px 0px 10px 0px;
  border: 1px solid #545454;
  padding: 6px;
  color: #000000;
  text-align: left;
}

.staff-intro h3 {
  margin: 0px 0px 6px 0px;
  text-align: center;
  font-size: 18px;
}

.staff-intro .position {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  height: 26px;
  line-height: 26px;
  background-color: #D6E1FE;
}

.staff-intro .position span {}

.staff-intro .department {
  margin: -26px 0px 4px 300px;
  padding: 0px;
  height: 26px;
  line-height: 26px;
  background-color: #D6E1FE;
}

.staff-intro .department span {}

.staff-intro .thumbnail {
  float: left;
  padding-left: 10px;
}

.staff-intro .text {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  float: left;
  width: 470px;
}

.staff-intro dl {
  margin: 0px 0px 6px 0px;
}

.staff-intro dl dt {
  font-size: 12px;
  clear: left;
  float: left;
  height: 26px;
  line-height: 26px;
}

.staff-intro dl dt span {
  font-size: 12px;
}

.staff-intro dl dt.email {}

.staff-intro dl dt.phone {}

.staff-intro dl dd {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  float: left;
}

/* EXTERNAL LINMKES */

.external-links .link-url {
color:#000000;
}
	

.staff-intro .profile {}