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

body {
	background: #504E58;
	margin: 10px 0 0 0;
}

/* div styles */
#top {
	margin: auto;
	width: 900px;
	height: 104px;
}
#logo {
	width: 170px;
	height: 104px;
	float: left;
}
#title {
	width:730px;
	float:right;
	font-family: Garamond, serif;
	padding-top: 36px;
	font-size: 22px;
	height: 31px;
	color: #FFF;
}
#phone {
	float:right;
}
#center-wrap {
	width: 100%;
	height:530px;
	z-index:-20;
	background-image:url(graphics/red-wood-back2.jpg);
	clear: both;
}
#center-wrap2 {
	width: 100%;
	height:530px;
	
	background-image:url(graphics/red-wood-back2.jpg);
	clear: both;
}
#center {
	width: 980px;
	height: 530px;
	margin: auto;
	margin-top:1px;
	border:2px solid #000;
	background-color:#000;
}
#home-quote{
	width:980px;
	height:40px;
	margin: auto;
	font-family: Garamond, serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}
#center-about {
	width: 975px;
	height: 525px;
	margin: 1px auto auto;
	border:2px solid #000;
	background-color:#fff;
	background-image: url(graphics/about-new-back.jpg);
}
#center-services {
	width: 980px;
	height: 528px;
	margin: 1px auto auto;
	border:2px solid #000;
	background-color:#fff;
	background-image: url(graphics/services-photo.jpg);
}
#center-contact {
	width: 978px;
	height: 525px;
	margin: 1px auto auto;
	border:2px solid #000;
	background-color:#fff;
	background-image: url(graphics/contact-new-back.jpg);
}
#center-process {
	width: 980px;
	height: 525px;
	margin: 1px auto auto;
	border:2px solid #000;
	background-color:#fff;
	background-image: url(graphics/process-new-back.jpg);
}
#about-text {
	width:250px;
	padding: 15px;
	font-family: Garamond, serif;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	background-image: url(graphics/white.png);
	border:1px solid #666;
	height: 493px;
}
#center-gallery {
	width: 980px;
	height: 480px;
	margin: auto;
	margin-top:1px;
	border:2px solid #000;
	background-color:#000;
	padding-top:50px;
	background-image: url(graphics/gallery-photo.jpg);
}
#center-gallery img {
	border:1px solid #666;
}
#center-gallery a img{
	border:1px solid #666;
}
#center-gallery a:hover img {
	border:1px solid #fff;
}
#services-text {
	width:220px;
	padding: 15px 30px 15px 15px;
	font-family: Garamond, serif;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	background-image: url(graphics/white.png);
	border: 1px solid #666;
	height: 493px;
}
#process-text {
	width:220px;
	padding: 15px 30px 15px 15px;
	font-family: Garamond, serif;
	font-size: 15px;
	line-height: 16px;
	color: #333;
	background-image: url(graphics/white.png);
	border: 1px solid #666;
	height: 493px;
}
#contact-text {
	width:250px;
	padding: 15px;
	font-family: Garamond, serif;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	background-image: url(graphics/white.png);
	float: right;
	height: 495px;
	text-align: center;
}
#footer {
	margin: auto;
	text-align:center;
	width: 1000px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	padding-top: 10px;
}
#footer a {
	text-decoration:none;
	color:#999;
	font-size:10px;
}
#clear {
	clear:both;
	margin:0;
	padding:0;
}

/* text styles */
h1.home {
	font-family: Garamond, serif;
	padding-top: 36px;
	font-size: 28px;
	font-weight:normal;
	float:left;
	margin:0;
	padding:0;
}
h1.main {
	height:152px;
	line-height:152px;
	font-family: Garamond, serif;
	font-size: 24px;
	font-weight:normal;
	margin:0 0px 20px 0;
	padding:0;
	background-image: url(graphics/d-back.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
}
h1.custom {
	float:left;
	display:inline;
	font-family: Garamond, serif;
	font-size: 16px;
	font-weight:normal;
	margin:5px 20px 0 23px;
	color:#ccc;
}
.quotes {
	font-size:20px;
	font-family: Garamond, serif;
	color: #FFF;
	width: 900px;
	margin: auto;
	padding: 10px;
}

/* nav bar */
div#navbar {
	height: 35px;
	width: 730px;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height:35px;
	background-image: url(graphics/nav-back.gif);
	float: right;
}
div#navbar ul {
	font-family: Garamond, Times, serif;
	font-size: 13px;
	color: #333;
	padding: 0px;
	margin:0;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
    text-decoration: none;
    color: #000;
	margin:0 10px 0 10px;
}
div#navbar li a:hover {
    color: #fff;
}
