@charset "UTF-8";
body  {
	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: #555555;
	font-family: "Lucida Grande";
	font-size: 13px;
	line-height: 18px;
	background-image: url(https://e8de3e.claudeassets.com/20190913124653im_/http://brownbearrealestate.com/images/back.jpg);
	background-repeat: repeat-x;
}


	
	
a:link {
	text-decoration:underline;
	color: #5C8743;
}    /* unvisited link */
a:visited {
	text-decoration:underline;
	color: #5C8743;
} /* visited link */
a:hover {
	text-decoration:underline;
	color: #914b20;
}   /* mouse over link */
a:active {
	text-decoration:underline;
	color: #914b20;
 /* selected link */



}


h1 {
	font-family: "Lucida Grande";
	font-size: 19px;
	color: #5C8743;
	}
	
	
	
h2 {
	font-family: "Lucida Grande";
	font-size: 16px;
	color: #5C8743;
	line-height: 18px;
	
	
	

	
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #374c38;
	border-bottom-color: #374c38;
	border-left-color: #374c38;	
	
	
}
#containerPhotos {
	width: 1076px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #374c38;
	border-bottom-color: #374c38;
	border-left-color: #374c38;	
	
} 
#header {
	background-image: url(https://2f9259.claudeassets.com/20190913124653im_/http://brownbearrealestate.com/images/header.jpg);
	height: 157px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 25px;
	
} 
#nav {
	height: 24px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 85px;
	top: 120px;
	position: relative;	
	
}   /* floating green seal on Special Offer */

#sign {
	position:absolute;
	top:0px;
	overflow: visible;
	z-index: 250;	
	
	
} 
#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 */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 470px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
}
#sidebarHalf {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#mainContent {
	margin-top: 0;
	margin-right: 520px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 30px;
	
	
}
#mainHalf {
	margin-top: 0;
	margin-right: 480px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 30px;
}
#mainPhotos {
	padding-top: 20;
	padding-bottom: 0;
	text-align: center;

	
}
#mainWide {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;

} 
#footer {
	background-color: #727d5a;
	height: 35px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: "Lucida Grande";
	font-size: 13px;
	color: #ffffff;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.white14 {
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	
}

.orange14 {
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #F63;	
}

.black14 {
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}	
	
.photoright {
	float: right;
	margin: 0;
	font-size:90%;
	color: #333333;
	font-style:italic;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.photoleft {
	float: left;
	font-size:90%;
	color: #333333;
	font-style:italic;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	
}
.strikethrough  {
	text-decoration: line-through;
	color: #999;

}

.striketroughGreen {
	font-family: "Lucida Grande";
	text-decoration: line-through;
	font-size: 16px;
	color: #999;
	line-height: 18px;	
	}

.green16 {
	font-family: "Lucida Grande";
	font-size: 16px;
	color: #5C8743;
	line-height: 18px;
	font-weight: bold;

/*
     FILE ARCHIVED ON 21:36:50 Dec 01, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:12:30 Aug 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.371
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.03
  esindex: 0.006
  cdx.remote: 6.82
  LoadShardBlock: 97.656 (3)
  PetaboxLoader3.datanode: 84.49 (5)
  PetaboxLoader3.resolve: 155.278 (3)
  load_resource: 173.972 (2)
*/