@charset  UTF-8;

html {
	height: 102%;
}

body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	background-image: url(images/background.png);
	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: #000;
}

#container {
	width: 780px;
/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #fff;
	padding: 0;
	text-align: left;
/* this overrides the text-align: center on the body element. */
}

#container p {
	margin: 10px px;
	padding: 0;
}

#container h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

#header {
	background: #fff;
	background: url(images/PeopleHeader.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 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. */
}

#container #header h1 span {
	display: none;
}

#container #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: 5px 0;
/*; using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 70px;
	background: url(images/CSLOGO_allblue.png);
	background-repeat: no-repeat;
}

#mainContent {
	padding: 0 10px;
	margin: 5px auto;
	font-size: .75em;
	border: solid 1px #D6D6D6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

#footer {
	padding: 0 10px;
	margin: 5px auto;
	border: solid 1px #D6D6D6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: .62em;
}

#spacer {
	height: 12px;
}

#leftPblock {
	text-align: left;
	float: left;
	width: 525px;
}

#leftPblock1 {
	text-align: left;
	float: left;
	width: 525px;
}

#testimonial {
	color: gray;
	font-weight: 700;
	border: solid 1px #D6D6D6;
	text-align: left;
	padding: 10px;
	font-style: italic;
	margin-bottom: 10px;
	font-size: .9em;
	float: right;
	width: 160px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

#testimonial1 {
	color: gray;
	font-weight: 700;
	border: solid 1px #D6D6D6;
	text-align: left;
	padding: 10px;
	font-style: italic;
	margin-bottom: 10px;
	font-size: .9em;
	float: right;
	width: 160px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

#photoBlock {
	height: 260px;
	width: 780px;
	margin: auto -10px;
	border-top: solid 1px #D6D6D6;
}

#picOne {
	float: left;
	width: 259px;
	height: 260px;
	background: url(images/p1.png) no-repeat;
	-webkit-border-radius: 0 0 0 7px;
	-moz-border-radius: 0 0 0 7px;
}

#picTwo {
	height: 260px;
	width: 260px;
	float: left;
	background: url(images/p6.png) no-repeat;
}

#picThree {
	height: 260px;
	width: 259px;
	float: left;
	background: url(images/p11.png) no-repeat;
	-webkit-border-radius: 0 0 7px 0;
	-moz-border-radius: 0 0 7px;
}

#footer p {
	margin: 2px;
	padding: 0;
}

#mainContent.Home h3 span {
	display: none;
}

#mainContent.Home h3 {
	background: url(images/HomeHeader.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 566px;
}

#mainContent.AboutUs h2 span {
	display: none;
}

#mainContent.AboutUs h2 {
	background: url(images/AboutUsHeader.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 566px;
}

#mainContent.Employees h2 span {
	display: none;
}

#mainContent.Employees h2 {
	background-image: url(images/JobSeekersHeader.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 566px;
}

#mainContent.JobOpenings h2 span {
	display: none;
}

#mainContent.JobOpenings h2 {
	background-image: url(images/JobOpenings.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 566px;
}

#mainContent #Services h2 span {
	display: none;
}

#mainContent #Services h2 {
	background-image: url(images/ServicesHeader.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 566px;
}

#mainContent #Experience h2 span {
	display: none;
}

#mainContent #Experience h2 {
	background-image: url(images/Experience.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 566px;
}

#mainContent #Team h2 span {
	display: none;
}

#mainContent #Team h2 {
	background-image: url(images/Team.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 566px;
}

#mainContent #Values h2 span {
	display: none;
}

#mainContent #Values h2 {
	background-image: url(images/Values.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 566px;
}

#mainContent #GoodPeople h2 span {
	display: none;
}

#mainContent #GoodPeople h2 {
	background-image: url(images/EmployersHeader1.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 566px;
}

#mainContent #Best h2 span {
	display: none;
}

#mainContent #Best h2 {
	background-image: url(images/EmployersHeader2.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 566px;
}

#Accounting h2 span {
	display: none;
}

#Accounting h2 {
	background: url(images/Accounting.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 566px;
}

#Administration h2 span {
	display: none;
}

#Administration h2 {
	background: url(images/Administration.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 566px;
}

#Payrolling h2 span {
	display: none;
}

#Payrolling h2 {
	background: url(images/Payrolling.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 566px;
}

#HR h2 span {
	display: none;
}

#HR h2 {
	background: url(images/HumanResources.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 566px;
}

#CustomerSvc h2 span {
	display: none;
}

#CustomerSvc h2 {
	background: url(images/CustomerService.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 569px;
}

#IT h2 span {
	display: none;
}

#IT h2 {
	background: url(images/InfoTech.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 569px;
}

#Onsite h2 span {
	display: none;
}

#Onsite h2 {
	background: url(images/Onsite.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 569px;
}

#BenefitsToEmployer h2 span {
	display: none;
}

#BenefitsToEmployer h2 {
	background: url(images/EmployerBenefits.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 569px;
}

#CareerPosition h2 span {
	display: none;
}

#CareerPosition h2 {
	background: url(images/CareerPosition.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 569px;
}

#TempPosition h2 span {
	display: none;
}

#TempPosition h2 {
	background: url(images/TemporaryPosition.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 569px;
}

/*element placement*/
#positions {
	padding: 10px;
	width: 227px;
	float: left;
}

#reasons {
	padding: 10px;
	width: 227px;
	float: left;
}

#research {
	padding: 10px;
	width: 226px;
	float: left;
}

#clearing {
	clear: both;
}

#clearing1 {
	clear: both;
}

#JayneAnn {
	padding: 10px;
	width: 350px;
	float: left;
}

#Allan {
	padding: 10px;
	width: 350px;
	float: left;
}

#AboutSidebar {
	float: left;
	width: 150px;
}

*AboutContent {
	padding: 10px;
}

#photoC {
	float: right;
	width: 478px;
	height: 204px;
	background: url(images/p2.jpg) no-repeat;
}

/* GLOBALHEADER */
#globalheader {
	width: 780px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	z-index: 9998;
}

#globalheader #globalnav {
	margin: 0;
	padding: 0;
	zoom: 1;
	width: 100%;
}

#globalheader #globalnav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#globalheader #globalnav li {
	display: inline;
}

#globalheader #globalnav li a {
	float: left;
	width: 105px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background-image: url(images/Navigation.png);
	_background-image: (images/navigation.png);
	background-repeat: no-repeat;
}

#globalheader {
	background-image: url(images/Navigation.png);
}

/* BUTTONS */
#globalheader #globalnav li#Home a {
	background-position: 0 0;
}

#globalheader #globalnav li#AboutUs a {
	background-position: -79px 0;
}

#globalheader #globalnav li#Employees a {
	background-position: -175px 0;
}

#globalheader #globalnav li#Employers a {
	background-position: -271px 0;
}

#globalheader #globalnav li#CurrentJobs a {
	background-position: -370px 0;
}

/* OVER STATES */
#globalheader #globalnav li#Home a:hover {
	background-position: 0 -41px;
}

#globalheader #globalnav li#AboutUs a:hover {
	background-position: -79px -41px;
}

#globalheader #globalnav li#Employees a:hover {
	background-position: -175px -41px;
}

#globalheader #globalnav li#Employers a:hover {
	background-position: -271px -41px;
}

#globalheader #globalnav li#CurrentJobs a:hover {
	background-position: -370px -41px;
}

/* PRESSED STATES */
#globalheader #globalnav li#Home a:active {
	background-position: 0 -82px;
}

#globalheader #globalnav li#AboutUs a:active {
	background-position: -79px -82px;
}

#globalheader #globalnav li#Employees a:active {
	background-position: -175px -82px;
}

#globalheader #globalnav li#Employers a:active {
	background-position: -271px -82px;
}

#globalheader #globalnav li#CurrentJobs a:active {
	background-position: -370px -82px;
}

/* ON STATES */
#globalheader.home #globalnav li#Home a {
	background-position: 0 0;
	cursor: default;
}

#globalheader.aboutus #globalnav li#AboutUs a {
	background-position: -79px -123px!important;
}

#globalheader.employees #globalnav li#Employees a {
	background-position: -175px -123px!important;
}

#globalheader.employers #globalnav li#Employers a {
	background-position: -271px -123px!important;
}

#globalheader.CurrentJobs #globalnav li#CurrentJobs a {
	background-position: -370px -123px!important;
}