body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9d897e;
	background-image:url(../images/background/bodyBackground.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	
	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: #043175;
}
.twoColFixLtHdr #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	border-top: 1px solid #d9d5d2;
	background-image:url(../images/background/headerBackground.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;  /* 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. */
	margin-left:-3px;
	height: 171px;
	width: 1024px;
} 
.twoColFixLtHdr #header h1{ position:relative; top:-300px; left:200px;}
.twoColFixLtHdr #header h2{ position:relative; top:-350px; left:200px;}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
.twoColFixLtHdr #sidebar1 p{
	padding: 15px 60px 15px 20px;
	border-left:1px solid #2955a1;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 310px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent p{ 
	padding: 0 40px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h1{
	text-align:left;
} 
.twoColFixLtHdr #mainContent h2{ 
	text-align:left;
} 
.twoColFixLtHdr #footer {
	background-image:url(../images/background/footerBackground.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left:-3px;
	height:36px;
} 
.twoColFixLtHdr #footer a {
	text-decoration:none;
}
.twoColFixLtHdr #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: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}


/* navigation styles */
a img{border:none; margin:0; padding:0;}

a { text-decoration:none;}
  

#home, #aboutUs, #services, #testimonials {
	width:106px;
	height:37px;
	z-index:1;
	font-size:0px;
	color:#c4c2ab;
	text-align:center;
	}

#home {
	position:absolute;
	left:318px;
	top:109px;
	}
#aboutUs {
	position:absolute;
	left:466px;
	top:109px;
	}
#services {
	position:absolute;
	left:608px;
	top:109px;
}
#testimonials {
	position:absolute;
	left:748px;
	top:109px;
	}


#home:link, #home:visited {
	background-image: url(../images/buttons/homeButton.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#home:hover {
   background-position:100% -75px;
   }
#aboutUs:link, #aboutUs:visited {
	background-image: url(../images/buttons/aboutUsButton.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#aboutUs:hover {
   background-position:100% -75px;
   }
#services:link,  #services:visited {
	background-image: url(../images/buttons/servicesButton.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#services:hover {
   background-position:100% -75px;
   }
#testimonials:link, #testimonials:visited {
	background-image: url(../images/buttons/testimonialsButton.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#testimonials:hover {
   background-position:100% -75px;
   }


.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited {
	color:#043175;
	}
	
.twoColFixLtHdr #footer a:hover {
   color:#fbe108;
   }
   
 #onLineSpecial {
	position:absolute;
	left:37px;
	top:288px;
	width:194px;
	height:113px;
	z-index:2;
	border:none;
}

#diamondcertified {
	position:absolute;
	left:64px;
	top:410px;
	width:134px;
	height:156px;
	z-index:3;
}

#IICRC {
	position:absolute;
	left:82px;
	top:597px;
	width:111px;
	height:108px;
	z-index:4;
	border:none;
}

#pictureWrapper {
    margin: 0 auto 0 auto;
}

#pictureWrapper img{
    margin: 0 auto 0 auto;
}


.picBorder {
    background-color: #fff;
    padding: 10px;
    border: #503f3f solid 2px;
}

p#caption {
    margin: 0;
    padding: 3px 10px;
    font-weight: bold;
    text-align: left;
}

.small{font-size:x-small;}
.quote{font-style:italic;}

