body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #6B3008;
	background-image: url(images/image002.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 766px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 215px;
	width: 760px;
} 
.twoColFixRtHdr #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 */
}
.pageTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #6B3008;
	padding-top: 40px;
	margin-top: 0px;
	font-weight: bold;
}
.mainContentBackground {
	background-image: url(images/slices/central-background-fade-002.gif);
	width: 760px;
	background-repeat: no-repeat;
	background-position: center top;
}

.firstParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #98440C;
	text-align: justify;
}
.SiteTitleDiv {
	float: left;
	width: 400px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 35px;
	color: #FFF;
	padding-top: 50px;
	padding-left: 0px;
}

.twoColFixRtHdr #rightCaseStudyDiv {
	float: right;
	width: 140px;
	padding-top: 30px;
	padding-right: 15px;
}
.twoColFixRtHdr #navLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-left: 12px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(images/slices/navBackgroundFade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 35px;
}
.twoColFixRtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
} 
.twoColFixRtHdr #footer {
	height: 61px;
	line-height: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixRtHdr #baseDiv {
	height: 228px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	background-image: url(images/image010.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-repeat: repeat-x;

} 
.twoColFixRtHdr a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.twoColFixRtHdr a:link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.twoColFixRtHdr a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.twoColFixRtHdr #baseDiv p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: none;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #topDiv {
	height: 112px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/slices/design001_r1_c2.jpg);
}
.twoColFixRtHdr #innerWrapper {
	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. */
	background-color: #FFF;
	background-image: url(images/slices/design001_r3_c2.jpg);
}
.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;
}
.baseDivText {
	font-family: Arial, Helvetica, sans-serif;
}

.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;
	background-image: url(images/slices/design001_r3_c2.jpg);
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 15px;
	text-align: justify;
	color: #6B3008;
}
.mainText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B3008;
	font-size: 14px;
	text-align: justify;
}
.mainText a:link:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B3008;
	font-size: 14px;
	text-align: justify;
}
.mainText a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B3008;
	font-size: 14px;
	text-align: justify;
}
#navLeft ul {
	width: 180px;
	list-style: none;
	border: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#navLeft ul li {
	width: 180px;
	padding: 4px 0 4px 5px;
	margin: 5px 0 0 0;
	text-decoration: none;
}
#navLeft ul li a {
	display: block;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #083C6B;
	text-decoration: none;
	font-weight: normal;
}
.test {
	width: 180px;
	margin: 0 0 -7px 0;
	text-decoration: none;
}

.test2 {
	width: 180px;
	margin: -7px 0 0 0;
	text-decoration: none;
}
.twoColFixRtHdr #navTop {
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 112px;
	vertical-align: bottom ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/slices/design001_r1_c2.jpg);
}
#navTop ul {
	list-style: none;
	text-align: right;
padding: 88px 20px 0px 0px;
margin: 0px 5px 0px 0px;
}
#navTop ul li {
	display: inline;
	padding: 0px 10px 0px 5px;
	margin: 5px 0 0 0;
	text-decoration: none;
}
.addressCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
}
a.addressCenteredEmail:link, a.addressCenteredEmail:visited, a.addressCenteredEmail:link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
#navTop ul li a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.pageSubTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6B3008;
	margin: 0px;
	padding: 0px;
}
.googleMap {
	text-align: center;
	margin-left: 50px;
}
.formMail {
	text-align: center;
	margin-left: 24px;
}
.caseStudyDivs {
	float: left;
	width: 160px;
	height: 155px;
	text-align: center;
	padding-bottom: 5px;
}
.caseStudyDivsr {
	float: right;
	width: 160px;
	height: 155px;
	text-align: center;
	padding-bottom: 5px;
}
.caseStudyDivs a:link, .caseStudyDivs a:visited, .caseStudyDivs a:active, .caseStudyDivs a:hover {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #630;
}
.caseStudyDivsr a:link, .caseStudyDivsr a:visited, .caseStudyDivsr a:active, .caseStudyDivsr a:hover {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #630;
}
