<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
input:invalid,
textarea:invalid {
  -moz-box-shadow: 0 0 5px red;
  -webkit-box-shadow: 0 0 5px red;
  box-shadow: 0 0 5px red;
}

.littletext {
  text-align: center;
}

.sharethis {
  background: url(/idx-images/share.png) no-repeat;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: pink;
}

/* By default the selection color is pink */
::-moz-selection {
  background: #468ab1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #468ab1;
  color: #fff;
  text-shadow: none;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

ul,
ol,
p {
  padding: 0 0 1.5em;
}

ul,
ol {
  list-style: none;
}

ul li {
  list-style: none;
}
/*
p {
  font-family: Arial;
  color: #2e2d2d;
  font-size: 13px;
  line-height: 22px;
}
*/
a {
  color: #8d3d00;
}

article blockquote {
  border-left: 1px solid #776a27;
  font-family: Arial;
  color: #776a27;
  font-size: 13px;
  line-height: 22px;
  padding: 15px 0 15px 30px;
  margin: 5px 0 10px 30px;
}

article ul {
  margin-left: 40px;
}

article ul.agent_information {
  float: left;
  margin-left: 15px;
}

.agent_information .mediumbutton {
  background: url(/idx-images/bluebutton.png) no-repeat;
  width: 132px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  font-family: "BlairITC-Medium";
  text-align: center;
  padding: 0;
}

.fullagent {
  margin: 10px 0;
  padding: 10px 0;
  background: url(/idx-images/hline.png) repeat-x bottom center;
}

.fullagent img {
  float: left;
}

article ul li {
  background: url(/idx-images/smallarrow-right.png) no-repeat scroll left
    center transparent;
  color: #155256;
  font-family: Arial;
  font-size: 13px;
  line-height: 22px;
  list-style: none outside none;
  padding: 5px 5px 5px 10px;
}

article ol {
  margin-left: 40px;
}

article ol li {
  padding: 5px;
  list-style-type: decimal;
  font-family: Arial;
  color: #776a27;
  font-size: 13px;
  line-height: 22px;
}

strong {
  font-weight: bold;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

img {
  border: 0;
}

a img {
  border: 0;
}

/* Float Definitions -----------------------------------------------------------*/
.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.alignright {
  float: right;
  margin: 0 0 2px 7px;
}

.alignleft {
  float: left;
  margin: 0 7px 2px 0;
}

img.left,
img.alignleft {
  float: left;
  margin: 0 15px 7px 0;
}

img.right,
img.alignright {
  float: right;
  margin: 0 0 7px 15px;
}

.post img.aligncenter,
.attachment img.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.nopad {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.noborder {
  border: none !important;
}

blockquote {
  color: #776a27;
}


h1 {
  color: #fff;
  font-size: 20px;
  text-shadow: -1px -1px 0 #333;
  font-family: "BlairITC-Medium";
  padding: 10px 0;
  margin: 10px 0;
}

h2 {
  /* color: #fff; */
  font-size: 20px;
  line-height: 30px;
  /* text-shadow: -1px -1px 0 #333; */
  font-family: "BlairITC-Medium";
}

h3 {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-family: "BlairITC-Medium";
}

h4 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-shadow: -1px -1px 0 #333;
  font-family: "BlairITC-Medium";
  border-bottom: 1px dashed #c7c2a2;
}

h5 {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-shadow: -1px -1px 0 #333;
  font-family: "BlairITC-Medium";
}

h6 {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-shadow: -1px -1px 0 #333;
  font-family: "BlairITC-Medium";
}

h7 {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-shadow: -1px -1px 0 #333;
  font-family: "BlairITC-Medium";
}

/*
// ========================================== 
||||
|| BASE CSS STYLES||
||||
========================================== //
*/
/*
// ========================================== 
||||
|| BIG NAV AREA ||
||||
========================================== //
*/
/*
// ========================================== 
||||
|| PAGE StYLES||
||||
========================================== //
*/
.pagecontainer {
  padding: 15px 35px 40px;
  position: relative;
  /*	background: url(/idx-images/parchment.gif) repeat; */
  background: url(/idx-images/pagebg-org.png) repeat-y;
  top: -75px;
  left: -10px;
  margin: 55px auto -6px;
  min-height: 500px;
  z-index: 10;
  max-width: 1000px;
}

.pagecontainer:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 13px;
  width: 97.5%;
  height: 3px;
/*  background: url(/idx-images/hline.png) no-repeat;*/
}

.pagecontainer:after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 0;
  width: 946px;
  height: 18px;
/*  background: url(/idx-images/pageshadow.png) center top no-repeat; */
}

.fish {
  position: absolute;
  bottom: 2px;
  right: -40px;
  width: 252px;
  height: 245px;
  background: url(/idx-images/fish.png) no-repeat;
}

.pagecontainer article {
  width: 600px;
  padding: 0 10px 10px 0;
  margin-right: 10px;
  float: left;
  background: url(/idx-images/vline.png) right top repeat-y;
}

.pagecontainer article img {
  padding: 3px;
  background: #fff;
  border: 1px solid #ddd;
}

.pagecontainer article.fullwidth {
  width: 100%;
  padding: 0;
  margin-right: 0;
  float: none;
  margin: auto;
  background: none;
}

.pagecontainer article .leftside {
  float: left;
  width: 565px;
  position: relative;
  padding-top: 10px;
}

.detailcontainer {
  margin: 0 0 10px;
}

.socials {
  padding-left: 40px;
}

.socials li {
  float: left;
  margin: 0 3px;
}

.pagecontainer article .leftside img {
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  object-fit: cover;
}

/*
.pagecontainer article .leftside img:after {
  content: "";
  background: #fff;
  background: url(/idx-images/bigpicshadow.png) bottom center no-repeat;
  background-size: 100% auto;
  padding: 10px;
  border: 1px solid #ddd;
  object-fit: cover;
}

.pagecontainer article .leftside:after {
  content: "";
  background: url(/idx-images/bigpicshadow.png) no-repeat;
  background-size: 100% auto;
  width: 562px;
  height: 23px;
  position: absolute;
  left: 5px;
  bottom: -18px;
}
*/

.pagecontainer .bottomright {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 100px));
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 5px;
  max-width: 100%;
}

.pagecontainer .bottomright img {
  float: left;
  padding: 3px;
  background: #fff;
  padding: 2px;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.details {
  border-top: 1px solid #91bade;
  position: relative;
  margin-left: 0;
  padding: 0;
}

.details:after {
  content: "";
  border-bottom: 1px solid #91bade;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}

.details li {
  float: left;
  border-right: 1px solid #91bade;
  padding: 10px;
  text-align: center;
  width: 100px;
  background-image: none;
}

.details li.wider {
  min-width: 120px;
}

.details li.lastone {
  min-width: 250px;
  background: none;
  border-right: 0 solid #91bade;
}

.details li.lastone h4 {
  font-size: 32px;
  border-bottom: none;
  line-height: 50px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.details li img {
  display: block;
  background: none;
  padding: 0;
  border: none;
  margin: auto;
}

.details li span {
  color: #2e2d2d;
  color: black;
  font-family: Arial;
  font-size: 11px;
  line-height: 22px;
}

.minordeetsx {
  margin-left: 0;
  padding: 0;
  margin: 10px 0;
}

.minordeets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 5px;
}

.minordeets h1 {
  margin: 0 0 5px !important;
  font-size: 24px !important;
  padding: 0 0 10px !important;
  background: url(/idx-images/hline.png) repeat-x bottom;
}

.minordeets li {
  list-style: none;
  padding: 3px;
  background: none;
  border: 1px solid #ddd;
  display: inline-block;
}

.minordeets li ul {
  margin-left: 0;
  padding: 0;
}

.minordeets li ul li {
  list-style: none;
  float: none;
  width: 90%;
  padding: 10px;
  border: none;
}

.minordeets li ul li span {
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 15px;
}

.pagecontainer .topright {
  width: 320px;
  margin: auto;
  padding-bottom: 10px;
  background: url(/idx-images/hline.png) bottom repeat-x;
}

.at300bs {
  background: url(/idx-images/share.png) no-repeat !important;
  width: 125px;
  height: 47px;
}

.pagecontainer .topright img {
  float: left;
  padding: 3px;
  background: #fff;
  margin: 2px;
  border: 1px solid #ddd;
}

.pagecontainer .mapbox {
  max-width: 555px;
  height: 420px;
  float: left;
  margin-right: 10px;
}

.mapbox img {
  padding: 0;
  background: none;
}

.inquire {
  float: right;
  width: 320px;
}

article .inquire ul {
  margin-left: 20px;
}

article .inquire ul li {
  background: none;
  color: #155256;
  font-family: Arial;
  font-size: 13px;
  line-height: 22px;
  list-style: none outside none;
  padding: 5px;
}

.robotic {
  display: none;
}

textarea {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px 3px 3px 3px;
  margin: 5px 0;
  padding: 3px;
  width: 310px;
  height: 150px;
}

input {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 0;
  padding: 3px;
}

.agentbox img {
  float: left;
  margin: 0 15px 0 0;
}

.agentbox {
  margin: 10px 0;
}

.agentbox h7 {
  text-shadow: none;
  color: #776a27;
  width: 100%;
}

.agentbox h7 a {
  color: #4f8078;
  font-family: "BlairITC-Medium";
  font-size: 12px;
  line-height: 30px;
}

.results {
  width: 950px;
  margin: auto;
  position: relative;
}

.results h2 {
  font-size: 18px;
  margin: 10px 0;
  width: 300px;
}

.results li {
  float: left;
  background-image: none;
  margin-bottom: 20px;
  width: 950px;
  position: relative;
  padding: 15px 0;
  border: 1px solid #dddddd;
}

.results li h2 {
  font-size: 24px;
  left: 335px;
  position: absolute;
  width: 600px;
  text-align: left;
}

.results .imagehandler {
  background: url(/idx-images/propboxlarge.png) top center no-repeat;
  padding: 8px 0 0 18px;
  position: relative;
  width: 309px;
  height: 227px;
  float: left;
}

.results p.proptext {
  left: 335px;
  position: absolute;
  top: 60px;
  width: 600px;
}

.results li .largebutton {
  width: 200px;
  font-size: 18px;
  position: absolute;
  left: 675px;
  top: 180px;
}

.results .imagehandler p.mediumbutton {
  position: absolute;
  left: 80px;
  bottom: 13px;
  font-size: 18px;
  top: 187px;
}

.results .items {
  margin: auto;
  width: 360px;
  position: absolute;
  bottom: 10px;
  left: 365px;
  height: 64px;
  background: url(/idx-images/hline.png) top repeat-x;
  position: relative;
}

.details .items:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}

.items li img {
  background: none;
  padding: 0;
  border: none;
}

.results .items li {
  padding: 0;
  border: 0;
  border-right: 1px dashed #393c3c;
  width: 92px;
}

.results .items li span {
  color: #393c3c;
}

.results .items li.last {
  border-right: medium none;
}

/*------------------ grid style additional view ----- */
.thumb_view {
  width: 965px;
  margin-bottom: auto;
  margin-left: -27px;
  padding: 0;
}

#narrow {
  width: 625px;
  float: left;
  margin-top: 530px;
  padding-left: 20px;
}

.topper {
  position: absolute;
  top: 0;
  width: 610px;
}

.agent_information p {
  padding: 0;
}

.thumb_view li h2 {
  font-size: 18px;
  margin: 10px 0;
  width: 330px;
  position: relative;
  left: 0;
  text-align: center;
}

.thumb_view li {
  float: left;
  background-image: none;
  margin-bottom: 20px;
  width: 320px;
  position: relative;
  min-height: 360px;
}

.thumb_view .imagehandler {
  padding: 8px 0 0 18px;
  position: relative;
  width: 309px;
  height: 227px;
}

#narrow .imagehandler {
  padding: 8px 0 0 12px;
}

.thumb_view .imagehandler img {
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
}

.thumb_view li p {
  bottom: 20px;
  left: 100px;
  position: absolute;
}

.thumb_view .imagehandler p.mediumbutton {
  display: block;
  position: absolute;
  left: 80px;
  bottom: 13px;
  font-size: 18px;
  top: 187px;
}

.thumb_view .largebutton {
  display: none;
}

.thumb_view .items {
  margin: auto auto auto 0;
  width: 290px;
  position: relative;
  bottom: 0;
  left: 20px;
  height: 69px;
  border-top: 1px solid #91bade;
  position: relative;
  padding: 0;
}

.thumb_view .items:after {
  content: "";
  border-bottom: 1px solid #91bade;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}

.thumb_view .items li {
  width: 92px;
  height: 60px;
  min-height: 60px;
  text-align: center;
  padding: 5px 0;
  border-right: 1px solid #91bade;
}

#narrow .items li {
  width: 96px;
  height: 60px;
  min-height: 60px;
  text-align: center;
  padding: 5px 0;
  background: url(/idx-images/vline.png) right repeat-y;
}

.thumb_view .items li span {
  color: #393c3c;
  display: block;
}

.thumb_view .items li.last {
  border-right: 0 solid #91bade;
  background: none;
}

ul.thumb_view li {
  width: 317px;
  padding: 0;
  border: 0;
}

ul#narrow li {
  width: 310px;
  padding: 0;
  border: 0;
}

.pagecontainer article h3 {
  background: url("/idx-images/h2bg-blue.png") no-repeat;
  color: #005c9e;
  text-shadow: none;
  height: 32px;
  padding-left: 30px;
  margin: 10px 0 30px -20px;
  width: 103%;
  max-width: 845px;
  font-weight: bold;
}

.pagecontainer aside {
  float: right;
  margin: 0;
  padding: 0;
  width: 310px;
}

.pagecontainer article h1 {
  color: #276b71;
  font-family: "ASSpeedwayRegular";
  font-size: 42px;
  line-height: 40px;
  margin: 0 0 25px;
  padding: 0;
  text-shadow: none;
}

.pagecontainer article h2 {
  color: #776a27;
  text-shadow: none;
  font-size: 20px;
}

.pagecontainer article h4 {
  color: #276b71;
  text-shadow: none;
  font-size: 20px;
}

.pagecontainer article h5 {
  color: #4f8078;
  text-shadow: none;
  font-size: 16px;
}

.pagecontainer article .thumb_view h5 {
  font-size: 16px;
  width: 280px;
  margin: auto;
  line-height: 16px;
  min-height: 30px;
}

.pagecontainer article h6 {
  color: #776a27;
  text-shadow: none;
  font-size: 16px;
  margin: 10px 0;
}

.pagecontainer article h5 {
  color: #4f8078;
  text-shadow: none;
  font-size: 12px;
}

aside .video {
  padding: 5px 5px 0;
  background: #fff;
  position: relative;
  box-shadow: 0 0 4px #d0d0d0;
  margin: 0 0 10px;
}

aside .video:before {
  content: "";
  width: 304px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 0;
  background: url(/idx-images/shadow-vid.png) no-repeat;
}

aside .video:after {
  content: "";
  background: url(/idx-images/tap.png);
  width: 77px;
  height: 30px;
  position: absolute;
  z-index: 99999;
  top: -15px;
  left: 50%;
  margin-left: -36px;
}

.propertyscroller {
  background: url(/idx-images/scrollbg.png) center top no-repeat;
  width: 947px;
  margin: 15px 0 15px -30px;
  height: 183px;
  padding: 50px 0 0 58px;
  position: relative;
}

.propertyscroller h2 {
  position: absolute;
  top: 0;
  left: 220px;
}

#slider2 li a {
  color: #155256;
  font-size: 11px;
  line-height: 9px;
  font-family: "BlairITC-Medium";
}

.multiple {
  width: 150px;
  margin: auto;
  position: relative;
}

.multiple li p {
  padding: 0;
  color: #fff;
  line-height: 15px;
  padding: 0 0 0 5px;
}

.multiple img {
  padding: 5px;
  background: #fff;
}

.multiple img:hover {
  opacity: 0.8;
}

#slider1 li {
  position: relative;
  overflow: hidden;
}

#slider1 li:after {
  content: "";
  background: url(/idx-images/tap.png) no-repeat;
  width: 77px;
  height: 30px;
  position: absolute;
  z-index: 99999;
  top: -15px;
  left: 50%;
  margin-left: -40px;
}

#pagination {
  float: right;
  margin: 0;
  min-width: 350px;
  text-align: center;
}

#pagination .previous-off,
.next,
#pagination .next-off {
  float: left;
  font-weight: bold;
  margin-right: 2px;
}

#pagination li {
  background: none repeat scroll 0 50% transparent;
  border: 0 none;
  float: left;
  font-size: 11px;
  list-style: none outside none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 30px;
  border: 1px solid #5b9ecd;
}

#pagination .active {
  background: none repeat scroll 0 0 #5b9ecd;
  color: #ffffff;
  display: block;
  float: left;
  font-weight: bold;
}

#pagination li a {
  color: #155256;
}

/*next button*/
.bx-next {
  position: absolute;
  top: 35px;
  right: -50px;
  z-index: 999;
  width: 30px;
  height: 72px;
  text-indent: -999999px;
  background: url(/idx-images/arrowright.png) no-repeat 0 0;
}

/*previous button*/
.bx-prev {
  position: absolute;
  top: 35px;
  left: -50px;
  z-index: 999;
  width: 30px;
  height: 72px;
  text-indent: -999999px;
  background: url(/idx-images/arrowleft.png) no-repeat 0 0;
}

.subnav .bx-next {
  position: absolute;
  top: 7px;
  right: -10px;
  z-index: 999;
  width: 5px;
  height: 9px;
  text-indent: -999999px;
  background: url(/idx-images/smallarrow-right.png) no-repeat 0 0;
}

/*previous button*/
.subnav .bx-prev {
  position: absolute;
  top: 7px;
  left: -20px;
  z-index: 999;
  width: 5px;
  height: 9px;
  text-indent: -999999px;
  background: url(/idx-images/smallarrow-left.png) no-repeat 0 0;
}

/*pager links*/
.bx-pager a {
  margin-right: 5px;
  color: #fff;
  padding: 3px 8px 3px 6px;
  font-size: 12px;
  zoom: 1;
  background: url(gray_pager.png) no-repeat 0 -20px;
}

.bx-auto {
  display: none;
}

.catboxes {
  background: url(/idx-images/lowbg.png);
  width: 103%;
  margin: -15px 0 0 -14px;
}

.catboxes li {
  float: left;
  width: 205px;
  padding: 5px;
  margin: 10px;
  position: relative;
}

.catboxes li .catname {
  background: url(/idx-images/greentabs.png);
  height: 20px;
  position: absolute;
  left: 10px;
  top: -18px;
  color: #fff;
  font-size: 12px;
  font-family: "BlairITC-Medium";
  z-index: 1;
  padding: 2px 12px;
}

.catboxes li .catname a {
  color: #fff;
  font-size: 12px;
  font-family: "BlairITC-Medium";
  text-shadow: -1px -1px 0 #333333;
}

.catboxes li img {
  background: #fff;
  padding: 3px;
  position: relative;
  z-index: 2;
}

.catboxes li h3 {
  font-size: 12px;
  color: #146870;
  text-shadow: none;
  line-height: 18px;
}

.catboxes li .moreso {
  color: #155256;
  font-size: 14px;
  font-family: "BlairITC-Medium";
}

.blogger {
  background: url(/idx-images/blogger.png) bottom no-repeat;
  width: 715px;
  height: 44px;
  margin: auto auto 20px;
  padding: 20px 0 0;
  text-indent: -9999px;
}

.catboxes li p {
  padding: 0 0 5px;
}

.subdiv {
  position: relative;
  margin: -15px 0 10px;
}

.subdiv h1.largebanner {
  background: url(/idx-images/largebanner.png) no-repeat;
  height: 60px;
  line-height: 60px;
  width: 102%;
  margin-left: -38px;
  padding: 0 0 0 40px;
  font-size: 28px;
}

.subdiv ul {
  width: 770px;
  height: 385px;
}

.subdiv ul li {
  float: left;
  width: 385px;
}

.subdiv li a {
  color: #433f22;
  font-family: "BlairITC-Medium";
  font-size: 11px;
  position: relative;
}

.subdiv li a:after {
  content: "";
  width: 5px;
  height: 9px;
  background: url(/idx-images/smallarrow-right.png) no-repeat 0 0;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -4px;
  display: none;
}

.subdiv li a:hover {
  color: #155256;
}

.subdiv li a:hover:after {
  display: block;
}

.florida {
  background: url(/idx-images/florida.png) no-repeat;
  position: absolute;
  right: -30px;
  top: -5px;
  height: 315px;
  width: 415px;
}

.oats {
  background: url(/idx-images/oats.jpg) center top no-repeat;
  margin: auto;
  height: 602px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 210px;
}

.footer {
  padding: 1px 0;
  margin: -160px 0 0;
  position: relative;
}

.footer h3 {
  background: url(/idx-images/foot-h3.png) no-repeat;
  width: 322px;
  height: 31px;
  text-align: center;
}

.paginationprev {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  width: 60px !important;
  background: none repeat scroll 0 50% transparent;
  border: 1px solid #5b9ecd;
  float: left;
  font-size: 11px;
  list-style: none outside none;
  margin: 0 2px 0 20px;
  padding: 5px;
}

.paginationafter {
  float: right;
  font-weight: bold;
  margin-right: 2px;
  width: 60px !important;
  background: none repeat scroll 0 50% transparent;
  border: 1px solid #5b9ecd;
  float: left;
  font-size: 11px;
  list-style: none outside none;
  margin: 0 20px;
  padding: 5px;
}

.oatleft {
  background: url(/idx-images/oats-left.jpg) no-repeat center top;
  height: 664px;
  width: 420px;
  position: absolute;
  top: -550px;
  left: -250px;
  z-index: 1;
}

.oatright {
  background: url(/idx-images/oats-right.jpg) no-repeat center top;
  height: 664px;
  width: 420px;
  position: absolute;
  top: -550px;
  right: -250px;
  z-index: 1;
}

.searcharea .button {
  background: url(/idx-images/search_button.png);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #000000;
  float: left;
  font-size: 25px;
  line-height: 20px;
  height: 120px;
  background: url(/idx-images/search_button.png) no-repeat;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 120px;
  margin: 10px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -60px;
  text-indent: -9999px;
}

.searcharea .heading {
  position: absolute;
  top: -3px;
  right: 80px;
  font-size: 12px;
  font-family: "BlairITC-Medium";
}

.searcharea .headingone {
  background: none repeat scroll 0 0 #49b9c1;
  font-family: "BlairITC-Medium";
  font-size: 12px;
  height: 13px;
  left: 30px;
  line-height: 12px;
  padding: 3px 10px 0;
  position: absolute;
  top: 0;
}

.searcharea .smallbutton {
  position: absolute;
  right: 80px;
  bottom: 20px;
}

.smallbutton {
/* background: url(/idx-images/bluebutton.png) no-repeat; */
  width: 132px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 19px;
  font-family: "BlairITC-Medium";
  text-align: center;
  vertical-align: text-bottom;
  padding: 0;
  margin: auto;
}

.smallbutton a {
  width: 132px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 19px;
  font-family: "BlairITC-Medium";
  text-align: center;
  vertical-align: text-bottom;
}

.searcharea .heading a {
  color: #fff;
  font-size: 12px;
  font-family: "BlairITC-Medium";
}

.searcharea .headingone a {
  color: #fff;
  font-size: 12px;
  font-family: "BlairITC-Medium";
}

.columnuno .button {
  background: url(/idx-images/bluebutton.png) no-repeat;
  width: 132px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  font-family: "BlairITC-Medium";
  text-align: center;
  padding: 0;
}

.columnuno .button span {
  color: #fff;
  font-size: 10px;
  font-family: "BlairITC-Medium";
}

.thumb_view li p.lonamer {
  font-size: 10px;
  position: absolute;
  bottom: 0;
  margin: auto;
  padding: 0;
  left: -30%;
  right: 10%;
}

#commentform .button {
  background: url(idx-images/bluebutton.png) no-repeat;
  width: 132px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  font-family: "BlairITC-Medium";
  text-align: center;
  padding: 0;
}

#commentform .button span {
  color: #fff;
  font-size: 10px;
  font-family: "BlairITC-Medium";
}

.mainlinks {
  height: 62px;
  width: 1000px;
  position: relative;
  padding: 0 0 10px;
}

.mainlinks li {
  width: 232px;
  float: left;
  text-align: center;
  line-height: 60px;
}

.mainlinks li.wider {
  width: 300px;
}

.mainlinks li a {
  color: #fff;
  font-size: 12px;
  font-family: "BlairITC-Medium";
}

#mc_embed_signup {
  background: none !important;
  width: 300px;
  position: relative;
  padding-top: 5px;
  padding-left: 10px;
}

#mc_embed_signup .button {
  background-color: #e5ad3d !important;
}

#mc_embed_signup input.email {
  width: 180px !important;
}

#mc_embed_signup label {
  display: none !important;
}

#uniform-mc-embedded-subscribe {
  position: absolute;
  right: 12px;
  top: 10px;
}

.blogpost {
  background: url(/idx-images/hline.png) top center repeat-x;
  padding: 20px 0;
}

.blogpost img {
  float: left;
  margin: 0 10px 0 0;
}

.blogpost h5 {
  line-height: 16px !important;
  margin: 0 0 5px;
}

.blogpost p.slam {
  font-size: 10px;
  margin: 0 0 5px;
  padding: 0 !important;
}

.footer {
  background: url(/idx-images/footerbg.jpg) repeat-x scroll 21px 115px
    transparent;
  min-height: 347px;
}

.footer .button {
  background: url(/idx-images/bluebutton.png) no-repeat;
  width: 132px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  font-family: "BlairITC-Medium";
  text-align: center;
  padding: 0;
}

.footer .button a {
  width: 132px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  font-family: "BlairITC-Medium";
  text-align: center;
}

.footer .smallbutton {
  background: url(/idx-images/bluebutton.png) no-repeat;
  width: 132px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  font-family: "BlairITC-Medium";
  text-align: center;
  padding: 0;
}

.footer .smallbutton a {
  width: 132px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  font-family: "BlairITC-Medium";
  text-align: center;
}

.footer .subpic {
  position: absolute;
  right: 0;
  top: 70px;
  padding: 3px;
  background: #fff;
}

.footer h1 {
  font-family: "LeagueGothicRegular";
  color: #ee2927;
  font-size: 34px;
  text-align: center;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.inquire .button {
  background: url(/idx-images/bluebutton.png) no-repeat;
  width: 132px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  font-family: "BlairITC-Medium";
  text-align: center;
  padding: 0;
}

.inquire .button a {
  width: 132px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  font-family: "BlairITC-Medium";
  text-align: center;
}

.heel {
  margin: auto;
  padding: 109px 0 0;
  position: relative;
  width: 1000px;
  z-index: 9;
}

.toes {
  width: 975px;
  margin: auto;
  padding: 5px 0 0;
}

.toes li {
  width: 325px;
  float: left;
  position: relative;
}

.toes li ul li {
  padding: 0 0 0 5px;
  list-style: square;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  float: none;
}

.toes li ul {
  margin: 10px 0 5px 30px;
  padding: 0;
}

.toes li a {
  color: #fff;
  font-size: 13px;
}

.toes li h3 {
  font-size: 12px;
}

.toes li p {
  color: #fff;
}

div.wpcf7 {
  margin: 10px 0;
}

div.wpcf7 p {
  padding-bottom: 4px;
}

div.wpcf7 input.uniform,
div.wpcf7 form.wpcf7-form input[type="submit"] {
  background-color: #3ba0a8;
  padding: 2px 6px;
  color: #fff;
  font-weight: bold;
}

div.wpcf7 input.wpcf7-form-control,
div.wpcf7 textarea.wpcf7-form-control {
  background-color: #59c7cf;
  color: #fff;
}

.footer form {
  margin-left: 20px;
}

.footer input {
  width: 280px;
  padding: 3px;
  margin: 5px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  border: 1px solid #ddd;
}

.footer textarea {
  width: 280px;
  padding: 3px;
  margin: 5px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  border: 1px solid #ddd;
  height: 80px;
}

.superfooter {
  text-align: center;
  color: #fff;
  background: url(/idx-images/shadow.png) top center no-repeat;
  padding: 5px 0;
}

.superfooter a {
  color: #ee2927;
}

.toes li .lefty {
  width: 130px;
  float: left;
}

.toes li .righty {
  width: 130px;
  float: left;
}

.toes li .ankle {
  width: 190px;
  float: left;
  margin: 10px 0 0;
}

.toes li .tarsal {
  width: 60px;
  float: left;
  margin: 10px 0 0;
}

.toes li .tarsal img {
  padding: 3px;
  background: #fff;
  position: relative;
}

#fblikebox {
  background: #fff;
  padding: 4px;
}

.fixed div.selector {
  margin-top: -2px;
}

.columnuno textarea {
  font-size: 11px;
}

p.small {
  font-size: 10px;
  margin-top: -30px;
}

.commentlist {
  list-style: none;
}

.commentlist li {
  padding: 10px;
  border-bottom: 1px solid #bbbbbb;
  min-height: 80px;
}

.commentlist li img {
  padding: 3px;
  background: #fff;
  border: 1px solid #ddd;
  float: left;
  margin-right: 10px;
}

#respond {
  padding-top: 10px;
  border-top: 1px solid #cacaca;
  margin-top: 10px;
}

/* ///////////////////////////////////////////////////////------TABS --------///////// */
ul.tabs {
  margin: 40px 10px 10px 30px;
  padding: 0 0 2px;
  float: left;
  list-style: none;
  width: 930px;
  /*--Set height of tabs--*/
  height: 35px;
  position: absolute;
  left: 12px;
  top: 30px;
  border-bottom: 1px solid #cdc799;
  z-index: 1;
}

ul.tabs li {
  float: left;
  padding: 0 20px;
  height: 35px;
  /*--Subtract 1px from the height of the unordered list--*/
  border-left: none;
  margin: 1px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: none;
  text-align: center;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border: 1px solid #cdc799;
}

ul.tabs li img {
  padding: 7px 0 0;
}

ul.tabs li a {
  text-decoration: none;
  color: #8c8459;
  display: block;
  padding: 0;
  line-height: 35px;
  outline: none;
  font-size: 12px;
  font-family: "BlairITC-Medium";
}

ul.tabs li.active a {
  color: #4f8078;
}

ul.tabs li a:hover {
  color: #4f8078;
}

html ul.tabs li.active,
html ul.tabs li.active {
  /*--Makes sure that the active tab does not listen to the hover properties--*/
  background: #cdc799;
  position: relative;
  color: #caca10;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
}

.tab_content {
  padding: 50px 0 0;
  font-size: 13px;
}

article ul.galleries {
  margin-left: 0;
  padding: 0;
}

.galleries li {
  list-style: none;
  background: none;
  padding: 0;
  margin: 10px;
}

.galleries li img {
  float: left;
  margin: 5px;
}

#map {
  background: none repeat scroll 0 0 #ffffff !important;
  border: 5px solid #fff;
  padding: 176px;
  box-shadow: 0 0 2px #929292;
  /* height: 100% */
}

.videobox {
  float: left;
  margin-left: 30px;
  width: 320px;
}

.videbox iframe {
  background: none repeat scroll 0 0 #ffffff !important;
  padding: 3px;
  box-shadow: 0 0 2px #929292;
}

.columnuno {
  width: 300px;
  float: left;
  padding: 5px;
}

.inquiryform input {
  margin: 3px 0;
  /* width: 140px; */
}

.inquiryform label {
  display: block;
  font-size: 11px;
  padding-left: 3px;
}

.inquiryform li {
  width: 150px;
  list-style: none;
  background: none;
  float: left;
  margin: 0 5px;
}

@media all and (orientation: portrait) {
}

@media all and (orientation: landscape) {
}

@media screen and (max-width: 865px) {
  .pagecontainer article h3 {
    background: url(/idx-images/h2bg-blue.png) no-repeat center right;
      color: #005c9e;
    text-shadow: none;
    height: 32px;
    padding-left: 30px;
    margin: 10px 0 30px -20px;
    max-width: 565px;
  }

  .thumb_view {
    width: 640px;
    margin-bottom: auto;
    margin-left: -27px;
    padding: 0;
  }

  .pagecontainer article.fullwidth {
    width: 100%;
    padding: 0;
    margin-right: 0;
    float: none;
    margin: auto;
    background: none;
  }

  .pagecontainer article .leftside {
    float: none;
    width: 100%;
    position: relative;
    padding-top: 10px;
    margin: auto;
  }

  .pagecontainer article .leftside:after {
    content: "";
    width: 100%;
    height: 23px;
    position: absolute;
    left: 0;
    bottom: 80px;
  }

  .pagecontainer article .leftside img {
    background: #fff;
    /* padding: 10px; */
    border: 1px solid #ddd;
    width: 100%;
    object-fit: cover;
  }

  /*
  .pagecontainer article .leftside img:after {
    background: #fff;
    background: url(/idx-images/bigpicshadow.png) no-repeat;
    background-size: 100% auto;
     padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    object-fit: cover;
  }
 */

  .pagecontainer .bottomright {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 5px;
    max-width: 100%;
  }

  .topright {
    clear: both;
    width: 320px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    background: url(/idx-images/hline.png) bottom repeat-x;
  }

  article p {
    width: 100%;
  }

  .details {
    width: 100%;
  }

  .details li {
    float: left;
    border-right: 1px solid #91bade;
    padding: 2px;
    text-align: center;
  }

  .details li.wider {
    min-width: 50px;
  }

  .inquire {
    float: none;
    width: 320px;
  }

  .minordeets li {
    list-style: none;
    padding: 3px;
    background: none;
    border: 1px solid #ddd;
  }

  .detailcontainer {
    width: 100%;
  }

  h4 {
    font-size: 14px;
  }

  .feature {
    height: 300px;
  }
}

@media screen and (max-width: 640px) {
  .pagecontainer article h3 {
    background: url("/idx-images/h2bg-blue.png") no-repeat center right;
    color: #005c9e;
    text-shadow: none;
    height: 32px;
    padding-left: 30px;
    margin: 10px 0 30px -20px;
    max-width: 565px;
  }

.pagecontainer {

  left: -40px;

}

  .thumb_view {
    width: 640px;
    margin-bottom: auto;
    margin-left: -27px;
    padding: 0;
  }

  .pagecontainer article.fullwidth {
    width: 100%;
    padding: 0;
    margin-right: 0;
    float: none;
    margin: auto;
    background: none;
  }

  .pagecontainer article .leftside {
    float: none;
    width: 100%;
    position: relative;
    padding-top: 10px;
  }

  .pagecontainer article .leftside:after {
    content: "";
    background: none;
/* Look Here    width: 562px; */
    height: 23px;
    position: absolute;
    left: 0;
    bottom: 80px;
  }

  .pagecontainer .bottomright {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 5px;
    max-width: 100%;
  }

  .pagecontainer .bottomright img {
    float: left;
    padding: 3px;
    background: #fff;
    padding: 2px;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
  }

  .topright {
    clear: both;
    width: 320px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    background: url(/idx-images/hline.png) bottom repeat-x;
  }

  article p {
    width: 100%;
  }

  .details {
    width: 100%;
  }

  .details li {
    float: left;
    border-right: 1px solid #91bade;
    padding: 2px;
    text-align: center;
  }

  .details li.wider {
    min-width: 50px;
  }

  .inquire {
    float: none;
    width: 320px;
  }

  .minordeets li {
    list-style: none;
    padding: 3px;
    background: none;
    border: 1px solid #ddd;
  }

  .detailcontainer {
    width: 100%;
  }

  h4 {
    font-size: 14px;
  }

  .feature {
    height: 300px;
  }
}

@media screen and (max-width: 535px) {
  .pagecontainer article h3 {
    background: url("/idx-images/xxxh2bg-blue.png") no-repeat center right;
    background-size: 100% auto;
    color: #005c9e;
    text-shadow: none;
    height: 32px;
    padding-left: 30px;
    margin: 10px 0 30px -20px;
    max-width: 185px;
  }

  .details li {
    float: left;
    border-right: 0 solid #91bade;
    padding: 2px;
    text-align: center;
  }

  .pagecontainer .mapbox {
    width: 300px;
    float: left;
    margin-right: 10px;
  }

  #map {
    background: none repeat scroll 0 0 #ffffff !important;
    border: 5px solid #fff;
    padding: 144px;
    box-shadow: 0 0 2px #929292;
  }

  .inquire {
    width: 320px;
  }

  .pagecontainer article .leftside {
    width: 100%;
    position: relative;
    padding-top: 10px;
  }

  .pagecontainer article .leftside img {
    background: #fff;
    /* padding: 10px; */
    border: 1px solid #ddd;
    width: 100%;
    object-fit: cover;
  }

/*
  .pagecontainer article .leftside img:after {
    background: #fff;
    background: url(/idx-images/bigpicshadow.png) no-repeat;
    background-size: 100% auto;
    padding: 10px;
    border: 1px solid #ddd;
    object-fit: cover;
  }
*/

  .minordeets li {
    list-style: none;
    float: left;
    width: 100%;
    padding: 3px;
    background: none;
    border: 1px solid #ddd;
  }

  .thumb_view {
    width: 350px;
    margin-bottom: auto;
    margin-left: -27px;
    padding: 0;
  }

  .pagecontainer article.fullwidth {
    width: 100%;
    padding: 0;
    margin-right: 0;
    float: none;
    margin: auto;
    background: none;
  }

  .pagecontainer article .leftside {
    width: 100%;
    position: relative;
    padding-top: 10px;
  }

  .pagecontainer article .leftside:after {
    content: "";
    background: none;
    height: 23px;
    position: absolute;
    left: 5px;
    bottom: 80px;
  }

  .detailcontainer p {
    width: 100%;
  }

  .details li.lastone h4 {
    font-size: 26px;
    border-bottom: none;
    line-height: 50px;
    min-width: 185px;
  }

  .details li.lastone {
    min-width: 185px;
  }

  .feature {
    height: 300px;
  }

  article p {
    width: 100%;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a:after {
    content: " (" attr(href) ")";
  }

  abbr:after {
    content: " (" attr(title) ")";
  }

  .ir a:after {
    content: "";
  }

  /* Don not show links for images */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

label {
  padding-right: 10px;
}
</pre></body></html>