@charset "utf-8";

body {
  font: 15px Verdana, Arial, Helvetica, sans-serif;
  background-image: url(/images/page_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #000;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000000;
}

a {
 color:#FECC32;
}

a.hover {
 color:#999;
}

.twoColFixLtHdr #container {
  width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  text-align: left; /* this overrides the text-align: center on the body element. */
  vertical-align: baseline;
}

.twoColFixLtHdr #header {
  background-image: url(/images/header-bg.jpg);
  background-repeat: repeat-x;
  height: 123px;
  background-size:700px 100%;
  -moz-box-shadow: 3px 3px 3px #000;
  -webkit-box-shadow: 3px 3px 3px #000;
  box-shadow: 3px 3px 3px #000;
}

.twoColFixLtHdr #headerbox {
  height: 123px;
  width: 980px;
  margin: 0 auto;
}

.twoColFixLtHdr #logo {
  height: 117px;
  overflow-y: visible;
  width: 310px;
  float: left;
  position: absolute;
  margin-top: 5px;
  z-index: 1;
}

.twoColFixLtHdr #topmenu {
  height: 32px;
  font-size: 11px;
  line-height: 2.6em;
  font-weight: normal;
  text-align: right;
  font-family: Verdana, Geneva, sans-serif;
  color: #FFF;
  margin: 5px 0 0 0;
  width: 600px;
  float: right;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.twoColFixLtHdr #topmenu a {
  color: #FC0;
  text-decoration: none;
}

.twoColFixLtHdr #topmenu a:hover {
  color: #FC0;
  text-decoration: underline;
}

.twoColFixLtHdr #navbar {
  height: 40px;
  text-align: right;
  margin: 25px 30px 0 0;
  width: 625px;
  float: right;
  background-repeat: repeat;
  border-bottom: 1px dotted #FFCC33;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #navbar a {
  text-decoration: none;
  font-weight: 400;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  float: right;
  position: relative;
  font-style: normal;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 32px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-variant: normal;
  background-repeat: repeat;
  text-shadow: 1px 1px 0px black;
}

.twoColFixLtHdr #navbar a:hover {
  text-decoration: none;
  font-weight: 400;
  color: #2D2D2D;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  float: right;
  position: relative;
  font-style: normal;
  padding-right: 9px;
  padding-left: 9px;
  line-height: 32px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-variant: normal;
  background-color: #FFCC33;
  border-top: 1px dotted #5B503E;
  border-right: 1px solid #FDFAF0;
  border-bottom: 1px dotted #5B503E;
  border-left: 1px solid #C4C2AF;
  text-shadow: 1px 1px 0px black;
}

.twoColFixLtHdr #header h1 {
  margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
  padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
  float: left; /* since this element is floated, a width must be given */
  width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  margin: 30px 0 10px 5px;
}

.twoColFixLtHdr #sidebarinfo {
  float: left; /* since this element is floated, a width must be given */
  width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  height: auto;
  background-color: #FFF;
  padding: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  line-height:14px;
  -moz-box-shadow: 3px 3px 3px #000;
  -webkit-box-shadow: 3px 3px 3px #000;
  box-shadow: 3px 3px 3px #000;
}

.twoColFixLtHdr #sidebarinfo a {
  color: #333;
  text-decoration: none;
  font-style: italic;
}

.twoColFixLtHdr #sidebarinfo a:hover {
  color: #FC0;
  text-decoration: underline;
}

.twoColFixLtHdr #sidebarmenutop {
  width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  background-image: url(/images/bg-menu-top.gif);
  background-repeat: repeat-y;
  padding-left: 12px;
  height: 35px;
  font-size: 18px;
  line-height:36px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  vertical-align:middle;
  zoom:1;
}

.twoColFixLtHdr #sidebarmenu {
  height: 290px;
}

.twoColFixLtHdr #mainContent {
  margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
  padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  width: 713px;
}

.twoColFixLtHdr #contentbox {
  background-color: #FFF;
  width: 713px;
  margin: 10px 0;
  -moz-box-shadow: 3px 3px 3px #000;
  -webkit-box-shadow: 3px 3px 3px #000;
  box-shadow: 3px 3px 3px #000;
}

.twoColFixLtHdr #contentboxtop {
  background-color: #FFF;
  width: 713px;
  height: 250px;
  margin: 10px 0;
  -moz-box-shadow: 3px 3px 3px #000;
  -webkit-box-shadow: 3px 3px 3px #000;
  box-shadow: 3px 3px 3px #000;
}

.twoColFixLtHdr #propertybox {
  background-color: #FFF;
  width: 713px;
  height: 900px;
  margin: 10px 0;
}

.twoColFixLtHdr #propertymap {
  background-color: #FFF;
  width: 713px;
  margin: 10px 0;
  padding-bottom: 10px;
}

.twoColFixLtHdr #propertysearch {
  background-color: #FFF;
  width: 757px;
  margin: 10px 0;
  padding-bottom: 2px;
}

.twoColFixLtHdr #textbox {
  background-color: #FFF;
  padding: 0 0 10px 0;
  -moz-box-shadow: 3px 3px 3px #000;
  -webkit-box-shadow: 3px 3px 3px #000;
  box-shadow: 3px 3px 3px #000
}

.twoColFixLtHdr #bodycontent {
  width: 690px;
  margin: 10px 0;
  padding: 10px 10px 0 10px;
}

.twoColFixLtHdr #bodycontent a {
  color: #888;
  text-decoration: underline;
}

.twoColFixLtHdr #bodycontent a:hover {
  color: #888;
}

.twoColFixLtHdr #contenttitle {
  width: 703px;
  height: 25px;
  padding-left: 10px;
 /* background-color:#4B1000;*/
  background-image: url(/images/h1-bg.gif);
  background-repeat: no-repeat;
}

.twoColFixLtHdr #contenttext1 {
  width: 340px;
  height: auto;
  font-size: 13px;
  line-height:16px;
  margin: 5px 0 0 0;
  padding: 0 13px 0 5px;
  color: #333;
  float: left;
  border-right: thin #999 solid;
}

.twoColFixLtHdr #contenttext2 {
  width: 330px;
  height: auto;
  font-size: 13px;
  line-height:16px;
  margin: 5px 5px;
  padding: 0 5px;
  color: #333;
  float: right;
}

.twoColFixLtHdr #bottomtext {
  width: 221px;
  height: auto;
  font-size: 13px;
  line-height:16px;
  margin: 5px 0 5px 0;
  padding: 0 10px 0 5px;
  color: #333;
  float: left;
  border-right: thin #999 dotted;
}

.twoColFixLtHdr #bottomtext2 {
  width: 220px;
  height: auto;
  font-size: 12px;
  margin: 5px 0 5px 0;
  padding: 0 10px 0 5px;
  color: #333;
  float: right;
}

.twoColFixLtHdr #slideshow {
  margin: 20px 0 5px 0px;
  width: 713px;
  height: 300px;
  color: #FFF;
  background-image: url(/images/slideshow-div-bg.png);
  background-repeat: repeat;
  text-align: center;
  -moz-box-shadow: 3px 3px 3px #000;
  -webkit-box-shadow: 3px 3px 3px #000;
  box-shadow: 3px 3px 3px #000
}

.twoColFixLtHdr #footer {
  padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background-image: url(/images/footer-bg.jpg);
  background-repeat: repeat-x;
  height: 165px;
  margin-top: 5px;
}

.twoColFixLtHdr #footerbox {
  height: 123px;
  width: 980px;
  margin: 0 auto;
}

.twoColFixLtHdr #footertitle {
  font-size: 16px;
  padding: 0px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: bold;
  color: #454545;
  line-height: 18px;
  margin-top: 5px;
  zoom:1;
}

.twoColFixLtHdr #footertext {
  width: 225px;
  height: 110px;
  font-size: 12px;
  margin: 5px 0 5px 0;
  padding: 0 10px 0 5px;
  color: #999;
  float: left;
}

.twoColFixLtHdr #footersmall {
  width: 225px;
  height: 60px;
  font-size: 12px;
  margin: 5px 0 5px 0;
  color: #cccccc;
  float: left;
  margin-top: 0;
}

.twoColFixLtHdr #footersmall a {
  font-size: 12px;
  color: #FC0;
  text-decoration: none;
}

.twoColFixLtHdr #footersmall a:hover {
  font-size: 12px;
  color: #FC0;
  text-decoration: underline;
}

.twoColFixLtHdr #footer p {
  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
  color: #000;
  position: relative;
}

.twoColFixLtHdr #contact {
  color: #808080;
  font-size: 15px;
  line-height: 13px;
}

.twoColFixLtHdr #contact a {
  display:inline-block;
  font: 'Oswald', sans-serif;
  font-weight: 400;
  color: #454545;
  background-color: #febf01;
  text-decoration: none;
  padding: 10px;
  margin: 4px 0;
}

.twoColFixLtHdr #contact a.alt {
  background-color: rgba(0, 0, 0, 0);
  color: #febf01;
}

.twoColFixLtHdr #contact a.alt:hover {
  background-color: rgba(0, 0, 0, 0);
  color:#fed24d;
}

.twoColFixLtHdr #contact a:hover {
  font: 'Oswald', sans-serif;
  font-weight: 400;
  color: #000000;
  background-color:#fed24d;
  text-decoration: none;
}

.fltlft { /* this class can be used to float an element left in your page */
  float: left;
  margin-left: 8px;
  font-size: 16px;
  padding: 0px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #454545;
  line-height: 18px;
  margin-top: 5px;
  zoom:1;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.spacer {
  clear: both;
  display: block;
  height: 10px;
  line-height: 0px;
  width: 713px;
}

.spacertop {
  clear: right;
  display: block;
  height: 10px;
  line-height: 0px;
  width: 713px;
}

.readmore a {
  font: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #454545;
  zoom: 1;
  float: right;
  text-decoration: none;
}

.readmore a:hover {
  font: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #454545;
  zoom: 1;
  text-decoration: underline;
}

.image_left {
  border: solid thin #2D2D2D;
  padding: 2px;
  float: left;
  margin: 0px 15px 0px 0px;
}

.image_right {
  border: solid thin #2D2D2D;
  padding: 2px;
  float: right;
  margin: 0px 0px 0px 15px;
}

h3 {
  font-size: 16px;
  padding: 0px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  zoom:1;
  line-height: 1px;
}

h4 {
  font-size: 17px;
  padding: 0px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  zoom:1;
}

h5 {
  font-size: 15px;
  line-height:20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

div.fadehover {
  position: relative;
}

.more {
  font-size: 12px;
  color: #2D2D2D;
}

/* Property Listing CSS */
.twoColFixLtHdr #property_listing {
  padding: 0 5px;
  margin: 5px 0 5px 0;
  height: 320px;
  border-bottom: solid thin #2D2D2D;
}

.twoColFixLtHdr #listing_wrap {
  width: 675px;
  color: #FC0;
  float: right;
  font-size:12px;
  padding:15px 0px 10px 0px;
  text-shadow: 1px 1px 0px #000;
}

.twoColFixLtHdr #price {
  float: left;
  width: auto;
  height: 20px;
  color: #FC0;
  text-align: right;
  font-size: 16px;
  margin-left: 100px;
}

.twoColFixLtHdr #mls_number {
  float: left;
  width: auto;
  height: 20px;
  color: #FC0;
  font-size: 16px;
}

.twoColFixLtHdr #listing_address {
  float: right;
  width: auto;
  height: 20px;
  color: #FC0;
  text-align: right;
  font-size: 16px;
}

.twoColFixLtHdr #listing_pic {
  width: 265px;
  height: 183px;
  float: left;
  display: block;
}

.twoColFixLtHdr #listing_pic img {
  margin:5px 0px 0px 5px;
}

.twoColFixLtHdr #listing_price {
  width: 135px;
  height: 30px;
  background-image: url(/images/more-detail.gif);
  background-repeat: repeat-y;
  padding: 3px 5px 5px 20px;
  font-size: 12px;
  float: left;
  margin-top: 5px;
  color: #FC0;
}

.twoColFixLtHdr #listing_info a {
  width: 220px;
  height: 30px;
  padding: 10px 5px 0 20px;
  background-image: url(/images/more-detail.gif);
  background-repeat: repeat;
  float: left;
  color: #FC0;
  text-decoration: none;
  font-size: 14px;
  margin-top: -20px;
  border-left: thick solid #FC0;
  text-align: left;
}

.twoColFixLtHdr #listing_info a:hover {
  color: #888;
  background: #FC0;
}

.twoColFixLtHdr #listing_wrapper {
  width: 100%;
  height: 193px;
  font-size: 12px;
  display: block;
}

.twoColFixLtHdr #listing_description {
  width: 180px;
  float: left;
  font-size:11px;
  line-height:15px;
}

.twoColFixLtHdr #listing_bullets {
  width: 215px;
  height: 250px;
  float: right;
  display: block;
  padding: 0 0 0 5px;
  text-align: left;
}

.twoColFixLtHdr #listing_details {
  width: 210px;
  padding:0px 0px 2px 0px;
  color: #000000;
}

.twoColFixLtHdr #listing_description h2,
.twoColFixLtHdr #listing_bullets h2 {
  margin-bottom:4px;
}

.twoColFixLtHdr #listing_youtube {
  width: 200px;
  height: 165px;
  float: right;
  padding: 10px 5px 5px 5px;
}

.rightlistingstext {
  padding-top:10px;
  padding-bottom:5px;
  padding-right:5px;
  padding-left:5px;
  font-family: Arial, Garamond, Times New Roman, sans-serif;
  font-size: 19px;
  color: #000000;
  background-color:#F5F4F1;
}

h1.page-title {
  font-size: 30px;
  padding: 0px 0px 0px 0px;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  color: #FFCC33;
  zoom:1;
  line-height: 30px;
  text-shadow: 2px 2px #000000;
}

h2 {
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2D2D2D;
  line-height: 20px;
}

p.divider {
  font-size:10px;
  line-height:10px;
  margin:0px;
  padding:0px;
  border-bottom:2px dashed #2D2D2D;
}

p.price-large {
  font-size: 25px;
  line-height:25px;
  padding: 0px 0px 0px 0px;
  margin:0px;
  font-family: 'Oswald', sans-serif;
  font-style: bold;
  color: #FFCB33;
  text-shadow:1px 1px 1px #666666;
  letter-spacing:1px;
}

p.small {
  font-size:12px;
  line-height:18px;
}

p.no-bottom {
  padding-bottom:0px;
  margin-bottom:0px;
}

td.photo-arrow {
  width:1px;
  vertical-align:top;
  position:relative;
}

td.photo-arrow a {
  position:absolute;
  left:-30px;
  top:180px;
}

td + td.photo-arrow a {
  left:5px;
}

div.divider {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 2px;
  min-height: 2px;
  font: 2px/2px;
  background:top left repeat-x url(/images/layout/bg_dashed_line.gif);
  margin:0px 0px 0px 0px;
}

div.void {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 1px;
  width: 1px;
  min-height: 1px;
  min-width: 1px;
  font: 1px/1px;
  visibility: hidden;
}

td.form-padding {
  padding-right:15px;
}

table.top td {
  vertical-align:top;
}

a.button {
  text-decoration: none;
  font-weight: 400;
  color: #272727;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 32px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-variant: normal;
  background-color: #FFCC33;
  border-top: 1px dotted #5B503E;
  border-right: 1px solid #FDFAF0;
  border-bottom: 1px dotted #5B503E;
  border-left: 1px solid #C4C2AF;
  text-shadow: 1px 1px 0px black;
}

a.button:hover {
  color:#FFFFFF;
  background-color:#0091D3;
}


a.button-large {
  text-decoration: none;
  font-weight: 400;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-variant: normal;
  background-color: #FFCC33;
  border-top: 1px dotted #5B503E;
  border-right: 1px solid #FDFAF0;
  border-bottom: 1px dotted #5B503E;
  border-left: 1px solid #C4C2AF;
  text-shadow: 1px 1px 0px #FFFFFF;
}

a.button-large:hover {
  color:#FFFFFF;
  background-color:#0091D3;
  text-shadow: 1px 1px 0px #000000;
}

input.text,
select.text {
  border:1px solid #FFCC33;
}

a.search-category-home {
  font-size:14px;
  line-height:14px;
  color:#FC0;
  font-weight:bold;
  text-decoration:none;
}

a.search-category-home:hover,
a.search-category-home-on {
  text-decoration:underline;
}

div.advanced-search td + td {
  padding-left:15px;
}

/**********************************
* Blogspot Featured News Override
**********************************/

div.featured-news {
  padding:10px 20px 0px 20px;
}

div.featured-news p {
  font: 15px Verdana, Arial, Helvetica, sans-serif !important;
  margin: 0;
}

div.listing-pricing {
  background:rgba(0, 142, 210, 1);
  padding:10px 15px 10px 15px;
  margin:0px 0px 20px 0px;
}

.twoColFixLtHdr #bodycontent div.listing-pricing a {
  color: #ffffff;
  font-weight: bold;
}

.twoColFixLtHdr #bodycontent div.listing-pricing p.small {
  color: #FFF;
}

.search-box {
  padding: 10px 20px 0px 20px;
}

/******************************
  Facebook
*******************************/

div.post img {
  width:100%;
  margin:21px 0px 21px 0px;
}

div.post p span,
div.featured-news p span{
  color:#bbbbbb;
  font-size:14px;
  text-transform:uppercase;
}

div.post a {
  word-wrap: break-word;
}

/*****************************
* News articles
*****************************/

.articles {
  font-size: 0;
}

.article-card {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  height: 223px;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.article-card:nth-of-type(even) {
  margin-right: 0;
}

.article-card .content {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 12px;
  background-color: rgba(253,202,59, .8);
  overflow: hidden;
  transition: all .25s ease-out;
}

.article-card:hover .content {
  background-color: rgba(253,202,59, 1);
}

.article-card p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: black;
}

.article-card a {
  display: block;
  width: 100%;
  height: 100%;
}

img.featured-article {
  width: 100%;
  height: auto;
}

.lake-search {
  padding: 20px 20px 0 20px;
  max-width: 100%;
}

.lake-search p,
.lake-search h1 {
  display: inline-block;
  max-width: 50%;
}

.search-box.lakes {
  background-color: rgba(0, 142, 210, 1);
  padding: 20px;
}

.lake-search a {
  color: #000000;
  display: block;
  background-color: #ffffff;
  font-size: 11px;
  text-align:center;
  padding: 4px;
  text-decoration: none;
}

.lake-search td {
  padding-bottom: 3px;
  padding-right: 3px;
  width: 25%;
  max-width: 25%;
}

.lake-search a:hover {
  color: #000000;
  background-color: #FECC32;
}

.lake-search h1 {
  color: #ffffff;
  margin-top: 0;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
  margin-right: 10px;
}

.lake-search p.small {
  color: #FFCC33;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

/*.eau-claire-chain {
  background-color:#fffae6;
  padding: 10px;
}
*/
/****************************************
* Accessability
****************************************/

.accessibility h4 {
  color: #000000;
}