@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/body-bkgd-wood.jpg);
	background-position: left top;
	background-repeat: repeat-x repeat-y;
	text-align: left;
}

#contentArea {
	width: 930px;
	height: 100%;
}

#header {
	background-image: url(../images/header-bkgd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 170px;
	
}

#logo {
	width: 100%;
	padding-top: 15px;
	
	
}

#navigation {
	width: 930px;
	height: 30px;
	margin-top: -54px;
}

#bodyArea {
	background-image:url(../images/body-area-bkgd.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF;
	float: left;
	width: 930px;
}

#slider {
	width: 930px;
	height: 250px;
	float: left;
}

#leftColumn {
	float: left;
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 550px;
}

#storeButton {
	float: left;
	padding-top: 60px;
	width: 260px;
	text-align: center;
}

#rightColumn {
	/* background-image:url(../images/right-column-bkgd.png);
	background-position: top;
	background-repeat: repeat-y;
	 background-color: #6a999d; */
	float: left;
	margin-top: 25px;
	margin-bottom: 50px;
	width: 260px;
	text-align: center;
}

#workColumn {
	float: left;
	padding-left: 40px;
	padding-top: 50px;
	padding-bottom: 20px;
	width: 860px;
}

.houseBrand {
	/*background-image: url(../images/house-brand-bkgd.jpg);*/
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #63989e;
	width: 175px;
	height: 139px;
	padding: 25px;
	padding-top: 35px;
	margin-bottom: 17px;
	margin-left:17px;
	text-transform: uppercase;
	text-align: center;
}

.houseBrandDescription {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: #787777;
	text-transform: uppercase;
	text-align: center;
}

.houseBrandLearnMore {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
	color: #787777;
	text-transform: uppercase;
	text-align: center;
}

.houseBrandLearnMore a:link {
	color: #63989e;
	text-decoration: none;
}
.houseBrandLearnMore a:visited {
	color: #63989e;
	text-decoration: none;
}
.houseBrandLearnMore a:hover {
	color: #787777;
	text-decoration: none;
}

#footer {
	background-image:url(../images/footer-bkgd.png);
	background-repeat: no-repeat;
	float: left;
	width: 930px;
	height:55px;
	padding-top: 40px;
}

.navigation {
	color: #FFF;
	font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 45px;
	padding-right: 45px;
}

.navigation a:link {
	color: #fff;
	text-decoration: none;
}
.navigation a:visited {
	color: #fff;
	text-decoration: none;
}
.navigation a:hover {
	color: #1b1b1b;
	text-decoration: none;
}

.sliderContent {
	background-image:url(../images/text-area.png);
}

.quote {
	color: #b7510d;
	font-family: 'Bitter', serif;
	font-weight: 300;
	font-size: 12px;
}

.quoteAuthor {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 36px;
	color: #787777;
	text-transform: uppercase;
	text-align: left;
}

.quoteAuthorTitle {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	color: #787777;
	text-transform: uppercase;
	text-align: left;
}

img {
	border: none;
}

.footerText {
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
	padding-left: 45px;
	padding-right: 45px;
}

.footerLink {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	line-height: 15px;
	padding-left: 45px;
	padding-right: 45px;
}

.footerLink a:link {
	color: #fff;
	text-decoration: none;
}
.footerLink a:visited {
	color: #fff;
	text-decoration: none;
}
.footerLink a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
	font-family: 'Bitter', serif;
	font-weight: 700;
	color: #3e3c31;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 8px;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: left;
}
h2 {
	font-family: 'Bitter', serif;
	font-weight: 700;
	color: #3e3c31;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
}


p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #28261d;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.orange {
	color: #ba4f20;
}
.date {font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ba4f20;
	font-size: 14px;
	text-align: left;
}

.date a:link {
	color: #ba4f20;
	text-decoration: none;
}
.date a:visited {
	color: #ba4f20;
	text-decoration: none;
}
.date a:hover {
	color: #1b1b1b;
	text-decoration: underline;
}

.content {
	font-family: 'Open Sans Condensed', sans-serif;
	padding-left: 130px;
	padding-top: 125px;
	text-align: left;
}

.content h1 {
	font-family: 'Bitter', serif;
	font-weight: 700;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 20px;
}
.content h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #b7510d;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 20px;
}

li {
  	line-height: 20px;
	padding-bottom: 10px;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 30px;
	list-style: square;

}

ol {
	margin: 0px;
	padding: 0px;
	padding-left: 28px;
	padding-bottom: 10px;
	line-height: 30px;

}

.bulletText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #363636;
}

.bodyGeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #363636;
	text-align: left;
}

.bodyGeorgia a:link {
	color: #008a99;
	text-decoration: none;
}
.bodyGeorgia a:visited {
	color: #008a99;
	text-decoration: none;
}
.bodyGeorgia a:hover {
	color: #008a99;
	text-decoration: underline;
}

.hrOrange {
	color: #ba4f20;
	background-color: #ba4f20;
	height: 2px;
	border:none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

hr {
	color: #ced1cc;
	background-color: #ced1cc;
	height: 1px;
	border:none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.link1 a {
	background-image: url(../images/banner-overlay-bkgd.png);
	background-position: left;
	background-repeat: repeat-x;
	display:block; 
	width:100%;
	height: 100px; 
	color: #1b1b1b;
	text-decoration: none;
}


.link1 a:visited {
	color: #1b1b1b;
	text-decoration: none;
}

.link1 a:hover {
	color: #008a99;
	text-decoration: none;
}

.link1 div:hover {
	background-color:#63989e; 
}

.navDivider {
	margin-bottom: -21px;
}

.workThumb {
	float: left;
	margin-right: 30px;
	background-color:#FFF;
	padding: 6px;
	border-style:solid;
	border-width:1px;
	border-color:#c8c8c8;
}

.workImage {
	border: 1px solid #ced1cc;
    padding: 5px;
    background-color: #FFF;
	float: left;
	margin-top:7px;
}
.workImageSm {
	border: 1px solid #ced1cc;
    padding: 5px;
    background-color: #FFF;
	float: left;
	margin-top:7px;
	margin-right: 7px;
}

.icon {
	padding-right: 10px;
}

.socialIcons {
	float: right;
	margin-top: -8px;
	padding-right: 10px;
}

.clientLogo {
	background-color:#FFF;
	width: 410px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 25px;
}

input {
    border: 5px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
}