body {
	background:#000 url(img/backgrounds/home.jpg) top left repeat;
}

.squareBack {
	background: #8a8a8a;
}

/* =====================================
	Subnav
===================================== */
div#subNavContainer {
	height:65px;
	background:#8a8a8a;
	margin-top:25px;
}

#subNav {
	width: 735px;
	height:19px;
	padding-top:11px;
}

#subNav li { margin: 0; padding: 0; list-style: none; float:left; }
#subNav li, #subNav a {height: 19px; display: block;}
#building_resto { width: 272px; background: url(img/whatwebuild/subnav.gif) 0 0 no-repeat;}
#commercial_int { width: 188px; background: url(img/whatwebuild/subnav.gif) -272px 0 no-repeat;}
#green { width: 275px; background: url(img/whatwebuild/subnav.gif) -459px 0 no-repeat;}

#building_resto a:hover { background: url(img/whatwebuild/subnav.gif) 0 -19px no-repeat;}
#commercial_int a:hover { background: url(img/whatwebuild/subnav.gif) -272px -19px no-repeat;}
#green a:hover { background: url(img/whatwebuild/subnav.gif) -459px -19px no-repeat;}

div#shadeContentContainerwwb {
	background: url(img/shade.png) top left repeat; behavior: url(/themes/bcci/js/iepngfix.htc);
	padding: 25px 0 30px 0;
	margin-top:11px;
	text-align:center;
	width:100%;
}

div#shadeContentLanding{
	width:896px;
	margin:auto;
	font-size:18px;	
	line-height:24px;
	text-align:left;
}

div#shadeContentLanding a {
	color:#fff;
/*	text-decoration:none; */
}

div#shadeContentLanding a:hover {
	text-decoration:underline;
}