/* -------------------------------------------------------------------------- */
/* HTML Element Definitions */
/* -------------------------------------------------------------------------- */
* {
  margin:0;
  padding:0;
}

a {
  color: #005aab;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.hand:hover {
  cursor: pointer;
  text-decoration: underline;
}

body {
  background: url("/images/pmz_background.jpg") no-repeat center top;
  font-size: 13px;
  line-height: 1.5em;
  font-family: arial, sans-serif;
}

body.printPage {
  background: none;
}

div.pagination {
  margin: 4px 5px 4px 5px;
}

h2 {
  font-size:16px;
  padding: 0 0 10px 0;
}

h3 {
  font-size:16px;
  padding: 0 0 10px 0;
}

img, div.orangeButton {
  behavior: url("/iepngfix.htc");
  border: 0;
}

input[type=text], input[type=password], textarea {
  border: 1px solid #b1b1b1;
  font-size: 13px;
  padding: 2px;
  font-family: inherit;
}

input.elbtn {
  border: 0;
  padding: 0;
}

p {
  padding-bottom: 6px;
}

table {
  border-collapse: separate;
}

table.spacing td {
  padding: 4px 0;
  font-size: 12px;
}

table, td {
  border: 0;
}

table.top td, table.top th {
  vertical-align:top;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* ID Definitions */
/* -------------------------------------------------------------------------- */

/* main div container */
@media screen {
  #doc  {
    min-width:990px;
    width:990px;
    margin:0 auto;
  }

  #mapDiv { 
    display:none; 
  }

  .pageSubHead {
    background: url("/images/office-info-bg.gif") repeat-x;
    padding:10px;
    font-size:13px;
  }
}

/* top header div container */
#tophd {
  min-width:978px;
  width:978px;
  padding-left:10px;
}

/* header div container */
.hd {
  min-width:968px;
  width:968px;
  clear:both;
  padding:0 10px;
  background-color:#fff;
}

/* body div container */
#bd {
  min-width:968px;
  width:968px;
  padding:0 10px;
  background-color:#fff;
}

/* footer div container */
#ft {
  min-width:968px;
  width:968px;
  padding:0 10px;
  background-color:#fff;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Top Header -> PMZ Logo + Login Bar + Social Links */
/* -------------------------------------------------------------------------- */
#loginDiv {
  font-size: 11px;
  padding: 9px 16px 6px 0;
}

#loggedinDiv {
  font-size: 12px;
  padding: 7px 16px 6px 0;
}

#loginDiv a {
  text-decoration: underline;
}

#loginDiv #myPMZText {
  color: #0069aa;
  font-weight: bold;
  font-size: 13px;
}

#loginDiv #myPMZContainer {
  float: left;
  padding-top: 5px;
}

#loginDiv #myPMZLoginSignup {
  margin-top:-2px;
  float: left;
}

#loginDiv #signup_btn {
  float: left;
  height: 27px;
  margin-top: -4px;
  width: 63px;
}

#loginDiv #signin_btn {
  float: left;
  height: 27px;
  margin-top: -4px;
  width: 63px;
}

/* logo div container */
#pmzLogoContainer {
  float: left;
  margin-top:5px;
}

/* logo img */
#pmzLogo {
  border: 0;
  width:154px;
  height:98px;
}

/* logo text */
#pmzLogoText {
  text-align: center;
  font-weight:bold;
  color:#fff;
  font-size:12px;
  margin-top:5px;
}

/* top bar for MyPMZ dashboard and social media icons */
#pmzTopBar {
  float: right;
  margin-top:5px;
  padding-left: 10px;
  width: 786px;
  background-color: #f7f3e8;
  box-shadow: 5px 3px 5px #888;
  -moz-box-shadow: 5px 3px 5px #888;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-box-shadow: 5px 3px 5px #888;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-radius: 10px 10px 10px 10px;
}

#pmzTopBar #loginMenu {
  width:100%;
  border-spacing:0px;
}

#pmzTopBar #loginMenu #loginTd {
  vertical-align:top;
  padding-bottom:3px;
}

/* td of social media icons */
#pmzTopBar .socialLinks {
  width: 35px;
}

/* social media icons */
#pmzTopBar .socialLinkIcons {
  width: 24px;
  height: 24px;
}

/* main menu container */
#pmzMenuContainer {
  width: 800px;
  float: right;
  margin-top: 35px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Homepage */
/* -------------------------------------------------------------------------- */
/* Homepage -> "Search xx homes for sale in.." */
#search_homes_header {
  color: #333;
  text-shadow: #ddd 1px 1px 1px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 17px 0;
}

#terms p {
  margin-top: 10px;
}

#homeValueData td {
  padding:10px 0;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Class Definitions */
/* -------------------------------------------------------------------------- */
.agentLanguage, .agentCity {
  width: 175px;
  cursor: pointer;
  text-align: left;
}

.bodyTextNew {
  background-color: white;
  border-top: thin solid #ccc;
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 11px;
  padding-bottom: 4px;
  padding-left: 20px;
}

.bold {
  font-weight: bold;
}

.bulletlist li {
  list-style-type:none;
  border: 1px solid #ffd600;
  background: #fffdd5;
  padding: 8px;
}

.bulletlist td {
  border: 1px solid #ffd600;
  background: #fffdd5;
  padding: 8px;
}

.bulletlist img {
  margin-bottom: -2px;
}

.capital {
  text-transform: uppercase;
}

.centerTitle {
  margin-left: auto;
  margin-right: auto;
}

.colorBlue {
  color: #1191d0;
}

.colorOrange {
  color: #f26722;
}

.colorLightGray {
  color: #ccc;
}

.defSelect  {
  width: 105px;
  cursor: pointer;
  text-align: left;
}

.dropDown {
  cursor:pointer;
}

.elbtn {
  filter:alpha(opacity=100);
  opacity:1;
  cursor:pointer;
  border:0px;
}

.elbtn:hover {
  filter:alpha(opacity=75);
  opacity:0.75;
}

.grayBg {
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.hand {
  cursor: pointer;
}

.header {
  float:left;
  color: #333;
  text-shadow: #ddd 1px 1px 1px;
  font-size:24px;
  font-weight:bold;
  padding-top:10px;
}

.hint {
  color: #808080;
}

.infowindow {
  width:250px;
  height:150px;
  overflow:auto;
}

/* Item Title */
.itemTitle {
  color: #1191d0;
  font-weight: bold;
}

/* Module Title */
.moduleTitle {
  color: #1191d0;
  font-weight: bold;
  margin-bottom: 8px;
  text-shadow:0 1px 1px rgba(255, 255, 255, 0.7);
}

.noBullets li {
  list-style-type: none;
}

.nowrap {
  white-space: nowrap;
}


/* Page Title */
.pageTitle {
  color: #f26722;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0px;
}

/* official PMZ color */
.pmzBlue {
  color: #005aab;
}

/* image border */
.pmzBorder {
  text-align: center;
  width:100%;
  height:5px;
  background-image: url("/images/border.png");
  background-repeat: no-repeat;
}

.printonly {
  display: none !important;
}

.printPage #ft table.spacing td {
  padding:8px 0;
  font-size: 11px;
}

.searches td, .searches th {
  padding:6px 4px;
}

.sepDiv {
 border-top:1px solid #CCC;
 margin-top:10px;
 padding-bottom:10px;
 height:0px;
}

.srHeader {
  font-weight: bold;
  font-size: 11px;
}

.tip {
  padding: 10px;
  padding-left: 32px;
  border: 1px solid #ffd600;
  background: #fffdd5;
  font-size: 11px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Watermark / Placeholder Colours */
/* -------------------------------------------------------------------------- */
.watermark {
  color: #999 !important;
}

.watermark2 {
  color: #999 !important;
  font-style: italic !important;
}

.watermark3 {
  color: #c77 !important;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Print Page */
/* -------------------------------------------------------------------------- */
.printPage #hd {
  width: 900px;
  min-width: 900px;
}

.printPage #bd {
  width: 900px;
  min-width: 900px;
}

.printPage #ft {
  width: 900px;
  min-width: 900px;
  margin: 0 auto;
  background: none;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Spacers */
/* -------------------------------------------------------------------------- */
.spacer {
  height: 10px;
  clear: both;
  display: block;
}

.spacer2 {
  height: 20px;
  clear: both;
  display: block;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Text and Margin Alignments */
/* -------------------------------------------------------------------------- */
.alignLeft {
  text-align: left;
  margin-right: auto;
}

.left {
  text-align: left;
  margin-right: auto;
}

.alignCenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.alignRight {
  text-align: right;
  margin-left: auto;
}

.right {
  text-align: right;
  margin-left: auto;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Various Font Sizes */
/* -------------------------------------------------------------------------- */
.lg1 {
  font-size: 14px;
}

.lg2 {
  font-size: 16px;
}

.lg3 {
  font-size: 18px;
}

.lg4 {
  font-size: 22px;
}

.sm1 {
  font-size: 11px;
}

.sm2 {
  font-size: 9px;
}

.sm3 {
  font-size: 8px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Warnings and Alerts */
/* -------------------------------------------------------------------------- */
.alert {
  padding: 10px;
  padding-left: 32px;
  border: 1px solid #ffd600;
  background: #fffdd5 url("/images/error.gif") 10px 14px no-repeat;
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 85%;
}

.alert a {
  font-weight: bold;
}

.warning {
  font-size: 11px;
  padding: 10px;
  padding-left: 32px;
  border: 1px solid #e56255;
  background: #ffd0d0 url("/images/exclamation.gif") 10px 14px no-repeat;
}

.warning a {
  font-weight: bold; color: #1e5491;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* PMZ loginBlock Styles Start */
/* -------------------------------------------------------------------------- */
#loginBlock {
  font-family: arial, helvetica, clean, sans-serif;
  color: #666;
}

#loginBlock table.loginTable {
  width: 760px;
  height: 25px;
  margin: 0 10px 0 10px;
}

#loginBlock span.blueLogin {
  font-size: 85%;
  font-weight: bold;
  color: #1191d0;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* PMZ mypmzBlock Styles Start */
/* -------------------------------------------------------------------------- */
#mypmzBlock a {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 85%;
}

#mypmzBlock #mypmzMenu {
  background: #fffdd5;
  border-bottom: 1px solid #6db462;
  padding: 10px;
  text-align: center;
  height: 33px;
}

#mypmzBlock #mypmzMenu table {
  text-align: center;
  width: 100%;
  height: 33px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* PMZ breadcrumbsBlock Styles Start */
/* -------------------------------------------------------------------------- */
#breadcrumbsBlock {
  font-size: 12px;
  padding-top:5px;
}

#breadcrumbsBlock a {
  display: block;
  float: left;
  padding: 0px 0;
}

#breadcrumbsBlock .separator {
  display: block;
  float: left;
  margin: 0px 10px 0 8px;
}

#breadcrumbsBlock div.final {
  font-weight: bold;
  color: #f26722;
}

#breadcrumbsBlock span.bcSep {
  color: #f26722;
  font-weight: normal;
}

#breadcrumbsBlock #myAgent {
  float: right;
  margin-top: 2px;
  *margin-top: 4px;
}

#breadcrumbsBlock #myAgent img {
  vertical-align: top;
}

#breadcrumbsBlock #myAgent a {
  vertical-align: middle;
  color: #005aab;
  float: none;
  display: inline;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* PMZ contentHeaderBlock Style Start */
/* -------------------------------------------------------------------------- */
#contentHeaderBlock p {
  margin-left: 10px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* myPMZ Dashboard Style Start */
/* -------------------------------------------------------------------------- */
#dashboardAgent p {
  line-height:15px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* PMZ Module Block Style Start */
/* -------------------------------------------------------------------------- */
.moduleblock {
  margin: 10px 0 0px 0px;
  padding: 12px;
  background: url("/images/test-mod-bg3.gif") top left no-repeat;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.moduleblock h1 {
  margin: .25em 0px;
}

#flyer .moduleblock {
  background: url("/images/test-mod-bg-flyer.gif") top left no-repeat;
}

.moduleblock img {
  padding-right: 10px;
}

.moduleblock p {
  font-size: 93%;
  color: #666;
  line-height: 1.4em;
}

.moduleblock a.moreLink {
  font-size: 85%;
  text-align: right;
  display: block;
  clear: both;
}

.moduleblock ul li {
  list-style-type: none;
  font-size: 93%;
  margin-bottom: .15em;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* PMZ Header Block Style Start */
/* -------------------------------------------------------------------------- */
.pageheader {
  font-size: 107%;
  color: #1e5491;
  font-weight: bold;
}

.pageheaderblock {
  margin: 5px 0 10px 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #d5d0bd;
}

.pageheaderblock img {
  border: 1px solid #d5d0bd;
  float: left;
  margin-right: 5px;
  padding: 3px;
}

.pageheaderblock p {
  margin-bottom: 5px;
  line-height: 20px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* MiniModule Style Start */
/* -------------------------------------------------------------------------- */
.minimodule {
  background: #fffdd5;
  border: 1px solid #ffd600;
  padding: 12px;
  padding-bottom: 15px;
}

.minimodule ul {
  margin: .25em;
  margin-left: .75em;
}

.minimodule select {
  width: 90px;
}

.minimodule ul li {
  list-style-type: none;
}

.minimodule img {
  border: 0px;
  text-decoration: none;
  padding: 2px 10px 2px 0;
  vertical-align: middle;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Results Table */
/* -------------------------------------------------------------------------- */
#resultsres th {
  padding: 1px 2px;
  color: #1191d0;
  background: url("/images/results-th-bg.jpg") bottom repeat-x;
  border: 0;
  border-bottom: 1px solid #d2d0c8;
}

#resultsres td {
  padding: 2px 2px;
  border-bottom: 1px solid #d2d0c8;
  line-height: 1.5;
  font-size: 11px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/*  Input Buttons begin */
/* -------------------------------------------------------------------------- */
.btn {
  background: url("/images/test-button-left.gif") top left no-repeat;
  width: auto;
  margin-left: 4px;
  text-align: center;
}

.btn a {
  text-align:right;
  background: url("/images/button-right.gif") top right no-repeat;
  height: 18px;
  padding: 2px 10px 0 10px;
  *padding: 3px 10px 0 10px;
  display: block;
  color: #ff6000;
  font-weight: bold;
  cursor: pointer;
  font-size: 9px;
  text-align: center;
  margin-bottom: -2px;
}

.btn a:hover {
  color: #1191d0;
  text-decoration: none;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Tooltips */
/* -------------------------------------------------------------------------- */
.tooltip {
  color:#000;
  background:#fffbcf;
  border: 1px solid #ffe900;
  font-size:11px;
  font-family:arial;
  padding:6px;
  max-width:140px;
  text-align:center;
  text-shadow: none;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Agent Definitions */
/* -------------------------------------------------------------------------- */
#agentList {
  margin-top:10px;
}

#agentList th, #agentList td {
  border-top:1px solid #ccc;
  padding: 6px 0;
  text-align:left;
}

#agentList th {
  color: #1191d0;
}

#agentList img.agentPhoto {
  border:1px solid #F26722;
  width:60px;
  height:80px;
  margin-right:10px;
}

#agentpage {
  font-size:13px;
}

#agentpage td{
  font-size:13px;
}

#agentpage ul {
  margin-left:10px;
}

#agentSideDiv {
  width: 220px;
  margin-left:10px;
  background: #eee;
  border: 1px solid #ddd;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
}

#agentSideDiv2 {
  width: 220px;
  margin-left:10px;
  background: #eee;
  border: 1px solid #ddd;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
}

.agentTools {
  padding: 12px;
  font-size:12px;
  border: 0;
  background: none;
}

.agentTools button {
  width: 67px;
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 85%;
}

.agentTools button img {
  padding: 2px 4px 2px 0px;
}

.agentTools h4 {
  font-size:12px;
}

.agentTools ul {
  margin: .25em;
  margin-left: .75em;
}

.agentSearchBoxSection .price {
  width:50px;
  background:#ffffff url("/images/dollar-sign.gif") 2px 3px no-repeat;
  padding-left:14px;
}

.agentSearchBoxSection .autocomplete {
  width:auto;
}

.agentSearchBoxSection .bedsbaths {
  width:44px;
  cursor:pointer;
  background:#ffffff url("/images/drop-down.gif") 28px 0px no-repeat;
}

.agentTitle {
  color: #1191d0;
  font-size:24px;
  font-weight:bold;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* REAL INSIGHTS */
/* -------------------------------------------------------------------------- */
#recentVids {
  padding-left:20px;
  list-style-type: none;
}

#recentVids em {
  font-size:11px;
  display:block;
  padding-bottom:10px;
}

#recentVids img {
  float:left;
  padding: 5px 10px 10px 0;
}

.pmzListings li {
  float:left;
  width: 175px;
  height: 140px;
  padding:4px;
  list-style-type:none;
  margin:4px;
  text-align:center;
}

.pmzListings img {
  max-height: 100px;
  max-width:100px;
}

.comCounties {
  font-weight:bold;
}

.comCounties li {
  list-style-type:none;
  font-weight:normal;
}

.vtour {
  border:1px solid #ccc;
  background: #f6f6f6;
  margin-bottom:10px;
  text-align:center;
  padding:2px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Contact Us Page */
/* -------------------------------------------------------------------------- */
h3.lovelyHeader {
  color: #1191d0;
  font-size:28px;
  line-height:1.1em;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  margin-bottom:20px;
  padding-bottom:15px;
}

h3.lovelyHeader span {
  font-weight:bold;
  display:block;
  margin-left:80px;
}

#contactLeft {
  width:520px;
  float:left;
}

#contactRight {
  margin-left:540px;
}

.officeLocales li {
  width: 150px;
  display:inline-block;
  margin-bottom: 20px;
  vertical-align:top;
  font-size: 12px;
  line-height:1.25em;

  /* IE hack. */
  /* - IE8 and below only supports inline-block on elements with natural display: inline. */
  zoom: 1;
  *display: inline;
}

.officeLocales li h5 {
  font-weight: bold;
  display: block;
  font-size:12px;
}

.officeLocales li span {
  display:block;
}

.officeLocales li a {
  text-decoration: none;
}

.officeLocales li a:hover {
  text-decoration: underline;
}

#careerspress h3 {
  width:49%;
  display:inline-block;

  /* IE hack. */
  /* - IE8 and below only supports inline-block on elements with natural display: inline. */
  zoom: 1;
  *display: inline;
}

#careerspress li {
  width: 49%;
  display:inline-block;
  margin-bottom: 20px;
  vertical-align:top;
  font-size: 12px;
  line-height:1.25em;

  /* IE hack. */
  /* - IE8 and below only supports inline-block on elements with natural display: inline. */
  zoom: 1;
  *display: inline;
}

#careerspress li h5 {
  font-weight: bold;
  display: block;
  font-size:12px;
}

#careerspress li span {
  display:block;
}

#careerspress li a {
  text-decoration: none;
}

#careerspress li a:hover {
  text-decoration: underline;
}

#contactUsForm {
  background: #eee;
  border:1px solid #ccc;
  padding:15px;
}

#contactUsForm h3 {
  border: 0;
  margin-bottom:0;
}

#contactUsForm div {
  background: #fff;
  border:1px solid #ccc;
  padding:15px;
}

#contactUsForm label {
  font-weight: bold;
  display: block;
  margin-bottom:5px;
}

#contactUsForm label span {
  color:#aaa;
  display:inline-block;
  padding-left:10px;
  font-weight:normal;
  font-size:12px;

  /* IE hack. */
  /* - IE8 and below only supports inline-block on elements with natural display: inline. */
  zoom: 1;
  *display: inline;
}

#contactUsForm input, #contactUsForm textarea, #contactUsForm select {
  width: 98%;
  margin-bottom:15px;
}

#contactUsForm select {
  width:99%;
}

#contactUsForm textarea {
  height:200px;
}

#contactUsForm p {
  text-align:center;
}

#contactUsForm input[type=image] {
  width:auto;
  border:0;
}

#contactUsForm span {
  font-weight:bold;
  display:block;
}

#contactUsForm .formerror {
  background: #f2aeb7;
}

#contactUsForm .success {
 margin-bottom:10px;
 border:none;
 font-size:16px;
 display:none;
}

#contactSocial li {
  display: inline-block;
  padding: 0 17px;

  /* IE hack. */
  /* - IE8 and below only supports inline-block on elements with natural display: inline. */
  zoom: 1;
  *display: inline;
}

#contactSocial li a {
  width: 48px;
  height:48px;
  display: block;
  text-decoration: none;
}

#contactSocial li.facebook a {
  background:url("/webdata/commondata/images/facebook_48.png");
}

#contactSocial li.twitter a {
  background:url("/webdata/commondata/images/twitter_48.png");
}

#contactSocial li.rss a {
  background:url("/webdata/commondata/images/rss_48.png");
}

#contactSocial li.linkedin a {
  background:url("/webdata/commondata/images/linkedin_48.png");
}

#contactSocial li.youtube a {
  background:url("/webdata/commondata/images/youtube_48.png");
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Home Warranty Page */
/* -------------------------------------------------------------------------- */
.warranty h3 {
  font-size:20px;
}

.warranty #right h3 {
  font-size:18px;
}

.warranty ul {
  margin-left:20px;
}

.warranty #left {
  width:512px;
  float:left;
}

.warranty #right {
  float:right;
  width:420px;
}

.warranty #right div {
  background: #eee;
  border: 1px solid #ccc;
  padding: 15px;
}

.warranty .footnotes {
  color:#999999;
  font-size:11px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* PMZ Menu System - 4/28/09 GCS */
/* -------------------------------------------------------------------------- */
.m_menuSpacer {
  opacity:0;
  width:3px;
}

.M_menuTab {
  color: #000;
  font: bold 10pt tahoma;
  text-align: center;
  white-space: nowrap;
  position: relative;
  padding: 10px 20px;
  background:url("/images/nav_bg_new.png");
  background-repeat: repeat-x;
}

.M_menuTabOn {
  font: bold 10pt tahoma;
  text-align: center;
  white-space: nowrap;
  position: relative;
  padding: 10px 20px;
  background:url("/images/nav_bg_new_rev.png");
  background-repeat: repeat-x;
  text-shadow: #ddd 3px 3px 3px;
}

.M_menuDropDown {
  background: #efefef;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-bottom: 2px solid #888;
  border-right: 2px solid #888;
  position: absolute;
  z-index: 999999;
  visibility: hidden;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.M_menuTitle {
  background: #efefef;
  color: #333;
  font: bold 9pt arial;
  text-align: left;
  white-space: nowrap;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 15px;
}

.M_menuLink {
  color: #333;
  background: #efefef;
  font: 9pt arial;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 15px;
}

.M_menuLinkOn {
  color: #000;
  background: #b3d4ff;
  font: 9pt arial;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 15px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Property Ticker */
/* -------------------------------------------------------------------------- */
#pmzTicker {
  visibility: hidden;
  overflow: hidden;
  padding-left: 0px;
  clear:both;
  margin-left:5px;
  min-width:958px;
  width:958px;
  height:165px;
  min-height:165px;
}

/* property listing (each individual property div) */
.Property {
  min-width:130px;
  width: 130px;
  min-height:165px;
  height:165px;
}

.Property img {
  min-height:90px;
  height:90px;
  min-width:120px;
  width:120px;
  border: 1px solid #9f9f9f;
  /*
  box-shadow: 5px 3px 5px #888;
  -moz-box-shadow: 5px 3px 5px #888;
  -webkit-box-shadow: 5px 3px 5px #888;
  */
}

/* property carousel */
.Property a {
  color: #0066b3;
  text-decoration: none;
}

.Property a:hover {
  color: orange;
}

.Property p {
 /* text-shadow: #ddd 1px 1px 1px; */
}

.Property .address {
  font-size: 12px;
  line-height: 10px;
  color: #0066b3;
  font-weight: bold;
  padding-top: 10px;
}

.Property .city {
  font-size: 12px;
  line-height: 10px;
  color: #0066b3;
  font-weight: bold;
}

.Property .price {
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
}

.Property .date {
  font-size: 10px;
  line-height: 10px;
  color: #f26f21;
}

.Property .fontSize {
 font-size: 10px;
}

/* set width / height of image */
.imgMax {
  min-height  : 90px;
  height      : 90px;
  min-width   : 120px;
  width       : 120px;
  border      : 1px solid #333;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Homepage - Search Box & Tabs */
/* -------------------------------------------------------------------------- */
#frontSearchBox input {
  border: 1px solid #87beff;
}

#frontSearchBox input.elbtn {
  border: 0;
  padding: 0;
}

#frontSearchBox label {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 13px;

  /* IE hack. */
  /* - IE8 and below only supports inline-block on elements with natural display: inline. */
  zoom: 1;
  *display: inline;
}

#frontSearchBox .price {
  width: 34px;
  background: #fff url("/images/dollar-sign.gif") 2px 3px no-repeat;
  padding-left: 14px;
  text-align: right;
}

#frontSearchBox .bedsbaths {
  width: 55px;
  cursor: pointer;
}

#moreOptions {
  display: block;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px; /*--Set height of tabs--*/
  border-bottom: 1px solid #ccc;
  width:625px;
}

ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 31px; /*--Subtract 1px from the height of the unordered list--*/
  line-height: 31px; /*--Vertically aligns the text within the tab--*/
  border: none;
  border-left: none;
  margin-bottom: -1px; /*--Pull the list item down 1px--*/
  overflow: hidden;
  position: relative;
  background: #eae9e9;
}

ul.tabs li a {
  text-decoration: none;
  color: #005aab;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 0 20px;
  border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
  outline: none;
  -moz-border-radius: 0px 2px 0px 0px;
  border-radius: 0px 2px 0px 0px;
}

ul.tabs li a:hover {
  background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
  background: #2a79c0;
  border-bottom: 1px solid #f7f3e8; /*--Makes the active tab look like it's connected with its content--*/
  border-top: 1px solid #f7f3e8;
  border-right: 1px solid #f7f3e8;
  border-left: 1px solid #f7f3e8;
}

.tab_container {
  border: 1px solid #cccccc;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #f7f3e8;
  height:170px;
  width:625px;
  color:#000;

  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 3px 3px 5px #888;
  -moz-box-shadow: 3px 3px 5px #888;
  -webkit-box-shadow: 3px 3px 5px #888;
}

.tab_content {
  padding: 20px;
  font-size: 12px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Advanced Search Tabs */
/* -------------------------------------------------------------------------- */
.searchTab {
  width:130px;
  height:21px;
  padding-top:4px;
  margin-left:5px;
  float:left;
  text-align:center;
  font-size:12px;
  cursor:pointer;
}

.searchTabOn {
  background:url("/images/search-tab-on.gif");
  color:#1191d0;
  font-weight:bold;
  text-shadow: #9dcafd 1px 1px 1px;
}

.searchTabOff {
  background:url("/images/search-tab-off.gif");
  color:#709dcd;
  text-shadow: #ffffff 1px 1px 0px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Homepage Search Input */
/* -------------------------------------------------------------------------- */
.ffb-input {
  float:left;
  color:#333; /* must specify along with watermark color */
  border: 1px solid #9F9F9F;
  height:27px;
  width:200px;
  padding-left:5px;
  font-family: Verdana,Arial,sans-serif;
  line-height:25px;
}

/* Color of watermark, if present */
.ffb-input.watermark { /* added and removed dynamically */
  color:#888; /* must specify along with input color */

}
/* Drop-down arrow, with sprited image */
.ffb-arrow {
  float:left;
  width:32px;
  height:31px;
  white-space:nowrap;
}

.ffb-arrow.out { /* css sprite technique */
  background-position:0;
}

.ffb-arrow.over { /* css sprite technique */
  background-position:-32px 0;
}

.ffb-arrow.active { /* css sprite technique */
  background-position:-64px 0;
}

.ffb-no-results {
  padding:2px;
  color:#888;
  font-style:italic;
  border-bottom:1px solid #828790;
}

/* Container for dropdown contents */
.ffb {
  z-index:99999;
  position:absolute; /* this guy's parent div is hard-coded to position:relative */
  overflow:hidden;
  border-left:1px solid #d5d5d5; /* #7B9EBD for Vista */
  border-right:1px solid #d5d5d5;
  background-color:#fff; /* Give it a background-color, so it's not transparent */
  -moz-box-shadow: 5px 5px 17px #888;
  -webkit-box-shadow: 5px 5px 17px #888;
  box-shadow: 5px 5px 17px #888;
}

/* Inner div for dropdown */
.ffb .content {
  overflow:auto;
}

.ffb .content .row {
  font-family: Verdana, Arial, sans-serif;
  font-size:12px;
  border-bottom:1px solid #d5d5d5;
  color: #005aab;
  clear:both;
  padding-left:5px;
}
.ffb-sel {
  cursor:pointer;
  color: #005aab; !important;
  background-color:#eceeef;
  font-weight:bold;
}
.ffb-match {
  font-weight:bold;
  color: #005aab;
}

/* Paging */
.ffb .paging {
  vertical-align:middle;
  border-bottom:1px solid #828790;
}

.ffb .page, .ffb a.page {
  font-size:85%;
  padding:2px;
  border:solid 1px #339;
  background-color:#eef;
  margin:2px;
}

.ffb .box {
  width:22px;
  margin:2px;
}

.ffb .summary {
  font-size:85%;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Universal Tooltip */
/* -------------------------------------------------------------------------- */
#toolTip {
  font-size: 87%;
  text-align: center;
  padding: 2px;
  border: 1px solid #808080;
  background-color: #ffffcc;
  position: absolute;
  visibility: hidden;
  z-index:999;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* PMZ Footer Styles Start */
/* -------------------------------------------------------------------------- */
#footerBlock {
  border-top: 1px solid #ccc;
  margin: 0 10px 0 10px;
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 85%;
  padding: 10px 10px 20px 10px;
  color: #000;
}

#footerBlock a {
  color: #000;
}

#footerBlock #hudLogo {
  float: right;
}

#footerBlock #agentLogin {
  float: left;
  text-align: center;
}

#footerBlock #agentLogin img {
  vertical-align: top;
}

#footerBlock hr {
  border: 1px solid #C0C0C0;
  display: none;
}

.footerLists {
  font-size:11px;
  margin:10px 0 0 14px;
}

.footerLists li {
  width:132px;
  float:left;
}

#ft #locations_img {
  float:left;
  width:32px;
  height:31px;
  padding-left:5px;
}

#ft #partners_img {
  float:left;
  width:29px;
  height:35px;
  padding-left:5px;
}

#ft #footer_links {
  text-align: center;
  padding: 16px 0px;
  font-size: 11px;
}

#ft #eho_img {
  float:right;
  width:35px;
  height:45px;
}

#ft #lock_img {
  margin-bottom:-3px;
  width:16px;
  height:16px;
}

#ft #trans_img {
  width:10px;
  height:10px;
}

#ft #legal {
  color:#333333;
}

#ft .footerOfficeLocales {
  width:100%;
}

#ft .footerOfficeLocales td {
  padding-bottom: 5px;
  padding-right:10px;
  white-space:nowrap;
  vertical-align:top;
  font-size: 12px;
  line-height:1.25em;

  /* IE hack. */
  /* - IE8 and below only supports inline-block on elements with natural display: inline. */
  zoom: 1;
  *display: inline;
}

#ft .footerOfficeLocales td span {
  display:block;
}

#ft .footerOfficeLocales td a {
  text-decoration: none;
}

#ft .footerOfficeLocales td a:hover {
  text-decoration: underline;
}

#ft #partner_services {
  width:100%;
}

.footImg {
  border:1px solid #fff;
}

.footImg:hover {
  border:1px solid #a3a3a3;
  box-shadow: 5px 3px 5px #888;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Walkscore Map */
/* -------------------------------------------------------------------------- */
#ws-walkscore-tile {
  position:relative;
  text-align:left 
}

#ws-walkscore-tile *{
  float:none;
}

#ws-footer a, #ws-footer a:link {
  font:11px/14px Verdana,Arial,Helvetica,sans-serif;
  margin-right:6px;
  white-space:nowrap;
  padding:0;
  color:#000;
  font-weight:bold;
  text-decoration:none
}

#ws-footer a:hover {
  color:#777;
  text-decoration:none
}

#ws-footer a:active {
  color:#b14900
}
/* ************************************************************************** */

