@charset "UTF-8";
body {
	font: 100% Verdana, sans-serif;
	background: #3b2c27; /* #a1a267 */
	background-image:url(images/bkg_wood4.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:630px;
	padding-bottom:100px;
	padding-top:40px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#projectContainer {
	position:relative;
	width:640px;
	height:466px;
	z-index:2;
	left: 0px;
	top: 0px;
	visibility: visible;
}

  

/* ---------------------- top nav  ------------------------- */
.navbar {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#757575;
	padding-left:30px;
	vertical-align:center;
}
.navbar a:link, .navbar a:visited {
	color:#757575;
	text-decoration:none;
	padding-right:35px;
}
.navbar a:hover {
	color:#EA7760;
	text-decoration:none;
	padding-right:35px;
}

.header {
	height:110px;
}
.bod {
	height:373px;
	background-image:url(images/box_middle.png);
	background-repeat:repeat-y; 
}
/* ---------------------- slider  ------------------------- */
.home_slide {
	height:373px;
	width:560px;
	background-image:url(images/recent_work_bkg.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
	float:left;
}

.home_main09 {
	height:373px;
	width:979px;
	float:left;
	background-image:url(images/home_bkg2.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}
.home_main {
	height:373px;
	width:419px;
	float:right;
	background-image:url(images/home_rtbkg.jpg);
	background-repeat:no-repeat;
	background-position:10px;
}
.home_right {
	width:419px;
	height:373px;
	background-image:url(images/home_rtbkg.jpg);
	background-repeat:no-repeat;
	margin-right:11px;
	float:right;
}	
/* .home_text {
	padding-left:40px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:25px;
	float:right; 

}*/
.home_text h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:26px;
	line-height:30px;
	color:#e26147;
	font-weight:normal;
	padding-left:420px;
	padding-top:150px;
}
.home_text p {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#4e4e4e;
	padding-left:420px;
}
.home_right h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:26px;
	line-height:30px;
	color:#e26147;
	font-weight:normal;
	padding-left:40px;
	padding-top:90px;
}
.home_right p {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#4e4e4e;
	padding-left:60px;
}
.home_3boxes {
	clear:both;
	margin:30px 0px;
}
.home_blurb1 {
	width:310px;
	padding-left:60px;
	padding-right:40px;
	float:left;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#4e4e4e;
	margin: 30px 0px;
}
.home_blurb2 {
	width:350px;
	padding-left:40px;
	padding-right:30px;
	float:left;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#4e4e4e;
	margin: 30px 0px;
}
.home_service-btn {
	margin: 30px 25px;
}
.coming-soon {
	height:401px;
	background-image:url(images/box_blue-middle.png);
	background-repeat:repeat-y;
}
/* ---------------------- footer  ------------------------- */
.footer {
	height:94px;
}
.work {
	height:99px;
}
.hidden {
	display:none;
}
#foot_home {
	height:80px;
	width:1000px;
	background-image:url(images/footer_burlap.png);
	background-repeat:no-repeat;
}
#foot_work {
	height:80px;
	width:1000px;
	background-image:url(images/footer_work.png);
	background-repeat:no-repeat;
}
#foot {
	height:80px;
	width:1000px;
	background-image:url(images/footer_white.png);
	background-repeat:no-repeat;
}
.bottom {
	width:800px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#9f9282; /* #eff0d9; */
	padding-left:40px;
	padding-top:45px;
	vertical-align:text-top;
}
.bottom a:link {
	color: #9f9282;
	text-decoration: none;
}
.bottom a:visited {
	color: #9f9282;
	text-decoration: none;
}
.bottom a:hover {
	color: #e4d3a7;
	text-decoration: underline;
}
.bottom a:active {
	color: #9f9282;
	text-decoration: none;
}
.social {
	width:30px;
	heigh:25px;
	padding-top:35px;
	vertical-align:text-top;
}
.navbar {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#757575;
	padding-left:30px;
	vertical-align:center;
}
.navbar a:link, .navbar a:visited {
	color:#757575;
	text-decoration:none;
	padding-right:35px;
}
.navbar a:hover {
	color:#EA7760;
	text-decoration:none;
	padding-right:35px;
}

/* ---------------------- Pages  ------------------------- */
.motto {
	width:580;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#EA7760;
	margin-left:65px;
	margin-right:140px;
	vertical-align:top;
}
.services {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#18819b;
	padding-left:30px;
	vertical-align:middle;
	vertical-align:top;
}

.nashville {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#18819b;
	padding-left:35px;
	padding-right:27px;
	vertical-align:middle;
	vertical-align:top;
}
.nashville a:link {
	color: #18819b;
	text-decoration: none;
}
.nashville a:visited {
	color: #1b4a68;
	text-decoration: none;
}
.nashville a:hover {
	color: #1b4a68;
	text-decoration: underline;
}
.nashville a:active {
	color: #1b4a68;
	text-decoration: underline;
}

/* ---------------------- Contact  ------------------------- */
.contact {
	width:475;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#18819b;
	padding-left:52px;
	padding-top:10px;
	vertical-align:top;
}
.contact-2 {
	width:475;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#18819b;
	padding-left:52px;
	padding-top:10px;
	vertical-align:top;
}
.contact a:link, .contact-2 a:link {
	color: #18819b;
	text-decoration: none;
}
.contact a:visited, .contact-2 a:visited {
	color: #1b4a68;
	text-decoration: none;
}
.contact a:hover, .contact-2 a:hover {
	color: #1b4a68;
	text-decoration: underline;
}
.contact a:active, .contact-2 a:active {
	color: #1b4a68;
	text-decoration: underline;
}
.contact-hr {
	border-top: 1px solid #ffffff;
	width:300px;
	padding-left:52px;
}

/* ---------------------- Meet  ------------------------- */
.kathryn {
	width:297;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	line-height:16px;
	color:#411b13;
	padding-left:60px;
	padding-right:25px;
	padding-top:60px;
}
.faith {
	width:213;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	line-height:15px;
	color:#411b13;
	padding-left:20px;
	padding-right:50px;
	padding-bottom:30px;
	text-align:right;
}
.meet {
	width:469;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#411b13;
	padding-left:5px;
	padding-right:130px;
	padding-top:10px;
}
.our-story {
	width:800;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#727074;
	padding-left:70px;
}

/* ---------------------- Testimonials  ------------------------- */
.test-1 {
	width:297;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#634739;
	text-align:left;
	padding-left:40px;
	padding-right:40px;
	padding-top:70px;
}
.test-2 {
	width:682;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#634739;
	text-align:right;
	padding-right:40px;
	padding-left:260px;
}
.test-3 {
	width:682;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#634739;
	text-align:left;
	padding-left:70px;
	padding-right:90px;
}
.test-4 {
	width:682;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#634739;
	text-align:right;
	padding-right:40px;
	padding-left:15px;
}
.name {
	line-height:24px;
	font-weight:bold;
}

/* ---------------------- Portfolio  ------------------------- */
.nav_portfolio {
	width:200;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:22px;
	color:#797571;
	padding-right:10px;
	padding-top:0px;
	vertical-align:text-top;
	list-style:none;
}
.nav_portfolio-small {
	width:200;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	color:#797571;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:text-top;
	list-style:none;
}
.nav_portfolio a:link {
	color: #797571;
	text-decoration: none;
}
.nav_portfolio a:visited {
	color: #797571;
	text-decoration: none;
}
.nav_portfolio a:hover {
	color: #e15d42;
	text-decoration: none;
}
.nav_portfolio a:active {
	color: #e15d42;
	text-decoration: underline;
}
.nav_portfolio2 {
	width:200;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#f59886;
	padding-top:0px;
}
.nav_portfolio2 a:link {
	color: #f59886;
	text-decoration: none;
}
.nav_portfolio2 a:visited {
	color: #f59886;
	text-decoration: none;
}
.nav_portfolio2 a:hover {
	color: #e15d42;
	text-decoration: none;
}
.nav_portfolio2 a:active {
	color: #e15d42;
	text-decoration: underline;
}
.nav_portfolio_sub {
	width:200;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	line-height:13px;
	color:#8c8884;
	padding-right:10px;
	padding-top:0px;
	vertical-align:text-top;
	list-style:none;
}

/* ---------------------- Client Page  ------------------------- */
.clients{
	width:550px;
	padding-left:400px;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #f68670; /* #ea7760; */
}
.client_name {
	color: #f24b4b; /*  #d41a07; */
}
.client_name a:link, .client_name a:visited {
	color: #f24b4b;
	text-decoration:none;
}
.client_name a:hover  {
	color: #f24b4b;
	text-decoration:underline;
}
.navline_divide{
	padding-top:4px;
	padding-bottom:4px;
}






