@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(assets/redhomeBG.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.twoColFixLtHdr   #container {
	border: 10px double #FFFFFF;
	text-align: left;
	margin-bottom: 0;
	height: auto;
	background-color:#f8eead;
/*	background-image: url(assets/redhomecontainerbackground.png);
	background-repeat: repeat;*/
	margin-right: auto;
	margin-left: auto;
	width: 850px;
} 
.twoColFixLtHdr #header {
	height: 200px;
	width: 850px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 5px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 315px;
	height: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	width: 530px;
} 
.twoColFixLtHdr #mainContentL {
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 560px;
	height: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	width: 280px;
}
.twoColFixLtHdr #mainContentW {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 380px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0;
	width: 450px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	clear: both;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 530px;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
}
.twoColFixLtHdr #sidebar3 {
	width: 330px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	clear: right;
}
.twoColFixLtHdr #sidebar4 {
	float: left; /* since this element is floated, a width must be given */
	width: 800px;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
	background-image: url(assets/cad-drawing.gif);
	background-repeat: no-repeat;
	background-position: 525px top;
	clear: both;
}
.twoColFixLtHdr #sidebar5 {
	float: left; /* since this element is floated, a width must be given */
	width: 800px;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
	clear: both;
}
.phone {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #555555;
	text-align: right;
	margin-top: 80px;
	padding-right: 30px;
	width: 200px;
	margin-left: 600px;
}
.header img {
	margin-bottom: 20px;
}
.menu {
	width: 830px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 5px;
}
.testimonialname {
	font-family: "Times New Roman", Times, serif;
	color: #555555;
	text-align: right;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #111111;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #111111;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #111111;
}
.homemovie {
	border: 15px solid #FFFFFF;
	width: 500px;
}
.link {
	margin-top: 10px;
	height: auto;
	width: auto;
	margin-left: 110px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 10px;
	background-color: #791100;
	color: #FFFFFF;
	font-style: oblique;
	text-align: center;
}
.testimonial {
	color: #791100;
	background-image: url(assets/testimonialBG.jpg);
	padding: 15px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	height: auto;
	background-repeat: repeat;
	margin-bottom: 15px;
}
.testimonial2 {
	color: #791100;
	background-image: url(assets/quoteBG.png);
	padding: 15px;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	height: auto;
	background-repeat: repeat;
	margin-bottom: 15px;
	margin-top: 15px;
}
.testimonial3 {
	color: #791100;
	background-image: url(assets/testimonialBG.jpg);
	padding: 15px;
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	height: auto;
	background-repeat: repeat;
	margin-bottom: 15px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #111111;
}
.biopage {
	margin-left: 30px;
	text-align: center;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #111111;
	list-style-type: disc;
}
.leftphoto {
	border: 15px solid #FFFFFF;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(assets%20/redhomecontainerbackground.png);
} 
.twoColFixLtHdr #footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.6em;
	color: #111111;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	clear: both;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
