@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 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-color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #container {
	width: 950px; /* 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. */
	background-image: url(images/CS_main.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 704px;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	height: 58px;
	margin: 0px;
	padding: 0px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	padding-top: 132px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}
.twoColFixLtHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 177px;
	padding-top: 0px;
	padding-right: 170px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 634px;
} 
.twoColFixLtHdr #mainContent p {margin-left:35px;}
.twoColFixLtHdr #footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 12px;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.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;
	display: none;
}
.Highlighted_body_text {
	color: #F00;
}
.twoColFixLtHdr #sidebar1 a:link {
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #F00;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:active {
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:link {
	color: #F00;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent  a:visited {
	color: #F00;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent  a:hover {
	color: #F00;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent  a:active {
	text-decoration: none;
	color: #F00;
}
.Testimonial_box_text {color: #000;
}
#caseNavigation {
	height:28px;
	padding: 0px;
	width: 598px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#caseStudy1 {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 28px;
	float: left;
}
#caseStudy2 {
	padding: 0px;
	width: 198px;
	height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
#caseStudy3 {
	padding: 0px;
	width: 198px;
	height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 398px;
}

