﻿body {
  background: #FFFFFF url(images/layout/bg.jpg);
    background-position: 50% 41px;
  background-repeat: no-repeat;
  border: 0;
  color: #333;
  font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Helvetica,Arial,Verdana,sans-serif;
  font-size: 87.5%;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  width: 100%;
}


#topbar {
  background-color: #203e18;
  height: 40px;
}
.topbarLinks {
  color: #d0d15b;
  height: 40px;
  line-height: 47px;
  padding: 0;
  text-align: right;
  vertical-align: top;
  width: 100%;
}
.topbarLinks ul {
  margin: 0px auto;
  width: 700px;
}
.topbarLinks li {
  display: inline;
  font-weight: bold;
  padding-right: 10px;
}
.topbarLinks a:link, .topbarLinks a:visited, .topbarLinks a:hover {
  text-decoration: none;
  color: #d0d15b;
}
.topbarLinks a:hover {
  text-decoration: underline;
}

#menu {
  background-color: #ffffff;
  clear: both;
  margin: 0;
  height: 36px;
  width: 100%;
}



#outerwrap {
  background: url(images/layout/outerwrap.png);
  margin: 0 auto;
  width: 1030px;
}


#wrapper {
  background-color: White;
  margin: 0 auto;
  text-align: left;
  width: 974px;
}




#header {
  height: 65px;
  margin: 0;
  padding: 0px;
}
#logo {
  float: left;
  height: 45px;
  margin: 10px 5px 10px 20px;
  width: 438px;
}
#divider {
  background-color: Silver;
  float: left;
  height: 45px;
  margin: 10px;
  width: 1px;
}
#slogan {
  float: left;
  font-family: Times New Roman, Serif;
  font-size: large;
  font-style: italic;
  height: 45px;
  margin: 10px;
  width: 410px;
}









#content {
  border: none;
  background-color: #FFFFFF;
  clear: both;
  color: #000;
  margin: 0px;
  min-height: 460px;
  padding: 10px 20px 5px 20px;
}
#content h1 {
  color: #bea75f;
  font-family: Times New Roman, Serif;
  font-weight: bold;
  font-size: x-large;
  margin: 0px 0px 5px 0px;
  text-align: left;
}
#content a, img {
  border: none;
}
#content a {
  color: #000;
}

#outerbottom {
  border: none;
  background: white url(images/layout/outerbottom.png) no-repeat;
  height: 49px;
  margin: 0 auto;
  padding: 0;
  width: 1030px;
}


h2 {
  color: #898989;
  font-size: 120%;
}
h3 {
  color: #898989;
  font-size: 110%;
}
.ErrorText {
  color: Red;
  font: 12px/16px "segoe ui" ,arial,sans-serif;
}
.RequiredField {
  color: Red;
}


/* Forms */
.vsSummary {
  font: 12px/16px "segoe ui" ,arial,sans-serif;
}
.formLabel {
  color: #000;
  font: 12px/16px "segoe ui" ,arial,sans-serif;
  padding-right: 4px;
  text-align: right;
}
.formControl {
  font: 12px/16px "segoe ui" ,arial,sans-serif;
}
.ReadOnlyLabel {
  color: blue;
  font: 12px/16px "segoe ui" ,arial,sans-serif;
  font-style: italic;
}


.propertyDetail {
  float: left;
  border-color: #c9ab79;
  border-width: 5px;
  border-style: solid;
  width: 440px;
  height: 293px;
  clear: both;
  margin-bottom: 10px;
  margin-right: 10px;
}


.broker {
  border: 3px solid #c9ab79;
  float: left;
  margin-bottom: 0px;
  margin-right: 10px;
}
