@charset "utf-8";
body {
	background: #c5ccda url(../img/bodyBG.jpg) top left repeat-x;
	color: #cdcdcd;
}
#container {
	width: 950px;
	background: #fff url(../img/contentBG.jpg) top left repeat-y;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: solid 1px #222;
}
#header {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/headerBG.jpg) top center no-repeat;
	height: 210px;
}
#header h1 {
	display: none;
}
#header-home {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/header-home.jpg) top center no-repeat;
	height: 350px;
}
#header-home h1 {
	display: none;
}
#cta {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 40px;
	width: 400px;
	background: #efefef;
	float: right;
}
#cta a {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/cta.jpg);
	display: block;
	height: 40px;
	text-indent: -9009px;
}
#cta a:hover {
	background: url(../img/cta.jpg);
	background-position: 0 -40px;
}
#sidebar {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 210px;
	float: left;
}
#menu {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #181818 url(../img/navBG.jpg) top left repeat-x;
	float: right;
	border-top: solid 3px #181818;
	width: 680px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 90%
}
#mainContent {
	padding: 15px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 640px;
	margin-left: 250px;
	clear: right;
	text-align: justify;
}
#mainContent h1,h2,h3,h4,h5 {
	color: #ffff83;
	text-align: left;
}
#home-columns {
	width: 640px;
	background: #0d0e12 url(../img/columnBG.jpg) top center repeat-y;
	padding: 15px 30px;
	margin-left: 250px;
	font-size: 85%;
}
#home-left {
	width: 305px;
	float: left;
	padding: 20px 15px 0 0;
}
#home-left ul li {
	color: #b9ccf0;
}
#home-columns ul li {
	padding-bottom: 10px;
}
#home-right {
	width: 305px;
	float: right;
	padding: 20px 0 30px 15px;
}
#footer {
	padding: 5px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/footerBG.jpg) top center repeat-y;
	clear: both;
	border-top: solid 1px #222;
	background: #3b4859 url(../img/footerBG.jpg) left top repeat-x;
	font-size:75%;
}
#left {
	width: 350px;
	float: left;
	padding-top: 10px;
}
#right {
	width: 500px;
	float: right;
	text-align: right;
	padding-top: 10px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffb9;
}
#footer a:hover {
	text-decoration: underline;
	color: #cdcdcd;
}


.imgL {
	float: left;
	margin: 0 15px 0 0;
	border: solid 2px #7890b9;
}
.imgR {
	float: right;
	margin: 0 0 0 15px;
	border: solid 2px #7890b9;
}
.imgR-NB {
	float: right;
	margin: 0 0 0 15px;
}
.imgL-hc {
	float: left;
	margin: 0 15px 0 0;
}

.call {
    background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
	float: right;
	width: 175px;
	padding: 0.8em;
	margin: 0 0 0 15px;
}

#sample {
	width: 100%;
	margin-bottom: 20px;
}

.tile {
	height: 144px;
}
.shingle {
	height: 165px;
}

.imgContent {
	float: left;
	margin: 0 14px 0 0;
	border: solid 2px #7890b9;
}
.imgContent-last {
	float: right;
	margin: 0;
	border: solid 2px #7890b9;
}