/*
Theme Name: William Boffing site
Theme URI: 
Description: 
Version: 1.0
Author: Dennis Keefer
Author URI: http://brokenwebdev.com/
Tags: 

*/

body {
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #fff;
}

img { border: none; }

a {
	color: #b55332;
	text-decoration: underline;
}

a:hover {
	color: #b55332;
	text-decoration: none;
}

h1 {
}

h2 {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 21px;
	color: #b55332;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 18px;
	color: #b55332;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 8px 0px;
}

#header {
	background: #9b8c7e;
	width: 988px;
	height: 134px;
	margin: 0 auto;
}

#nav {
	width: 600px;
	padding: 50px 30px 0px 0px;
	float: right;
	text-align: right;
	font-size: 16px;
}

#nav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #000;
	text-decoration: none;
}

#nav img {
	margin: 0px 25px -3px 25px;
}

#main-content {
	width: 988px;
	margin: 0 auto;
	padding: 0;
	background: url(images/content-bg.jpg) top left no-repeat #fff;
	border-bottom: 10px solid #b55332;
	overflow: auto;
}

#footer {
	width: 988px;
	height: 50px;
	margin: 0 auto;
	padding: 14px 0px 0px 0px;
	font-size: 13px;
	text-align: center;
	background: #9b8c7e;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

.text-10 { font-size: 10px; }
.text-11 { font-size: 11px; }
.text-12 { font-size: 12px; }
.text-13 { font-size: 13px; }
.text-14 { font-size: 14px; }
.text-15 { font-size: 15px; }
.text-16 { font-size: 16px; }
.text-17 { font-size: 17px; }
.text-18 { font-size: 18px; }
.text-19 { font-size: 19px; }
.text-20 { font-size: 20px; }
.text-red { color: #b55332; }


/* Home */

#home-top {
	overflow: auto;
	padding: 0px 15px 0px 323px;
}

#home-services {
	font-size: 18px;
	text-align: center;
	padding: 40px 60px;
	text-transform: uppercase;
}



/* About Us */

#about-top {
	font-size: 14px;
	color: #666666;
	font-style: italic;
	padding: 15px 15px 15px 323px;
}

#about-main {
	margin: 0px 0px 16px 16px;
	width: 725px;
	float: left;
}

#about-images {
	width: 233px;
	float: right;
}


/* Services */

.service-box {
	width: 201px;
	padding: 0px 30px 16px 16px;
	float: left;
}

.service-box img {
	margin: 0px -30px 30px -16px;
}

/* Testimonials */

#testimonials-top {
	overflow: auto;
	padding: 85px 0px 0px 16px;
}

#testimonials-top img {
	margin: -85px 0px 0px 16px;
}

.testimonials-box {
	float: left;
	width: 215px;
	padding: 16px 16px 16px 16px;
}

.testimonials-box img {
	margin: -16px;
}
