@charset "utf-8";
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: #000000;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	float: left;
	width: 400px;
	padding: 64px 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. */
}
.oneColFixCtrHdr #headerright {
	float: right;
	width: 310px;
	padding: 28px 20px 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. */
}
.oneColFixCtrHdr #headerrightnav {
	float: right;
	width: 310px;
	padding: 20px 20px 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. */
}
.oneColFixCtrHdr #headercl {
	float: left;
	width: 400px;
	padding: 20px 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. */
}
.oneColFixCtrHdr #headerrightcl {
	float: right;
	width: 310px;
	padding: 0 20px 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. */
}
.oneColFixCtrHdr #headercl h2 {
	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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #530000;
	font-size: 24px;
}
.oneColFixCtrHdr #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3f3b3b;
	font-size: 36px;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 20px 20px 20px;
}
.oneColFixCtrHdr #mainContent  h2 {
	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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #530000;
	font-size: 18px;
}
.check {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 49px;
	margin-left: 0px;
}
.textb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f3b3b;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 27px;
	margin-left: 0px;
}
hr {
	color: #929292;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.csbg {
	background-image: url(images/client-samples-bg.gif);
	background-repeat: repeat-y;
}
.cstop {
	background-image: url(images/client-samples-list.gif);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	width: 720px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 10px;
	background-color: #999999;
}
.underline {
	text-decoration: underline;
}
.oneColFixCtrHdr #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 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.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;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f3b3b;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3b3b;
	float: right;
}
.cs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3f3b3b;
	font-size: 18px;
	font-weight: bold;
}
.red-h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #530000;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration:none;
}
.imgborderblk {
	border: 1px solid #000000;
}
.imgr {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
a:link {
	color: #3f3b3b;
	font-weight: bold;
}
a:visited {
	color: #3f3b3b;
	font-weight: bold;
}
a:hover {
	color: #3f3b3b;
	font-weight: bold;
}
a:active {
	color: #3f3b3b;
	font-weight: bold;
}
a.titlelink:link {
	color: #3f3b3b;
	text-decoration:none;
}
a.titlelink:visited {
	color: #3f3b3b;
	text-decoration:none;
}
a.titlelink:hover {
	color: #3f3b3b;
	text-decoration:none;
}
a.titlelink:active {
	color: #3f3b3b;
	text-decoration:none;
}