﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

.nav a {
	color: #d7d7d7;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	text-decoration: none;
	
}
a:hover {
	color: #79c5cc;
}

.bannerBg {
	background: #484848;
	float: left;
	width: 100%;
}

.bannerContainer {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}


body {
	background: #ececec;
	color: #484848;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
}


.header {
	float: left;
	background: url("images/header_background.jpg") repeat-x;
	color: #d7d7d7;
	font-size: 1em;
	text-align: center;
	width: 100%;
	/*padding: 0px 35px 27px 85px;*/
	padding: 0px 0px 27px 0px;
}

.headerLogo {
	float: left;
	padding: 30px 0 0 10%;
}

.nav {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	float:right;
	padding: 60px 10% 0 0;
}

.bannerImg {
	float: left;
	width: 100%;
}

.bannerImg img {
	max-width: 100%;
}

.aboutUs {
	float: left;
	background: #ececec;
	margin: 0 15% 0 15%;
	font-weight: 600;
	padding: 1em 0 3em 0;
}

.aboutUs h1 {
	background: url("images/thin_red_line.png") no-repeat 0 50%;
	text-align: center;
}

.aboutUs h1 b {
	background: url("images/bg.png");
	font-weight: 600;
	font-size: 1.3em;
	padding: 0 .2em;

}

.aboutUs p {
	padding: .75em 0;	
	text-transform: none;
	font-size: 1.9em;
	line-height: 1.5em;
	margin: 0 3% 0 3%;
	text-align: center;
}

.aboutUs ul {
	padding: 2% 0 0 0;
}

.aboutUs li {
	float:left;
	font-size: 1.1em;
	text-align: center;
	text-transform: none;
	padding: 1em 0 0 0;
	width: 50%;
}

.ourWork {
	float: left;
	width: 100%;
	padding: 4% 0 4% 0;
	background: #7c2219;
}

.ourWork p {
	font-size: 1.75em;
	color: #fff;
	padding: 0 0 1% 15%;	
}

.thumbnails {
	margin: 0 15% 0 15%;
}

.thumbnail {
	float:left;
	background: #fff;
	padding: .5% .5% .5% .5%;
	margin: 1% 1% 1% 1%;
	width: 19%;
}

.thumbnails img {
	max-height: 100%;
	max-width: 100%;
}

.testimonials {
	background-color: #ececec;
	float: left;
	color: #484848;
	margin: 0 15% 0 15%;
}

.testimonials p {
	text-transform: none;
	line-height: 1.5em;
}


.testimonials h1 {
	color: #aa2914;
	font-size: 1.75em;
	padding: 2% 0 2% 0;

}

.leftTestimonial {
	float: left;
	width: 45%;
}

.rightTestimonial {
	float: right;
	width: 45%;
}

.rightQuote {
	float: right;
	padding: 4% 0 0 0;
}

.shadow {
	float:left;
	background: url("images/grayshadow.gif") repeat-x;
	width: 100%;
	height: 30px;
	margin: -15px 0 0 0;
	position:relative;
	z-index: -1;
}

.contactUs {
	float: left;
	background-color: #484848;
	width: 100%;
	color: #d7d7d7;
	text-transform: none;
	line-height: 1.25;
	padding-bottom: 10%;
	padding-top: 4%;
}

.contactUs h2, .contactUs a {
	color: #79c5cc;
	padding: 0 0 3% 0;
	text-decoration: none;
}

.contactUs a:hover {
	color: #d7d7d7;
}

.form {
	float:left;
	margin-left: 15%;
	width: 35%;
}

.form input, textarea {
	border: none;
	width: 100%;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 1.2em;

}

.form input {
	text-indent: 3px;
	padding: 1% 0 1% 0;
}

.jwmhp {
	display: none;
}


.contactInfo {
	float: right;
	margin-right: 55%;
	text-align: left;
	width: 30%;
}

@media all and (min-width: 1200px) {
	.bannerContainer {
		width: 1200px;
	}
}

@media all and (max-width: 768px) {
	.headerLogo{
		padding: 0 0 0 30%;
	}
	
	.nav {
		float:left;
		padding: 14px 0 0 25%;
	}
	
	.thumbnail {
		width: 30%;
	}
}

@media all and (max-width: 480px) {
	.headerLogo{
		padding: 0 0 0 20%;
	}
	
	.nav {
		float:left;
		font-size: .9em;
		padding: 15px 0 0 15%;
	}
	
	.thumbnail {
		width: 40%;
	}
	
	.aboutUs p {
		font-size: 1.3em;
		line-height: 1.2em;
	}
	
	.leftQuote img {
		max-width: 35%;	
	} 
	
	.rightQuote img {
		max-width: 63%;
		float:right;
	}
	
	.form {
		float:left;
		margin-left: 15%;
		width: 70%;
	}

	.form input, textarea {
		border: none;
		width: 100%;
		font-family: "Source Sans Pro", sans-serif;
		font-weight: 400;
		font-size: 1.2em;
	
	}

	.form input {
		text-indent: 3px;
		padding: 1% 0 1% 0;
	}
	
	
	.contactInfo {
		float: left;
		font-size: .8em;
		margin-left: 15%;
		text-align: left;
		width: 100%;
		padding-bottom: 6%;
	}

}

@media all and (max-width: 380px) {
	.headerLogo{
		padding: 0 0 0 10%;
	}
	
	.nav {
		float:left;
		font-size:.8em;
		padding: 17px 0 0 5%;
	}
	
	.thumbnail {
		width: 40%;
	}
	
	.aboutUs p {
		font-size: 1.3em;
		line-height: 1.2em;
	}
	
	.leftQuote img {
		max-width: 35%;	
	} 
	
	.rightQuote img {
		max-width: 63%;
		float:right;
	}	

}



