/*
 *  generic primary stylesheet
 *  CS:JD  2007-04-12
 */

/* typography */
body {
  color: #1e1e1e;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;   /* 12px base size */
  line-height: 1.5;
  background: #fff;
}

strong {
  font-size: 108.33%;
  font-weight: bold;
}

h1, 
#main h1 {
  font: bold 191.67% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1 em {
  color: #0076a3;
  font-style: italic;
}

#banner .tagline {
  color: #fff;
  font-weight: bold;
}
#banner .contact-details {
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar,
.testimonials {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#sidebar h2 {
  font-size: 175%;
  font-weight: bold;
}
#sidebar h2 .letters {
  display: block;
  font-size: 57.15%;
}

.testimonials blockquote {
  font-weight: bold;
  font-style: italic;
}
.testimonials blockquote cite {
  font-style: normal;
}
#footer .menu {
  font-size: 116.7%;
}

/* spacing */

h1 {
  margin-top: 1em;
}
p {
  margin: 1.5em 0;
}
ul, ol {
  margin: 1.5em 0;
}
li {
  margin: 0.8em 0;
}

.testimonials blockquote {
  margin: 2em 0;
}
.testimonials cite {
  margin-top: 0.3em;
}

/* other standard styles */
ul {
  list-style: disc outside;
  padding-left: 2em;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal outside;
}
pre {
  white-space: pre;
}
.menu {
  list-style-type: none;
  padding-left: 0;
}

.error, .highlight label { color: #c00; }
p.error { margin-bottom: 0; }
ul.error { margin-top: 0; margin-bottom: 1.5em; }
.error li { margin: 0 0; line-height: 1.2; }
.error label, .highlight label { font-weight: bold; }

 p.withpicture {
  clear: both;
}
p.withpicture img {
  float: right;
  margin: 0 0 1em 2em;
}


/* page layout */

#page {
  position: relative;
  width: 1004px;
  margin: 0 auto;
}
.search #page {
  width: 1045px;
}
#banner {
}

#content {
  float: left;
  width: 100%;
}
/* sidebar, requires negative margin-left to pull it inside #main */
#sidebar {
  float: left;
  width: 220px;
  padding: 0 5px;
}
.nosignup #sidebar {
  margin-left: -733px;
}
.signup #sidebar {
  margin-left: -653px;
}
.search #sidebar {
  margin-left: -1066px;
}
#idx #sidebar {
  margin-left: -953px;
}
/* main content region, width varies depending on space required for #sidebar-2 */
#main {
  float: left;
  margin-left: 222px;
}
.nosignup #main {
  width: 470px;
}
.signup #main {
  width: 390px;
}
.search #main {
  margin-left: 220px;
  padding-bottom: 60px;
  width: 845px;
}
#idx #main {
  width: 690px;
}
/* sidebar-2, width varies depending on whether or not it contains the signup form */
#sidebar-2 {
  float: right;
}
.nosignup #sidebar-2 {
  width: 220px;
}
.signup #sidebar-2 {
  width: 300px;
}

#footer {
  clear: both;
  overflow: hidden;
}

/* styles for layout blocks */
#banner {
}
#banner .images {
  height: 155px;
  background: #0072bc;
  text-align: center;
}
#banner .images img {
  vertical-align: bottom;
}
#banner .mainbar {
  overflow: hidden;
  padding: 5px 45px 3px 262px;
  background: url(../images/bkg-mainbar-top.gif) top left repeat-x #ff0303;
}
#banner .tagline {
  float: left;
  margin: 4px 0 0;
  font-size: 300%;
  line-height: 1;
}
#banner .tagline img {
  vertical-align: bottom;
}
#banner .contact-details {
  float: right;
  white-space: nowrap;
  line-height: 1.167;
  margin: 0;
}
#content {
  position: relative;
  padding-top: 14px;
  background: url(../images/bkg-mainbar-shade.gif) top left repeat-x;
}

/* sidebar */
#sidebar {
}
#sidebar h2 {
  margin-top: -224px;
  text-align: center;
}
#sidebar h2 img.portrait {
  position: relative;
  left: -4px;
}
.testimonials blockquote {
  text-indent: -0.6em;
  padding: 0 0.5em 0 1em;
}
.testimonials blockquote cite {
  display: block;
  text-align: right;
  margin-right: 0.5em;
}
/* sidebar navigation */
#navigation {
  margin: 0 0.5em;
}
#navigation .menu {
  font-size: 108.4%;
  font-weight: bold;
  border-top: 1px solid #0072bc;
  text-transform: capitalize;
}
#navigation .menu li {
  margin: 0;
  width: 100%;
  padding: 3px 0;
  border-bottom: 1px solid #0072bc;
}
#navigation .menu li a {
  display: block;
  color: #e40303;
  text-decoration: none;
  padding-left: 12px;
}
#navigation .menu li a:hover {
  background: url(../images/bullet-submenu-active.gif) 0 7px no-repeat;
}

/* sidebar-2 */
#sidebar-2 {
  padding-bottom: 75px; /* space for logos */
}
#sidebar-2 .testimonials {
  margin-top: 2.2em;
}
#sidebar-2 .testimonials h2 {
  margin-top: 0.8em 0 0;
  font-size: 125%;
  font-weight: bold;
}
#sidebar-2 .testimonials blockquote {
  margin-top: 0;
}

form#home-listing-signup {
  overflow: hidden;
  position: relative;
  background: url(../images/bkg-box-rpt.png) top left repeat-y;
  margin-bottom: 1em;
}
form#home-listing-signup h2 {
  font: bold 116.7% Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 1.5em;
  padding-top: 3px;
  background: url(../images/bkg-box-top.png) top left no-repeat;
}
form#home-listing-signup fieldset.data-entry {
  padding: 0 24px;
}
form#home-listing-signup fieldset.buttons {
  text-align: right;
  padding: 3px 3px 1em;
  background: url(../images/bkg-box-btm.png) bottom left no-repeat;
}
form#home-listing-signup fieldset.buttons input {
  color: #fff;
  border: none;
  cursor: pointer;
  background: #0072bc;
  margin-right: 21px;
  padding: 2px 6px;
}
form#home-listing-signup fieldset.buttons img {
  margin: 0.5em 0;
}
/* For home page */
form#home-listing-signup .formfield {
  margin: 2px 0;
  overflow: hidden;
}
form#home-listing-signup .formfield label {
  float: left;
  width: 90px;
}
form#home-listing-signup .formfield input.text {
  color: #00c;
  float: right;
  width: 150px;
  padding: 2px 4px;
  border: 1px solid #c9c9c9;
  background: #f8f8f8;
}
form#home-listing-signup .formfield input.label {
  color: #505050;
}
form#home-listing-signup .formfield input.text:focus,
form#home-listing-signup .formfield input.text:active {
  background: #e4e6f8;
}
/* for neighbor pages & about */
form#home-listing-signup .formfield2 {
  margin: 2px 0;
  overflow: visible;
}
form#home-listing-signup .formfield2 label {
  float: left;
  width: 90px;
}
form#home-listing-signup .formfield2 input.text {
  color: #00c;
  float: right;
  width: 145px;
  padding: 2px 4px;
  border: 1px solid #c9c9c9;
  background: #f8f8f8;
}
form#home-listing-signup .formfield2 input.label {
  color: #505050;
}
form#home-listing-signup .formfield2 input.text:focus,
form#home-listing-signup .formfield2 input.text:active {
  background: #e4e6f8;
}
p#logos {
  position:relative;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: 0 0 6px;
}
.signup #logos {
  width: 300px;
}
.nosignup #logos {
  width: 220px;
}
.signup #coldwellbanker {
  margin-left: 13px;
}
.signup #eqr {
  margin-left: 37px;
}
#eqr img {
  padding-bottom: 8px;
}
.search #main h1 {
  margin-bottom: 20px;
  margin-left: 40px;
}
#main form {
  overflow: hidden;
  position: relative;
  width: 272px;
  margin: 1em auto;
  border: 1px solid #00c;
  padding: 1em;
  background: #ddf;
}
#idx #main form {
  width: auto;
}
#main form  h2 {
  font: bold 116.7% Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 1.5em;
  padding-top: 3px;
}
#main form  fieldset.data-entry {
}
#main form  fieldset.buttons {
  padding-top: 6px;
  text-align: center;
}
#main form  fieldset.buttons input {
  color: #fff;
  border: none;
  cursor: pointer;
  background: #0072bc;
  padding: 2px 0;
  width: 234px;
  font-weight: bold; 
}
#main form  .formfield {
  margin: 2px 0;
  overflow: hidden;
}
#main form .formfield label {
  float: left;
  width: 88px;
}
#main form  .formfield input.text {
  color: #00c;
  float: right;
  width: 170px;
  padding: 2px 4px;
  border: 1px solid #c9c9c9;
  background: #f8f8f8;
}
#main form  .formfield input.label {
  color: #505050;
}
#main form  .formfield input.text:focus,
#main form  .formfield input.text:active {
  background: #e4e6f8;
}
#five-secrets-signup fieldset.buttons {
  margin-top: 1.5em;
}

/* footer */
#footer .menu {
  color: #fff;
  background: #0072bc;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  padding: 4px 0;
}
#footer .menu li {
  display: inline;
  padding: 0 1em;
  border-left: 1px solid;
}
#footer .menu li.first {
  border-left: 0 none;
}
#footer .menu a {
  color: #fff;
}
#footer .menu a:hover {
}
