@charset "utf-8";

body {
	font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #a9a9aa;
	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;
}
.oneColFixCtrHdr #container {
	background-image:none;
	background-color:#fff;
}
.oneColFixCtrHdr #mainContent { 
	margin: 25px 100px;
	width: 750px;
}

/* ---------------------- FONTS -------------------------------- */

.bodycopy {
	font-size: .9em;
	line-height:1.7em;
}
a {
	color:#c85a21;
	text-decoration:underline;
}
.smallLink {
	font-size:.775em;
}
.underline {
	text-decoration:underline;
}
/* ---------------------- TABLES -------------------------------- */
.samplePlan {
	padding: 5px;
	font-size:.825em;
}
.samplePlanImage {
	width:169;
	height:98;
}
.homepageTable {
	padding: 7px;
	font-size: .9em;
	line-height:1.7em;
}
.clientTable {
	padding:5px;
}
#photoGallery .tablespace {
	padding: 3px 0px;
}
#horizontalRule {
	border-top: 1px dashed #c85a21;
	height: 1px;
	width:690px;
	margin: 6px 0px;
	
}