/* -------------------------------------------------------------------------- */
/* HTML Element Definitions */
/* -------------------------------------------------------------------------- */
* {
  margin:0;
  padding:0;
}

a {
  color: #21265b;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.hand:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* Moved to "header.inc" to allow for dynamic modification
body {
  background: url("/images/pmz_background.jpg") no-repeat center top;
}
*/

body {
  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:968px;
  width:968px;
  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: 16px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* 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: 230px;
  height: 42px;
  cursor: pointer;
  text-align: left;
  border:1px solid #cecece;
  font-family:"Open Sans";
  font-size:11pt;
  line-height:40px;
}

.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: #000000;
}

.colorOrange {
  color: #f26722;
}

.colorLightGray {
  color: #ccc;
}

.communityTitle {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 10px;
  margin-bottom: 10px;
}

.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: #000000;
  font-weight: bold;
}

/* Module Title */
.moduleTitle {
  color: #000000;
  font-size:12pt;
  font-weight: bold;
  margin-bottom: 10px;
}

.noBullets li {
  list-style-type: none;
}

.nowrap {
  white-space: nowrap;
}


/* Page Title */
.pageTitle {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0px;
  font-family:"Open Sans";
}

/* official PMZ color */
.pmzBlue {
  color: #21265b;
}

/* 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: #0000000;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* 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: #bf8b2d;
}

#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: #0000000;
  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: #0000000;
  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: #0000000;
}

#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: #0000000;
  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: #0000000;
  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 25px;

  /* 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;
}

.M_menuTab {
  color: #21265b;
  font: bold 10pt 'Open Sans', arial;
  text-align: center;
  white-space: nowrap;
  position: relative;
  padding: 10px 20px;
  background-color:#f0f1f1;
  text-transform: uppercase;
}

.M_menuTabOn {
  font: bold 10pt 'Open Sans', arial;
  color:#bf8b2d;
  text-align: center;
  white-space: nowrap;
  position: relative;
  padding: 10px 20px;
  background-color:#f0f1f1;
  text-shadow: #ddd 3px 3px 3px;
  text-transform: uppercase;
}

.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 10pt 'Open Sans', 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: 10pt 'Open Sans', 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: 10pt 'Open Sans', arial;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 15px;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Property Ticker */
/* -------------------------------------------------------------------------- */
#pmzTicker {
  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;
  cursor:pointer;
  float:left;
}

.PropBox {
  min-height:92px;
  height:92px;
  min-width:122px;
  width:122px;
  text-align:center;
}


.Property img {
/*
  min-height:90px;
  height:90px;
  min-width:120px;
  width:120px;
*/
  border: 1px solid #9f9f9f;
}

/* 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  : 165px;
  height      : 165px;
  min-width   : 130px;
  width       : 130px;
  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 {
  padding: 0;
  float: left;
  list-style: none;
  height: 32px; /*--Set height of tabs--*/
  width:100%;
  color:#ffffff;
}

ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  width:208px;
  text-align:center;
  height: 51px; /*--Subtract 1px from the height of the unordered list--*/
  line-height: 51px; /*--Vertically aligns the text within the tab--*/
  border:1px solid #fff;
  margin-right:2px;
  margin-bottom: -1px; /*--Pull the list item down 1px--*/
  overflow: hidden;
  position: relative;
  background-color:#000000;
  opacity: .5;
}

ul.tabs li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-size: 13pt;
  font-weight: bold;
  padding: 0 20px;
  outline: none;
  font-family:"Open Sans";

}

ul.tabs li a:hover {
  color:#ffffff;
  background-color:#21265b;
}

ul.tabs li:hover {
  opacity: 1;
  color:#ffffff;
}

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-color:#21265b;
  opacity: 1;
}



.tab_container {
  width: 100%;
  height:170px;
  width:625px;
  color:#ffffff;
}

.tab_content {
  padding-left:20px;
  padding-right:20px;
  font-size: 12px;
}


a.boxLink {
  text-decoration:none !important;
  font-weight:normal;
}

a.home-block {
  text-decoration:none;
  font-family:"Open Sans";
}

.home-block-p {
  line-height:25px;
  background-color:#21265b;
  padding:8px 0px 8px 0px;
  color:#ffffff;
  font-weight:bold;
  font-size:12pt;
}

.home-block-p-hover {
  color:#e1e1e1;
}

.home-block-p-btm {
  line-height:25px;
  background-color:#ffffff;
  color:#21265b;
  border:none;
  font-size:12pt;
  text-align:left;
  text-decoration:none;
  font-family:"Open Sans";
  white-space:normal;
}

.home-block-p-btm-hover {
  color:#bf8b2d;
}


/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* 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:#ffffff;
  font-weight:bold;
}

.searchTabOff {
  background:url("/images/search-tab-off.gif");
  color:#000000;
}
/* ************************************************************************** */



/* -------------------------------------------------------------------------- */
/* Homepage Search Input */
/* -------------------------------------------------------------------------- */
#searchLocation_input {
  font-size:11pt;
  line-height:40px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}

#agentName {
    font-family: "Open Sans",Verdana,Arial,sans-serif;
    font-size: 11pt;
    line-height: 40px;
}

.ffb-input {
  color:#333; /* must specify along with watermark color */
  height:42px;
  border:1px solid #cecece;
  width:680px;
  padding-left:5px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size:11pt;
  line-height:40px;
}

/* Color of watermark, if present */
.ffb-input.watermark { /* added and removed dynamically */
  color:#888; /* must specify along with input color */
  padding-left:5px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size:11pt;
}
/* 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: 5px 0px;
  font-size: 11px;
  background-color:#21265b;
}

#ft #footer_links a {
  color:#ffffff;
  font-weight:bold;
  font-family:"Open Sans";
}

#ft #eho_img {
  float:right;
  margin-right:15px;
  width:35px;
  height:45px;
}

#ft #lock_img {
  margin-bottom:-3px;
  width:16px;
  height:16px;
}

#ft #trans_img {
  width:10px;
  height:10px;
}

#ft #legal {
  color:#ffffff;
  font-family:"Open Sans";
}

#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;
}
/* ************************************************************************** */



/* ===== Begin OWL carousel ===== */
.owl-carousel {
	cursor: e-resize;
}
.owl-theme .owl-controls {
	margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span {
	background: rgba(0, 0, 0, 0);
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: rgba(0, 0, 0, 0);
	border: 3px solid #fff;
}
.owl-buttons {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0;
	text-align: center;
	background: transparent;
	opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: .5;
}
.owl-next {
	background-image: url(../img/arrow-right.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	right: 0;
}
.owl-prev {
	background-image: url(../img/arrow-left.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	left: 0;
}

.list-inline {
    margin-left: -5px;
}


/*Clients Section (Owl Carousel)
------------------------------------*/
.clients-section {
  position: relative;
  background-size: cover;
  background-position: center center;
}


.clients-section .title-v1 p,
.clients-section .title-v1 h2 {
  color: #fff;
}

.clients-section ul {
  padding: 0;
  z-index: 1;
  list-style: none;
}

.clients-section li {
  margin: 0 3px;
  background: #fff;
}

.clients-section li a {
  padding: 10px;
  display: block;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.clients-section li a:hover {
  -transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.clients-section img {
  width:120px;
  height: 35px;
}

.clients-section .owl-pagination {
  display: none;
}

.title-v1 {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
/* ===== End OWL carousel ===== */


/* -------------------------------------------------------------------------- */
/* 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
}
/* ************************************************************************** */


