body {
	overflow-x: hidden;
}

#container {
	margin: 30px 130px 0 130px;
}
#freeEstimate {
	float: right;
	margin-top: 52px;
	margin-right: -1070px;
	padding: 11px 1200px 11px 22px;
	border-radius: 6px;
	background: #52B752;
	font-size: 1em;
	font-weight: bold;
	font-family: 'Montserrat Alternates', sans-serif;
}
.phNo {
	letter-spacing: .4em;
}


#topNav {
	border-radius: 6px;
	background: #C58A59;
}
#globalNav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: 60px;
	font-size: 0;
}
#globalNav li {
	display: block;
	font-size: 18px;
	position: relative;
}
#globalNav li a:link {
	float: left;
	padding: 15px 10px 12px 50px;
	width: 110px;
	height: 32px;
	background: #C58A59;
	border-radius: 6px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	color: #822023;

	position: relative;
}
#globalNav li.here {
	float: left;
	padding: 15px 10px 12px 50px;
	width: 110px;
	height: 32px;
	background: #8B3F00;
	border-radius: 6px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	
	position: relative;
}
#globalNav li.here:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	
	border: 10px solid transparent;
	border-top-color: #8B3F00;
	top: 100%;
	left: 10px;
}
#globalNav li a:visited {
	color: #005353;
}
#globalNav li a:hover {
	color: #fff;
	background: #8B3F00;
	
	position: relative;
}
#globalNav li a:hover:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	
	border: 10px solid transparent;
	border-top-color: #8B3F00;
	top: 100%;
	left: 10px;
}
/* #globalNav li.here {
	float: left;
	padding: 15px 10px 12px 50px;
	width: 110px;
	height: 32px;
	background: #C58A59 url(arrowDown_2.png) 40% 100% no-repeat;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	color: #C53131;
} */


#leftNav {
	float: left;
	margin: 0;
	padding: 0;
	width: 12%;
	height: 1500px;
}
#localNav {
	top: 10%;
	position: sticky;
	
	list-style: none;
	margin: 0;
	padding: 0;
}
#localNav li {
	display: block;
	width: 80%;
	margin: 0;
	padding: 15px 10px 15px 10px;
	font-size: 15px;
}
#localNav li a:link {
	display: block;
	margin: 0;
	padding: 15px 10px 15px 10px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	color: #822023;
}
#localNav li a:visited {
	color: #005353;
}
#localNav li a:hover {
	color: #000;
	border-radius: 6px;
	background: #D3D3D3;

	position: relative;
}
#localNav li a:hover:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	
	border: 10px solid transparent;
	border-left-color: #D3D3D3;
	left: 100%;
	top: 16px;
}
#localNav li.here {
	display: block;
	width: 63%;
	margin: 15px 16px 12px 10px;
	padding: 15px 10px 12px 10px;
	border-radius: 6px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color: #C53131;
	background: #D3D3D3;
	
	position: relative;
}
#localNav li.here:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	
	border: 10px solid transparent;
	border-left-color: #D3D3D3;
	left: 100%;
	top: 16px;
}

#content {
	float: right;
/*	width: 1290px; */
	width: 85%;
	padding: 14px 0 32px 21px;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
}

#foot {
	clear: both;
	padding: 12px;
	background: #C58A59;
	height: 160px;
	border-radius: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: .75em;
}
#foot img {
	border: 0;
}
#leftFoot {
	float: left;
	position: relative;
	margin-left: 3%;
	width: 22%;
	
}
#midFoot {
	float: left;
	position: relative;
	margin-left: 16%;
	width: 22%;
}
#rightFoot {
	float: right;
	position: relative;
	width: 22%;
}

#copy {
	padding: 2px; 
	text-align: center; 
	background: #FFFFFF; 
	font-size: .75em;
	font-family: 'Roboto', sans-serif;
	color: #A3A3A3;
}

#E {
	vertical-align: middle;
}

#picThumbs {
	text-align: center;
}
#picThumbs .thumbly {
	padding: 7px;
	background: #fff;
	border: 1px solid #000;
}
#bathrooms {
	float: left;
	width: 23%;
	padding: 15px 20px;
	border-radius: 6px;
}
#bathrooms:hover, #bathrooms:hover h4 {
	background: #8B3F00;
	color: #fff;
	font-weight: none;
}
#kitchens {
	float: left;
	width: 23%;
	margin-left: 5.5%;
	padding: 15px 20px;
	border-radius: 6px;
}
#kitchens:hover, #kitchens:hover h4 {
	background: #8B3F00;
	color: #fff;
	font-weight: none;
}
#basements {
	float: right;
	margin-right: 6%;
	width: 23%;
	padding: 15px 20px;
	border-radius: 6px;
}
#basements:hover, #basements:hover h4 {
	background: #8B3F00;
	color: #fff;
	font-weight: none;
}
#basements:visited h4, #bathrooms:visited h4, #kitchens:visited h4 {
	color: #005353;
}

#picBanner {
	margin: 0;
	padding: 0;
	text-align: center;
}
#picBanner {
	margin: 0;
	padding: 0;
}

h2 {
	color: #822023;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .2em;
}
h3 {
	color: #822023;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .2em;
}
h4 {
	color: #822023;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .2em;
	font-weight: none;
}

#content a:link {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #683D1A;
	text-decoration: none;
}
#content a:visited {
	color: #005353;
}
#content a:hover {
	color: #C58A59;
}

.inlet {
float: right;
padding: 6px 6px 6px 6px;
}



#gallery {
	position: relative;
	width: 780px;
	height: 550px;
	margin: 0 auto;
	background: #D3D3D3;
	font-family: 'Roboto', sans-serif;
	border-radius: 6px;
}

#gallery #slides {
	position: absolute;
	right: 10px;
	top: 0;
	height: 550px;
	width: 92px;
	overflow: hidden;
	text-align: center;
	padding-right: 8px;
	z-index: 500;
}
#gallery #slides div {
	position: relative;
	width: 92px;
	height: 550px;
	padding-top: 10px;
}
#gallery #slides div ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 92px;
	height: 550px
}
#gallery #slides div ul li {
	float: left;
	padding: 1px 0;
	width: 92px;
	height: 69px;
}
#gallery #slides div ul li a {
	float: left;
	display: block;
	width: 92px;
	height: 69px;
}
#gallery #slides div ul li a b {
	display: none;
}
#gallery #slides div ul li a.previous {
	background: url(logos/up.png) no-repeat center center;
}
#gallery #slides div ul li a.next {
	background: url(logos/down.png) no-repeat center center;
}
#gallery #slides div ul li a.previous:hover {
	background: url(logos/upHover.png) no-repeat center center;
}
#gallery #slides div ul li a.next:hover {
	background: url(logos/downHover.png) no-repeat center center;
}

#gallery #slides div ul li a img {
	display: block;
	width: 92px;
	height: 69px;
	border: 0;
}
#gallery #slides div ul li img.blank {
	margin: 0 auto;
	padding-top: 11px;
}
#gallery #slides div ul li a:focus {
	outline: 0;
}


#gallery #fullsize {
	position: absolute;
	left: 0;
	top: 0;
	height: 550px;
	width: 750px;
	overflow: hidden;
	z-index: 200;
}

#gallery #fullsize div {
	width: 750px;
	height: 700px;
	padding-top: 70px;
	position:relative;
}
#gallery #fullsize div img {
	clear: both;
	display: block;
	margin: 0 auto;
	border: 1px solid #eee;
	/* width: 480px; */
	height: 360px;
	position: relative;
	background: #fff;
	padding: 10px;
}
#gallery #fullsize div h3 {
	padding: 10px 0 0 135px;
	margin: 0;
	font-size: 18px;
}
#gallery #fullsize div p {
	padding: 5px 135px;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}

/* FORM */


.formResult {
	display: block;
	padding: 12px;
	border: none;
	border-radius: 6px;
	background-color: #C58A59;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
input, select {
	padding: 5px;
	margin: 7px 0;
	border: 2px solid #000;
	border-radius: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}
textarea {
	padding: 5px;
	margin: 7px 0;
	width: 25%;
	height: 150px;
	resize: none;
	border: 2px solid #000;
	border-radius: 6px;
}



input[type=submit] {
	padding: 12px;
	width: 85px;
	border-radius: 6px;
	border: none;
	background-color: #C58A59;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	color: #822023;
}
input[type=submit]:hover {
	color: #fff;
	background-color: #8B3F00;
}
input[type=submit]:disabled {
	color: grey;
	background-color: #000;
}

#results {
	float: right;
	padding: 0 15% 0 0;
}

.password {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

.password {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}



/* COMPACT CAPTCHA */

.capbox {
	background-color: #C58A59;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 5px 8px 5px 12px;
	border-radius: 4px 4px 4px 4px;
	}

.capbox-inner {
	font-family: 'Roboto', sans-serif;
	font-style: bold;
	font-size: 1em;
	color: #000000;
	background-color: #C58A59;
	margin: 0px auto 0px auto;
	padding: 3px 10px 5px 18px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	}

#CaptchaDiv {
	color: #822023;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	user-select: none;
	display: inline-block;
	padding: 3px 14px 3px 8px;
	margin-right: 4px;
	border-radius: 4px;
	}

#CaptchaInput {
	border: #8B3F00 2px solid;
	margin: 3px 0px 1px 0px;
	width: 105px;
	}
	
	
	
	
	
	
	
	/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 18%;
  padding: 4px;
  border-radius: 6px;
}
.column:hover {
  background: #D3D3D3;
}
.column:focus-within {
  background: #D3D3D3;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.7;
  cursor: pointer;
  height: 115px;
  display: block;
  margin: auto;
  
  padding: 7px;
  background: #fff;
  border: 1px solid #000;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.imgContainer {
  position: relative;
  display: none;
  width: 50%;
  margin: auto;
}

/* Expanding image text */
#imgtext1, #imgtext2, #imgtext3, #imgtext4, #imgtext5, #imgtext6, #imgtext7, #imgtext8, #imgtext9 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  background: #8B3F00;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  padding: 15px;
  width: 80%;
  border-radius: 6px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #C58A59;
  font-size: 45px;
  cursor: pointer;
}

/* previous and next */
.prev {
  position: absolute;
  top: 50%;
  left: -20%;
  color: #C58A59;
  font-size: 45px;
  cursor: pointer;
}

.next {
  position: absolute;
  top: 50%;
  left: 100%;
  color: #C58A59;
  font-size: 45px;
  cursor: pointer;
}

.closebtn:hover, .prev:hover, .next:hover {
  color: #8B3F00;
}