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

/* Colors */
/* Brown Type #4c2e1e */
/* Tan Type #efe5d8 */


/* --------------------------- Page Setup ------------------------------ */
body {
	margin: 0;
	padding: 0;
	background: url(../images/page_bg2.jpg) top center repeat-x #eee4d8;
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a, a:visited {
	color: #ad2523;
	text-decoration: none;
	border-bottom: dotted 1px #ad2523;
}

h1 {
	color: #4c2e1e;
	font-size: 1.8em;
}

h3 {
	color: #4c2e1e;
	font-size: 1.6em;
}

p {
	color: #4c2e1e;
	font-size: 1.4em;
	line-height: 140%;
}

ul {
	color: #4c2e1e;
	font-size: 1.1em;
}

a.tip {
	text-decoration: underline;
	color: #4c2e1e;
}

.left {
	float: left;
	padding: 0 10px 10px 0;
}

.right {
	float: right;
}

.clear {clear: both;}

/* ---------------------------- Container ------------------------------ */

#wrapper {width: 791px; background: #fff; margin: 0 auto; min-height: 735px;}

#container {
	width: 771px;
	margin: 41px auto 0 auto;
	text-align: left;
	position: relative;
	background: #ffffff;
}

/* ---------------------------- Mast Head ------------------------------ */
#container #mast {
	width: 771px;
	height: 146px;
	margin: 0;
	padding: 0;
	background: url(../images/masthead.png) top left no-repeat #7d1410;
}

	#container #mast .logo {
		width: 306px;
		height: 76px;
		margin: 42px 0 0 21px;
		position: relative;
	}

/* ------------------------------ Copy Area ---------------------------- */
#container #copy {
	width: 319px;
	float: left;
	margin: -120px 0 0 10px;
}

	#container #copy #head {
		height: 93px;
		width: 319;
	}
		
		#container #copy .welcome {
			background: url(../images/copy_head_welcome.jpg);
		}
		
		#container #copy .about {
			background: url(../images/copy_head_about.jpg);
		}
		
		#container #copy .services {
			background: url(../images/copy_head_services.jpg);
		}
		
		#container #copy .contact {
			background: url(../images/copy_head_contact.jpg);
		}
				
	#container #copy #body {
		width: 299px;
		min-height: 467px;
		padding: 10px 10px 10px 10px;
		background: url(../images/copy_body.jpg) repeat-y;
	}
	
	#container #copy #body ul{
		padding-left: 18px;
	}
	
	#container #copy #body li{
		margin-bottom: 5px;
		font-size: 1.3em;
		}
	
	#container #copy #foot {
		width: 319px;
		height: 10px;
		background: url(../images/copy_foot.jpg) no-repeat;
		margin-bottom: 25px;
	}
	
	#container #copy #body .thumbs {
		list-style: none;
		margin: 0;
		padding: 0;
		clear:both;
	}
	
	#container #copy #body .thumbs li {
		display: inline;
	}
	
	#container #copy #body .thumbs li img {
		margin: 3px;
		float:left;
		border: solid #4c2e1e 1px;
	}
	
	#container #copy #body #testimonials {
		padding-top: 75px;
	}
	
/* ---------------------------- Left Column --------------------------- */
	
#container #left_column {
	width: 412px;
	height: 417px;
	float: left;
	background: #fff;
}
	#container #left_column .nav {
	width: 358px;
	height: 91px;
	margin:  0 0 15px 20px;
	}
	
	#container #left_column .nav a, #container #left_column .nav a:visited {
		border: none;
	}
	
	#container #left_column .sub {
	width: 358px;
	height: 20px;
	margin: 0 0 15px 20px;
	text-align: center;
	font-size: 1.4em;
	}
	
		#container #left_column .sub a, #container #left_column .sub a:visited {
			text-decoration: underline;
			border: none;
		}
	
	#container .big_image {
	height: 250px;
	width: 412px;
	}
	
	#container .service {
	margin: 8px 0 0 0;
	}
	
/* -------------------------- Nav ------------------------------------- */

#container #left_column .nav {
	margin-top: 10px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: 0;
	color: #4c2e1e;
}

#container #left_column .nav li {
	float: left;
	margin: 0 10px 0 10px;
	text-align: center;
	text-decoration: none;
	width: 67px;
	height: 91px;
}

#container #left_column .nav li img {
	margin-top: 10px;
	border: #4c2e1e solid 1px;
}

	#container #left_column .nav a, #container #left_column .nav a:visited{
		color: #ad2523;
		text-decoration: none;
		width: 67px;
		height: 91px;
}

	
/* ----------------------- floats -------------------------- */

.imageLeft {
	float: left;
	margin: 0 8px 0 0;
	clear: both;
}

.imageRight {
	float: right;
	clear: both;
}

/* ----------------------- popper -------------------------- */

#popper {
	text-align: left;
	margin: 10px 0 20px 10px;
}

#popper p {
	font-size: 12px;
	line-height: 150%;
}

/* -------------------------- footer ------------------------- */

.footer {
	padding-top: 10px;
	clear: both;
	text-align: center;
}

.footer a, .footer a:visited, .footer a:hover {
	color: #4c2e1e;
	text-decoration: underline;
	border: none;
}

.contact_form {
	width: 200px;
}

/* -------------------------- staff ------------------------- */

#container #copy #body #staff p {
	min-height: 100px;
}