@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #594635;
	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;
}
.thrColFixHdr #container {
	width: 1026px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #594635;
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #594635;
	width: 1px;
} 
.thrColFixHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 63px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #594635;
	height: 600px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 63px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #594635;
	height: 10px;
}
.thrColFixHdr #mainContentIntroPage {
	width: 900px;
	margin-left: 63px;
	background-color: #f4f2e0;
	background-repeat: no-repeat;
}
.thrColFixHdr #mainContentMainPage {
	width: 900px;
	margin-left: 63px;
	background-color: #f4f2e0;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 135px;
} 
.thrColFixHdr #mainContent {
	width: 900px;
	margin-left: 63px;
	background-color: #f4f2e0;
	background-repeat: no-repeat;
	background-position: 0px 135px;
} 
.thrColFixHdr #contentContainer {
	width: 880px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #contentContainerMainPage {
	width: 880px;
	background-color: #f4f2e0;
	margin: 0px;
	padding: 0px;
	height: 1050px;
}

.thrColFixHdr #banner {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 194px;
	width: 900px;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #logo {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 131px;
	width: 306px;
}

.thrColFixHdr #slogan {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 137px;
	width: 594px;
}
.thrColFixHdr #menu {
	height: 31px;
	width: 411px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 455px;
	margin: 0px;
	display: inline-block
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #594635;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.quotert {
	font-family: "Times New Roman", Times, serif;
	float: right;
	margin-left: 8px;
}
.quotelt {
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.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;
}
.image-left/* text layout */

 {
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
}

.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 12px;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
.li2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.paragraphQuoteBump {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}
.paragraphBump {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.paragraphBumpSmallCaps {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.paragraphBumpYellow {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E3DCB0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#customerQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
#customerQuote2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #847C57;
	text-align: center;
}
#customerName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
}

.homeTextLeft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	line-height: 28px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 530px;
	float: left;
}
.homeTextRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	line-height: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 270px;
	float: right;
}

.textLeft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	line-height: 28px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 400px;
	float: left;
}
.textRightContactUs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	line-height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 420px;
	float: right;
}
.textRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	line-height: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 400px;
	float: right;
}
.textRight14pt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	line-height: 28px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 400px;
	float: right;
}
#greenBox {
	background-color: #9f977a;
	width: 300px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E3DCB0;
}
#greenBox2 {
	background-color: #9f977a;
	width: 392px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E3DCB0;
	margin: 0px;
	height: 461px;
}
.address1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #E0DBB1;
}
.address2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #E0DBB1;
}
.serviceTitle {
	background-image: url(../images/services_bg.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 830px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
.aboutUsTitle {
	background-image: url(../images/about_us_bg.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 830px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contactUsTitle {
	background-image: url(../images/contact_us_bg.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 830px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.phone {
	text-align: center;
	font-size: 24px;
	color: #5E533D;
}

#customerQuotes {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: right;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 435px;
}
#customerQuotes2 {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	font-style: normal;
	font-weight: normal;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

h1 {
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 10pt;
}
li {
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
img {
	border:none;



[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

