#top {
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A31F27;
	position: relative;
    height: 167px;
}
body {
	padding: 0px;
	margin: 0px;
    font-family: Arial, sans-seif;
    font-size: small;
}
.logo {
	position: absolute;
	top: 10px;
	right: 10px;
    padding: 3px;
    border: 2px solid #A31F27;
}

#logotext {
  position: absolute;
  top: 60px;
  right: 10px;
  text-align: right;
  font-family: "Courier New", Courier, monospace;
  color: #A31F27;
  font-size: larger;
}

#nav {
  border-bottom: 2px solid #A31F27;
  margin: 0;
}


#nav ul{
  padding: 2px 0 2px 30px;
  margin: 0;
}


#nav li{
  list-style: none;
  display: inline;
  padding: 0 26px 0 0;
}

#main {
  position: relative;
  margin: 30px;
}

#property_content {
  margin: 30px;
}


#content {
  margin-right: 230px;
}

#side {
  width: 200px;
  height: 600px;
  position: absolute;
  right: 0px;
  top: 0px;
}

/* ////////////////////////////////////////////////////////////////////////// */
#summary {
  width: 400px;
  float: left;
}

#photos {
  width: 402px;
  float: right;
  position: relative;
 }

#photos img {
  border: 1px solid #000;
}

#particulars {
    /*clear: both;*/
    position: absolute;
    top: 900px;
}
/* ////////////////////////////////////////////////////////////////////////// */
h1 {
  font-size: medium;
  font-weight: bold;
  padding: 0;
  margin:0;
}

h2 {
  font-size: small;
  margin-top: 10px;
  font-weight: normal;
}

#particulars h2 {
  font-size: larger;
  font-weight: bold;
}


#summary .ref {
  float: right;
  margin-top: 3px;
}

.bold {
  font-weight: bold;
  padding-right: 30px;
}

#footer {
  margin: 50px 0 30px 0;
  font-size: xx-small;
}

#footer_title {
  display: inline;
}


a:link, a:visited, .js_link  {
  color: #000;
  text-decoration: none;
  border-bottom: dotted 1px #A31F27;
  cursor: pointer;
  cursor: hand;
}

a:hover, a:active, .js_link  {
  color: #A31F27;
}

#nav a:link, #nav a:visited {
  color: #000;
  text-decoration: none;
  padding: 2px;
  border: none;
}

#nav a:hover, #nav a:active {
    background-color: #000;
    color: #fff;
    border: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.no_padding {
  padding: 0;
  margin: 0;
}

label {
  display: block;
  margin: 10px 0 3px 0;
}

select {
  width: 198px;
  margin: 1px;
}

.red {
  background-color: #A31F27;
}


.button {
  float: right;
  margin-top: 10px;
  border: solid 1px #A31F27;
  background-color: #fff;
}

.button:hover {
  background-color: #ddd;
  cursor: pointer;
  cursor: hand; /* old IE */
}

/******************************************************************************/

#results_container {
  margin-top: 40px;
}

.result {
  position: relative;
  border-bottom: solid 1px #A31F27;
  margin-bottom: 40px;
  min-height: 165px;
}

.result-img {
  width: 128px;
  float: left;
  position: relative;
}

.result-img img, .status-corner {
  position: absolute;
  border: 1px solid #000;
}

.status-corner {
  border: none !important;
}

.result-text {
  max-width: 550px;
  margin-left: 158px;
}


.clear-both {
  clear: both;
}

.result h3 {
  font-size: small;
  margin: 0;
  padding: 0;
  float: left;
}

.ref {
  float: right;
}

.more-details {
  float: right;
}

.ref, .more-details, .price {
  margin: 0;
  padding: 0;
}


.result p {
  clear: both;
}

.result-description {
  padding-top: 1em;
  padding-bottom: 1em;
}


/*

.result, .result-portrait {
  position: relative;
  border-bottom: solid 1px #A31F27;
  min-height: 110px;
  height: auto !important;
  height: 110px;
  height: auto;
  margin-bottom: 40px;
}

.result-portrait {
  min-height: 141px;
  height: auto !important;
  height: 141px;
  height: auto;
}


.result p, .result-portrait p {
  padding: 0 0 0 156px;
}

.result .bottom, .result-portrait .bottom {
  padding-bottom: 3em;
}


.result h3, .result-portrait h3 {
  margin: 0 5em 0 156px;
  font-family: arial, sans-serif;
  font-size: small;
}


.result img, .result-portrait img {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #000;
}

.result .ref, .result-portrait .ref {
  position: absolute;
  top: 3px;
  right: 0;
  padding: 0;
  margin: 0;
}

.result .price, .result-portrait .price {
  padding: 0 0 1px 156px;
  margin: 0;
  position: absolute;
  bottom: 10px;
}

.result .bottom_a, .result .quicklist, .result-portrait .bottom_a, .result-portrait .quicklist {
  display: inline;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.result .quicklist, .result-portrait .quicklist {
  margin-right: 6em;
}

.next {
  float: right;
}
*/
/*******************************contact****************************************/

#contact {
  width: 70%;
}

#phone_left {
 width: 10em;
 float: left;
 margin-bottom: 10px;
}

#phone_left p {
  padding: 0;
  margin: 0;
}

#contact .clear_both {
  clear: both;
}

#pick_response {
  display: none;
}

#pick_response p {
  margin-bottom: 0px;
}

#contact fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#message {
  width: 99%;
}

#post, #contact input, #contact select {
  width: 50%;
}

#contact .textarea, #contact select, #contact input {
  border: solid 1px #A31F27;
}

#contact .button {
  width: 8em;
  margin-right: 1%;
}

.js_link {
  color: #000;
  text-decoration: none;
  padding: 2px;
  display: inline;
  margin-right: 20px;
}

.js_link:hover {
  color: #A31F27;
}

/******************************************************************************/

.staff {
  padding-left: 180px;
  margin-top: 30px;
  position: relative;
  min-height: 152px;
  height: auto !important; /* ignored by ie <7 */
  height: 152px;
  height: auto;
}

.staff .name {
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: inline;
}

.staff .role {
  display: inline;
}

.staff .contact {
  bottom: 0;
  position: absolute;
}


.staff_photo {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #000;
}

/*****************************search*******************************************/

#search {
  width: 426px;
}

#search #right {
  float: right;
}

#search #left {
  float: left;
}

/********************************home******************************************/

#home_features {
  position: relative;
}

#home_new, #home_news, #home_other {
  padding-top: 30px;
}

#home_new {
  width: 100%;
}

#home_new img {
  float: left;
  margin-right: 30px;
  border: solid 1px #000;
}


#home_news {
  clear: both;
  width: 100%;
}

#home_other {
  width: 100%;
}

#home_features h2 {
  font-weight: bold;
  padding: 0;
  display: block;
  margin: 0;
  padding: 0;
}


