body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
a img {
	border:0px;	
}
a {
	color: rgb(88, 77, 77);
	text-decoration: underline;
}
/*a:visited {
	color: rgb(121, 121, 121);
	text-decoration: underline;
}*/
a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}
#blc-container {
	width: 1184px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#blc-header {
	background-image: url(../images/menu-bg2.png);
	height: 122px;
	width: 960px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	z-index: 10;
} 
#blc-header #logo {
	float:left;
	clear:none;
	margin:0px;
	padding:0px 0px 0px 15px;
}
#blc-header #logo img {
	height: 123px;
	width: 123px;
}
#blc-header .phone {
	float: right;
	width: 123px;
	text-align: center;
	margin-right: 15px;
	margin-top: 10px;
	color: rgb(88, 77, 77);
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;
	letter-spacing: 0;
	line-height: 20px;
}

#blc-mainMenu {
	height:122px;
	width:720px;
	margin:0px auto;
	padding:0px;
}
#blc-mainMenu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:auto;
}
#blc-mainMenu ul li {
	float: left;
}
#blc-mainMenu .brownBar {
	width:2px;
	height:35px;
	background: rgb(76, 43, 30);
}
#blc-mainMenu ul li a,
#blc-mainMenu ul ul a {
	text-decoration: none;
	color: rgb(76, 43, 30);
	margin:9px 8px;
	display: block;
}
#blc-mainMenu ul.dropdown {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#blc-mainMenu ul ul {
	position: absolute; 
	float:left;
	display:none;
}
#blc-mainMenu ul ul a {
	width:200px;
	text-align:left;
	padding:5px 7px;
	margin:0px 0px 0px 10px;
	background-color:rgb(158, 193, 72); /*#fff;*/
	border-bottom:1px #ccc solid;
	position:relative;
}
#blc-mainMenu ul ul li.first {
	margin-top:5px;
}
#blc-mainMenu ul ul li {
	float:none;
}
#blc-mainMenu ul ul li a {
	color:#000; /*rgb(121, 121, 121);*/
}
#blc-mainMenu ul ul li a:hover {
	color:rgb(121, 121, 121);
}
#blc-mainMenu ul li:hover > ul {
	display:block;
}

#blc-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 */
}

#blc-wrapper {
	background-color: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.4);
	width: 1184px;
	position: relative;
	top: -125px;
	z-index: 5;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#blc-wrapperHome {
	background:url('../images/bg-home4.png') no-repeat; 
	background-position:top center; 
	background-size:1130px; /* orig 960px */
	background-color: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.4);
	width: 1184px;
	position: relative;
	top: -125px;
	z-index: 5;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#blc-wrapImg {
	padding-top:20px;
	overflow:auto;
	background-size:1130px;
}
h1 {
	margin-top: 0px;
	padding: 3px 25px 3px 0px;
	color:#fff; /* orig  rgb(76, 43, 30) */
	background:rgb(141, 187, 63);
	width:450px;
	text-align:right;
 	font-family: 'Helvetica-Light', 'Helvetica';
	font-size: 1.6em;
	position:relative;
	z-index:5;
}
#blc-mainContent h2{
	color: rgb(76, 43, 30);
	font-family: 'Helvetica-Light', 'Helvetica';
}

#blc-sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: rgb(158, 193, 72); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	color: #FFF;
	margin-right: 65px;
	margin-left: 15px;
	margin-bottom:20px;
}
#blc-sidebar p {
	font-family: 'Helvetica-Light', 'Helvetica';
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 20px;
	margin:0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#blc-sidebar ul {
	font-family: 'Helvetica-Light', 'Helvetica';
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 20px;
	width:240px;
	margin:0px auto 15px auto;
	display: block;
	padding:0px;
	border:3px solid #fff;
}
#blc-sidebar ul li {
	color:#fff;
	list-style-type:none;
	margin:0px;
	border-bottom:1px solid #fff;
}
#blc-sidebar ul li:last-child {
	border-bottom:0px;
}
#blc-sidebar ul li a {
	color:#fff;
	margin:0px;
	padding:0px;
	text-decoration:none;
	line-height: 20px;
	padding:5px;
	display:inline-block;
	width:230px;
}
#blc-sidebar ul li a:hover {
	color:rgb(158, 193, 72);
	background:#fff;
	text-decoration:none;
}
#blc-sidebar ul li a.current {
	color:rgb(158, 193, 72);
	background:#fff;
	text-decoration:none;
}
#blc-sidebar h3 {
	font-family: 'Helvetica-Light', 'Helvetica';
}
#blc-sidebar img {
	margin:0px auto 15px auto;
	display: block;
	padding:5px;
	border:3px solid #fff;
}

body.general #blc-mainContent,
body.capabilities #blc-mainContent,
body.project #blc-mainContent,
body.interior #blc-mainContent,
body.renovations #blc-mainContent,
body.special #blc-mainContent,
body.residential #blc-mainContent,
body.commercial #blc-mainContent {
	margin: 0px auto; /* orig 0px 0px 0px 150px */
	padding: 114px 15px 30px 15px;
	width: 420px;
	background-color: rgba(255, 255, 255, 0.75);
	position: relative;
	top: -74px;
	z-index:1;
	min-height:662px;
} 
#blc-mainContent {
	margin: 0px auto; /* orig 0px 0px 0px 150px */
	padding: 114px 15px 30px 15px;
	width: 500px; /* orig 715px */
	background-color: rgba(255, 255, 255, 0.75);
	position: relative;
	top: -74px;
	z-index:1;
	min-height:662px;
} 


#blc-mainContent p,
#blc-contentHome p,
#blc-contentGallery p,
#blc-mainContent ul li,
#blc-contentHome ul li {
	color: rgb(76, 43, 30);
	font-family: 'Helvetica-Light', 'Helvetica';
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 20px;
	margin:0px;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: justify;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;	
}
#blc-mainContent ul li span,
#blc-contentHome ul li span {
/*	color:rgb(141, 187, 63);
*/	font-weight:bold;
}
#blc-mainContent a,
#blc-contentHome a {
	color: rgb(76, 43, 30);
	font-family: 'Helvetica-Light', 'Helvetica';
	font-size: 14px;
	font-weight: 300;	
}
#blc-mainContent span.bigLetter,
#blc-contentHome span.bigLetter {
	color: rgb(108, 86, 53);
	font-family: 'Arial-ItalicMT', 'Arial', sans-serif;
	font-size: 96px;
	font-stretch: normal;
	font-style: italic;
	font-weight: 400;
	margin: 0px;
	opacity: 0.30;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	float: left;
	left: 5px;
	width: 23px;
	letter-spacing:10px;
}
#blc-contentHome {
	margin:200px 0px 50px 0px; /* orig 110px 0px 50px 0px */
	padding:0px 50px 0px 30px; /* orig 0px 30px */
}
#blc-contentHome #blc-logoBig {
	float:left;
	margin-left:20px;
}
#blc-contentHome p.top {
	padding-top:100px;
}
#blc-homeServices {
	clear:both;
	overflow:auto;
	text-align:center;
	width: 640px;
	margin: 30px auto 0px auto;
}
#blc-homeServices .service {
	float:left;
	margin:10px 10px;
}
#blc-homeServices .service img {
	height:110px;
	width:180px;
	padding:3px;
	border: 3px solid #4c2b1e;
}
#blc-homeServices .service a {
	display:block;
	color:#4c2b1e;
	margin-top:5px;
	font-size:14px;
	text-transform:uppercase;
}

#blc-contentGallery {
	margin: 0px auto;
	padding: 114px 0px 30px 0px;
	width: 1184px; /* orig 830px */
/*	background-color: rgba(255, 255, 255, 0.75);
*/	position: relative;
	top: -74px;
	z-index:1;
	overflow:auto;
}

#blc-footer {
	border-top: 1px solid rgb(76, 43, 30);
	margin-top: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
} 
#blc-footMenu {
	width:900px;
	margin:15px auto;
	padding:0px;
	text-align: center;
	font-size: 0.8em;
}
#blc-footMenu ul {
	list-style-type: none;
	margin: 0px;
	text-align:center;
	padding: 0px;
	display: inline;
}
#blc-footMenu ul li {
	display:inline-block; /*this allows horizontal menu with centering */
}
#blc-footMenu .footDot {
	width:9px;
	height:9px;
	background: url(../images/foot-dot.png) no-repeat;
}
#blc-footer #credit {
	font-size: 0.8em;
	text-align: center;
	color: rgb(76, 43, 30);
}
#credit .footDot {
	width:9px;
	height:9px;
	background: url(../images/foot-dot.png) no-repeat;
	display: inline-block;
	margin: 0px 10px;
}
#blc-footMenu a {
	text-decoration: none;
	color: rgb(76, 43, 30);
	margin:9px 12px;
	display: inline;
}
#blc-footMenu a:hover {
	text-decoration: underline;
}

#blc-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 */
}
.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;
}

/*-------------------- Gallery Styles -------------------*/
.blc-greenBar {
	float:right; 
	clear:both; 
	width:400px; /* orig 280px */
	padding:8px 10px; 
	margin-top:30px; 
	margin-bottom:30px; 
	z-index:10; 
	background-color:rgb(141, 187, 63); 
	color:#fff; 
	font-size:18px; 
	font-weight:bold;
}
.blg-galleryImg {
	float:right; 
	width:300px; 
	padding:10px; 
	margin-bottom:30px; 
	border:5px solid rgb(141, 187, 63);
}

.blc-gallery {
	width:560px;
	margin:0px auto;
}
.blc-gallery a img {
/*	padding:2px;
	margin:10px;
	border:3px solid rgb(158, 193, 72);
	float:left;
	clear:none;
*/}
.galleryImgWrap {
	float:left;
	clear:none;
	height:130px;
}

.home #blc-header #logo {
	display:none;
}
.home #blc-header {
	padding-left:35px;
	width:925px;
	
}
.home #blc-header .phone {
	margin-right:15px;
}

#blc-mainContent .imageBar {
	width: 310px;
	float:right;
}

body.contact #blc-mainContent {
	background:none;
}
