#header {
  height: 110px;
  background: transparent url(../img/bg_sp.png) no-repeat top;
}

#main {
  clear: both;
  padding: 20px 50px 15px 60px;
  background: transparent url(../img/bg_sp_middle.png) repeat-y;
}

.content {
  margin: 25px 0 30px 0;
  line-height: 145%;
}

.content h3 {
  margin-bottom: 4px;
}

#footer {
  margin: 0;
  padding: 32px 0 0 0;
  background: transparent url(../img/bg_sp.png) no-repeat 0 -135px;
}

hr {
  border-top: 2px dotted #8db6d3;
  border-right: none;
  border-bottom: none;
  border-left: none;
}





#signupProgress,
#progressPointer {
  height: 20px;
  margin: 0 0 0 70px;
}

#signupProgress span,
#progressPointer span {
  display: block;
  float: left;
  width: 120px;
  padding: 0 0 0 5px;
}

#signupProgress span {
  height: 20px;
  background: #8db6d3 url(../img/bg_progress_nd.gif) no-repeat left;
  font: bold 11px arial;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

#progressPointer span {
  height: 8px;
}

#progressPointer span.pointer {
  background: transparent url(../img/pbar_pointer.gif) no-repeat 56% top;
}

#signupProgress span.done,
#signupProgress span.first {
  background: url(../img/bg_progress_d.gif) no-repeat left;
}

#signupProgress span.first {
  background-color: #fff;
}

#signupProgress span.done,
#signupProgress span.next {
  background-color: #015087
}

#signupProgress span.last {
  width: 11px;
  background: #fff url(../img/bg_progress_nd.gif) no-repeat right;
}

#signupProgress span.final {
  width: 11px;
  background: #fff url(../img/bg_progress_d.gif) no-repeat right;
}

#frmSignup {
  clear: both;
  margin: 15px 0;
}

#frmSignup div {
  margin: 0 0 5px 0;
}

#frmSignup span {
  display: block;
  float: left;
  width: 18px;
  padding: 0 0 0 4px;
}

#frmSignup label {
  float: left;
  display: block;
  width: 300px;
  text-align: right;
  line-height: 20px;
}

#frmSignup input[type=text],
#frmSignup textarea {
  width: 250px;
}

#frmSignup input[type=password] {
  width: 150px;
}

#frmSignup input.captcha {
  width: 100px;
}

#frmSignup .fldNote {
  margin: 3px 0 0 322px;
  font-size: 10px;
}

div.actSuccessMsg {
  padding: 8px 15px;
  margin: 0 170px;
  border: 1px solid #1f7e2a;
  background-color: #bdf7c4;
  color: #1f7e2a;
  font-size: 11px;
}

div.error,
div.errorCntr {
  clear: both;
  padding: 8px 15px;
  border: 1px solid #f00;
  font-size: 11px;
}

div.error {
  margin: 0 200px 0 322px;
}

div.errorCntr {
  margin: 0 170px;
}
  
#frmSignup span,
table#schedule h3.error,
div.error,
div.errorCntr,
label.error,
#reqField span {
  color: #f00;
}

div.error p,
div.errorCntr p {
  margin: 0;
}

#reqField {
  text-align: right;
  padding: 10px 200px 0 0;
}



table#schedule {
  visibility: hidden;
  margin: 15px auto 0 auto;
}

table#schedule td.q {
  padding: 0 8px 0 15px;
  text-align: right;
}

table#schedule td.t {
  padding: 2px 0 2px 15px;
}

#frmSchedule div#btn,
#frmServices div#btn,
#frmPolicy div#btn {
  text-align: center;
}




.servicesInstructions,
.policyInstructions,
.complete {
  line-height: 18px;
}

.servicesInstructions span {
  padding: 0 4px 0 0;
}

#frmServices {
  margin: 20px 0 0 0;
}

div.service1,
div.service2 {
  margin: 1px 0;
  padding: 8px 15px;
}

div.service2 {
  background-color: #f2f6fa;
}

div.service1 .header,
div.service1 .info,
div.service2 .header,
div.service2 .info {
  float: left;
}

div.service1 .header span,
div.service2 .header span {
  padding: 0 0 0 3px;
}

div.service1 .info a,
div.service2 .info a {
  text-decoration: none;
}

div.service1 .header span,
div.service2 .header span,
.servicesInstructions span {
  color: #f00;
}

div.service1 table,
div.service2 table {
  margin-left: 20px;
}

div.service1 textarea,
div.service2 textarea {
  width: 99%;
}

.preferencesInstructions {
  margin: 0 0 40px 0;
}

.passwdForgotInstructions {
  margin: 5px 0 20px 0;
}

#frmPolicy {
  margin: 15px 0 0 0;
}

#frmPolicy textarea {
  width: 99%;
}

#frmSignup div#btn,
#frmSchedule div#btn,
#frmServices div#btn,
#frmPolicy div#btn {
  margin: 25px 0 0 0;
}

button {
  background-color: #fc6;
  border-width: 2px;
  border-style: solid;
  border-color: #fc9 #f93 #f93 #fc9;
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,Sans-serif;
  color: #015087;
  font-size:  14px;
  font-weight:  bold;
  overflow: visible;
  padding: 1px 12px 2px 16px;
  text-decoration: none;
  width: auto;
}

#calendar button {
  padding: 0;
}

#calendar button.newApp {
  padding: 0 7px;
  margin: 0 30px 0 0;
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,Sans-serif !important;
}

#calendarDownload {
  background: url(../img/download_64.png) left 18px no-repeat;
  padding: 15px 20px 10px 82px;
}

#calendarDownload p {
  font-size: 85%;
}

blockquote {
  border: 1px solid #666;
  margin: 0;
  padding: 6px;
  width: 90%;
}


ul#mainfeatures {
  margin: 12px 14px 0 14px;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

ul#mainfeatures li {
  background: url(../img/checkmark_16x20.png) left -4px no-repeat;
  padding: 0 0 17px 27px;
}


ul#faq {
  padding: 0;
  margin: 7px 0 0 0;
  list-style: none;
}

ul#faq li {
  background: url(../img/question_mark_16x16.png) left 1px no-repeat;
  padding: 0 0 0 27px;
  margin: 0 0 14px 0;
}

ul#faq li a {
  font-size: 115%;
  font-weight: normal;
  cursor: pointer;
}

ul#faq li div.a{
  display: none;
  margin: 3px 0 0 0;
}

span.expandCollapse {
  font-size: 85%;
  color: #015087;
  cursor: pointer;
}



.col25, .col30, .col35, .col40, .col45, .col50, .col55, .col60, .col65, .col70, .col75 {
  float: left;
}

.col25 {
  width: 25%;
}

.col30 {
  width: 30%;
}

.col35 {
  width: 35%;
}

.col40 {
  width: 40%;
}

.col45 {
  width: 45%;
}

.col50 {
  width: 50%;
}

.col55 {
  width: 55%;
}

.col60 {
  width: 60%;
}

.col65 {
  width: 65%;
}

.col70 {
  width: 70%;
}

.col75 {
  width: 75%;
}
