/*
Font sizes:
24px = 1.5em
22px = 1.375em
20px = 1.25em
18px = 1.125em
16px = 1em
14px = .875em
12px = .75em
11px = .688em
10px = .625em
*/

html, body {
  height: 100%;
}

body {
  background: #fff;
  font: 62.5%/1.5em verdana, arial, helvetica, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

h1, h2, h3, h4, p {
  margin: 0 0 10px 0;
}

#wrapper {
  width: 800px;
  margin: 0 auto 0 auto;
  position: relative;
  background: #fff url('bg_main.png') repeat-y;
  min-height: 100%;
  font-size: 1.1em;
}

* html #wrapper {
  height: 100%;
}

#sidebar {
  float: left;
  width: 215px;
}

#logo {
  background: url('icomplogo.png') center center no-repeat;
  height: 67px;
}

#logo h1 {
  font-size: 1px;
  color: #fff;
  margin: 0 0 0 -200px;
}

#sidebar ul, #footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar li {
  background: url('bg_nav.png') no-repeat;
  color: #fff;
  padding: 6px 0 6px 40px;
  margin: 6px 0;
}

#sidebar a:link, #sidebar a:visited {
  color: #009966;
  text-decoration: underline;
}

#sidebar a:hover, #sidebar a:active{
  color: #666;
  text-decoration: underline;
}

#monthly-specialdiv, #comments, #partner-linksdiv, #referal, #privacydiv {
  margin: 35px 0;
}

#referal h2 {
  padding: 0 20px 0 20px;
  font: 1.5em/1.5em verdana, arial, helvetica, sans-serif;
}

#comments p, #referal p, #monthly-specialdiv p, #partner-linksdiv p {
  padding: 0 20px 0 20px;
}

#content-wrapper {
  margin: 0 0 0 216px;
}

#address {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 30px;
}

.masthead {
  height: 57px;
}

#masthead-home {
  background: #00927F url('masthead_home.png') no-repeat;
}

#masthead-services {
  background: #00927F url('masthead_services.png') no-repeat;
}

#masthead-calendar {
  background: #00927F url('masthead_calendar.png') no-repeat;
}

#masthead-resources {
  background: #00927F url('masthead_resources.png') no-repeat;
}

#masthead-testimonials{
  background: #00927F url('masthead_testimonials.png') no-repeat;
}

#masthead-login{
  background: #00927F url('masthead_login.png') no-repeat;
}

#masthead-contact{
  background: #00927F url('masthead_contact.png') no-repeat;
}

.masthead p {
  position: absolute;
  right: 0;
  font-size: 1px;
  color: #00927F;
}

#heading {
  margin-bottom: 15px;
}

#heading p {
  font-style: italic;
  padding: 10px;
  font-weight: bold;
}

#content {
  padding: 0 10px 26px 10px;
}

#content h2 {
  font-size: 1.6em;
  font-style: italic;
}

#content h3 {
  font-size: 1.4em;
}

.caption {
  font-weight: bold;
  font-style: italic;
}

#content-left, #content-right {
  width: 268px;
}

#content-left {
  float: left;
  padding: 0 10px 30px 0;
}

#content-right {
  float: right;
  padding: 0 0 30px 10px;
}

#log-in {
  width: 550px;
  height: 136px;
  margin: 10px auto 30px;
  background: #BAE2CE url('login_bg.gif') no-repeat;
}

#log-in table {
  width: 445px;
  margin-left: 45px;
  font: italic 1.1em/1.1em verdana, arial, helvetica, sans-serif;
}

#log-in th {
  text-align: left;
  padding: 10px;
  font-size: 1.4em;
}

#log-in ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
}

#log-in td {
  padding: 10px;
}

#log-in td a:link, #log-in td a:visited {
  text-decoration: none;
  color: #FFF;
}

#log-in td a:hover, #log-in td a:active {
  text-decoration: none;
  color: #FDEF7A;
}

#processingCalendar {
  background: #fff;
  padding: 10px;
  text-align: center;
  width: 555px;
  margin: 0 auto 10px auto;
}

#processingCalendar tr.odd {
  background: #F1F7F5;
}

#processingCalendar tr.note {
  background: #D8E7E0;
  font-size: .77em;
  text-align: left;
}

#processingCalendar span {
  color: #ED5437;
}

#processingCalendar th {
  color: #02356B;
}

#processingCalendar td {
  padding: 5px;
}

.stdTbl {
  padding: 10px 0 30px 30px;
  width: 550px;
}

.stdTbl td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.resourceSample {
  text-align: center;
  padding: 30px 0;
}

.resourceSample img, .sampleForm img {
  padding: 10px 0;
}

.questions p {
  margin: 0;
  padding: 1px 0;
  font-style: italic;
}

.answers {
  margin: 20px 0 0 0;
}

.answers .question {
  font-weight: bold;
  font-style: italic;
}

.answers .answer {
  font-weight: bold;
}

.answers ol {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}

.answers ul {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}

.title {
  font-weight: bold;
  font-style: italic;
}

.phoneNo {
  padding-left: 2em;
}

.faxNo {
  padding-left: 3.25em;
}

.eMail {
  padding-left: 2.25em;
}

.sampleForm {
  width: 125px;
  float: left;
  height: 205px;
  padding: 20px 5px;
  margin: 10px 0;
  text-align: center;
}

#platinumPay {
  text-align: center;
  margin-top: 150px;
  font-size: 1.5em;
}

#timeClock {
  padding: 30px 0;
  margin-bottom: 20px;
  background: url('Clockimage.jpg') no-repeat;
}

#empSelfServe {
  height: 67px;
  padding: 40px 0;
  margin-bottom: 20px;
  background: url('EmpSelfimage.jpg') no-repeat;
}

#pfta {
  height: 127px;
  background: url('PayrollImage.jpg') no-repeat;
}

#timeClock p, #pfta p , #empSelfServe p {
  margin: 0px 0 10px 222px;
}

#timeClock p a.login, #pfta p a.login , #empSelfServe p a.login {
  font-size: 1.5em;
}

.testimonial {
  padding-top: 2em;
}

.signature {
  font-style: italic;
}

#contactForm {
  background: #ccc;
  width: 500px;
  margin: 0 auto 10px auto;
  padding: 20px 30px 0 30px;
}

#contactForm label span {
  color: red;
}

.signupframe {
  border: 1px solid #009966;
  background: #B6E2CE;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

#footer {
  width: 559px;
  margin: 0 auto 0 auto;
  position: relative;
  margin-top: -26px;
  padding-left: 241px;
  font-size: .9em
}

#footer li {
  display: inline;
}

#footer li a:link, #footer li a:visited, .sampleForm a:link, .sampleForm a:visited, #content a:link, #content a:visited {
  color: #006699;
  text-decoration: underline;
}

#footer li a:hover, #footer li a:active, .sampleForm a:hover, .sampleForm a:hover, #content a:hover, #content a:hover {
  color: #666;
  text-decoration: underline;
}

#content .questions p a:link, #content .questions p a:visited {
  color: #000;
  font-weight: bold;
}

#content .questions p a:hover, #content .questions p a:active {
  color: #006633;
  font-weight: bold;
}
